@paraswap/dex-lib 4.7.13-unified-pair-restriction.2 → 4.7.14-os-arm.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.
Files changed (235) hide show
  1. package/build/abi/PendleRouterStatic.json +19 -0
  2. package/build/abi/{MStableAsset.json → apex-defi/ApexDefiFactory.abi.json} +992 -788
  3. package/build/abi/{BProtocol.json → apex-defi/ApexDefiRouter.abi.json} +539 -574
  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/{OneInchLp.json → apex-defi/ApexDefiWrapperFactory.abi.json} +577 -774
  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 +349 -0
  11. package/build/abi/pharaoh-v3/PharaohV3Pool.abi.json +802 -0
  12. package/build/abi/pharaoh-v3/PharaohV3StateMulticall.abi.json +781 -0
  13. package/build/abi/ring-v2/few-wrapped-token.json +587 -0
  14. package/build/abi/ring-v2/ring-v2-factory.json +125 -0
  15. package/build/abi/ring-v2/ring-v2-pool.json +461 -0
  16. package/build/abi/ring-v2/ring-v2-router.json +332 -0
  17. package/build/abi/stabull/stabull-curve.json +738 -0
  18. package/build/abi/stabull/stabull-router.json +76 -0
  19. package/build/abi/uniswap-v4/hooks/SpotDynamicFeeManager.json +26 -0
  20. package/build/abi/uniswap-v4/hooks/SpotHook.json +54 -0
  21. package/build/abi/uniswap-v4/hooks/SpotPolicyManager.json +45 -0
  22. package/build/abi/uniswap-v4/hooks/cabalcoin-hook.abi.json +682 -0
  23. package/build/abi/uniswap-v4/hooks/fee-hook.abi.json +1335 -0
  24. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying-factory.d.ts +29 -0
  25. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying-factory.js +153 -0
  26. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying-factory.js.map +1 -0
  27. package/build/dex/{usual-bond/usual-bond.d.ts → aave-pt-to-underlying/aave-pt-to-underlying.d.ts} +23 -18
  28. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying.js +323 -0
  29. package/build/dex/aave-pt-to-underlying/aave-pt-to-underlying.js.map +1 -0
  30. package/build/dex/aave-pt-to-underlying/config.d.ts +3 -0
  31. package/build/dex/aave-pt-to-underlying/config.js +24 -0
  32. package/build/dex/aave-pt-to-underlying/config.js.map +1 -0
  33. package/build/dex/aave-pt-to-underlying/constants.d.ts +2 -0
  34. package/build/dex/aave-pt-to-underlying/constants.js +6 -0
  35. package/build/dex/aave-pt-to-underlying/constants.js.map +1 -0
  36. package/build/dex/aave-pt-to-underlying/types.d.ts +24 -0
  37. package/build/dex/aave-pt-to-underlying/types.js.map +1 -0
  38. package/build/dex/aave-pt-to-usdc/aave-pt-to-usdc.d.ts +39 -0
  39. package/build/dex/aave-pt-to-usdc/aave-pt-to-usdc.js +244 -0
  40. package/build/dex/aave-pt-to-usdc/aave-pt-to-usdc.js.map +1 -0
  41. package/build/dex/aave-pt-to-usdc/config.d.ts +3 -0
  42. package/build/dex/aave-pt-to-usdc/config.js +47 -0
  43. package/build/dex/aave-pt-to-usdc/config.js.map +1 -0
  44. package/build/dex/aave-pt-to-usdc/constants.d.ts +2 -0
  45. package/build/dex/aave-pt-to-usdc/constants.js +6 -0
  46. package/build/dex/aave-pt-to-usdc/constants.js.map +1 -0
  47. package/build/dex/aave-pt-to-usdc/types.d.ts +22 -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/{usual-bond → apex-defi}/types.js.map +1 -1
  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/curve-v1-factory/constants.js.map +1 -1
  71. package/build/dex/generic-rfq/generic-rfq.js +5 -0
  72. package/build/dex/generic-rfq/generic-rfq.js.map +1 -1
  73. package/build/dex/maker-psm/maker-psm-event-pool.d.ts +43 -0
  74. package/build/dex/maker-psm/maker-psm-event-pool.js +132 -0
  75. package/build/dex/maker-psm/maker-psm-event-pool.js.map +1 -0
  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/oswap/config.js +10 -0
  80. package/build/dex/oswap/config.js.map +1 -1
  81. package/build/dex/oswap/oswap.js +1 -1
  82. package/build/dex/oswap/oswap.js.map +1 -1
  83. package/build/dex/{usual-bond → stabull}/config.d.ts +1 -1
  84. package/build/dex/stabull/config.js +177 -0
  85. package/build/dex/stabull/config.js.map +1 -0
  86. package/build/dex/{se-vlr/se-vlr-pool.d.ts → stabull/stabull-pool.d.ts} +13 -6
  87. package/build/dex/stabull/stabull-pool.js +113 -0
  88. package/build/dex/stabull/stabull-pool.js.map +1 -0
  89. package/build/dex/stabull/stabull.d.ts +55 -0
  90. package/build/dex/stabull/stabull.js +286 -0
  91. package/build/dex/stabull/stabull.js.map +1 -0
  92. package/build/dex/stabull/types.d.ts +21 -0
  93. package/build/dex/stabull/types.js +3 -0
  94. package/build/dex/stabull/types.js.map +1 -0
  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-v3/forks/pharaoh-v3/pharaoh-v3-factory.d.ts +7 -0
  99. package/build/dex/uniswap-v3/forks/pharaoh-v3/pharaoh-v3-factory.js +20 -0
  100. package/build/dex/uniswap-v3/forks/pharaoh-v3/pharaoh-v3-factory.js.map +1 -0
  101. package/build/dex/uniswap-v3/forks/pharaoh-v3/pharaoh-v3-pool.d.ts +12 -0
  102. package/build/dex/uniswap-v3/forks/pharaoh-v3/pharaoh-v3-pool.js +142 -0
  103. package/build/dex/uniswap-v3/forks/pharaoh-v3/pharaoh-v3-pool.js.map +1 -0
  104. package/build/dex/uniswap-v3/forks/pharaoh-v3/pharaoh-v3.d.ts +11 -0
  105. package/build/dex/uniswap-v3/forks/pharaoh-v3/pharaoh-v3.js +134 -0
  106. package/build/dex/uniswap-v3/forks/pharaoh-v3/pharaoh-v3.js.map +1 -0
  107. package/build/dex/uniswap-v3/forks/pharaoh-v3/utils.d.ts +4 -0
  108. package/build/dex/uniswap-v3/forks/pharaoh-v3/utils.js +56 -0
  109. package/build/dex/uniswap-v3/forks/pharaoh-v3/utils.js.map +1 -0
  110. package/build/dex/uniswap-v4/contract-math/Position.d.ts +6 -0
  111. package/build/dex/uniswap-v4/contract-math/Position.js +29 -0
  112. package/build/dex/uniswap-v4/contract-math/Position.js.map +1 -1
  113. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/cabalcoin-hook-pool.d.ts +7 -0
  114. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/cabalcoin-hook-pool.js +28 -0
  115. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/cabalcoin-hook-pool.js.map +1 -0
  116. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/types.d.ts +0 -0
  117. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/types.js +2 -0
  118. package/build/dex/uniswap-v4/hooks/cabalcoin-hook/types.js.map +1 -0
  119. package/build/dex/uniswap-v4/hooks/fee-hook/fee-hook-pool.d.ts +7 -0
  120. package/build/dex/uniswap-v4/hooks/fee-hook/fee-hook-pool.js +28 -0
  121. package/build/dex/uniswap-v4/hooks/fee-hook/fee-hook-pool.js.map +1 -0
  122. package/build/dex/uniswap-v4/hooks/fee-hook/types.d.ts +0 -0
  123. package/build/dex/uniswap-v4/hooks/fee-hook/types.js +2 -0
  124. package/build/dex/uniswap-v4/hooks/fee-hook/types.js.map +1 -0
  125. package/build/dex/uniswap-v4/hooks/index.d.ts +1 -0
  126. package/build/dex/uniswap-v4/hooks/index.js +9 -0
  127. package/build/dex/uniswap-v4/hooks/index.js.map +1 -0
  128. package/build/dex/uniswap-v4/hooks/spot.d.ts +15 -0
  129. package/build/dex/uniswap-v4/hooks/spot.js +109 -0
  130. package/build/dex/uniswap-v4/hooks/spot.js.map +1 -0
  131. package/build/dex/uniswap-v4/hooks/template.d.ts +150 -0
  132. package/build/dex/uniswap-v4/hooks/template.js +104 -0
  133. package/build/dex/uniswap-v4/hooks/template.js.map +1 -0
  134. package/build/dex/usdc-transmuter/usdc-transmuter-pool.d.ts +26 -0
  135. package/build/dex/usdc-transmuter/usdc-transmuter-pool.js +75 -0
  136. package/build/dex/usdc-transmuter/usdc-transmuter-pool.js.map +1 -0
  137. package/build/dex/usual/usual-usdc-usdc.d.ts +17 -0
  138. package/build/dex/usual/usual-usdc-usdc.js +59 -0
  139. package/build/dex/usual/usual-usdc-usdc.js.map +1 -0
  140. package/build/dex/{se-vlr → yo}/config.d.ts +1 -1
  141. package/build/dex/yo/config.js +21 -0
  142. package/build/dex/yo/config.js.map +1 -0
  143. package/build/dex/yo/types.d.ts +13 -0
  144. package/build/dex/yo/types.js +3 -0
  145. package/build/dex/{se-vlr → yo}/types.js.map +1 -1
  146. package/build/dex/yo/yo-pool.d.ts +13 -0
  147. package/build/dex/yo/yo-pool.js +26 -0
  148. package/build/dex/yo/yo-pool.js.map +1 -0
  149. package/build/dex/yo/yo.d.ts +39 -0
  150. package/build/dex/yo/yo.js +248 -0
  151. package/build/dex/yo/yo.js.map +1 -0
  152. package/build/implementations/api-paraswap-sdk.d.ts +25 -0
  153. package/build/implementations/api-paraswap-sdk.js +102 -0
  154. package/build/implementations/api-paraswap-sdk.js.map +1 -0
  155. package/package.json +1 -1
  156. package/build/abi/Jarvis.json +0 -1172
  157. package/build/abi/Onebit.json +0 -736
  158. package/build/abi/Shell.json +0 -1294
  159. package/build/abi/TraderJoeV2Router.json +0 -50
  160. package/build/abi/wUSDM.json +0 -757
  161. package/build/abi/zrx.v2.json +0 -1967
  162. package/build/abi/zrx.v3.json +0 -3454
  163. package/build/abi/zrx.v4.json +0 -2193
  164. package/build/dex/OneInchLp.d.ts +0 -24
  165. package/build/dex/OneInchLp.js +0 -43
  166. package/build/dex/OneInchLp.js.map +0 -1
  167. package/build/dex/bProtocol/bProtocol.d.ts +0 -15
  168. package/build/dex/bProtocol/bProtocol.js +0 -56
  169. package/build/dex/bProtocol/bProtocol.js.map +0 -1
  170. package/build/dex/bProtocol/types.d.ts +0 -11
  171. package/build/dex/bProtocol/types.js +0 -8
  172. package/build/dex/bProtocol/types.js.map +0 -1
  173. package/build/dex/jarvis.d.ts +0 -56
  174. package/build/dex/jarvis.js +0 -163
  175. package/build/dex/jarvis.js.map +0 -1
  176. package/build/dex/mStable.d.ts +0 -44
  177. package/build/dex/mStable.js +0 -75
  178. package/build/dex/mStable.js.map +0 -1
  179. package/build/dex/onebit/onebit.d.ts +0 -16
  180. package/build/dex/onebit/onebit.js +0 -61
  181. package/build/dex/onebit/onebit.js.map +0 -1
  182. package/build/dex/onebit/types.d.ts +0 -14
  183. package/build/dex/onebit/types.js +0 -8
  184. package/build/dex/onebit/types.js.map +0 -1
  185. package/build/dex/se-vlr/config.js +0 -24
  186. package/build/dex/se-vlr/config.js.map +0 -1
  187. package/build/dex/se-vlr/se-vlr-pool.js +0 -70
  188. package/build/dex/se-vlr/se-vlr-pool.js.map +0 -1
  189. package/build/dex/se-vlr/se-vlr.d.ts +0 -35
  190. package/build/dex/se-vlr/se-vlr.js +0 -131
  191. package/build/dex/se-vlr/se-vlr.js.map +0 -1
  192. package/build/dex/se-vlr/types.d.ts +0 -6
  193. package/build/dex/shell.d.ts +0 -25
  194. package/build/dex/shell.js +0 -41
  195. package/build/dex/shell.js.map +0 -1
  196. package/build/dex/trader-joe-v2.d.ts +0 -40
  197. package/build/dex/trader-joe-v2.js +0 -74
  198. package/build/dex/trader-joe-v2.js.map +0 -1
  199. package/build/dex/uniswap-v3/uniswap-v3-new.d.ts +0 -94
  200. package/build/dex/uniswap-v3/uniswap-v3-new.js +0 -923
  201. package/build/dex/uniswap-v3/uniswap-v3-new.js.map +0 -1
  202. package/build/dex/usual-bond/config.js +0 -13
  203. package/build/dex/usual-bond/config.js.map +0 -1
  204. package/build/dex/usual-bond/types.d.ts +0 -7
  205. package/build/dex/usual-bond/usual-bond.js +0 -176
  206. package/build/dex/usual-bond/usual-bond.js.map +0 -1
  207. package/build/dex/wusdm/config.d.ts +0 -3
  208. package/build/dex/wusdm/config.js +0 -43
  209. package/build/dex/wusdm/config.js.map +0 -1
  210. package/build/dex/wusdm/constants.d.ts +0 -2
  211. package/build/dex/wusdm/constants.js +0 -6
  212. package/build/dex/wusdm/constants.js.map +0 -1
  213. package/build/dex/wusdm/types.d.ts +0 -18
  214. package/build/dex/wusdm/types.js +0 -11
  215. package/build/dex/wusdm/types.js.map +0 -1
  216. package/build/dex/wusdm/wusdm-pool.d.ts +0 -21
  217. package/build/dex/wusdm/wusdm-pool.js +0 -74
  218. package/build/dex/wusdm/wusdm-pool.js.map +0 -1
  219. package/build/dex/wusdm/wusdm.d.ts +0 -46
  220. package/build/dex/wusdm/wusdm.js +0 -243
  221. package/build/dex/wusdm/wusdm.js.map +0 -1
  222. package/build/dex/zerox/config.d.ts +0 -2
  223. package/build/dex/zerox/config.js +0 -33
  224. package/build/dex/zerox/config.js.map +0 -1
  225. package/build/dex/zerox/index.d.ts +0 -22
  226. package/build/dex/zerox/index.js +0 -225
  227. package/build/dex/zerox/index.js.map +0 -1
  228. package/build/dex/zerox/order.d.ts +0 -88
  229. package/build/dex/zerox/order.js +0 -53
  230. package/build/dex/zerox/order.js.map +0 -1
  231. package/build/dex/zerox/types.d.ts +0 -73
  232. package/build/dex/zerox/types.js +0 -21
  233. package/build/dex/zerox/types.js.map +0 -1
  234. /package/build/dex/{se-vlr → aave-pt-to-underlying}/types.js +0 -0
  235. /package/build/dex/{usual-bond → aave-pt-to-usdc}/types.js +0 -0
@@ -0,0 +1,781 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ {
5
+ "internalType": "contract IRamsesV3Factory",
6
+ "name": "factory",
7
+ "type": "address"
8
+ },
9
+ {
10
+ "internalType": "address",
11
+ "name": "tokenIn",
12
+ "type": "address"
13
+ },
14
+ {
15
+ "internalType": "address",
16
+ "name": "tokenOut",
17
+ "type": "address"
18
+ },
19
+ {
20
+ "internalType": "int24",
21
+ "name": "tickSpacing",
22
+ "type": "int24"
23
+ },
24
+ {
25
+ "internalType": "int16",
26
+ "name": "tickBitmapStart",
27
+ "type": "int16"
28
+ },
29
+ {
30
+ "internalType": "int16",
31
+ "name": "tickBitmapEnd",
32
+ "type": "int16"
33
+ }
34
+ ],
35
+ "name": "getAdditionalBitmapWithTicks",
36
+ "outputs": [
37
+ {
38
+ "components": [
39
+ {
40
+ "internalType": "int16",
41
+ "name": "index",
42
+ "type": "int16"
43
+ },
44
+ {
45
+ "internalType": "uint256",
46
+ "name": "value",
47
+ "type": "uint256"
48
+ }
49
+ ],
50
+ "internalType": "struct IPharaohV3StateMulticall.TickBitMapMappings[]",
51
+ "name": "tickBitmap",
52
+ "type": "tuple[]"
53
+ },
54
+ {
55
+ "components": [
56
+ {
57
+ "internalType": "int24",
58
+ "name": "index",
59
+ "type": "int24"
60
+ },
61
+ {
62
+ "components": [
63
+ {
64
+ "internalType": "uint128",
65
+ "name": "liquidityGross",
66
+ "type": "uint128"
67
+ },
68
+ {
69
+ "internalType": "int128",
70
+ "name": "liquidityNet",
71
+ "type": "int128"
72
+ },
73
+ {
74
+ "internalType": "int56",
75
+ "name": "tickCumulativeOutside",
76
+ "type": "int56"
77
+ },
78
+ {
79
+ "internalType": "uint160",
80
+ "name": "secondsPerLiquidityOutsideX128",
81
+ "type": "uint160"
82
+ },
83
+ {
84
+ "internalType": "uint32",
85
+ "name": "secondsOutside",
86
+ "type": "uint32"
87
+ },
88
+ {
89
+ "internalType": "bool",
90
+ "name": "initialized",
91
+ "type": "bool"
92
+ }
93
+ ],
94
+ "internalType": "struct IPharaohV3StateMulticall.TickInfo",
95
+ "name": "value",
96
+ "type": "tuple"
97
+ }
98
+ ],
99
+ "internalType": "struct IPharaohV3StateMulticall.TickInfoMappings[]",
100
+ "name": "ticks",
101
+ "type": "tuple[]"
102
+ }
103
+ ],
104
+ "stateMutability": "view",
105
+ "type": "function"
106
+ },
107
+ {
108
+ "inputs": [
109
+ {
110
+ "internalType": "contract IRamsesV3Factory",
111
+ "name": "factory",
112
+ "type": "address"
113
+ },
114
+ {
115
+ "internalType": "address",
116
+ "name": "tokenIn",
117
+ "type": "address"
118
+ },
119
+ {
120
+ "internalType": "address",
121
+ "name": "tokenOut",
122
+ "type": "address"
123
+ },
124
+ {
125
+ "internalType": "int24",
126
+ "name": "tickSpacing",
127
+ "type": "int24"
128
+ },
129
+ {
130
+ "internalType": "int16",
131
+ "name": "tickBitmapStart",
132
+ "type": "int16"
133
+ },
134
+ {
135
+ "internalType": "int16",
136
+ "name": "tickBitmapEnd",
137
+ "type": "int16"
138
+ }
139
+ ],
140
+ "name": "getAdditionalBitmapWithoutTicks",
141
+ "outputs": [
142
+ {
143
+ "components": [
144
+ {
145
+ "internalType": "int16",
146
+ "name": "index",
147
+ "type": "int16"
148
+ },
149
+ {
150
+ "internalType": "uint256",
151
+ "name": "value",
152
+ "type": "uint256"
153
+ }
154
+ ],
155
+ "internalType": "struct IPharaohV3StateMulticall.TickBitMapMappings[]",
156
+ "name": "tickBitmap",
157
+ "type": "tuple[]"
158
+ }
159
+ ],
160
+ "stateMutability": "view",
161
+ "type": "function"
162
+ },
163
+ {
164
+ "inputs": [
165
+ {
166
+ "internalType": "contract IRamsesV3Factory",
167
+ "name": "factory",
168
+ "type": "address"
169
+ },
170
+ {
171
+ "internalType": "address",
172
+ "name": "tokenIn",
173
+ "type": "address"
174
+ },
175
+ {
176
+ "internalType": "address",
177
+ "name": "tokenOut",
178
+ "type": "address"
179
+ },
180
+ {
181
+ "internalType": "int24",
182
+ "name": "tickSpacing",
183
+ "type": "int24"
184
+ },
185
+ {
186
+ "internalType": "int16",
187
+ "name": "tickBitmapStart",
188
+ "type": "int16"
189
+ },
190
+ {
191
+ "internalType": "int16",
192
+ "name": "tickBitmapEnd",
193
+ "type": "int16"
194
+ }
195
+ ],
196
+ "name": "getFullState",
197
+ "outputs": [
198
+ {
199
+ "components": [
200
+ {
201
+ "internalType": "contract IRamsesV3Pool",
202
+ "name": "pool",
203
+ "type": "address"
204
+ },
205
+ {
206
+ "internalType": "uint256",
207
+ "name": "blockTimestamp",
208
+ "type": "uint256"
209
+ },
210
+ {
211
+ "components": [
212
+ {
213
+ "internalType": "uint160",
214
+ "name": "sqrtPriceX96",
215
+ "type": "uint160"
216
+ },
217
+ {
218
+ "internalType": "int24",
219
+ "name": "tick",
220
+ "type": "int24"
221
+ },
222
+ {
223
+ "internalType": "uint16",
224
+ "name": "observationIndex",
225
+ "type": "uint16"
226
+ },
227
+ {
228
+ "internalType": "uint16",
229
+ "name": "observationCardinality",
230
+ "type": "uint16"
231
+ },
232
+ {
233
+ "internalType": "uint16",
234
+ "name": "observationCardinalityNext",
235
+ "type": "uint16"
236
+ },
237
+ {
238
+ "internalType": "uint24",
239
+ "name": "feeProtocol",
240
+ "type": "uint24"
241
+ },
242
+ {
243
+ "internalType": "bool",
244
+ "name": "unlocked",
245
+ "type": "bool"
246
+ }
247
+ ],
248
+ "internalType": "struct IPharaohV3StateMulticall.Slot0",
249
+ "name": "slot0",
250
+ "type": "tuple"
251
+ },
252
+ {
253
+ "internalType": "uint128",
254
+ "name": "liquidity",
255
+ "type": "uint128"
256
+ },
257
+ {
258
+ "internalType": "int24",
259
+ "name": "tickSpacing",
260
+ "type": "int24"
261
+ },
262
+ {
263
+ "internalType": "uint128",
264
+ "name": "maxLiquidityPerTick",
265
+ "type": "uint128"
266
+ },
267
+ {
268
+ "components": [
269
+ {
270
+ "internalType": "uint32",
271
+ "name": "blockTimestamp",
272
+ "type": "uint32"
273
+ },
274
+ {
275
+ "internalType": "int56",
276
+ "name": "tickCumulative",
277
+ "type": "int56"
278
+ },
279
+ {
280
+ "internalType": "uint160",
281
+ "name": "secondsPerLiquidityCumulativeX128",
282
+ "type": "uint160"
283
+ },
284
+ {
285
+ "internalType": "bool",
286
+ "name": "initialized",
287
+ "type": "bool"
288
+ }
289
+ ],
290
+ "internalType": "struct IPharaohV3StateMulticall.Observation",
291
+ "name": "observation",
292
+ "type": "tuple"
293
+ },
294
+ {
295
+ "components": [
296
+ {
297
+ "internalType": "int16",
298
+ "name": "index",
299
+ "type": "int16"
300
+ },
301
+ {
302
+ "internalType": "uint256",
303
+ "name": "value",
304
+ "type": "uint256"
305
+ }
306
+ ],
307
+ "internalType": "struct IPharaohV3StateMulticall.TickBitMapMappings[]",
308
+ "name": "tickBitmap",
309
+ "type": "tuple[]"
310
+ },
311
+ {
312
+ "components": [
313
+ {
314
+ "internalType": "int24",
315
+ "name": "index",
316
+ "type": "int24"
317
+ },
318
+ {
319
+ "components": [
320
+ {
321
+ "internalType": "uint128",
322
+ "name": "liquidityGross",
323
+ "type": "uint128"
324
+ },
325
+ {
326
+ "internalType": "int128",
327
+ "name": "liquidityNet",
328
+ "type": "int128"
329
+ },
330
+ {
331
+ "internalType": "int56",
332
+ "name": "tickCumulativeOutside",
333
+ "type": "int56"
334
+ },
335
+ {
336
+ "internalType": "uint160",
337
+ "name": "secondsPerLiquidityOutsideX128",
338
+ "type": "uint160"
339
+ },
340
+ {
341
+ "internalType": "uint32",
342
+ "name": "secondsOutside",
343
+ "type": "uint32"
344
+ },
345
+ {
346
+ "internalType": "bool",
347
+ "name": "initialized",
348
+ "type": "bool"
349
+ }
350
+ ],
351
+ "internalType": "struct IPharaohV3StateMulticall.TickInfo",
352
+ "name": "value",
353
+ "type": "tuple"
354
+ }
355
+ ],
356
+ "internalType": "struct IPharaohV3StateMulticall.TickInfoMappings[]",
357
+ "name": "ticks",
358
+ "type": "tuple[]"
359
+ }
360
+ ],
361
+ "internalType": "struct IPharaohV3StateMulticall.StateResult",
362
+ "name": "state",
363
+ "type": "tuple"
364
+ }
365
+ ],
366
+ "stateMutability": "view",
367
+ "type": "function"
368
+ },
369
+ {
370
+ "inputs": [
371
+ {
372
+ "internalType": "contract IRamsesV3Factory",
373
+ "name": "factory",
374
+ "type": "address"
375
+ },
376
+ {
377
+ "internalType": "address",
378
+ "name": "tokenIn",
379
+ "type": "address"
380
+ },
381
+ {
382
+ "internalType": "address",
383
+ "name": "tokenOut",
384
+ "type": "address"
385
+ },
386
+ {
387
+ "internalType": "int24",
388
+ "name": "tickSpacing",
389
+ "type": "int24"
390
+ },
391
+ {
392
+ "internalType": "int16",
393
+ "name": "leftBitmapAmount",
394
+ "type": "int16"
395
+ },
396
+ {
397
+ "internalType": "int16",
398
+ "name": "rightBitmapAmount",
399
+ "type": "int16"
400
+ }
401
+ ],
402
+ "name": "getFullStateWithRelativeBitmaps",
403
+ "outputs": [
404
+ {
405
+ "components": [
406
+ {
407
+ "internalType": "contract IRamsesV3Pool",
408
+ "name": "pool",
409
+ "type": "address"
410
+ },
411
+ {
412
+ "internalType": "uint256",
413
+ "name": "blockTimestamp",
414
+ "type": "uint256"
415
+ },
416
+ {
417
+ "components": [
418
+ {
419
+ "internalType": "uint160",
420
+ "name": "sqrtPriceX96",
421
+ "type": "uint160"
422
+ },
423
+ {
424
+ "internalType": "int24",
425
+ "name": "tick",
426
+ "type": "int24"
427
+ },
428
+ {
429
+ "internalType": "uint16",
430
+ "name": "observationIndex",
431
+ "type": "uint16"
432
+ },
433
+ {
434
+ "internalType": "uint16",
435
+ "name": "observationCardinality",
436
+ "type": "uint16"
437
+ },
438
+ {
439
+ "internalType": "uint16",
440
+ "name": "observationCardinalityNext",
441
+ "type": "uint16"
442
+ },
443
+ {
444
+ "internalType": "uint24",
445
+ "name": "feeProtocol",
446
+ "type": "uint24"
447
+ },
448
+ {
449
+ "internalType": "bool",
450
+ "name": "unlocked",
451
+ "type": "bool"
452
+ }
453
+ ],
454
+ "internalType": "struct IPharaohV3StateMulticall.Slot0",
455
+ "name": "slot0",
456
+ "type": "tuple"
457
+ },
458
+ {
459
+ "internalType": "uint128",
460
+ "name": "liquidity",
461
+ "type": "uint128"
462
+ },
463
+ {
464
+ "internalType": "int24",
465
+ "name": "tickSpacing",
466
+ "type": "int24"
467
+ },
468
+ {
469
+ "internalType": "uint128",
470
+ "name": "maxLiquidityPerTick",
471
+ "type": "uint128"
472
+ },
473
+ {
474
+ "components": [
475
+ {
476
+ "internalType": "uint32",
477
+ "name": "blockTimestamp",
478
+ "type": "uint32"
479
+ },
480
+ {
481
+ "internalType": "int56",
482
+ "name": "tickCumulative",
483
+ "type": "int56"
484
+ },
485
+ {
486
+ "internalType": "uint160",
487
+ "name": "secondsPerLiquidityCumulativeX128",
488
+ "type": "uint160"
489
+ },
490
+ {
491
+ "internalType": "bool",
492
+ "name": "initialized",
493
+ "type": "bool"
494
+ }
495
+ ],
496
+ "internalType": "struct IPharaohV3StateMulticall.Observation",
497
+ "name": "observation",
498
+ "type": "tuple"
499
+ },
500
+ {
501
+ "components": [
502
+ {
503
+ "internalType": "int16",
504
+ "name": "index",
505
+ "type": "int16"
506
+ },
507
+ {
508
+ "internalType": "uint256",
509
+ "name": "value",
510
+ "type": "uint256"
511
+ }
512
+ ],
513
+ "internalType": "struct IPharaohV3StateMulticall.TickBitMapMappings[]",
514
+ "name": "tickBitmap",
515
+ "type": "tuple[]"
516
+ },
517
+ {
518
+ "components": [
519
+ {
520
+ "internalType": "int24",
521
+ "name": "index",
522
+ "type": "int24"
523
+ },
524
+ {
525
+ "components": [
526
+ {
527
+ "internalType": "uint128",
528
+ "name": "liquidityGross",
529
+ "type": "uint128"
530
+ },
531
+ {
532
+ "internalType": "int128",
533
+ "name": "liquidityNet",
534
+ "type": "int128"
535
+ },
536
+ {
537
+ "internalType": "int56",
538
+ "name": "tickCumulativeOutside",
539
+ "type": "int56"
540
+ },
541
+ {
542
+ "internalType": "uint160",
543
+ "name": "secondsPerLiquidityOutsideX128",
544
+ "type": "uint160"
545
+ },
546
+ {
547
+ "internalType": "uint32",
548
+ "name": "secondsOutside",
549
+ "type": "uint32"
550
+ },
551
+ {
552
+ "internalType": "bool",
553
+ "name": "initialized",
554
+ "type": "bool"
555
+ }
556
+ ],
557
+ "internalType": "struct IPharaohV3StateMulticall.TickInfo",
558
+ "name": "value",
559
+ "type": "tuple"
560
+ }
561
+ ],
562
+ "internalType": "struct IPharaohV3StateMulticall.TickInfoMappings[]",
563
+ "name": "ticks",
564
+ "type": "tuple[]"
565
+ }
566
+ ],
567
+ "internalType": "struct IPharaohV3StateMulticall.StateResult",
568
+ "name": "state",
569
+ "type": "tuple"
570
+ }
571
+ ],
572
+ "stateMutability": "view",
573
+ "type": "function"
574
+ },
575
+ {
576
+ "inputs": [
577
+ {
578
+ "internalType": "contract IRamsesV3Factory",
579
+ "name": "factory",
580
+ "type": "address"
581
+ },
582
+ {
583
+ "internalType": "address",
584
+ "name": "tokenIn",
585
+ "type": "address"
586
+ },
587
+ {
588
+ "internalType": "address",
589
+ "name": "tokenOut",
590
+ "type": "address"
591
+ },
592
+ {
593
+ "internalType": "int24",
594
+ "name": "tickSpacing",
595
+ "type": "int24"
596
+ },
597
+ {
598
+ "internalType": "int16",
599
+ "name": "tickBitmapStart",
600
+ "type": "int16"
601
+ },
602
+ {
603
+ "internalType": "int16",
604
+ "name": "tickBitmapEnd",
605
+ "type": "int16"
606
+ }
607
+ ],
608
+ "name": "getFullStateWithoutTicks",
609
+ "outputs": [
610
+ {
611
+ "components": [
612
+ {
613
+ "internalType": "contract IRamsesV3Pool",
614
+ "name": "pool",
615
+ "type": "address"
616
+ },
617
+ {
618
+ "internalType": "uint256",
619
+ "name": "blockTimestamp",
620
+ "type": "uint256"
621
+ },
622
+ {
623
+ "components": [
624
+ {
625
+ "internalType": "uint160",
626
+ "name": "sqrtPriceX96",
627
+ "type": "uint160"
628
+ },
629
+ {
630
+ "internalType": "int24",
631
+ "name": "tick",
632
+ "type": "int24"
633
+ },
634
+ {
635
+ "internalType": "uint16",
636
+ "name": "observationIndex",
637
+ "type": "uint16"
638
+ },
639
+ {
640
+ "internalType": "uint16",
641
+ "name": "observationCardinality",
642
+ "type": "uint16"
643
+ },
644
+ {
645
+ "internalType": "uint16",
646
+ "name": "observationCardinalityNext",
647
+ "type": "uint16"
648
+ },
649
+ {
650
+ "internalType": "uint24",
651
+ "name": "feeProtocol",
652
+ "type": "uint24"
653
+ },
654
+ {
655
+ "internalType": "bool",
656
+ "name": "unlocked",
657
+ "type": "bool"
658
+ }
659
+ ],
660
+ "internalType": "struct IPharaohV3StateMulticall.Slot0",
661
+ "name": "slot0",
662
+ "type": "tuple"
663
+ },
664
+ {
665
+ "internalType": "uint128",
666
+ "name": "liquidity",
667
+ "type": "uint128"
668
+ },
669
+ {
670
+ "internalType": "int24",
671
+ "name": "tickSpacing",
672
+ "type": "int24"
673
+ },
674
+ {
675
+ "internalType": "uint128",
676
+ "name": "maxLiquidityPerTick",
677
+ "type": "uint128"
678
+ },
679
+ {
680
+ "components": [
681
+ {
682
+ "internalType": "uint32",
683
+ "name": "blockTimestamp",
684
+ "type": "uint32"
685
+ },
686
+ {
687
+ "internalType": "int56",
688
+ "name": "tickCumulative",
689
+ "type": "int56"
690
+ },
691
+ {
692
+ "internalType": "uint160",
693
+ "name": "secondsPerLiquidityCumulativeX128",
694
+ "type": "uint160"
695
+ },
696
+ {
697
+ "internalType": "bool",
698
+ "name": "initialized",
699
+ "type": "bool"
700
+ }
701
+ ],
702
+ "internalType": "struct IPharaohV3StateMulticall.Observation",
703
+ "name": "observation",
704
+ "type": "tuple"
705
+ },
706
+ {
707
+ "components": [
708
+ {
709
+ "internalType": "int16",
710
+ "name": "index",
711
+ "type": "int16"
712
+ },
713
+ {
714
+ "internalType": "uint256",
715
+ "name": "value",
716
+ "type": "uint256"
717
+ }
718
+ ],
719
+ "internalType": "struct IPharaohV3StateMulticall.TickBitMapMappings[]",
720
+ "name": "tickBitmap",
721
+ "type": "tuple[]"
722
+ },
723
+ {
724
+ "components": [
725
+ {
726
+ "internalType": "int24",
727
+ "name": "index",
728
+ "type": "int24"
729
+ },
730
+ {
731
+ "components": [
732
+ {
733
+ "internalType": "uint128",
734
+ "name": "liquidityGross",
735
+ "type": "uint128"
736
+ },
737
+ {
738
+ "internalType": "int128",
739
+ "name": "liquidityNet",
740
+ "type": "int128"
741
+ },
742
+ {
743
+ "internalType": "int56",
744
+ "name": "tickCumulativeOutside",
745
+ "type": "int56"
746
+ },
747
+ {
748
+ "internalType": "uint160",
749
+ "name": "secondsPerLiquidityOutsideX128",
750
+ "type": "uint160"
751
+ },
752
+ {
753
+ "internalType": "uint32",
754
+ "name": "secondsOutside",
755
+ "type": "uint32"
756
+ },
757
+ {
758
+ "internalType": "bool",
759
+ "name": "initialized",
760
+ "type": "bool"
761
+ }
762
+ ],
763
+ "internalType": "struct IPharaohV3StateMulticall.TickInfo",
764
+ "name": "value",
765
+ "type": "tuple"
766
+ }
767
+ ],
768
+ "internalType": "struct IPharaohV3StateMulticall.TickInfoMappings[]",
769
+ "name": "ticks",
770
+ "type": "tuple[]"
771
+ }
772
+ ],
773
+ "internalType": "struct IPharaohV3StateMulticall.StateResult",
774
+ "name": "state",
775
+ "type": "tuple"
776
+ }
777
+ ],
778
+ "stateMutability": "view",
779
+ "type": "function"
780
+ }
781
+ ]