@paraswap/dex-lib 3.8.21-traderjoe-multihop.2 → 3.8.21

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 (256) hide show
  1. package/build/abi/AaveV1_lending_pool.json +27 -0
  2. package/build/abi/inception/inception-ineth-pool.json +1062 -0
  3. package/build/abi/inception/inception-ineth.json +609 -0
  4. package/build/abi/inception/inception-ratio-feed.json +93 -0
  5. package/build/abi/inception/inception-vault.json +991 -0
  6. package/build/abi/infusion/InfusionFactory.json +147 -0
  7. package/build/abi/infusion/InfusionPair.json +658 -0
  8. package/build/abi/infusion/InfusionRouter.json +442 -0
  9. package/build/abi/lite-psm/dai.json +333 -0
  10. package/build/abi/lite-psm/psm.json +468 -0
  11. package/build/abi/lite-psm/usdc.json +814 -0
  12. package/build/abi/oswap/oswap.abi.json +452 -0
  13. package/build/abi/platypus/asset.json +490 -0
  14. package/build/abi/platypus/avax-pool.json +820 -0
  15. package/build/abi/platypus/oracle.json +119 -0
  16. package/build/abi/platypus/pool.json +677 -0
  17. package/build/abi/smardex/all/smardex-router.json +648 -0
  18. package/build/abi/smardex/layer-1/smardex-factory.json +242 -0
  19. package/build/abi/smardex/layer-1/smardex-pool.json +506 -0
  20. package/build/abi/smardex/layer-2/smardex-factory.json +185 -0
  21. package/build/abi/smardex/layer-2/smardex-pool.json +578 -0
  22. package/build/abi/swaap-v1/pool.json +1346 -0
  23. package/build/dex/aave-v1/aave-v1.d.ts +34 -0
  24. package/build/dex/aave-v1/aave-v1.js +180 -0
  25. package/build/dex/aave-v1/aave-v1.js.map +1 -0
  26. package/build/dex/aave-v1/config.d.ts +11 -0
  27. package/build/dex/aave-v1/config.js +20 -0
  28. package/build/dex/aave-v1/config.js.map +1 -0
  29. package/build/dex/aave-v1/tokens-mainnet.json +134 -0
  30. package/build/dex/aave-v1/tokens.d.ts +3 -0
  31. package/build/dex/aave-v1/tokens.js +50 -0
  32. package/build/dex/aave-v1/tokens.js.map +1 -0
  33. package/build/dex/aave-v1/types.d.ts +12 -0
  34. package/build/dex/aave-v1/types.js +3 -0
  35. package/build/dex/aave-v1/types.js.map +1 -0
  36. package/build/dex/idle-dao/idle-dao-pool.d.ts +56 -0
  37. package/build/dex/idle-dao/idle-dao-pool.js +176 -0
  38. package/build/dex/idle-dao/idle-dao-pool.js.map +1 -0
  39. package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +16 -0
  40. package/build/dex/idle-dao/idle-dao-pooling-pool.js +57 -0
  41. package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +1 -0
  42. package/build/dex/idle-dao/scripts.d.ts +9 -0
  43. package/build/dex/idle-dao/scripts.js +552 -0
  44. package/build/dex/idle-dao/scripts.js.map +1 -0
  45. package/build/dex/inception/config.d.ts +5 -0
  46. package/build/dex/inception/config.js +112 -0
  47. package/build/dex/inception/config.js.map +1 -0
  48. package/build/dex/inception/inception-event-pool.d.ts +23 -0
  49. package/build/dex/inception/inception-event-pool.js +34 -0
  50. package/build/dex/inception/inception-event-pool.js.map +1 -0
  51. package/build/dex/inception/inception-native.d.ts +43 -0
  52. package/build/dex/inception/inception-native.js +131 -0
  53. package/build/dex/inception/inception-native.js.map +1 -0
  54. package/build/dex/inception/inception-pool.d.ts +18 -0
  55. package/build/dex/inception/inception-pool.js +32 -0
  56. package/build/dex/inception/inception-pool.js.map +1 -0
  57. package/build/dex/inception/inception-price-feed.d.ts +19 -0
  58. package/build/dex/inception/inception-price-feed.js +51 -0
  59. package/build/dex/inception/inception-price-feed.js.map +1 -0
  60. package/build/dex/inception/inception.d.ts +44 -0
  61. package/build/dex/inception/inception.js +162 -0
  62. package/build/dex/inception/inception.js.map +1 -0
  63. package/build/dex/inception/tokens.d.ts +9 -0
  64. package/build/dex/inception/tokens.js +28 -0
  65. package/build/dex/inception/tokens.js.map +1 -0
  66. package/build/dex/inception/types.d.ts +22 -0
  67. package/build/dex/inception/types.js +3 -0
  68. package/build/dex/inception/types.js.map +1 -0
  69. package/build/dex/inception/utils.d.ts +7 -0
  70. package/build/dex/inception/utils.js +58 -0
  71. package/build/dex/inception/utils.js.map +1 -0
  72. package/build/dex/index.js +2 -0
  73. package/build/dex/index.js.map +1 -1
  74. package/build/dex/infusion/config.d.ts +4 -0
  75. package/build/dex/infusion/config.js +25 -0
  76. package/build/dex/infusion/config.js.map +1 -0
  77. package/build/dex/infusion/infusion-stable-pool.d.ts +4 -0
  78. package/build/dex/infusion/infusion-stable-pool.js +74 -0
  79. package/build/dex/infusion/infusion-stable-pool.js.map +1 -0
  80. package/build/dex/infusion/infusion.d.ts +54 -0
  81. package/build/dex/infusion/infusion.js +510 -0
  82. package/build/dex/infusion/infusion.js.map +1 -0
  83. package/build/dex/infusion/types.d.ts +47 -0
  84. package/build/dex/infusion/types.js +3 -0
  85. package/build/dex/infusion/types.js.map +1 -0
  86. package/build/dex/infusion/utils/isStablePair.d.ts +2 -0
  87. package/build/dex/infusion/utils/isStablePair.js +18 -0
  88. package/build/dex/infusion/utils/isStablePair.js.map +1 -0
  89. package/build/dex/lite-psm/config.d.ts +3 -0
  90. package/build/dex/lite-psm/config.js +29 -0
  91. package/build/dex/lite-psm/config.js.map +1 -0
  92. package/build/dex/lite-psm/lite-psm-event-pool.d.ts +29 -0
  93. package/build/dex/lite-psm/lite-psm-event-pool.js +164 -0
  94. package/build/dex/lite-psm/lite-psm-event-pool.js.map +1 -0
  95. package/build/dex/lite-psm/lite-psm.d.ts +52 -0
  96. package/build/dex/lite-psm/lite-psm.js +341 -0
  97. package/build/dex/lite-psm/lite-psm.js.map +1 -0
  98. package/build/dex/lite-psm/types.d.ts +40 -0
  99. package/build/dex/lite-psm/types.js +3 -0
  100. package/build/dex/lite-psm/types.js.map +1 -0
  101. package/build/dex/maker-psm/maker-psm.js +4 -1
  102. package/build/dex/maker-psm/maker-psm.js.map +1 -1
  103. package/build/dex/oswap/config.d.ts +5 -0
  104. package/build/dex/oswap/config.js +31 -0
  105. package/build/dex/oswap/config.js.map +1 -0
  106. package/build/dex/oswap/oswap-pool.d.ts +51 -0
  107. package/build/dex/oswap/oswap-pool.js +150 -0
  108. package/build/dex/oswap/oswap-pool.js.map +1 -0
  109. package/build/dex/oswap/oswap.d.ts +46 -0
  110. package/build/dex/oswap/oswap.js +273 -0
  111. package/build/dex/oswap/oswap.js.map +1 -0
  112. package/build/dex/oswap/types.d.ts +20 -0
  113. package/build/dex/oswap/types.js +3 -0
  114. package/build/dex/oswap/types.js.map +1 -0
  115. package/build/dex/platypus/asset.d.ts +14 -0
  116. package/build/dex/platypus/asset.js +97 -0
  117. package/build/dex/platypus/asset.js.map +1 -0
  118. package/build/dex/platypus/config.d.ts +11 -0
  119. package/build/dex/platypus/config.js +69 -0
  120. package/build/dex/platypus/config.js.map +1 -0
  121. package/build/dex/platypus/platypus.d.ts +63 -0
  122. package/build/dex/platypus/platypus.js +473 -0
  123. package/build/dex/platypus/platypus.js.map +1 -0
  124. package/build/dex/platypus/pool-avax.d.ts +8 -0
  125. package/build/dex/platypus/pool-avax.js +54 -0
  126. package/build/dex/platypus/pool-avax.js.map +1 -0
  127. package/build/dex/platypus/pool-base.d.ts +19 -0
  128. package/build/dex/platypus/pool-base.js +86 -0
  129. package/build/dex/platypus/pool-base.js.map +1 -0
  130. package/build/dex/platypus/pool-pure.d.ts +8 -0
  131. package/build/dex/platypus/pool-pure.js +37 -0
  132. package/build/dex/platypus/pool-pure.js.map +1 -0
  133. package/build/dex/platypus/pool-subscriber.d.ts +14 -0
  134. package/build/dex/platypus/pool-subscriber.js +167 -0
  135. package/build/dex/platypus/pool-subscriber.js.map +1 -0
  136. package/build/dex/platypus/pool.d.ts +8 -0
  137. package/build/dex/platypus/pool.js +58 -0
  138. package/build/dex/platypus/pool.js.map +1 -0
  139. package/build/dex/platypus/types.d.ts +92 -0
  140. package/build/dex/platypus/types.js +10 -0
  141. package/build/dex/platypus/types.js.map +1 -0
  142. package/build/dex/quickswap/spiritswap-v3.d.ts +6 -0
  143. package/build/dex/quickswap/spiritswap-v3.js +19 -0
  144. package/build/dex/quickswap/spiritswap-v3.js.map +1 -0
  145. package/build/dex/smardex/config.d.ts +4 -0
  146. package/build/dex/smardex/config.js +64 -0
  147. package/build/dex/smardex/config.js.map +1 -0
  148. package/build/dex/smardex/constants.d.ts +18 -0
  149. package/build/dex/smardex/constants.js +33 -0
  150. package/build/dex/smardex/constants.js.map +1 -0
  151. package/build/dex/smardex/sdk/constants.d.ts +6 -0
  152. package/build/dex/smardex/sdk/constants.js +13 -0
  153. package/build/dex/smardex/sdk/constants.js.map +1 -0
  154. package/build/dex/smardex/sdk/core.d.ts +113 -0
  155. package/build/dex/smardex/sdk/core.js +499 -0
  156. package/build/dex/smardex/sdk/core.js.map +1 -0
  157. package/build/dex/smardex/sdk/errors.d.ts +15 -0
  158. package/build/dex/smardex/sdk/errors.js +22 -0
  159. package/build/dex/smardex/sdk/errors.js.map +1 -0
  160. package/build/dex/smardex/sdk/types.d.ts +62 -0
  161. package/build/dex/smardex/sdk/types.js +3 -0
  162. package/build/dex/smardex/sdk/types.js.map +1 -0
  163. package/build/dex/smardex/sdk/utils.d.ts +44 -0
  164. package/build/dex/smardex/sdk/utils.js +133 -0
  165. package/build/dex/smardex/sdk/utils.js.map +1 -0
  166. package/build/dex/smardex/smardex-event-pool.d.ts +28 -0
  167. package/build/dex/smardex/smardex-event-pool.js +119 -0
  168. package/build/dex/smardex/smardex-event-pool.js.map +1 -0
  169. package/build/dex/smardex/smardex.d.ts +65 -0
  170. package/build/dex/smardex/smardex.js +519 -0
  171. package/build/dex/smardex/smardex.js.map +1 -0
  172. package/build/dex/smardex/types.d.ts +55 -0
  173. package/build/dex/smardex/types.js +3 -0
  174. package/build/dex/smardex/types.js.map +1 -0
  175. package/build/dex/solidly/forks-override/cone.d.ts +22 -0
  176. package/build/dex/solidly/forks-override/cone.js +53 -0
  177. package/build/dex/solidly/forks-override/cone.js.map +1 -0
  178. package/build/dex/solidly/forks-override/solisnek.d.ts +8 -0
  179. package/build/dex/solidly/forks-override/solisnek.js +15 -0
  180. package/build/dex/solidly/forks-override/solisnek.js.map +1 -0
  181. package/build/dex/swaap-v1/config.d.ts +17 -0
  182. package/build/dex/swaap-v1/config.js +56 -0
  183. package/build/dex/swaap-v1/config.js.map +1 -0
  184. package/build/dex/swaap-v1/constants.d.ts +6 -0
  185. package/build/dex/swaap-v1/constants.js +17 -0
  186. package/build/dex/swaap-v1/constants.js.map +1 -0
  187. package/build/dex/swaap-v1/libraries/ChainlinkUtils.d.ts +25 -0
  188. package/build/dex/swaap-v1/libraries/ChainlinkUtils.js +62 -0
  189. package/build/dex/swaap-v1/libraries/ChainlinkUtils.js.map +1 -0
  190. package/build/dex/swaap-v1/libraries/Const.d.ts +18 -0
  191. package/build/dex/swaap-v1/libraries/Const.js +26 -0
  192. package/build/dex/swaap-v1/libraries/Const.js.map +1 -0
  193. package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.d.ts +77 -0
  194. package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js +316 -0
  195. package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js.map +1 -0
  196. package/build/dex/swaap-v1/libraries/LogExpMath.d.ts +75 -0
  197. package/build/dex/swaap-v1/libraries/LogExpMath.js +418 -0
  198. package/build/dex/swaap-v1/libraries/LogExpMath.js.map +1 -0
  199. package/build/dex/swaap-v1/libraries/MathMMM.d.ts +185 -0
  200. package/build/dex/swaap-v1/libraries/MathMMM.js +453 -0
  201. package/build/dex/swaap-v1/libraries/MathMMM.js.map +1 -0
  202. package/build/dex/swaap-v1/libraries/Num.d.ts +31 -0
  203. package/build/dex/swaap-v1/libraries/Num.js +167 -0
  204. package/build/dex/swaap-v1/libraries/Num.js.map +1 -0
  205. package/build/dex/swaap-v1/libraries/PoolQuotations.d.ts +23 -0
  206. package/build/dex/swaap-v1/libraries/PoolQuotations.js +131 -0
  207. package/build/dex/swaap-v1/libraries/PoolQuotations.js.map +1 -0
  208. package/build/dex/swaap-v1/libraries/Struct.d.ts +56 -0
  209. package/build/dex/swaap-v1/libraries/Struct.js +3 -0
  210. package/build/dex/swaap-v1/libraries/Struct.js.map +1 -0
  211. package/build/dex/swaap-v1/swaap-v1-pool.d.ts +45 -0
  212. package/build/dex/swaap-v1/swaap-v1-pool.js +656 -0
  213. package/build/dex/swaap-v1/swaap-v1-pool.js.map +1 -0
  214. package/build/dex/swaap-v1/swaap-v1.d.ts +62 -0
  215. package/build/dex/swaap-v1/swaap-v1.js +379 -0
  216. package/build/dex/swaap-v1/swaap-v1.js.map +1 -0
  217. package/build/dex/swaap-v1/types.d.ts +106 -0
  218. package/build/dex/swaap-v1/types.js +9 -0
  219. package/build/dex/swaap-v1/types.js.map +1 -0
  220. package/build/dex/trader-joe-v2.1/base.js +16 -5
  221. package/build/dex/trader-joe-v2.1/base.js.map +1 -1
  222. package/build/dex/trader-joe-v2.1/types.d.ts +3 -3
  223. package/build/dex-helper/dummy-dex-helper.js +1 -1
  224. package/build/dex-helper/dummy-dex-helper.js.map +1 -1
  225. package/package.json +1 -1
  226. package/src/abi/lite-psm/dai.json +333 -0
  227. package/src/abi/lite-psm/psm.json +468 -0
  228. package/src/abi/lite-psm/usdc.json +814 -0
  229. package/src/dex/index.ts +2 -0
  230. package/src/dex/lite-psm/config.ts +29 -0
  231. package/src/dex/lite-psm/lite-psm-e2e.test.ts +79 -0
  232. package/src/dex/lite-psm/lite-psm-event-pool.ts +216 -0
  233. package/src/dex/lite-psm/lite-psm-events.test.ts +61 -0
  234. package/src/dex/lite-psm/lite-psm-integration.test.ts +99 -0
  235. package/src/dex/lite-psm/lite-psm.ts +523 -0
  236. package/src/dex/lite-psm/types.ts +46 -0
  237. package/src/dex/maker-psm/maker-psm.ts +4 -1
  238. package/src/dex/trader-joe-v2.1/base.ts +16 -5
  239. package/src/dex/trader-joe-v2.1/types.ts +3 -3
  240. package/src/dex-helper/dummy-dex-helper.ts +1 -1
  241. package/.idea/aws.xml +0 -17
  242. package/.idea/codeStyles/Project.xml +0 -19
  243. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  244. package/.idea/misc.xml +0 -6
  245. package/.idea/modules.xml +0 -8
  246. package/.idea/paraswap-dex-lib.iml +0 -9
  247. package/.idea/prettier.xml +0 -7
  248. package/.idea/vcs.xml +0 -6
  249. package/build/abi/maverick-v2/MaverickV2Router.json +0 -778
  250. package/build/dex/trader-joe-v2.1/optimizer.d.ts +0 -2
  251. package/build/dex/trader-joe-v2.1/optimizer.js +0 -47
  252. package/build/dex/trader-joe-v2.1/optimizer.js.map +0 -1
  253. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +0 -7
  254. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +0 -20
  255. package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +0 -1
  256. package/src/dex/trader-joe-v2.1/optimizer.ts +0 -60
@@ -0,0 +1,468 @@
1
+ [
2
+ {
3
+ "inputs": [
4
+ { "internalType": "bytes32", "name": "ilk_", "type": "bytes32" },
5
+ { "internalType": "address", "name": "gem_", "type": "address" },
6
+ { "internalType": "address", "name": "daiJoin_", "type": "address" },
7
+ { "internalType": "address", "name": "pocket_", "type": "address" }
8
+ ],
9
+ "stateMutability": "nonpayable",
10
+ "type": "constructor"
11
+ },
12
+ {
13
+ "anonymous": false,
14
+ "inputs": [
15
+ {
16
+ "indexed": true,
17
+ "internalType": "address",
18
+ "name": "owner",
19
+ "type": "address"
20
+ },
21
+ {
22
+ "indexed": false,
23
+ "internalType": "uint256",
24
+ "name": "value",
25
+ "type": "uint256"
26
+ },
27
+ {
28
+ "indexed": false,
29
+ "internalType": "uint256",
30
+ "name": "fee",
31
+ "type": "uint256"
32
+ }
33
+ ],
34
+ "name": "BuyGem",
35
+ "type": "event"
36
+ },
37
+ {
38
+ "anonymous": false,
39
+ "inputs": [
40
+ {
41
+ "indexed": false,
42
+ "internalType": "uint256",
43
+ "name": "wad",
44
+ "type": "uint256"
45
+ }
46
+ ],
47
+ "name": "Chug",
48
+ "type": "event"
49
+ },
50
+ {
51
+ "anonymous": false,
52
+ "inputs": [
53
+ {
54
+ "indexed": true,
55
+ "internalType": "address",
56
+ "name": "usr",
57
+ "type": "address"
58
+ }
59
+ ],
60
+ "name": "Deny",
61
+ "type": "event"
62
+ },
63
+ {
64
+ "anonymous": false,
65
+ "inputs": [
66
+ {
67
+ "indexed": true,
68
+ "internalType": "address",
69
+ "name": "usr",
70
+ "type": "address"
71
+ }
72
+ ],
73
+ "name": "Diss",
74
+ "type": "event"
75
+ },
76
+ {
77
+ "anonymous": false,
78
+ "inputs": [
79
+ {
80
+ "indexed": true,
81
+ "internalType": "bytes32",
82
+ "name": "what",
83
+ "type": "bytes32"
84
+ },
85
+ {
86
+ "indexed": false,
87
+ "internalType": "address",
88
+ "name": "data",
89
+ "type": "address"
90
+ }
91
+ ],
92
+ "name": "File",
93
+ "type": "event"
94
+ },
95
+ {
96
+ "anonymous": false,
97
+ "inputs": [
98
+ {
99
+ "indexed": true,
100
+ "internalType": "bytes32",
101
+ "name": "what",
102
+ "type": "bytes32"
103
+ },
104
+ {
105
+ "indexed": false,
106
+ "internalType": "uint256",
107
+ "name": "data",
108
+ "type": "uint256"
109
+ }
110
+ ],
111
+ "name": "File",
112
+ "type": "event"
113
+ },
114
+ {
115
+ "anonymous": false,
116
+ "inputs": [
117
+ {
118
+ "indexed": false,
119
+ "internalType": "uint256",
120
+ "name": "wad",
121
+ "type": "uint256"
122
+ }
123
+ ],
124
+ "name": "Fill",
125
+ "type": "event"
126
+ },
127
+ {
128
+ "anonymous": false,
129
+ "inputs": [
130
+ {
131
+ "indexed": true,
132
+ "internalType": "address",
133
+ "name": "usr",
134
+ "type": "address"
135
+ }
136
+ ],
137
+ "name": "Kiss",
138
+ "type": "event"
139
+ },
140
+ {
141
+ "anonymous": false,
142
+ "inputs": [
143
+ {
144
+ "indexed": true,
145
+ "internalType": "address",
146
+ "name": "usr",
147
+ "type": "address"
148
+ }
149
+ ],
150
+ "name": "Rely",
151
+ "type": "event"
152
+ },
153
+ {
154
+ "anonymous": false,
155
+ "inputs": [
156
+ {
157
+ "indexed": true,
158
+ "internalType": "address",
159
+ "name": "owner",
160
+ "type": "address"
161
+ },
162
+ {
163
+ "indexed": false,
164
+ "internalType": "uint256",
165
+ "name": "value",
166
+ "type": "uint256"
167
+ },
168
+ {
169
+ "indexed": false,
170
+ "internalType": "uint256",
171
+ "name": "fee",
172
+ "type": "uint256"
173
+ }
174
+ ],
175
+ "name": "SellGem",
176
+ "type": "event"
177
+ },
178
+ {
179
+ "anonymous": false,
180
+ "inputs": [
181
+ {
182
+ "indexed": false,
183
+ "internalType": "uint256",
184
+ "name": "wad",
185
+ "type": "uint256"
186
+ }
187
+ ],
188
+ "name": "Trim",
189
+ "type": "event"
190
+ },
191
+ {
192
+ "inputs": [],
193
+ "name": "HALTED",
194
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
195
+ "stateMutability": "view",
196
+ "type": "function"
197
+ },
198
+ {
199
+ "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
200
+ "name": "bud",
201
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
202
+ "stateMutability": "view",
203
+ "type": "function"
204
+ },
205
+ {
206
+ "inputs": [],
207
+ "name": "buf",
208
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
209
+ "stateMutability": "view",
210
+ "type": "function"
211
+ },
212
+ {
213
+ "inputs": [
214
+ { "internalType": "address", "name": "usr", "type": "address" },
215
+ { "internalType": "uint256", "name": "gemAmt", "type": "uint256" }
216
+ ],
217
+ "name": "buyGem",
218
+ "outputs": [
219
+ { "internalType": "uint256", "name": "daiInWad", "type": "uint256" }
220
+ ],
221
+ "stateMutability": "nonpayable",
222
+ "type": "function"
223
+ },
224
+ {
225
+ "inputs": [
226
+ { "internalType": "address", "name": "usr", "type": "address" },
227
+ { "internalType": "uint256", "name": "gemAmt", "type": "uint256" }
228
+ ],
229
+ "name": "buyGemNoFee",
230
+ "outputs": [
231
+ { "internalType": "uint256", "name": "daiInWad", "type": "uint256" }
232
+ ],
233
+ "stateMutability": "nonpayable",
234
+ "type": "function"
235
+ },
236
+ {
237
+ "inputs": [],
238
+ "name": "chug",
239
+ "outputs": [
240
+ { "internalType": "uint256", "name": "wad", "type": "uint256" }
241
+ ],
242
+ "stateMutability": "nonpayable",
243
+ "type": "function"
244
+ },
245
+ {
246
+ "inputs": [],
247
+ "name": "cut",
248
+ "outputs": [
249
+ { "internalType": "uint256", "name": "wad", "type": "uint256" }
250
+ ],
251
+ "stateMutability": "view",
252
+ "type": "function"
253
+ },
254
+ {
255
+ "inputs": [],
256
+ "name": "dai",
257
+ "outputs": [
258
+ { "internalType": "contract GemLike", "name": "", "type": "address" }
259
+ ],
260
+ "stateMutability": "view",
261
+ "type": "function"
262
+ },
263
+ {
264
+ "inputs": [],
265
+ "name": "daiJoin",
266
+ "outputs": [
267
+ { "internalType": "contract DaiJoinLike", "name": "", "type": "address" }
268
+ ],
269
+ "stateMutability": "view",
270
+ "type": "function"
271
+ },
272
+ {
273
+ "inputs": [],
274
+ "name": "dec",
275
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
276
+ "stateMutability": "view",
277
+ "type": "function"
278
+ },
279
+ {
280
+ "inputs": [{ "internalType": "address", "name": "usr", "type": "address" }],
281
+ "name": "deny",
282
+ "outputs": [],
283
+ "stateMutability": "nonpayable",
284
+ "type": "function"
285
+ },
286
+ {
287
+ "inputs": [{ "internalType": "address", "name": "usr", "type": "address" }],
288
+ "name": "diss",
289
+ "outputs": [],
290
+ "stateMutability": "nonpayable",
291
+ "type": "function"
292
+ },
293
+ {
294
+ "inputs": [
295
+ { "internalType": "bytes32", "name": "what", "type": "bytes32" },
296
+ { "internalType": "uint256", "name": "data", "type": "uint256" }
297
+ ],
298
+ "name": "file",
299
+ "outputs": [],
300
+ "stateMutability": "nonpayable",
301
+ "type": "function"
302
+ },
303
+ {
304
+ "inputs": [
305
+ { "internalType": "bytes32", "name": "what", "type": "bytes32" },
306
+ { "internalType": "address", "name": "data", "type": "address" }
307
+ ],
308
+ "name": "file",
309
+ "outputs": [],
310
+ "stateMutability": "nonpayable",
311
+ "type": "function"
312
+ },
313
+ {
314
+ "inputs": [],
315
+ "name": "fill",
316
+ "outputs": [
317
+ { "internalType": "uint256", "name": "wad", "type": "uint256" }
318
+ ],
319
+ "stateMutability": "nonpayable",
320
+ "type": "function"
321
+ },
322
+ {
323
+ "inputs": [],
324
+ "name": "gem",
325
+ "outputs": [
326
+ { "internalType": "contract GemLike", "name": "", "type": "address" }
327
+ ],
328
+ "stateMutability": "view",
329
+ "type": "function"
330
+ },
331
+ {
332
+ "inputs": [],
333
+ "name": "gemJoin",
334
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
335
+ "stateMutability": "view",
336
+ "type": "function"
337
+ },
338
+ {
339
+ "inputs": [],
340
+ "name": "gush",
341
+ "outputs": [
342
+ { "internalType": "uint256", "name": "wad", "type": "uint256" }
343
+ ],
344
+ "stateMutability": "view",
345
+ "type": "function"
346
+ },
347
+ {
348
+ "inputs": [],
349
+ "name": "ilk",
350
+ "outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
351
+ "stateMutability": "view",
352
+ "type": "function"
353
+ },
354
+ {
355
+ "inputs": [{ "internalType": "address", "name": "usr", "type": "address" }],
356
+ "name": "kiss",
357
+ "outputs": [],
358
+ "stateMutability": "nonpayable",
359
+ "type": "function"
360
+ },
361
+ {
362
+ "inputs": [],
363
+ "name": "live",
364
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
365
+ "stateMutability": "view",
366
+ "type": "function"
367
+ },
368
+ {
369
+ "inputs": [],
370
+ "name": "pocket",
371
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
372
+ "stateMutability": "view",
373
+ "type": "function"
374
+ },
375
+ {
376
+ "inputs": [{ "internalType": "address", "name": "usr", "type": "address" }],
377
+ "name": "rely",
378
+ "outputs": [],
379
+ "stateMutability": "nonpayable",
380
+ "type": "function"
381
+ },
382
+ {
383
+ "inputs": [],
384
+ "name": "rush",
385
+ "outputs": [
386
+ { "internalType": "uint256", "name": "wad", "type": "uint256" }
387
+ ],
388
+ "stateMutability": "view",
389
+ "type": "function"
390
+ },
391
+ {
392
+ "inputs": [
393
+ { "internalType": "address", "name": "usr", "type": "address" },
394
+ { "internalType": "uint256", "name": "gemAmt", "type": "uint256" }
395
+ ],
396
+ "name": "sellGem",
397
+ "outputs": [
398
+ { "internalType": "uint256", "name": "daiOutWad", "type": "uint256" }
399
+ ],
400
+ "stateMutability": "nonpayable",
401
+ "type": "function"
402
+ },
403
+ {
404
+ "inputs": [
405
+ { "internalType": "address", "name": "usr", "type": "address" },
406
+ { "internalType": "uint256", "name": "gemAmt", "type": "uint256" }
407
+ ],
408
+ "name": "sellGemNoFee",
409
+ "outputs": [
410
+ { "internalType": "uint256", "name": "daiOutWad", "type": "uint256" }
411
+ ],
412
+ "stateMutability": "nonpayable",
413
+ "type": "function"
414
+ },
415
+ {
416
+ "inputs": [],
417
+ "name": "tin",
418
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
419
+ "stateMutability": "view",
420
+ "type": "function"
421
+ },
422
+ {
423
+ "inputs": [],
424
+ "name": "to18ConversionFactor",
425
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
426
+ "stateMutability": "view",
427
+ "type": "function"
428
+ },
429
+ {
430
+ "inputs": [],
431
+ "name": "tout",
432
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
433
+ "stateMutability": "view",
434
+ "type": "function"
435
+ },
436
+ {
437
+ "inputs": [],
438
+ "name": "trim",
439
+ "outputs": [
440
+ { "internalType": "uint256", "name": "wad", "type": "uint256" }
441
+ ],
442
+ "stateMutability": "nonpayable",
443
+ "type": "function"
444
+ },
445
+ {
446
+ "inputs": [],
447
+ "name": "vat",
448
+ "outputs": [
449
+ { "internalType": "contract VatLike", "name": "", "type": "address" }
450
+ ],
451
+ "stateMutability": "view",
452
+ "type": "function"
453
+ },
454
+ {
455
+ "inputs": [],
456
+ "name": "vow",
457
+ "outputs": [{ "internalType": "address", "name": "", "type": "address" }],
458
+ "stateMutability": "view",
459
+ "type": "function"
460
+ },
461
+ {
462
+ "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
463
+ "name": "wards",
464
+ "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
465
+ "stateMutability": "view",
466
+ "type": "function"
467
+ }
468
+ ]