@paraswap/dex-lib 4.7.20-native-insert-amount.4 → 4.7.20-native-insert-amount.5

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 (146) 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/ring-v2/few-wrapped-token.json +587 -0
  11. package/build/abi/ring-v2/ring-v2-factory.json +125 -0
  12. package/build/abi/ring-v2/ring-v2-pool.json +461 -0
  13. package/build/abi/ring-v2/ring-v2-router.json +332 -0
  14. package/build/abi/stabull/stabull-curve.json +738 -0
  15. package/build/abi/stabull/stabull-router.json +76 -0
  16. package/build/abi/uniswap-v4/hooks/SpotDynamicFeeManager.json +26 -0
  17. package/build/abi/uniswap-v4/hooks/SpotHook.json +54 -0
  18. package/build/abi/uniswap-v4/hooks/SpotPolicyManager.json +45 -0
  19. package/build/abi/uniswap-v4/hooks/cabalcoin-hook.abi.json +682 -0
  20. package/build/abi/uniswap-v4/hooks/fee-hook.abi.json +1335 -0
  21. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying-factory.d.ts +29 -0
  22. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying-factory.js +153 -0
  23. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying-factory.js.map +1 -0
  24. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying.d.ts +40 -0
  25. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying.js +323 -0
  26. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying.js.map +1 -0
  27. package/build/dex/aave-pt-to-underlying/config.d.ts +3 -0
  28. package/build/dex/aave-pt-to-underlying/config.js +24 -0
  29. package/build/dex/aave-pt-to-underlying/config.js.map +1 -0
  30. package/build/dex/aave-pt-to-underlying/constants.d.ts +2 -0
  31. package/build/dex/aave-pt-to-underlying/constants.js +6 -0
  32. package/build/dex/aave-pt-to-underlying/constants.js.map +1 -0
  33. package/build/dex/aave-pt-to-underlying/types.d.ts +24 -0
  34. package/build/dex/aave-pt-to-underlying/types.js +3 -0
  35. package/build/dex/aave-pt-to-underlying/types.js.map +1 -0
  36. package/build/dex/aave-pt-to-usdc/aave-pt-to-usdc.d.ts +39 -0
  37. package/build/dex/aave-pt-to-usdc/aave-pt-to-usdc.js +244 -0
  38. package/build/dex/aave-pt-to-usdc/aave-pt-to-usdc.js.map +1 -0
  39. package/build/dex/aave-pt-to-usdc/config.d.ts +3 -0
  40. package/build/dex/aave-pt-to-usdc/config.js +47 -0
  41. package/build/dex/aave-pt-to-usdc/config.js.map +1 -0
  42. package/build/dex/aave-pt-to-usdc/constants.d.ts +2 -0
  43. package/build/dex/aave-pt-to-usdc/constants.js +6 -0
  44. package/build/dex/aave-pt-to-usdc/constants.js.map +1 -0
  45. package/build/dex/aave-pt-to-usdc/types.d.ts +22 -0
  46. package/build/dex/aave-pt-to-usdc/types.js +3 -0
  47. package/build/dex/aave-pt-to-usdc/types.js.map +1 -0
  48. package/build/dex/apex-defi/apex-defi-factory.d.ts +26 -0
  49. package/build/dex/apex-defi/apex-defi-factory.js +53 -0
  50. package/build/dex/apex-defi/apex-defi-factory.js.map +1 -0
  51. package/build/dex/apex-defi/apex-defi-pool.d.ts +55 -0
  52. package/build/dex/apex-defi/apex-defi-pool.js +247 -0
  53. package/build/dex/apex-defi/apex-defi-pool.js.map +1 -0
  54. package/build/dex/apex-defi/apex-defi-wrapper-factory.d.ts +57 -0
  55. package/build/dex/apex-defi/apex-defi-wrapper-factory.js +250 -0
  56. package/build/dex/apex-defi/apex-defi-wrapper-factory.js.map +1 -0
  57. package/build/dex/apex-defi/apex-defi.d.ts +97 -0
  58. package/build/dex/apex-defi/apex-defi.js +1021 -0
  59. package/build/dex/apex-defi/apex-defi.js.map +1 -0
  60. package/build/dex/apex-defi/config.d.ts +4 -0
  61. package/build/dex/apex-defi/config.js +138 -0
  62. package/build/dex/apex-defi/config.js.map +1 -0
  63. package/build/dex/apex-defi/types.d.ts +32 -0
  64. package/build/dex/apex-defi/types.js +3 -0
  65. package/build/dex/apex-defi/types.js.map +1 -0
  66. package/build/dex/apex-defi/utils.d.ts +46 -0
  67. package/build/dex/apex-defi/utils.js +133 -0
  68. package/build/dex/apex-defi/utils.js.map +1 -0
  69. package/build/dex/idle-dao/idle-dao.d.ts +0 -1
  70. package/build/dex/idle-dao/idle-dao.js +11 -23
  71. package/build/dex/idle-dao/idle-dao.js.map +1 -1
  72. package/build/dex/maker-psm/maker-psm.d.ts +41 -4
  73. package/build/dex/maker-psm/maker-psm.js +143 -40
  74. package/build/dex/maker-psm/maker-psm.js.map +1 -1
  75. package/build/dex/miro-migrator/miro-migrator-state.d.ts +27 -0
  76. package/build/dex/miro-migrator/miro-migrator-state.js +89 -0
  77. package/build/dex/miro-migrator/miro-migrator-state.js.map +1 -0
  78. package/build/dex/native/native.js +6 -16
  79. package/build/dex/native/native.js.map +1 -1
  80. package/build/dex/stabull/config.d.ts +3 -0
  81. package/build/dex/stabull/config.js +177 -0
  82. package/build/dex/stabull/config.js.map +1 -0
  83. package/build/dex/stabull/stabull-pool.d.ts +46 -0
  84. package/build/dex/stabull/stabull-pool.js +113 -0
  85. package/build/dex/stabull/stabull-pool.js.map +1 -0
  86. package/build/dex/stabull/stabull.d.ts +55 -0
  87. package/build/dex/stabull/stabull.js +286 -0
  88. package/build/dex/stabull/stabull.js.map +1 -0
  89. package/build/dex/stabull/types.d.ts +21 -0
  90. package/build/dex/stabull/types.js +3 -0
  91. package/build/dex/stabull/types.js.map +1 -0
  92. package/build/dex/uniswap-v3/forks/pangolin-v3/utils.d.ts +4 -0
  93. package/build/dex/uniswap-v3/forks/pangolin-v3/utils.js +56 -0
  94. package/build/dex/uniswap-v3/forks/pangolin-v3/utils.js.map +1 -0
  95. package/build/dex/uniswap-v4/hooks/arena.d.ts +6 -0
  96. package/build/dex/uniswap-v4/hooks/arena.js +10 -0
  97. package/build/dex/uniswap-v4/hooks/arena.js.map +1 -0
  98. package/build/dex/uniswap-v4/hooks/base-fee/base-fee-hook.d.ts +0 -0
  99. package/build/dex/uniswap-v4/hooks/base-fee/base-fee-hook.js +2 -0
  100. package/build/dex/uniswap-v4/hooks/base-fee/base-fee-hook.js.map +1 -0
  101. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/cabalcoin-hook-pool.d.ts +7 -0
  102. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/cabalcoin-hook-pool.js +28 -0
  103. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/cabalcoin-hook-pool.js.map +1 -0
  104. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/types.d.ts +0 -0
  105. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/types.js +2 -0
  106. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/types.js.map +1 -0
  107. package/build/dex/uniswap-v4/hooks/fee-hook/fee-hook-pool.d.ts +7 -0
  108. package/build/dex/uniswap-v4/hooks/fee-hook/fee-hook-pool.js +28 -0
  109. package/build/dex/uniswap-v4/hooks/fee-hook/fee-hook-pool.js.map +1 -0
  110. package/build/dex/uniswap-v4/hooks/fee-hook/types.d.ts +0 -0
  111. package/build/dex/uniswap-v4/hooks/fee-hook/types.js +2 -0
  112. package/build/dex/uniswap-v4/hooks/fee-hook/types.js.map +1 -0
  113. package/build/dex/uniswap-v4/hooks/index.d.ts +1 -0
  114. package/build/dex/uniswap-v4/hooks/index.js +18 -0
  115. package/build/dex/uniswap-v4/hooks/index.js.map +1 -0
  116. package/build/dex/uniswap-v4/hooks/spot.d.ts +15 -0
  117. package/build/dex/uniswap-v4/hooks/spot.js +109 -0
  118. package/build/dex/uniswap-v4/hooks/spot.js.map +1 -0
  119. package/build/dex/uniswap-v4/hooks/template.d.ts +150 -0
  120. package/build/dex/uniswap-v4/hooks/template.js +104 -0
  121. package/build/dex/uniswap-v4/hooks/template.js.map +1 -0
  122. package/build/dex/usdc-transmuter/usdc-transmuter-pool.d.ts +26 -0
  123. package/build/dex/usdc-transmuter/usdc-transmuter-pool.js +75 -0
  124. package/build/dex/usdc-transmuter/usdc-transmuter-pool.js.map +1 -0
  125. package/build/dex/usual/usual-usdc-usdc.d.ts +17 -0
  126. package/build/dex/usual/usual-usdc-usdc.js +59 -0
  127. package/build/dex/usual/usual-usdc-usdc.js.map +1 -0
  128. package/build/dex/yo/config.d.ts +3 -0
  129. package/build/dex/yo/config.js +21 -0
  130. package/build/dex/yo/config.js.map +1 -0
  131. package/build/dex/yo/types.d.ts +13 -0
  132. package/build/dex/yo/types.js +3 -0
  133. package/build/dex/yo/types.js.map +1 -0
  134. package/build/dex/yo/yo-pool.d.ts +13 -0
  135. package/build/dex/yo/yo-pool.js +26 -0
  136. package/build/dex/yo/yo-pool.js.map +1 -0
  137. package/build/dex/yo/yo.d.ts +39 -0
  138. package/build/dex/yo/yo.js +248 -0
  139. package/build/dex/yo/yo.js.map +1 -0
  140. package/build/implementations/api-paraswap-sdk.d.ts +25 -0
  141. package/build/implementations/api-paraswap-sdk.js +102 -0
  142. package/build/implementations/api-paraswap-sdk.js.map +1 -0
  143. package/package.json +1 -1
  144. package/build/executor/Executor02BytecodeBuilderMultiRoute.d.ts +0 -101
  145. package/build/executor/Executor02BytecodeBuilderMultiRoute.js +0 -878
  146. package/build/executor/Executor02BytecodeBuilderMultiRoute.js.map +0 -1
@@ -0,0 +1,1107 @@
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
+ {
37
+ "internalType": "address",
38
+ "name": "account",
39
+ "type": "address"
40
+ }
41
+ ],
42
+ "name": "AddressInsufficientBalance",
43
+ "type": "error"
44
+ },
45
+ {
46
+ "inputs": [],
47
+ "name": "ERC1167FailedCreateClone",
48
+ "type": "error"
49
+ },
50
+ {
51
+ "inputs": [
52
+ {
53
+ "internalType": "address",
54
+ "name": "implementation",
55
+ "type": "address"
56
+ }
57
+ ],
58
+ "name": "ERC1967InvalidImplementation",
59
+ "type": "error"
60
+ },
61
+ {
62
+ "inputs": [],
63
+ "name": "ERC1967NonPayable",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "EnforcedPause",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "ExpectedPause",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "FailedInnerCall",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "InvalidAddress",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [],
88
+ "name": "InvalidFactoryAddress",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "InvalidInitialization",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [],
98
+ "name": "InvalidRange",
99
+ "type": "error"
100
+ },
101
+ {
102
+ "inputs": [],
103
+ "name": "InvalidWrapperAddress",
104
+ "type": "error"
105
+ },
106
+ {
107
+ "inputs": [],
108
+ "name": "NotCuratedToken",
109
+ "type": "error"
110
+ },
111
+ {
112
+ "inputs": [],
113
+ "name": "NotInitializing",
114
+ "type": "error"
115
+ },
116
+ {
117
+ "inputs": [],
118
+ "name": "OutOfBounds",
119
+ "type": "error"
120
+ },
121
+ {
122
+ "inputs": [],
123
+ "name": "PreviousFactoryNotSet",
124
+ "type": "error"
125
+ },
126
+ {
127
+ "inputs": [],
128
+ "name": "ReentrancyGuardReentrantCall",
129
+ "type": "error"
130
+ },
131
+ {
132
+ "inputs": [
133
+ {
134
+ "internalType": "address",
135
+ "name": "token",
136
+ "type": "address"
137
+ }
138
+ ],
139
+ "name": "SafeERC20FailedOperation",
140
+ "type": "error"
141
+ },
142
+ {
143
+ "inputs": [],
144
+ "name": "UUPSUnauthorizedCallContext",
145
+ "type": "error"
146
+ },
147
+ {
148
+ "inputs": [
149
+ {
150
+ "internalType": "bytes32",
151
+ "name": "slot",
152
+ "type": "bytes32"
153
+ }
154
+ ],
155
+ "name": "UUPSUnsupportedProxiableUUID",
156
+ "type": "error"
157
+ },
158
+ {
159
+ "inputs": [],
160
+ "name": "WrapperAlreadyCreated",
161
+ "type": "error"
162
+ },
163
+ {
164
+ "anonymous": false,
165
+ "inputs": [
166
+ {
167
+ "indexed": false,
168
+ "internalType": "contract IERC20",
169
+ "name": "token",
170
+ "type": "address"
171
+ },
172
+ {
173
+ "indexed": false,
174
+ "internalType": "uint256",
175
+ "name": "amount",
176
+ "type": "uint256"
177
+ },
178
+ {
179
+ "indexed": false,
180
+ "internalType": "address",
181
+ "name": "to",
182
+ "type": "address"
183
+ }
184
+ ],
185
+ "name": "EmergencyWithdraw",
186
+ "type": "event"
187
+ },
188
+ {
189
+ "anonymous": false,
190
+ "inputs": [
191
+ {
192
+ "indexed": false,
193
+ "internalType": "address",
194
+ "name": "to",
195
+ "type": "address"
196
+ },
197
+ {
198
+ "indexed": false,
199
+ "internalType": "uint256",
200
+ "name": "amount",
201
+ "type": "uint256"
202
+ }
203
+ ],
204
+ "name": "EmergencyWithdrawNative",
205
+ "type": "event"
206
+ },
207
+ {
208
+ "anonymous": false,
209
+ "inputs": [
210
+ {
211
+ "indexed": false,
212
+ "internalType": "address",
213
+ "name": "newFactoryAddress",
214
+ "type": "address"
215
+ }
216
+ ],
217
+ "name": "FactoryAddressChanged",
218
+ "type": "event"
219
+ },
220
+ {
221
+ "anonymous": false,
222
+ "inputs": [
223
+ {
224
+ "indexed": false,
225
+ "internalType": "uint64",
226
+ "name": "version",
227
+ "type": "uint64"
228
+ }
229
+ ],
230
+ "name": "Initialized",
231
+ "type": "event"
232
+ },
233
+ {
234
+ "anonymous": false,
235
+ "inputs": [
236
+ {
237
+ "indexed": false,
238
+ "internalType": "address",
239
+ "name": "account",
240
+ "type": "address"
241
+ }
242
+ ],
243
+ "name": "Paused",
244
+ "type": "event"
245
+ },
246
+ {
247
+ "anonymous": false,
248
+ "inputs": [
249
+ {
250
+ "indexed": true,
251
+ "internalType": "bytes32",
252
+ "name": "role",
253
+ "type": "bytes32"
254
+ },
255
+ {
256
+ "indexed": true,
257
+ "internalType": "bytes32",
258
+ "name": "previousAdminRole",
259
+ "type": "bytes32"
260
+ },
261
+ {
262
+ "indexed": true,
263
+ "internalType": "bytes32",
264
+ "name": "newAdminRole",
265
+ "type": "bytes32"
266
+ }
267
+ ],
268
+ "name": "RoleAdminChanged",
269
+ "type": "event"
270
+ },
271
+ {
272
+ "anonymous": false,
273
+ "inputs": [
274
+ {
275
+ "indexed": true,
276
+ "internalType": "bytes32",
277
+ "name": "role",
278
+ "type": "bytes32"
279
+ },
280
+ {
281
+ "indexed": true,
282
+ "internalType": "address",
283
+ "name": "account",
284
+ "type": "address"
285
+ },
286
+ {
287
+ "indexed": true,
288
+ "internalType": "address",
289
+ "name": "sender",
290
+ "type": "address"
291
+ }
292
+ ],
293
+ "name": "RoleGranted",
294
+ "type": "event"
295
+ },
296
+ {
297
+ "anonymous": false,
298
+ "inputs": [
299
+ {
300
+ "indexed": true,
301
+ "internalType": "bytes32",
302
+ "name": "role",
303
+ "type": "bytes32"
304
+ },
305
+ {
306
+ "indexed": true,
307
+ "internalType": "address",
308
+ "name": "account",
309
+ "type": "address"
310
+ },
311
+ {
312
+ "indexed": true,
313
+ "internalType": "address",
314
+ "name": "sender",
315
+ "type": "address"
316
+ }
317
+ ],
318
+ "name": "RoleRevoked",
319
+ "type": "event"
320
+ },
321
+ {
322
+ "anonymous": false,
323
+ "inputs": [
324
+ {
325
+ "indexed": false,
326
+ "internalType": "address",
327
+ "name": "account",
328
+ "type": "address"
329
+ }
330
+ ],
331
+ "name": "Unpaused",
332
+ "type": "event"
333
+ },
334
+ {
335
+ "anonymous": false,
336
+ "inputs": [
337
+ {
338
+ "indexed": true,
339
+ "internalType": "address",
340
+ "name": "implementation",
341
+ "type": "address"
342
+ }
343
+ ],
344
+ "name": "Upgraded",
345
+ "type": "event"
346
+ },
347
+ {
348
+ "anonymous": false,
349
+ "inputs": [
350
+ {
351
+ "indexed": true,
352
+ "internalType": "contract IERC20",
353
+ "name": "originalToken",
354
+ "type": "address"
355
+ },
356
+ {
357
+ "indexed": true,
358
+ "internalType": "contract IERC20",
359
+ "name": "wrappedToken",
360
+ "type": "address"
361
+ },
362
+ {
363
+ "indexed": false,
364
+ "internalType": "address",
365
+ "name": "wrapperContract",
366
+ "type": "address"
367
+ }
368
+ ],
369
+ "name": "WrapperCreated",
370
+ "type": "event"
371
+ },
372
+ {
373
+ "anonymous": false,
374
+ "inputs": [
375
+ {
376
+ "indexed": false,
377
+ "internalType": "address",
378
+ "name": "newWrapperImplementation",
379
+ "type": "address"
380
+ }
381
+ ],
382
+ "name": "WrapperImplementationChanged",
383
+ "type": "event"
384
+ },
385
+ {
386
+ "anonymous": false,
387
+ "inputs": [
388
+ {
389
+ "indexed": true,
390
+ "internalType": "address",
391
+ "name": "wrapperAddress",
392
+ "type": "address"
393
+ },
394
+ {
395
+ "indexed": true,
396
+ "internalType": "address",
397
+ "name": "newOwner",
398
+ "type": "address"
399
+ },
400
+ {
401
+ "indexed": true,
402
+ "internalType": "address",
403
+ "name": "previousOwner",
404
+ "type": "address"
405
+ }
406
+ ],
407
+ "name": "WrapperOwnershipTransferred",
408
+ "type": "event"
409
+ },
410
+ {
411
+ "inputs": [],
412
+ "name": "DEFAULT_ADMIN_ROLE",
413
+ "outputs": [
414
+ {
415
+ "internalType": "bytes32",
416
+ "name": "",
417
+ "type": "bytes32"
418
+ }
419
+ ],
420
+ "stateMutability": "view",
421
+ "type": "function"
422
+ },
423
+ {
424
+ "inputs": [],
425
+ "name": "MANAGER_ROLE",
426
+ "outputs": [
427
+ {
428
+ "internalType": "bytes32",
429
+ "name": "",
430
+ "type": "bytes32"
431
+ }
432
+ ],
433
+ "stateMutability": "view",
434
+ "type": "function"
435
+ },
436
+ {
437
+ "inputs": [],
438
+ "name": "UPGRADER_ROLE",
439
+ "outputs": [
440
+ {
441
+ "internalType": "bytes32",
442
+ "name": "",
443
+ "type": "bytes32"
444
+ }
445
+ ],
446
+ "stateMutability": "view",
447
+ "type": "function"
448
+ },
449
+ {
450
+ "inputs": [],
451
+ "name": "UPGRADE_INTERFACE_VERSION",
452
+ "outputs": [
453
+ {
454
+ "internalType": "string",
455
+ "name": "",
456
+ "type": "string"
457
+ }
458
+ ],
459
+ "stateMutability": "view",
460
+ "type": "function"
461
+ },
462
+ {
463
+ "inputs": [
464
+ {
465
+ "internalType": "address",
466
+ "name": "_walletAddress",
467
+ "type": "address"
468
+ },
469
+ {
470
+ "internalType": "contract IERC20",
471
+ "name": "_token",
472
+ "type": "address"
473
+ }
474
+ ],
475
+ "name": "addCuratedToken",
476
+ "outputs": [],
477
+ "stateMutability": "nonpayable",
478
+ "type": "function"
479
+ },
480
+ {
481
+ "inputs": [
482
+ {
483
+ "internalType": "contract BIFKN314Wrapper",
484
+ "name": "_wrapper",
485
+ "type": "address"
486
+ }
487
+ ],
488
+ "name": "addWrapper",
489
+ "outputs": [],
490
+ "stateMutability": "nonpayable",
491
+ "type": "function"
492
+ },
493
+ {
494
+ "inputs": [
495
+ {
496
+ "internalType": "uint256",
497
+ "name": "",
498
+ "type": "uint256"
499
+ }
500
+ ],
501
+ "name": "allWrappers",
502
+ "outputs": [
503
+ {
504
+ "internalType": "contract BIFKN314Wrapper",
505
+ "name": "",
506
+ "type": "address"
507
+ }
508
+ ],
509
+ "stateMutability": "view",
510
+ "type": "function"
511
+ },
512
+ {
513
+ "inputs": [],
514
+ "name": "allWrappersLength",
515
+ "outputs": [
516
+ {
517
+ "internalType": "uint256",
518
+ "name": "",
519
+ "type": "uint256"
520
+ }
521
+ ],
522
+ "stateMutability": "view",
523
+ "type": "function"
524
+ },
525
+ {
526
+ "inputs": [
527
+ {
528
+ "internalType": "contract IERC20",
529
+ "name": "",
530
+ "type": "address"
531
+ }
532
+ ],
533
+ "name": "bifkn314ToWrapper",
534
+ "outputs": [
535
+ {
536
+ "internalType": "contract BIFKN314Wrapper",
537
+ "name": "",
538
+ "type": "address"
539
+ }
540
+ ],
541
+ "stateMutability": "view",
542
+ "type": "function"
543
+ },
544
+ {
545
+ "inputs": [],
546
+ "name": "bifknFactory",
547
+ "outputs": [
548
+ {
549
+ "internalType": "contract IBIFKN314FactoryV2",
550
+ "name": "",
551
+ "type": "address"
552
+ }
553
+ ],
554
+ "stateMutability": "view",
555
+ "type": "function"
556
+ },
557
+ {
558
+ "inputs": [
559
+ {
560
+ "internalType": "contract IERC20",
561
+ "name": "originalToken",
562
+ "type": "address"
563
+ },
564
+ {
565
+ "internalType": "string",
566
+ "name": "tokenName",
567
+ "type": "string"
568
+ },
569
+ {
570
+ "internalType": "string",
571
+ "name": "tokenSymbol",
572
+ "type": "string"
573
+ },
574
+ {
575
+ "internalType": "uint256",
576
+ "name": "totalSupply",
577
+ "type": "uint256"
578
+ },
579
+ {
580
+ "internalType": "address",
581
+ "name": "owner_",
582
+ "type": "address"
583
+ },
584
+ {
585
+ "internalType": "uint256",
586
+ "name": "tradingFee",
587
+ "type": "uint256"
588
+ },
589
+ {
590
+ "internalType": "uint256",
591
+ "name": "maxWalletPercent",
592
+ "type": "uint256"
593
+ },
594
+ {
595
+ "internalType": "string",
596
+ "name": "metadataURI",
597
+ "type": "string"
598
+ }
599
+ ],
600
+ "name": "createWrapper",
601
+ "outputs": [
602
+ {
603
+ "internalType": "address",
604
+ "name": "wrapperAddress",
605
+ "type": "address"
606
+ },
607
+ {
608
+ "internalType": "address",
609
+ "name": "wrappedTokenAddress",
610
+ "type": "address"
611
+ }
612
+ ],
613
+ "stateMutability": "payable",
614
+ "type": "function"
615
+ },
616
+ {
617
+ "inputs": [
618
+ {
619
+ "internalType": "address",
620
+ "name": "",
621
+ "type": "address"
622
+ }
623
+ ],
624
+ "name": "curatedTokenList",
625
+ "outputs": [
626
+ {
627
+ "internalType": "contract IERC20",
628
+ "name": "",
629
+ "type": "address"
630
+ }
631
+ ],
632
+ "stateMutability": "view",
633
+ "type": "function"
634
+ },
635
+ {
636
+ "inputs": [],
637
+ "name": "curatedTokensOnly",
638
+ "outputs": [
639
+ {
640
+ "internalType": "bool",
641
+ "name": "",
642
+ "type": "bool"
643
+ }
644
+ ],
645
+ "stateMutability": "view",
646
+ "type": "function"
647
+ },
648
+ {
649
+ "inputs": [
650
+ {
651
+ "internalType": "contract IERC20",
652
+ "name": "token",
653
+ "type": "address"
654
+ },
655
+ {
656
+ "internalType": "uint256",
657
+ "name": "amount",
658
+ "type": "uint256"
659
+ },
660
+ {
661
+ "internalType": "address",
662
+ "name": "to",
663
+ "type": "address"
664
+ }
665
+ ],
666
+ "name": "emergencyWithdraw",
667
+ "outputs": [],
668
+ "stateMutability": "nonpayable",
669
+ "type": "function"
670
+ },
671
+ {
672
+ "inputs": [
673
+ {
674
+ "internalType": "address",
675
+ "name": "to",
676
+ "type": "address"
677
+ },
678
+ {
679
+ "internalType": "uint256",
680
+ "name": "amount",
681
+ "type": "uint256"
682
+ }
683
+ ],
684
+ "name": "emergencyWithdrawNative",
685
+ "outputs": [],
686
+ "stateMutability": "nonpayable",
687
+ "type": "function"
688
+ },
689
+ {
690
+ "inputs": [
691
+ {
692
+ "internalType": "contract IERC20",
693
+ "name": "",
694
+ "type": "address"
695
+ }
696
+ ],
697
+ "name": "erc20ToWrapper",
698
+ "outputs": [
699
+ {
700
+ "internalType": "contract BIFKN314Wrapper",
701
+ "name": "",
702
+ "type": "address"
703
+ }
704
+ ],
705
+ "stateMutability": "view",
706
+ "type": "function"
707
+ },
708
+ {
709
+ "inputs": [],
710
+ "name": "getAllWrappers",
711
+ "outputs": [
712
+ {
713
+ "internalType": "contract BIFKN314Wrapper[]",
714
+ "name": "",
715
+ "type": "address[]"
716
+ }
717
+ ],
718
+ "stateMutability": "view",
719
+ "type": "function"
720
+ },
721
+ {
722
+ "inputs": [
723
+ {
724
+ "internalType": "bytes32",
725
+ "name": "role",
726
+ "type": "bytes32"
727
+ }
728
+ ],
729
+ "name": "getRoleAdmin",
730
+ "outputs": [
731
+ {
732
+ "internalType": "bytes32",
733
+ "name": "",
734
+ "type": "bytes32"
735
+ }
736
+ ],
737
+ "stateMutability": "view",
738
+ "type": "function"
739
+ },
740
+ {
741
+ "inputs": [
742
+ {
743
+ "internalType": "bytes32",
744
+ "name": "role",
745
+ "type": "bytes32"
746
+ },
747
+ {
748
+ "internalType": "address",
749
+ "name": "account",
750
+ "type": "address"
751
+ }
752
+ ],
753
+ "name": "grantRole",
754
+ "outputs": [],
755
+ "stateMutability": "nonpayable",
756
+ "type": "function"
757
+ },
758
+ {
759
+ "inputs": [
760
+ {
761
+ "internalType": "bytes32",
762
+ "name": "role",
763
+ "type": "bytes32"
764
+ },
765
+ {
766
+ "internalType": "address",
767
+ "name": "account",
768
+ "type": "address"
769
+ }
770
+ ],
771
+ "name": "hasRole",
772
+ "outputs": [
773
+ {
774
+ "internalType": "bool",
775
+ "name": "",
776
+ "type": "bool"
777
+ }
778
+ ],
779
+ "stateMutability": "view",
780
+ "type": "function"
781
+ },
782
+ {
783
+ "inputs": [
784
+ {
785
+ "internalType": "contract IERC20",
786
+ "name": "token",
787
+ "type": "address"
788
+ }
789
+ ],
790
+ "name": "hasWrappedToken",
791
+ "outputs": [
792
+ {
793
+ "internalType": "bool",
794
+ "name": "",
795
+ "type": "bool"
796
+ }
797
+ ],
798
+ "stateMutability": "view",
799
+ "type": "function"
800
+ },
801
+ {
802
+ "inputs": [
803
+ {
804
+ "internalType": "contract IBIFKN314FactoryV2",
805
+ "name": "_bifknFactory",
806
+ "type": "address"
807
+ },
808
+ {
809
+ "internalType": "contract BIFKN314Wrapper",
810
+ "name": "_wrapperImplementation",
811
+ "type": "address"
812
+ }
813
+ ],
814
+ "name": "initialize",
815
+ "outputs": [],
816
+ "stateMutability": "nonpayable",
817
+ "type": "function"
818
+ },
819
+ {
820
+ "inputs": [
821
+ {
822
+ "internalType": "contract IBIFKN314WrapperFactory",
823
+ "name": "previousFactory",
824
+ "type": "address"
825
+ },
826
+ {
827
+ "internalType": "uint256",
828
+ "name": "start",
829
+ "type": "uint256"
830
+ },
831
+ {
832
+ "internalType": "uint256",
833
+ "name": "end",
834
+ "type": "uint256"
835
+ }
836
+ ],
837
+ "name": "initializeFromPreviousFactory",
838
+ "outputs": [],
839
+ "stateMutability": "nonpayable",
840
+ "type": "function"
841
+ },
842
+ {
843
+ "inputs": [
844
+ {
845
+ "internalType": "contract IERC20",
846
+ "name": "token",
847
+ "type": "address"
848
+ }
849
+ ],
850
+ "name": "isWrappedToken",
851
+ "outputs": [
852
+ {
853
+ "internalType": "bool",
854
+ "name": "",
855
+ "type": "bool"
856
+ }
857
+ ],
858
+ "stateMutability": "view",
859
+ "type": "function"
860
+ },
861
+ {
862
+ "inputs": [],
863
+ "name": "pause",
864
+ "outputs": [],
865
+ "stateMutability": "nonpayable",
866
+ "type": "function"
867
+ },
868
+ {
869
+ "inputs": [],
870
+ "name": "paused",
871
+ "outputs": [
872
+ {
873
+ "internalType": "bool",
874
+ "name": "",
875
+ "type": "bool"
876
+ }
877
+ ],
878
+ "stateMutability": "view",
879
+ "type": "function"
880
+ },
881
+ {
882
+ "inputs": [],
883
+ "name": "proxiableUUID",
884
+ "outputs": [
885
+ {
886
+ "internalType": "bytes32",
887
+ "name": "",
888
+ "type": "bytes32"
889
+ }
890
+ ],
891
+ "stateMutability": "view",
892
+ "type": "function"
893
+ },
894
+ {
895
+ "inputs": [
896
+ {
897
+ "internalType": "contract BIFKN314Wrapper",
898
+ "name": "_wrapper",
899
+ "type": "address"
900
+ }
901
+ ],
902
+ "name": "removeWrapper",
903
+ "outputs": [],
904
+ "stateMutability": "nonpayable",
905
+ "type": "function"
906
+ },
907
+ {
908
+ "inputs": [
909
+ {
910
+ "internalType": "contract BIFKN314Wrapper",
911
+ "name": "_wrapper",
912
+ "type": "address"
913
+ }
914
+ ],
915
+ "name": "renounceOwnershipOfWrapper",
916
+ "outputs": [],
917
+ "stateMutability": "nonpayable",
918
+ "type": "function"
919
+ },
920
+ {
921
+ "inputs": [
922
+ {
923
+ "internalType": "bytes32",
924
+ "name": "role",
925
+ "type": "bytes32"
926
+ },
927
+ {
928
+ "internalType": "address",
929
+ "name": "callerConfirmation",
930
+ "type": "address"
931
+ }
932
+ ],
933
+ "name": "renounceRole",
934
+ "outputs": [],
935
+ "stateMutability": "nonpayable",
936
+ "type": "function"
937
+ },
938
+ {
939
+ "inputs": [
940
+ {
941
+ "internalType": "bytes32",
942
+ "name": "role",
943
+ "type": "bytes32"
944
+ },
945
+ {
946
+ "internalType": "address",
947
+ "name": "account",
948
+ "type": "address"
949
+ }
950
+ ],
951
+ "name": "revokeRole",
952
+ "outputs": [],
953
+ "stateMutability": "nonpayable",
954
+ "type": "function"
955
+ },
956
+ {
957
+ "inputs": [
958
+ {
959
+ "internalType": "contract IBIFKN314FactoryV2",
960
+ "name": "_bifknFactory",
961
+ "type": "address"
962
+ }
963
+ ],
964
+ "name": "setBIFKNFactory",
965
+ "outputs": [],
966
+ "stateMutability": "nonpayable",
967
+ "type": "function"
968
+ },
969
+ {
970
+ "inputs": [
971
+ {
972
+ "internalType": "bool",
973
+ "name": "_value",
974
+ "type": "bool"
975
+ }
976
+ ],
977
+ "name": "setCuratedListOnly",
978
+ "outputs": [],
979
+ "stateMutability": "nonpayable",
980
+ "type": "function"
981
+ },
982
+ {
983
+ "inputs": [
984
+ {
985
+ "internalType": "contract IERC20",
986
+ "name": "_token",
987
+ "type": "address"
988
+ },
989
+ {
990
+ "internalType": "bool",
991
+ "name": "_value",
992
+ "type": "bool"
993
+ }
994
+ ],
995
+ "name": "setWhitelist",
996
+ "outputs": [],
997
+ "stateMutability": "nonpayable",
998
+ "type": "function"
999
+ },
1000
+ {
1001
+ "inputs": [
1002
+ {
1003
+ "internalType": "contract BIFKN314Wrapper",
1004
+ "name": "_wrapperImplementation",
1005
+ "type": "address"
1006
+ }
1007
+ ],
1008
+ "name": "setWrapperImplementation",
1009
+ "outputs": [],
1010
+ "stateMutability": "nonpayable",
1011
+ "type": "function"
1012
+ },
1013
+ {
1014
+ "inputs": [
1015
+ {
1016
+ "internalType": "bytes4",
1017
+ "name": "interfaceId",
1018
+ "type": "bytes4"
1019
+ }
1020
+ ],
1021
+ "name": "supportsInterface",
1022
+ "outputs": [
1023
+ {
1024
+ "internalType": "bool",
1025
+ "name": "",
1026
+ "type": "bool"
1027
+ }
1028
+ ],
1029
+ "stateMutability": "view",
1030
+ "type": "function"
1031
+ },
1032
+ {
1033
+ "inputs": [
1034
+ {
1035
+ "internalType": "contract BIFKN314Wrapper",
1036
+ "name": "_wrapper",
1037
+ "type": "address"
1038
+ },
1039
+ {
1040
+ "internalType": "address",
1041
+ "name": "newOwner",
1042
+ "type": "address"
1043
+ }
1044
+ ],
1045
+ "name": "transferOwnershipOfWrapper",
1046
+ "outputs": [],
1047
+ "stateMutability": "nonpayable",
1048
+ "type": "function"
1049
+ },
1050
+ {
1051
+ "inputs": [],
1052
+ "name": "unpause",
1053
+ "outputs": [],
1054
+ "stateMutability": "nonpayable",
1055
+ "type": "function"
1056
+ },
1057
+ {
1058
+ "inputs": [
1059
+ {
1060
+ "internalType": "address",
1061
+ "name": "newImplementation",
1062
+ "type": "address"
1063
+ },
1064
+ {
1065
+ "internalType": "bytes",
1066
+ "name": "data",
1067
+ "type": "bytes"
1068
+ }
1069
+ ],
1070
+ "name": "upgradeToAndCall",
1071
+ "outputs": [],
1072
+ "stateMutability": "payable",
1073
+ "type": "function"
1074
+ },
1075
+ {
1076
+ "inputs": [
1077
+ {
1078
+ "internalType": "contract IERC20",
1079
+ "name": "",
1080
+ "type": "address"
1081
+ }
1082
+ ],
1083
+ "name": "whitelist",
1084
+ "outputs": [
1085
+ {
1086
+ "internalType": "bool",
1087
+ "name": "",
1088
+ "type": "bool"
1089
+ }
1090
+ ],
1091
+ "stateMutability": "view",
1092
+ "type": "function"
1093
+ },
1094
+ {
1095
+ "inputs": [],
1096
+ "name": "wrapperImplementation",
1097
+ "outputs": [
1098
+ {
1099
+ "internalType": "contract BIFKN314Wrapper",
1100
+ "name": "",
1101
+ "type": "address"
1102
+ }
1103
+ ],
1104
+ "stateMutability": "view",
1105
+ "type": "function"
1106
+ }
1107
+ ]