@paraswap/dex-lib 4.7.18-before-multi-route.0 → 4.7.19

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.
Files changed (170) hide show
  1. package/build/abi/PendleRouterStatic.json +19 -0
  2. package/build/abi/apex-defi/ApexDefiFactory.abi.json +1749 -0
  3. package/build/abi/apex-defi/ApexDefiRouter.abi.json +1120 -0
  4. package/build/abi/apex-defi/ApexDefiToken.abi.json +229 -0
  5. package/build/abi/apex-defi/ApexDefiWrapper.abi.json +92 -0
  6. package/build/abi/apex-defi/ApexDefiWrapperFactory.abi.json +1107 -0
  7. package/build/abi/pangolin-v3/PangolinV3StateMulticall.abi.json +796 -0
  8. package/build/abi/pendle/pendle-deployer.abi.json +520 -0
  9. package/build/abi/pendle/pendle-oracle.abi.json +413 -0
  10. package/build/abi/pharaoh-v3/PharaohV3Factory.abi.json +101 -0
  11. package/build/abi/ring-v2/few-wrapped-token.json +587 -0
  12. package/build/abi/ring-v2/ring-v2-factory.json +125 -0
  13. package/build/abi/ring-v2/ring-v2-pool.json +461 -0
  14. package/build/abi/ring-v2/ring-v2-router.json +332 -0
  15. package/build/abi/stabull/stabull-curve.json +738 -0
  16. package/build/abi/stabull/stabull-router.json +76 -0
  17. package/build/abi/uniswap-v4/hooks/SpotDynamicFeeManager.json +26 -0
  18. package/build/abi/uniswap-v4/hooks/SpotHook.json +54 -0
  19. package/build/abi/uniswap-v4/hooks/SpotPolicyManager.json +45 -0
  20. package/build/abi/uniswap-v4/hooks/cabalcoin-hook.abi.json +682 -0
  21. package/build/abi/uniswap-v4/hooks/fee-hook.abi.json +1335 -0
  22. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying-factory.d.ts +29 -0
  23. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying-factory.js +153 -0
  24. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying-factory.js.map +1 -0
  25. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying.d.ts +40 -0
  26. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying.js +323 -0
  27. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying.js.map +1 -0
  28. package/build/dex/aave-pt-to-underlying/config.d.ts +3 -0
  29. package/build/dex/aave-pt-to-underlying/config.js +24 -0
  30. package/build/dex/aave-pt-to-underlying/config.js.map +1 -0
  31. package/build/dex/aave-pt-to-underlying/constants.d.ts +2 -0
  32. package/build/dex/aave-pt-to-underlying/constants.js +6 -0
  33. package/build/dex/aave-pt-to-underlying/constants.js.map +1 -0
  34. package/build/dex/aave-pt-to-underlying/types.d.ts +24 -0
  35. package/build/dex/aave-pt-to-underlying/types.js +3 -0
  36. package/build/dex/aave-pt-to-underlying/types.js.map +1 -0
  37. package/build/dex/aave-pt-to-usdc/aave-pt-to-usdc.d.ts +39 -0
  38. package/build/dex/aave-pt-to-usdc/aave-pt-to-usdc.js +244 -0
  39. package/build/dex/aave-pt-to-usdc/aave-pt-to-usdc.js.map +1 -0
  40. package/build/dex/aave-pt-to-usdc/config.d.ts +3 -0
  41. package/build/dex/aave-pt-to-usdc/config.js +47 -0
  42. package/build/dex/aave-pt-to-usdc/config.js.map +1 -0
  43. package/build/dex/aave-pt-to-usdc/constants.d.ts +2 -0
  44. package/build/dex/aave-pt-to-usdc/constants.js +6 -0
  45. package/build/dex/aave-pt-to-usdc/constants.js.map +1 -0
  46. package/build/dex/aave-pt-to-usdc/types.d.ts +22 -0
  47. package/build/dex/aave-pt-to-usdc/types.js +3 -0
  48. package/build/dex/aave-pt-to-usdc/types.js.map +1 -0
  49. package/build/dex/apex-defi/apex-defi-factory.d.ts +26 -0
  50. package/build/dex/apex-defi/apex-defi-factory.js +53 -0
  51. package/build/dex/apex-defi/apex-defi-factory.js.map +1 -0
  52. package/build/dex/apex-defi/apex-defi-pool.d.ts +55 -0
  53. package/build/dex/apex-defi/apex-defi-pool.js +247 -0
  54. package/build/dex/apex-defi/apex-defi-pool.js.map +1 -0
  55. package/build/dex/apex-defi/apex-defi-wrapper-factory.d.ts +57 -0
  56. package/build/dex/apex-defi/apex-defi-wrapper-factory.js +250 -0
  57. package/build/dex/apex-defi/apex-defi-wrapper-factory.js.map +1 -0
  58. package/build/dex/apex-defi/apex-defi.d.ts +97 -0
  59. package/build/dex/apex-defi/apex-defi.js +1021 -0
  60. package/build/dex/apex-defi/apex-defi.js.map +1 -0
  61. package/build/dex/apex-defi/config.d.ts +4 -0
  62. package/build/dex/apex-defi/config.js +138 -0
  63. package/build/dex/apex-defi/config.js.map +1 -0
  64. package/build/dex/apex-defi/types.d.ts +32 -0
  65. package/build/dex/apex-defi/types.js +3 -0
  66. package/build/dex/apex-defi/types.js.map +1 -0
  67. package/build/dex/apex-defi/utils.d.ts +46 -0
  68. package/build/dex/apex-defi/utils.js +133 -0
  69. package/build/dex/apex-defi/utils.js.map +1 -0
  70. package/build/dex/idle-dao/idle-dao.d.ts +0 -1
  71. package/build/dex/idle-dao/idle-dao.js +11 -23
  72. package/build/dex/idle-dao/idle-dao.js.map +1 -1
  73. package/build/dex/maker-psm/maker-psm.d.ts +41 -4
  74. package/build/dex/maker-psm/maker-psm.js +143 -40
  75. package/build/dex/maker-psm/maker-psm.js.map +1 -1
  76. package/build/dex/miro-migrator/miro-migrator-state.d.ts +27 -0
  77. package/build/dex/miro-migrator/miro-migrator-state.js +89 -0
  78. package/build/dex/miro-migrator/miro-migrator-state.js.map +1 -0
  79. package/build/dex/simple-exchange.js +1 -7
  80. package/build/dex/simple-exchange.js.map +1 -1
  81. package/build/dex/stabull/config.d.ts +3 -0
  82. package/build/dex/stabull/config.js +177 -0
  83. package/build/dex/stabull/config.js.map +1 -0
  84. package/build/dex/stabull/stabull-pool.d.ts +46 -0
  85. package/build/dex/stabull/stabull-pool.js +113 -0
  86. package/build/dex/stabull/stabull-pool.js.map +1 -0
  87. package/build/dex/stabull/stabull.d.ts +55 -0
  88. package/build/dex/stabull/stabull.js +286 -0
  89. package/build/dex/stabull/stabull.js.map +1 -0
  90. package/build/dex/stabull/types.d.ts +21 -0
  91. package/build/dex/stabull/types.js +3 -0
  92. package/build/dex/stabull/types.js.map +1 -0
  93. package/build/dex/uniswap-v2/constants.js +2 -0
  94. package/build/dex/uniswap-v2/constants.js.map +1 -1
  95. package/build/dex/uniswap-v3/forks/pangolin-v3/utils.d.ts +4 -0
  96. package/build/dex/uniswap-v3/forks/pangolin-v3/utils.js +56 -0
  97. package/build/dex/uniswap-v3/forks/pangolin-v3/utils.js.map +1 -0
  98. package/build/dex/uniswap-v4/config.js +2 -0
  99. package/build/dex/uniswap-v4/config.js.map +1 -1
  100. package/build/dex/uniswap-v4/contract-math/uniswap-v4-pool-math.d.ts +2 -1
  101. package/build/dex/uniswap-v4/contract-math/uniswap-v4-pool-math.js +28 -9
  102. package/build/dex/uniswap-v4/contract-math/uniswap-v4-pool-math.js.map +1 -1
  103. package/build/dex/uniswap-v4/hooks/arena/arena-hook.js +4 -4
  104. package/build/dex/uniswap-v4/hooks/arena/arena-hook.js.map +1 -1
  105. package/build/dex/uniswap-v4/hooks/arena.d.ts +6 -0
  106. package/build/dex/uniswap-v4/hooks/arena.js +10 -0
  107. package/build/dex/uniswap-v4/hooks/arena.js.map +1 -0
  108. package/build/dex/uniswap-v4/hooks/base-fee/base-fee-hook.d.ts +0 -0
  109. package/build/dex/uniswap-v4/hooks/base-fee/base-fee-hook.js +2 -0
  110. package/build/dex/uniswap-v4/hooks/base-fee/base-fee-hook.js.map +1 -0
  111. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/cabalcoin-hook-pool.d.ts +7 -0
  112. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/cabalcoin-hook-pool.js +28 -0
  113. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/cabalcoin-hook-pool.js.map +1 -0
  114. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/types.d.ts +0 -0
  115. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/types.js +2 -0
  116. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/types.js.map +1 -0
  117. package/build/dex/uniswap-v4/hooks/fee-hook/fee-hook-pool.d.ts +7 -0
  118. package/build/dex/uniswap-v4/hooks/fee-hook/fee-hook-pool.js +28 -0
  119. package/build/dex/uniswap-v4/hooks/fee-hook/fee-hook-pool.js.map +1 -0
  120. package/build/dex/uniswap-v4/hooks/fee-hook/types.d.ts +0 -0
  121. package/build/dex/uniswap-v4/hooks/fee-hook/types.js +2 -0
  122. package/build/dex/uniswap-v4/hooks/fee-hook/types.js.map +1 -0
  123. package/build/dex/uniswap-v4/hooks/index.d.ts +1 -0
  124. package/build/dex/uniswap-v4/hooks/index.js +18 -0
  125. package/build/dex/uniswap-v4/hooks/index.js.map +1 -0
  126. package/build/dex/uniswap-v4/hooks/spot.d.ts +15 -0
  127. package/build/dex/uniswap-v4/hooks/spot.js +109 -0
  128. package/build/dex/uniswap-v4/hooks/spot.js.map +1 -0
  129. package/build/dex/uniswap-v4/hooks/template.d.ts +150 -0
  130. package/build/dex/uniswap-v4/hooks/template.js +104 -0
  131. package/build/dex/uniswap-v4/hooks/template.js.map +1 -0
  132. package/build/dex/uniswap-v4/hooks/types.d.ts +4 -0
  133. package/build/dex/uniswap-v4/subgraph.d.ts +4 -4
  134. package/build/dex/uniswap-v4/subgraph.js +24 -21
  135. package/build/dex/uniswap-v4/subgraph.js.map +1 -1
  136. package/build/dex/uniswap-v4/types.d.ts +2 -0
  137. package/build/dex/uniswap-v4/uniswap-v4-pool-manager.d.ts +7 -1
  138. package/build/dex/uniswap-v4/uniswap-v4-pool-manager.js +54 -9
  139. package/build/dex/uniswap-v4/uniswap-v4-pool-manager.js.map +1 -1
  140. package/build/dex/uniswap-v4/uniswap-v4-pool.d.ts +3 -1
  141. package/build/dex/uniswap-v4/uniswap-v4-pool.js +3 -1
  142. package/build/dex/uniswap-v4/uniswap-v4-pool.js.map +1 -1
  143. package/build/dex/uniswap-v4/uniswap-v4.d.ts +3 -1
  144. package/build/dex/uniswap-v4/uniswap-v4.js +15 -5
  145. package/build/dex/uniswap-v4/uniswap-v4.js.map +1 -1
  146. package/build/dex/uniswap-v4/utils.d.ts +2 -1
  147. package/build/dex/uniswap-v4/utils.js +11 -0
  148. package/build/dex/uniswap-v4/utils.js.map +1 -1
  149. package/build/dex/usdc-transmuter/usdc-transmuter-pool.d.ts +26 -0
  150. package/build/dex/usdc-transmuter/usdc-transmuter-pool.js +75 -0
  151. package/build/dex/usdc-transmuter/usdc-transmuter-pool.js.map +1 -0
  152. package/build/dex/usual/usual-usdc-usdc.d.ts +17 -0
  153. package/build/dex/usual/usual-usdc-usdc.js +59 -0
  154. package/build/dex/usual/usual-usdc-usdc.js.map +1 -0
  155. package/build/dex/yo/config.d.ts +3 -0
  156. package/build/dex/yo/config.js +21 -0
  157. package/build/dex/yo/config.js.map +1 -0
  158. package/build/dex/yo/types.d.ts +13 -0
  159. package/build/dex/yo/types.js +3 -0
  160. package/build/dex/yo/types.js.map +1 -0
  161. package/build/dex/yo/yo-pool.d.ts +13 -0
  162. package/build/dex/yo/yo-pool.js +26 -0
  163. package/build/dex/yo/yo-pool.js.map +1 -0
  164. package/build/dex/yo/yo.d.ts +39 -0
  165. package/build/dex/yo/yo.js +248 -0
  166. package/build/dex/yo/yo.js.map +1 -0
  167. package/build/implementations/api-paraswap-sdk.d.ts +25 -0
  168. package/build/implementations/api-paraswap-sdk.js +102 -0
  169. package/build/implementations/api-paraswap-sdk.js.map +1 -0
  170. package/package.json +1 -1
@@ -0,0 +1,1749 @@
1
+ [
2
+ {
3
+ "inputs": [],
4
+ "name": "AccessControlBadConfirmation",
5
+ "type": "error"
6
+ },
7
+ {
8
+ "inputs": [
9
+ {
10
+ "internalType": "address",
11
+ "name": "account",
12
+ "type": "address"
13
+ },
14
+ {
15
+ "internalType": "bytes32",
16
+ "name": "neededRole",
17
+ "type": "bytes32"
18
+ }
19
+ ],
20
+ "name": "AccessControlUnauthorizedAccount",
21
+ "type": "error"
22
+ },
23
+ {
24
+ "inputs": [
25
+ {
26
+ "internalType": "address",
27
+ "name": "target",
28
+ "type": "address"
29
+ }
30
+ ],
31
+ "name": "AddressEmptyCode",
32
+ "type": "error"
33
+ },
34
+ {
35
+ "inputs": [],
36
+ "name": "DistributionFailed",
37
+ "type": "error"
38
+ },
39
+ {
40
+ "inputs": [],
41
+ "name": "ERC1167FailedCreateClone",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "implementation",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "ERC1967InvalidImplementation",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [],
57
+ "name": "ERC1967NonPayable",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "inputs": [],
62
+ "name": "EnforcedPause",
63
+ "type": "error"
64
+ },
65
+ {
66
+ "inputs": [],
67
+ "name": "ExpectedPause",
68
+ "type": "error"
69
+ },
70
+ {
71
+ "inputs": [],
72
+ "name": "FailedInnerCall",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [],
77
+ "name": "FeeHookAlreadyExists",
78
+ "type": "error"
79
+ },
80
+ {
81
+ "inputs": [],
82
+ "name": "FeeHookImplementationNotFound",
83
+ "type": "error"
84
+ },
85
+ {
86
+ "inputs": [],
87
+ "name": "FeeHookNotFound",
88
+ "type": "error"
89
+ },
90
+ {
91
+ "inputs": [],
92
+ "name": "ImplementationAlreadyDeployed",
93
+ "type": "error"
94
+ },
95
+ {
96
+ "inputs": [],
97
+ "name": "InsufficientDeploymentFee",
98
+ "type": "error"
99
+ },
100
+ {
101
+ "inputs": [],
102
+ "name": "InvalidAddress",
103
+ "type": "error"
104
+ },
105
+ {
106
+ "inputs": [],
107
+ "name": "InvalidFeePortions",
108
+ "type": "error"
109
+ },
110
+ {
111
+ "inputs": [],
112
+ "name": "InvalidFeeRate",
113
+ "type": "error"
114
+ },
115
+ {
116
+ "inputs": [],
117
+ "name": "InvalidInitialization",
118
+ "type": "error"
119
+ },
120
+ {
121
+ "inputs": [],
122
+ "name": "InvalidMaxWalletPercent",
123
+ "type": "error"
124
+ },
125
+ {
126
+ "inputs": [],
127
+ "name": "InvalidRange",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [],
132
+ "name": "InvalidTradingFee",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [],
137
+ "name": "NameMustNotBeEmpty",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [],
142
+ "name": "NameTooLong",
143
+ "type": "error"
144
+ },
145
+ {
146
+ "inputs": [],
147
+ "name": "NotInitializing",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [
152
+ {
153
+ "internalType": "address",
154
+ "name": "sender",
155
+ "type": "address"
156
+ }
157
+ ],
158
+ "name": "OnlyFeeToSetter",
159
+ "type": "error"
160
+ },
161
+ {
162
+ "inputs": [],
163
+ "name": "OutOfBounds",
164
+ "type": "error"
165
+ },
166
+ {
167
+ "inputs": [],
168
+ "name": "PreviousFactoryNotSet",
169
+ "type": "error"
170
+ },
171
+ {
172
+ "inputs": [],
173
+ "name": "ReentrancyGuardReentrantCall",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [],
178
+ "name": "SupplyMustBeGreaterThanZero",
179
+ "type": "error"
180
+ },
181
+ {
182
+ "inputs": [],
183
+ "name": "SymbolMustNotBeEmpty",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [],
188
+ "name": "SymbolTooLong",
189
+ "type": "error"
190
+ },
191
+ {
192
+ "inputs": [],
193
+ "name": "UUPSUnauthorizedCallContext",
194
+ "type": "error"
195
+ },
196
+ {
197
+ "inputs": [
198
+ {
199
+ "internalType": "bytes32",
200
+ "name": "slot",
201
+ "type": "bytes32"
202
+ }
203
+ ],
204
+ "name": "UUPSUnsupportedProxiableUUID",
205
+ "type": "error"
206
+ },
207
+ {
208
+ "anonymous": false,
209
+ "inputs": [
210
+ {
211
+ "indexed": false,
212
+ "internalType": "address",
213
+ "name": "token",
214
+ "type": "address"
215
+ }
216
+ ],
217
+ "name": "EmergencyFeeHookReset",
218
+ "type": "event"
219
+ },
220
+ {
221
+ "anonymous": false,
222
+ "inputs": [
223
+ {
224
+ "indexed": true,
225
+ "internalType": "address",
226
+ "name": "feeTo",
227
+ "type": "address"
228
+ },
229
+ {
230
+ "indexed": false,
231
+ "internalType": "uint256",
232
+ "name": "nativeAmount",
233
+ "type": "uint256"
234
+ }
235
+ ],
236
+ "name": "FeeDistributed",
237
+ "type": "event"
238
+ },
239
+ {
240
+ "anonymous": false,
241
+ "inputs": [
242
+ {
243
+ "indexed": false,
244
+ "internalType": "address",
245
+ "name": "token",
246
+ "type": "address"
247
+ },
248
+ {
249
+ "indexed": false,
250
+ "internalType": "uint8",
251
+ "name": "hookType",
252
+ "type": "uint8"
253
+ },
254
+ {
255
+ "indexed": false,
256
+ "internalType": "address",
257
+ "name": "hookAddress",
258
+ "type": "address"
259
+ }
260
+ ],
261
+ "name": "FeeHookCreated",
262
+ "type": "event"
263
+ },
264
+ {
265
+ "anonymous": false,
266
+ "inputs": [
267
+ {
268
+ "indexed": false,
269
+ "internalType": "uint8",
270
+ "name": "hookType",
271
+ "type": "uint8"
272
+ },
273
+ {
274
+ "indexed": false,
275
+ "internalType": "address",
276
+ "name": "implementation",
277
+ "type": "address"
278
+ }
279
+ ],
280
+ "name": "FeeHookImplementationRegistered",
281
+ "type": "event"
282
+ },
283
+ {
284
+ "anonymous": false,
285
+ "inputs": [
286
+ {
287
+ "indexed": false,
288
+ "internalType": "address",
289
+ "name": "token",
290
+ "type": "address"
291
+ },
292
+ {
293
+ "indexed": false,
294
+ "internalType": "address",
295
+ "name": "hookAddress",
296
+ "type": "address"
297
+ }
298
+ ],
299
+ "name": "FeeHookRemoved",
300
+ "type": "event"
301
+ },
302
+ {
303
+ "anonymous": false,
304
+ "inputs": [
305
+ {
306
+ "indexed": false,
307
+ "internalType": "address",
308
+ "name": "token",
309
+ "type": "address"
310
+ },
311
+ {
312
+ "indexed": false,
313
+ "internalType": "uint256",
314
+ "name": "baseSwapRate",
315
+ "type": "uint256"
316
+ },
317
+ {
318
+ "indexed": false,
319
+ "internalType": "uint256",
320
+ "name": "lpFeePortion",
321
+ "type": "uint256"
322
+ },
323
+ {
324
+ "indexed": false,
325
+ "internalType": "uint256",
326
+ "name": "protocolFeePortion",
327
+ "type": "uint256"
328
+ }
329
+ ],
330
+ "name": "FeeHookUpdated",
331
+ "type": "event"
332
+ },
333
+ {
334
+ "anonymous": false,
335
+ "inputs": [
336
+ {
337
+ "indexed": false,
338
+ "internalType": "uint64",
339
+ "name": "version",
340
+ "type": "uint64"
341
+ }
342
+ ],
343
+ "name": "Initialized",
344
+ "type": "event"
345
+ },
346
+ {
347
+ "anonymous": false,
348
+ "inputs": [
349
+ {
350
+ "indexed": false,
351
+ "internalType": "address",
352
+ "name": "account",
353
+ "type": "address"
354
+ }
355
+ ],
356
+ "name": "Paused",
357
+ "type": "event"
358
+ },
359
+ {
360
+ "anonymous": false,
361
+ "inputs": [
362
+ {
363
+ "indexed": true,
364
+ "internalType": "bytes32",
365
+ "name": "role",
366
+ "type": "bytes32"
367
+ },
368
+ {
369
+ "indexed": true,
370
+ "internalType": "bytes32",
371
+ "name": "previousAdminRole",
372
+ "type": "bytes32"
373
+ },
374
+ {
375
+ "indexed": true,
376
+ "internalType": "bytes32",
377
+ "name": "newAdminRole",
378
+ "type": "bytes32"
379
+ }
380
+ ],
381
+ "name": "RoleAdminChanged",
382
+ "type": "event"
383
+ },
384
+ {
385
+ "anonymous": false,
386
+ "inputs": [
387
+ {
388
+ "indexed": true,
389
+ "internalType": "bytes32",
390
+ "name": "role",
391
+ "type": "bytes32"
392
+ },
393
+ {
394
+ "indexed": true,
395
+ "internalType": "address",
396
+ "name": "account",
397
+ "type": "address"
398
+ },
399
+ {
400
+ "indexed": true,
401
+ "internalType": "address",
402
+ "name": "sender",
403
+ "type": "address"
404
+ }
405
+ ],
406
+ "name": "RoleGranted",
407
+ "type": "event"
408
+ },
409
+ {
410
+ "anonymous": false,
411
+ "inputs": [
412
+ {
413
+ "indexed": true,
414
+ "internalType": "bytes32",
415
+ "name": "role",
416
+ "type": "bytes32"
417
+ },
418
+ {
419
+ "indexed": true,
420
+ "internalType": "address",
421
+ "name": "account",
422
+ "type": "address"
423
+ },
424
+ {
425
+ "indexed": true,
426
+ "internalType": "address",
427
+ "name": "sender",
428
+ "type": "address"
429
+ }
430
+ ],
431
+ "name": "RoleRevoked",
432
+ "type": "event"
433
+ },
434
+ {
435
+ "anonymous": false,
436
+ "inputs": [
437
+ {
438
+ "indexed": true,
439
+ "internalType": "address",
440
+ "name": "deployer",
441
+ "type": "address"
442
+ },
443
+ {
444
+ "indexed": false,
445
+ "internalType": "string",
446
+ "name": "name",
447
+ "type": "string"
448
+ },
449
+ {
450
+ "indexed": false,
451
+ "internalType": "string",
452
+ "name": "symbol",
453
+ "type": "string"
454
+ },
455
+ {
456
+ "indexed": false,
457
+ "internalType": "address",
458
+ "name": "ammAddress",
459
+ "type": "address"
460
+ },
461
+ {
462
+ "indexed": false,
463
+ "internalType": "address",
464
+ "name": "lpAddress",
465
+ "type": "address"
466
+ },
467
+ {
468
+ "indexed": false,
469
+ "internalType": "uint256",
470
+ "name": "allAMMLength",
471
+ "type": "uint256"
472
+ }
473
+ ],
474
+ "name": "TokenCreated",
475
+ "type": "event"
476
+ },
477
+ {
478
+ "anonymous": false,
479
+ "inputs": [
480
+ {
481
+ "indexed": true,
482
+ "internalType": "address",
483
+ "name": "deployer",
484
+ "type": "address"
485
+ },
486
+ {
487
+ "indexed": false,
488
+ "internalType": "string",
489
+ "name": "name",
490
+ "type": "string"
491
+ },
492
+ {
493
+ "indexed": false,
494
+ "internalType": "string",
495
+ "name": "symbol",
496
+ "type": "string"
497
+ },
498
+ {
499
+ "indexed": false,
500
+ "internalType": "address",
501
+ "name": "ammAddress",
502
+ "type": "address"
503
+ },
504
+ {
505
+ "indexed": false,
506
+ "internalType": "address",
507
+ "name": "lpAddress",
508
+ "type": "address"
509
+ },
510
+ {
511
+ "indexed": false,
512
+ "internalType": "uint256",
513
+ "name": "allAMMLength",
514
+ "type": "uint256"
515
+ }
516
+ ],
517
+ "name": "TokenRemoved",
518
+ "type": "event"
519
+ },
520
+ {
521
+ "anonymous": false,
522
+ "inputs": [
523
+ {
524
+ "indexed": false,
525
+ "internalType": "address",
526
+ "name": "account",
527
+ "type": "address"
528
+ }
529
+ ],
530
+ "name": "Unpaused",
531
+ "type": "event"
532
+ },
533
+ {
534
+ "anonymous": false,
535
+ "inputs": [
536
+ {
537
+ "indexed": true,
538
+ "internalType": "address",
539
+ "name": "implementation",
540
+ "type": "address"
541
+ }
542
+ ],
543
+ "name": "Upgraded",
544
+ "type": "event"
545
+ },
546
+ {
547
+ "inputs": [],
548
+ "name": "BURST_DEPLOYER_ROLE",
549
+ "outputs": [
550
+ {
551
+ "internalType": "bytes32",
552
+ "name": "",
553
+ "type": "bytes32"
554
+ }
555
+ ],
556
+ "stateMutability": "view",
557
+ "type": "function"
558
+ },
559
+ {
560
+ "inputs": [],
561
+ "name": "DEFAULT_ADMIN_ROLE",
562
+ "outputs": [
563
+ {
564
+ "internalType": "bytes32",
565
+ "name": "",
566
+ "type": "bytes32"
567
+ }
568
+ ],
569
+ "stateMutability": "view",
570
+ "type": "function"
571
+ },
572
+ {
573
+ "inputs": [],
574
+ "name": "FEE_TO_SETTER_ROLE",
575
+ "outputs": [
576
+ {
577
+ "internalType": "bytes32",
578
+ "name": "",
579
+ "type": "bytes32"
580
+ }
581
+ ],
582
+ "stateMutability": "view",
583
+ "type": "function"
584
+ },
585
+ {
586
+ "inputs": [],
587
+ "name": "MANAGER_ROLE",
588
+ "outputs": [
589
+ {
590
+ "internalType": "bytes32",
591
+ "name": "",
592
+ "type": "bytes32"
593
+ }
594
+ ],
595
+ "stateMutability": "view",
596
+ "type": "function"
597
+ },
598
+ {
599
+ "inputs": [],
600
+ "name": "MAX_BASE_SWAP_RATE",
601
+ "outputs": [
602
+ {
603
+ "internalType": "uint256",
604
+ "name": "",
605
+ "type": "uint256"
606
+ }
607
+ ],
608
+ "stateMutability": "view",
609
+ "type": "function"
610
+ },
611
+ {
612
+ "inputs": [],
613
+ "name": "SCALE_FACTOR",
614
+ "outputs": [
615
+ {
616
+ "internalType": "uint256",
617
+ "name": "",
618
+ "type": "uint256"
619
+ }
620
+ ],
621
+ "stateMutability": "view",
622
+ "type": "function"
623
+ },
624
+ {
625
+ "inputs": [],
626
+ "name": "UPGRADER_ROLE",
627
+ "outputs": [
628
+ {
629
+ "internalType": "bytes32",
630
+ "name": "",
631
+ "type": "bytes32"
632
+ }
633
+ ],
634
+ "stateMutability": "view",
635
+ "type": "function"
636
+ },
637
+ {
638
+ "inputs": [],
639
+ "name": "UPGRADE_INTERFACE_VERSION",
640
+ "outputs": [
641
+ {
642
+ "internalType": "string",
643
+ "name": "",
644
+ "type": "string"
645
+ }
646
+ ],
647
+ "stateMutability": "view",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "inputs": [
652
+ {
653
+ "internalType": "contract IERC314",
654
+ "name": "bifkn314",
655
+ "type": "address"
656
+ }
657
+ ],
658
+ "name": "addBIFKN314",
659
+ "outputs": [],
660
+ "stateMutability": "nonpayable",
661
+ "type": "function"
662
+ },
663
+ {
664
+ "inputs": [
665
+ {
666
+ "internalType": "uint256",
667
+ "name": "",
668
+ "type": "uint256"
669
+ }
670
+ ],
671
+ "name": "allTokens",
672
+ "outputs": [
673
+ {
674
+ "internalType": "address",
675
+ "name": "",
676
+ "type": "address"
677
+ }
678
+ ],
679
+ "stateMutability": "view",
680
+ "type": "function"
681
+ },
682
+ {
683
+ "inputs": [],
684
+ "name": "allTokensLength",
685
+ "outputs": [
686
+ {
687
+ "internalType": "uint256",
688
+ "name": "",
689
+ "type": "uint256"
690
+ }
691
+ ],
692
+ "stateMutability": "view",
693
+ "type": "function"
694
+ },
695
+ {
696
+ "inputs": [],
697
+ "name": "bifkn314Implementation",
698
+ "outputs": [
699
+ {
700
+ "internalType": "contract BIFKN314",
701
+ "name": "",
702
+ "type": "address"
703
+ }
704
+ ],
705
+ "stateMutability": "view",
706
+ "type": "function"
707
+ },
708
+ {
709
+ "inputs": [],
710
+ "name": "burstTokenImplementation",
711
+ "outputs": [
712
+ {
713
+ "internalType": "contract IBurstToken",
714
+ "name": "",
715
+ "type": "address"
716
+ }
717
+ ],
718
+ "stateMutability": "view",
719
+ "type": "function"
720
+ },
721
+ {
722
+ "inputs": [
723
+ {
724
+ "internalType": "uint256",
725
+ "name": "occur",
726
+ "type": "uint256"
727
+ },
728
+ {
729
+ "internalType": "address",
730
+ "name": "desiredPrefix",
731
+ "type": "address"
732
+ },
733
+ {
734
+ "internalType": "uint8",
735
+ "name": "bytesDesired",
736
+ "type": "uint8"
737
+ },
738
+ {
739
+ "internalType": "bytes32",
740
+ "name": "startSalt",
741
+ "type": "bytes32"
742
+ },
743
+ {
744
+ "internalType": "bool",
745
+ "name": "isBurst",
746
+ "type": "bool"
747
+ }
748
+ ],
749
+ "name": "calculateDeterministicAddress",
750
+ "outputs": [
751
+ {
752
+ "internalType": "bytes32",
753
+ "name": "",
754
+ "type": "bytes32"
755
+ }
756
+ ],
757
+ "stateMutability": "view",
758
+ "type": "function"
759
+ },
760
+ {
761
+ "inputs": [
762
+ {
763
+ "internalType": "address",
764
+ "name": "token",
765
+ "type": "address"
766
+ },
767
+ {
768
+ "internalType": "uint8",
769
+ "name": "hookType",
770
+ "type": "uint8"
771
+ },
772
+ {
773
+ "internalType": "uint256",
774
+ "name": "baseSwapRate_",
775
+ "type": "uint256"
776
+ },
777
+ {
778
+ "internalType": "uint256",
779
+ "name": "lpFeePortion_",
780
+ "type": "uint256"
781
+ },
782
+ {
783
+ "internalType": "uint256",
784
+ "name": "protocolFeePortion_",
785
+ "type": "uint256"
786
+ }
787
+ ],
788
+ "name": "createFeeHook",
789
+ "outputs": [],
790
+ "stateMutability": "nonpayable",
791
+ "type": "function"
792
+ },
793
+ {
794
+ "inputs": [],
795
+ "name": "defaultBaseSwapRate",
796
+ "outputs": [
797
+ {
798
+ "internalType": "uint256",
799
+ "name": "",
800
+ "type": "uint256"
801
+ }
802
+ ],
803
+ "stateMutability": "view",
804
+ "type": "function"
805
+ },
806
+ {
807
+ "inputs": [],
808
+ "name": "defaultLpFeePortion",
809
+ "outputs": [
810
+ {
811
+ "internalType": "uint256",
812
+ "name": "",
813
+ "type": "uint256"
814
+ }
815
+ ],
816
+ "stateMutability": "view",
817
+ "type": "function"
818
+ },
819
+ {
820
+ "inputs": [],
821
+ "name": "defaultProtocolFeePortion",
822
+ "outputs": [
823
+ {
824
+ "internalType": "uint256",
825
+ "name": "",
826
+ "type": "uint256"
827
+ }
828
+ ],
829
+ "stateMutability": "view",
830
+ "type": "function"
831
+ },
832
+ {
833
+ "inputs": [
834
+ {
835
+ "internalType": "string",
836
+ "name": "tokenName",
837
+ "type": "string"
838
+ },
839
+ {
840
+ "internalType": "string",
841
+ "name": "tokenSymbol",
842
+ "type": "string"
843
+ },
844
+ {
845
+ "internalType": "uint256",
846
+ "name": "totalSupply",
847
+ "type": "uint256"
848
+ },
849
+ {
850
+ "internalType": "address",
851
+ "name": "owner_",
852
+ "type": "address"
853
+ },
854
+ {
855
+ "internalType": "uint256",
856
+ "name": "tradingFee",
857
+ "type": "uint256"
858
+ },
859
+ {
860
+ "internalType": "uint256",
861
+ "name": "maxWalletPercent",
862
+ "type": "uint256"
863
+ },
864
+ {
865
+ "internalType": "string",
866
+ "name": "metadataURI",
867
+ "type": "string"
868
+ }
869
+ ],
870
+ "name": "deployBIFKN314",
871
+ "outputs": [
872
+ {
873
+ "internalType": "address",
874
+ "name": "contractAddress",
875
+ "type": "address"
876
+ },
877
+ {
878
+ "internalType": "address",
879
+ "name": "liquidityTokenAddress",
880
+ "type": "address"
881
+ }
882
+ ],
883
+ "stateMutability": "payable",
884
+ "type": "function"
885
+ },
886
+ {
887
+ "inputs": [
888
+ {
889
+ "internalType": "string",
890
+ "name": "tokenName",
891
+ "type": "string"
892
+ },
893
+ {
894
+ "internalType": "string",
895
+ "name": "tokenSymbol",
896
+ "type": "string"
897
+ },
898
+ {
899
+ "internalType": "uint256",
900
+ "name": "totalSupply",
901
+ "type": "uint256"
902
+ },
903
+ {
904
+ "internalType": "address",
905
+ "name": "owner_",
906
+ "type": "address"
907
+ },
908
+ {
909
+ "internalType": "uint256",
910
+ "name": "tradingFee",
911
+ "type": "uint256"
912
+ },
913
+ {
914
+ "internalType": "uint256",
915
+ "name": "maxWalletPercent",
916
+ "type": "uint256"
917
+ },
918
+ {
919
+ "internalType": "string",
920
+ "name": "metadataURI",
921
+ "type": "string"
922
+ },
923
+ {
924
+ "internalType": "bytes32",
925
+ "name": "salt",
926
+ "type": "bytes32"
927
+ }
928
+ ],
929
+ "name": "deployBIFKN314WithSalt",
930
+ "outputs": [
931
+ {
932
+ "internalType": "address",
933
+ "name": "contractAddress",
934
+ "type": "address"
935
+ },
936
+ {
937
+ "internalType": "address",
938
+ "name": "liquidityTokenAddress",
939
+ "type": "address"
940
+ }
941
+ ],
942
+ "stateMutability": "payable",
943
+ "type": "function"
944
+ },
945
+ {
946
+ "inputs": [
947
+ {
948
+ "internalType": "string",
949
+ "name": "tokenName",
950
+ "type": "string"
951
+ },
952
+ {
953
+ "internalType": "string",
954
+ "name": "tokenSymbol",
955
+ "type": "string"
956
+ },
957
+ {
958
+ "internalType": "uint256",
959
+ "name": "totalSupply",
960
+ "type": "uint256"
961
+ },
962
+ {
963
+ "internalType": "address",
964
+ "name": "owner_",
965
+ "type": "address"
966
+ },
967
+ {
968
+ "internalType": "uint256",
969
+ "name": "tradingFee",
970
+ "type": "uint256"
971
+ },
972
+ {
973
+ "internalType": "uint256",
974
+ "name": "maxWalletPercent",
975
+ "type": "uint256"
976
+ },
977
+ {
978
+ "internalType": "string",
979
+ "name": "metadataURI",
980
+ "type": "string"
981
+ },
982
+ {
983
+ "internalType": "bytes32",
984
+ "name": "salt",
985
+ "type": "bytes32"
986
+ }
987
+ ],
988
+ "name": "deployBurst",
989
+ "outputs": [
990
+ {
991
+ "internalType": "address",
992
+ "name": "contractAddress",
993
+ "type": "address"
994
+ },
995
+ {
996
+ "internalType": "address",
997
+ "name": "liquidityTokenAddress",
998
+ "type": "address"
999
+ }
1000
+ ],
1001
+ "stateMutability": "nonpayable",
1002
+ "type": "function"
1003
+ },
1004
+ {
1005
+ "inputs": [],
1006
+ "name": "deploymentFee",
1007
+ "outputs": [
1008
+ {
1009
+ "internalType": "uint256",
1010
+ "name": "",
1011
+ "type": "uint256"
1012
+ }
1013
+ ],
1014
+ "stateMutability": "view",
1015
+ "type": "function"
1016
+ },
1017
+ {
1018
+ "inputs": [
1019
+ {
1020
+ "internalType": "address",
1021
+ "name": "token",
1022
+ "type": "address"
1023
+ }
1024
+ ],
1025
+ "name": "emergencyResetFeeHook",
1026
+ "outputs": [],
1027
+ "stateMutability": "nonpayable",
1028
+ "type": "function"
1029
+ },
1030
+ {
1031
+ "inputs": [],
1032
+ "name": "feeDistributionThreshold",
1033
+ "outputs": [
1034
+ {
1035
+ "internalType": "uint256",
1036
+ "name": "",
1037
+ "type": "uint256"
1038
+ }
1039
+ ],
1040
+ "stateMutability": "view",
1041
+ "type": "function"
1042
+ },
1043
+ {
1044
+ "inputs": [
1045
+ {
1046
+ "internalType": "uint8",
1047
+ "name": "",
1048
+ "type": "uint8"
1049
+ }
1050
+ ],
1051
+ "name": "feeHookImplementations",
1052
+ "outputs": [
1053
+ {
1054
+ "internalType": "address",
1055
+ "name": "",
1056
+ "type": "address"
1057
+ }
1058
+ ],
1059
+ "stateMutability": "view",
1060
+ "type": "function"
1061
+ },
1062
+ {
1063
+ "inputs": [],
1064
+ "name": "feeRate",
1065
+ "outputs": [
1066
+ {
1067
+ "internalType": "uint256",
1068
+ "name": "",
1069
+ "type": "uint256"
1070
+ }
1071
+ ],
1072
+ "stateMutability": "view",
1073
+ "type": "function"
1074
+ },
1075
+ {
1076
+ "inputs": [],
1077
+ "name": "feeTo",
1078
+ "outputs": [
1079
+ {
1080
+ "internalType": "address",
1081
+ "name": "",
1082
+ "type": "address"
1083
+ }
1084
+ ],
1085
+ "stateMutability": "view",
1086
+ "type": "function"
1087
+ },
1088
+ {
1089
+ "inputs": [],
1090
+ "name": "getAllTokens",
1091
+ "outputs": [
1092
+ {
1093
+ "internalType": "address[]",
1094
+ "name": "",
1095
+ "type": "address[]"
1096
+ }
1097
+ ],
1098
+ "stateMutability": "view",
1099
+ "type": "function"
1100
+ },
1101
+ {
1102
+ "inputs": [
1103
+ {
1104
+ "internalType": "address",
1105
+ "name": "token",
1106
+ "type": "address"
1107
+ }
1108
+ ],
1109
+ "name": "getBaseSwapRate",
1110
+ "outputs": [
1111
+ {
1112
+ "internalType": "uint256",
1113
+ "name": "swapRate",
1114
+ "type": "uint256"
1115
+ }
1116
+ ],
1117
+ "stateMutability": "view",
1118
+ "type": "function"
1119
+ },
1120
+ {
1121
+ "inputs": [
1122
+ {
1123
+ "internalType": "bytes32",
1124
+ "name": "salt",
1125
+ "type": "bytes32"
1126
+ },
1127
+ {
1128
+ "internalType": "bool",
1129
+ "name": "isBurst",
1130
+ "type": "bool"
1131
+ }
1132
+ ],
1133
+ "name": "getDeterministicAddress",
1134
+ "outputs": [
1135
+ {
1136
+ "internalType": "address",
1137
+ "name": "clone",
1138
+ "type": "address"
1139
+ }
1140
+ ],
1141
+ "stateMutability": "view",
1142
+ "type": "function"
1143
+ },
1144
+ {
1145
+ "inputs": [
1146
+ {
1147
+ "internalType": "address",
1148
+ "name": "token",
1149
+ "type": "address"
1150
+ }
1151
+ ],
1152
+ "name": "getFeeHookDetails",
1153
+ "outputs": [
1154
+ {
1155
+ "internalType": "address",
1156
+ "name": "hookAddress",
1157
+ "type": "address"
1158
+ },
1159
+ {
1160
+ "internalType": "uint256",
1161
+ "name": "baseSwapRate",
1162
+ "type": "uint256"
1163
+ },
1164
+ {
1165
+ "internalType": "uint256",
1166
+ "name": "lpFeePortion",
1167
+ "type": "uint256"
1168
+ },
1169
+ {
1170
+ "internalType": "uint256",
1171
+ "name": "protocolFeePortion",
1172
+ "type": "uint256"
1173
+ }
1174
+ ],
1175
+ "stateMutability": "view",
1176
+ "type": "function"
1177
+ },
1178
+ {
1179
+ "inputs": [
1180
+ {
1181
+ "internalType": "address",
1182
+ "name": "token",
1183
+ "type": "address"
1184
+ },
1185
+ {
1186
+ "internalType": "uint256",
1187
+ "name": "inputAmount",
1188
+ "type": "uint256"
1189
+ }
1190
+ ],
1191
+ "name": "getFees",
1192
+ "outputs": [
1193
+ {
1194
+ "internalType": "uint256",
1195
+ "name": "baseSwapRate",
1196
+ "type": "uint256"
1197
+ },
1198
+ {
1199
+ "internalType": "uint256",
1200
+ "name": "lpFee",
1201
+ "type": "uint256"
1202
+ },
1203
+ {
1204
+ "internalType": "uint256",
1205
+ "name": "protocolFee",
1206
+ "type": "uint256"
1207
+ }
1208
+ ],
1209
+ "stateMutability": "view",
1210
+ "type": "function"
1211
+ },
1212
+ {
1213
+ "inputs": [
1214
+ {
1215
+ "internalType": "bytes32",
1216
+ "name": "role",
1217
+ "type": "bytes32"
1218
+ }
1219
+ ],
1220
+ "name": "getRoleAdmin",
1221
+ "outputs": [
1222
+ {
1223
+ "internalType": "bytes32",
1224
+ "name": "",
1225
+ "type": "bytes32"
1226
+ }
1227
+ ],
1228
+ "stateMutability": "view",
1229
+ "type": "function"
1230
+ },
1231
+ {
1232
+ "inputs": [
1233
+ {
1234
+ "internalType": "address",
1235
+ "name": "deployer",
1236
+ "type": "address"
1237
+ }
1238
+ ],
1239
+ "name": "getTokensByDeployer",
1240
+ "outputs": [
1241
+ {
1242
+ "internalType": "address[]",
1243
+ "name": "",
1244
+ "type": "address[]"
1245
+ }
1246
+ ],
1247
+ "stateMutability": "view",
1248
+ "type": "function"
1249
+ },
1250
+ {
1251
+ "inputs": [
1252
+ {
1253
+ "internalType": "bytes32",
1254
+ "name": "role",
1255
+ "type": "bytes32"
1256
+ },
1257
+ {
1258
+ "internalType": "address",
1259
+ "name": "account",
1260
+ "type": "address"
1261
+ }
1262
+ ],
1263
+ "name": "grantRole",
1264
+ "outputs": [],
1265
+ "stateMutability": "nonpayable",
1266
+ "type": "function"
1267
+ },
1268
+ {
1269
+ "inputs": [
1270
+ {
1271
+ "internalType": "bytes32",
1272
+ "name": "role",
1273
+ "type": "bytes32"
1274
+ },
1275
+ {
1276
+ "internalType": "address",
1277
+ "name": "account",
1278
+ "type": "address"
1279
+ }
1280
+ ],
1281
+ "name": "hasRole",
1282
+ "outputs": [
1283
+ {
1284
+ "internalType": "bool",
1285
+ "name": "",
1286
+ "type": "bool"
1287
+ }
1288
+ ],
1289
+ "stateMutability": "view",
1290
+ "type": "function"
1291
+ },
1292
+ {
1293
+ "inputs": [
1294
+ {
1295
+ "internalType": "contract BIFKN314",
1296
+ "name": "bifkn314Implementation_",
1297
+ "type": "address"
1298
+ },
1299
+ {
1300
+ "internalType": "contract IBurstToken",
1301
+ "name": "burstTokenImplementation_",
1302
+ "type": "address"
1303
+ }
1304
+ ],
1305
+ "name": "initialize",
1306
+ "outputs": [],
1307
+ "stateMutability": "nonpayable",
1308
+ "type": "function"
1309
+ },
1310
+ {
1311
+ "inputs": [],
1312
+ "name": "initializeDefaults",
1313
+ "outputs": [],
1314
+ "stateMutability": "nonpayable",
1315
+ "type": "function"
1316
+ },
1317
+ {
1318
+ "inputs": [
1319
+ {
1320
+ "internalType": "contract IBIFKN314Factory",
1321
+ "name": "previousFactory",
1322
+ "type": "address"
1323
+ },
1324
+ {
1325
+ "internalType": "uint256",
1326
+ "name": "start",
1327
+ "type": "uint256"
1328
+ },
1329
+ {
1330
+ "internalType": "uint256",
1331
+ "name": "end",
1332
+ "type": "uint256"
1333
+ }
1334
+ ],
1335
+ "name": "initializeFromPreviousFactory",
1336
+ "outputs": [],
1337
+ "stateMutability": "nonpayable",
1338
+ "type": "function"
1339
+ },
1340
+ {
1341
+ "inputs": [],
1342
+ "name": "pause",
1343
+ "outputs": [],
1344
+ "stateMutability": "nonpayable",
1345
+ "type": "function"
1346
+ },
1347
+ {
1348
+ "inputs": [],
1349
+ "name": "paused",
1350
+ "outputs": [
1351
+ {
1352
+ "internalType": "bool",
1353
+ "name": "",
1354
+ "type": "bool"
1355
+ }
1356
+ ],
1357
+ "stateMutability": "view",
1358
+ "type": "function"
1359
+ },
1360
+ {
1361
+ "inputs": [],
1362
+ "name": "proxiableUUID",
1363
+ "outputs": [
1364
+ {
1365
+ "internalType": "bytes32",
1366
+ "name": "",
1367
+ "type": "bytes32"
1368
+ }
1369
+ ],
1370
+ "stateMutability": "view",
1371
+ "type": "function"
1372
+ },
1373
+ {
1374
+ "inputs": [
1375
+ {
1376
+ "internalType": "uint8",
1377
+ "name": "hookType",
1378
+ "type": "uint8"
1379
+ },
1380
+ {
1381
+ "internalType": "address",
1382
+ "name": "implementation",
1383
+ "type": "address"
1384
+ }
1385
+ ],
1386
+ "name": "registerFeeHookImplementation",
1387
+ "outputs": [],
1388
+ "stateMutability": "nonpayable",
1389
+ "type": "function"
1390
+ },
1391
+ {
1392
+ "inputs": [
1393
+ {
1394
+ "internalType": "address",
1395
+ "name": "bifkn314Address",
1396
+ "type": "address"
1397
+ }
1398
+ ],
1399
+ "name": "removeBIFKN314",
1400
+ "outputs": [],
1401
+ "stateMutability": "nonpayable",
1402
+ "type": "function"
1403
+ },
1404
+ {
1405
+ "inputs": [
1406
+ {
1407
+ "internalType": "bytes32",
1408
+ "name": "role",
1409
+ "type": "bytes32"
1410
+ },
1411
+ {
1412
+ "internalType": "address",
1413
+ "name": "callerConfirmation",
1414
+ "type": "address"
1415
+ }
1416
+ ],
1417
+ "name": "renounceRole",
1418
+ "outputs": [],
1419
+ "stateMutability": "nonpayable",
1420
+ "type": "function"
1421
+ },
1422
+ {
1423
+ "inputs": [
1424
+ {
1425
+ "internalType": "bytes32",
1426
+ "name": "role",
1427
+ "type": "bytes32"
1428
+ },
1429
+ {
1430
+ "internalType": "address",
1431
+ "name": "account",
1432
+ "type": "address"
1433
+ }
1434
+ ],
1435
+ "name": "revokeRole",
1436
+ "outputs": [],
1437
+ "stateMutability": "nonpayable",
1438
+ "type": "function"
1439
+ },
1440
+ {
1441
+ "inputs": [
1442
+ {
1443
+ "internalType": "uint256",
1444
+ "name": "baseSwapRate_",
1445
+ "type": "uint256"
1446
+ }
1447
+ ],
1448
+ "name": "setDefaultBaseSwapRate",
1449
+ "outputs": [],
1450
+ "stateMutability": "nonpayable",
1451
+ "type": "function"
1452
+ },
1453
+ {
1454
+ "inputs": [
1455
+ {
1456
+ "internalType": "uint256",
1457
+ "name": "lpFeePortion_",
1458
+ "type": "uint256"
1459
+ },
1460
+ {
1461
+ "internalType": "uint256",
1462
+ "name": "protocolFeePortion_",
1463
+ "type": "uint256"
1464
+ }
1465
+ ],
1466
+ "name": "setDefaultFeePortions",
1467
+ "outputs": [],
1468
+ "stateMutability": "nonpayable",
1469
+ "type": "function"
1470
+ },
1471
+ {
1472
+ "inputs": [
1473
+ {
1474
+ "internalType": "uint256",
1475
+ "name": "deploymentFee_",
1476
+ "type": "uint256"
1477
+ }
1478
+ ],
1479
+ "name": "setDeploymentFee",
1480
+ "outputs": [],
1481
+ "stateMutability": "nonpayable",
1482
+ "type": "function"
1483
+ },
1484
+ {
1485
+ "inputs": [
1486
+ {
1487
+ "internalType": "uint256",
1488
+ "name": "feeDistributionThreshold_",
1489
+ "type": "uint256"
1490
+ }
1491
+ ],
1492
+ "name": "setFeeDistributionThreshold",
1493
+ "outputs": [],
1494
+ "stateMutability": "nonpayable",
1495
+ "type": "function"
1496
+ },
1497
+ {
1498
+ "inputs": [
1499
+ {
1500
+ "internalType": "uint256",
1501
+ "name": "feeRate_",
1502
+ "type": "uint256"
1503
+ }
1504
+ ],
1505
+ "name": "setFeeRate",
1506
+ "outputs": [],
1507
+ "stateMutability": "nonpayable",
1508
+ "type": "function"
1509
+ },
1510
+ {
1511
+ "inputs": [
1512
+ {
1513
+ "internalType": "address",
1514
+ "name": "feeTo_",
1515
+ "type": "address"
1516
+ }
1517
+ ],
1518
+ "name": "setFeeTo",
1519
+ "outputs": [],
1520
+ "stateMutability": "nonpayable",
1521
+ "type": "function"
1522
+ },
1523
+ {
1524
+ "inputs": [
1525
+ {
1526
+ "internalType": "bytes4",
1527
+ "name": "interfaceId",
1528
+ "type": "bytes4"
1529
+ }
1530
+ ],
1531
+ "name": "supportsInterface",
1532
+ "outputs": [
1533
+ {
1534
+ "internalType": "bool",
1535
+ "name": "",
1536
+ "type": "bool"
1537
+ }
1538
+ ],
1539
+ "stateMutability": "view",
1540
+ "type": "function"
1541
+ },
1542
+ {
1543
+ "inputs": [
1544
+ {
1545
+ "internalType": "address",
1546
+ "name": "deployer",
1547
+ "type": "address"
1548
+ },
1549
+ {
1550
+ "internalType": "uint256",
1551
+ "name": "",
1552
+ "type": "uint256"
1553
+ }
1554
+ ],
1555
+ "name": "tokenAddressesByDeployer",
1556
+ "outputs": [
1557
+ {
1558
+ "internalType": "address",
1559
+ "name": "tokenAddresses",
1560
+ "type": "address"
1561
+ }
1562
+ ],
1563
+ "stateMutability": "view",
1564
+ "type": "function"
1565
+ },
1566
+ {
1567
+ "inputs": [
1568
+ {
1569
+ "internalType": "address",
1570
+ "name": "",
1571
+ "type": "address"
1572
+ }
1573
+ ],
1574
+ "name": "tokenFeeHooks",
1575
+ "outputs": [
1576
+ {
1577
+ "internalType": "contract IBIFKN314FeeHook",
1578
+ "name": "",
1579
+ "type": "address"
1580
+ }
1581
+ ],
1582
+ "stateMutability": "view",
1583
+ "type": "function"
1584
+ },
1585
+ {
1586
+ "inputs": [
1587
+ {
1588
+ "internalType": "address",
1589
+ "name": "tokenAddress",
1590
+ "type": "address"
1591
+ }
1592
+ ],
1593
+ "name": "tokenInfoByTokenAddress",
1594
+ "outputs": [
1595
+ {
1596
+ "internalType": "string",
1597
+ "name": "name",
1598
+ "type": "string"
1599
+ },
1600
+ {
1601
+ "internalType": "string",
1602
+ "name": "symbol",
1603
+ "type": "string"
1604
+ },
1605
+ {
1606
+ "internalType": "uint256",
1607
+ "name": "totalSupply",
1608
+ "type": "uint256"
1609
+ },
1610
+ {
1611
+ "internalType": "address",
1612
+ "name": "tokenAddress",
1613
+ "type": "address"
1614
+ },
1615
+ {
1616
+ "internalType": "address",
1617
+ "name": "lpAddress",
1618
+ "type": "address"
1619
+ },
1620
+ {
1621
+ "internalType": "address",
1622
+ "name": "deployer",
1623
+ "type": "address"
1624
+ }
1625
+ ],
1626
+ "stateMutability": "view",
1627
+ "type": "function"
1628
+ },
1629
+ {
1630
+ "inputs": [],
1631
+ "name": "unpause",
1632
+ "outputs": [],
1633
+ "stateMutability": "nonpayable",
1634
+ "type": "function"
1635
+ },
1636
+ {
1637
+ "inputs": [
1638
+ {
1639
+ "internalType": "address",
1640
+ "name": "token",
1641
+ "type": "address"
1642
+ },
1643
+ {
1644
+ "internalType": "uint256",
1645
+ "name": "baseSwapRate_",
1646
+ "type": "uint256"
1647
+ }
1648
+ ],
1649
+ "name": "updateBaseSwapRate",
1650
+ "outputs": [],
1651
+ "stateMutability": "nonpayable",
1652
+ "type": "function"
1653
+ },
1654
+ {
1655
+ "inputs": [
1656
+ {
1657
+ "internalType": "contract IBurstToken",
1658
+ "name": "newImplementation",
1659
+ "type": "address"
1660
+ }
1661
+ ],
1662
+ "name": "updateBurstTokenImplementation",
1663
+ "outputs": [],
1664
+ "stateMutability": "nonpayable",
1665
+ "type": "function"
1666
+ },
1667
+ {
1668
+ "inputs": [
1669
+ {
1670
+ "internalType": "address",
1671
+ "name": "token",
1672
+ "type": "address"
1673
+ },
1674
+ {
1675
+ "internalType": "uint256",
1676
+ "name": "lpFeePortion_",
1677
+ "type": "uint256"
1678
+ },
1679
+ {
1680
+ "internalType": "uint256",
1681
+ "name": "protocolFeePortion_",
1682
+ "type": "uint256"
1683
+ }
1684
+ ],
1685
+ "name": "updateFeePortions",
1686
+ "outputs": [],
1687
+ "stateMutability": "nonpayable",
1688
+ "type": "function"
1689
+ },
1690
+ {
1691
+ "inputs": [
1692
+ {
1693
+ "internalType": "contract BIFKN314",
1694
+ "name": "newImplementation",
1695
+ "type": "address"
1696
+ }
1697
+ ],
1698
+ "name": "updateImplementation",
1699
+ "outputs": [],
1700
+ "stateMutability": "nonpayable",
1701
+ "type": "function"
1702
+ },
1703
+ {
1704
+ "inputs": [
1705
+ {
1706
+ "internalType": "address",
1707
+ "name": "token",
1708
+ "type": "address"
1709
+ },
1710
+ {
1711
+ "internalType": "uint256",
1712
+ "name": "baseSwapRate_",
1713
+ "type": "uint256"
1714
+ },
1715
+ {
1716
+ "internalType": "uint256",
1717
+ "name": "lpFeePortion_",
1718
+ "type": "uint256"
1719
+ },
1720
+ {
1721
+ "internalType": "uint256",
1722
+ "name": "protocolFeePortion_",
1723
+ "type": "uint256"
1724
+ }
1725
+ ],
1726
+ "name": "updateTokenFeeConfig",
1727
+ "outputs": [],
1728
+ "stateMutability": "nonpayable",
1729
+ "type": "function"
1730
+ },
1731
+ {
1732
+ "inputs": [
1733
+ {
1734
+ "internalType": "address",
1735
+ "name": "newImplementation",
1736
+ "type": "address"
1737
+ },
1738
+ {
1739
+ "internalType": "bytes",
1740
+ "name": "data",
1741
+ "type": "bytes"
1742
+ }
1743
+ ],
1744
+ "name": "upgradeToAndCall",
1745
+ "outputs": [],
1746
+ "stateMutability": "payable",
1747
+ "type": "function"
1748
+ }
1749
+ ]