@dolomite-exchange/dolomite-margin 0.12.12 → 0.12.13

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 (238) hide show
  1. package/build/contracts/AAVECopyCatAltCoinInterestSetter.json +103 -97
  2. package/build/contracts/AAVECopyCatStableCoinInterestSetter.json +103 -97
  3. package/build/contracts/Account.json +197 -197
  4. package/build/contracts/AccountActionLib.json +1039 -1039
  5. package/build/contracts/AccountBalanceLib.json +75 -75
  6. package/build/contracts/AccountMarginLib.json +13 -13
  7. package/build/contracts/AccountValuesReader.json +175 -175
  8. package/build/contracts/Actions.json +2199 -2199
  9. package/build/contracts/Address.json +229 -229
  10. package/build/contracts/Admin.json +485 -485
  11. package/build/contracts/AdminImpl.json +2189 -1519
  12. package/build/contracts/AlwaysOnlineOracleSentinel.json +45 -25
  13. package/build/contracts/AlwaysZeroInterestSetter.json +37 -31
  14. package/build/contracts/ArbitrumMultiCall.json +33 -33
  15. package/build/contracts/AuthorizationBase.json +45 -45
  16. package/build/contracts/Bits.json +765 -765
  17. package/build/contracts/BorrowPositionProxyV1.json +237 -211
  18. package/build/contracts/BorrowPositionProxyV2.json +267 -241
  19. package/build/contracts/Cache.json +1009 -1009
  20. package/build/contracts/CallImpl.json +101 -95
  21. package/build/contracts/ChainlinkOracleSentinel.json +59 -38
  22. package/build/contracts/ChainlinkPriceOracleV1.json +133 -133
  23. package/build/contracts/Context.json +83 -83
  24. package/build/contracts/CustomTestToken.json +225 -225
  25. package/build/contracts/Decimal.json +345 -345
  26. package/build/contracts/DelayedMultiSig.json +41 -41
  27. package/build/contracts/DepositImpl.json +203 -197
  28. package/build/contracts/DepositWithdrawalProxy.json +737 -731
  29. package/build/contracts/DolomiteMargin.json +142 -142
  30. package/build/contracts/DolomiteMarginMath.json +655 -655
  31. package/build/contracts/DolomiteVersionLib.json +89 -89
  32. package/build/contracts/DoubleExponentInterestSetter.json +77 -71
  33. package/build/contracts/ERC20Lib.json +33 -33
  34. package/build/contracts/EnumerableSet.json +699 -699
  35. package/build/contracts/ErroringOmiseToken.json +155 -155
  36. package/build/contracts/ErroringToken.json +337 -254
  37. package/build/contracts/EventEmitterRegistry.json +486 -81
  38. package/build/contracts/Events.json +3493 -3493
  39. package/build/contracts/ExcessivelySafeCall.json +221 -221
  40. package/build/contracts/Exchange.json +783 -783
  41. package/build/contracts/Expiry.json +1065 -989
  42. package/build/contracts/ExpiryProxy.json +265 -259
  43. package/build/contracts/GenericTraderProxyBase.json +605 -605
  44. package/build/contracts/GenericTraderProxyV1.json +629 -621
  45. package/build/contracts/GenericTraderProxyV1Lib.json +335 -329
  46. package/build/contracts/Getters.json +1029 -1029
  47. package/build/contracts/GettersImpl.json +1937 -1931
  48. package/build/contracts/HasLiquidatorRegistry.json +19 -19
  49. package/build/contracts/HasState.json +9 -9
  50. package/build/contracts/IAccountRiskOverrideSetter.json +75 -75
  51. package/build/contracts/IArbitrumGasInfo.json +1 -1
  52. package/build/contracts/IArbitrumSys.json +1 -1
  53. package/build/contracts/IAuthorizationBase.json +1 -1
  54. package/build/contracts/IAutoTrader.json +129 -129
  55. package/build/contracts/IBorrowPositionProxyV1.json +1 -1
  56. package/build/contracts/IBorrowPositionProxyV2.json +1 -1
  57. package/build/contracts/ICallee.json +55 -55
  58. package/build/contracts/IChainlinkAccessControlAggregator.json +1 -1
  59. package/build/contracts/IChainlinkAggregator.json +1 -1
  60. package/build/contracts/IChainlinkAutomation.json +1 -1
  61. package/build/contracts/IChainlinkPriceOracleV1.json +11 -11
  62. package/build/contracts/IDepositWithdrawalProxy.json +1 -1
  63. package/build/contracts/IDolomiteMargin.json +2301 -2301
  64. package/build/contracts/IERC20.json +201 -201
  65. package/build/contracts/IERC20Detailed.json +75 -75
  66. package/build/contracts/IEventEmitterRegistry.json +75 -75
  67. package/build/contracts/IExchangeWrapper.json +103 -103
  68. package/build/contracts/IExpiry.json +47 -47
  69. package/build/contracts/IExternalCallback.json +93 -93
  70. package/build/contracts/IGenericTraderProxyBase.json +29 -29
  71. package/build/contracts/IGenericTraderProxyV1.json +23 -23
  72. package/build/contracts/IInterestSetter.json +61 -61
  73. package/build/contracts/IIsolationModeToken.json +1 -1
  74. package/build/contracts/IIsolationModeUnwrapperTrader.json +21 -21
  75. package/build/contracts/IIsolationModeWrapperTrader.json +21 -21
  76. package/build/contracts/ILiquidatorAssetRegistry.json +1 -1
  77. package/build/contracts/IMantleGasInfo.json +1 -1
  78. package/build/contracts/IOracleSentinel.json +81 -81
  79. package/build/contracts/IPriceOracle.json +61 -61
  80. package/build/contracts/ITransferProxy.json +1 -1
  81. package/build/contracts/IWETH.json +1 -1
  82. package/build/contracts/Interest.json +1279 -1279
  83. package/build/contracts/LiquidateOrVaporizeImpl.json +1827 -1821
  84. package/build/contracts/LiquidatorAssetRegistry.json +128 -83
  85. package/build/contracts/LiquidatorProxyBase.json +807 -807
  86. package/build/contracts/LiquidatorProxyV1.json +1001 -995
  87. package/build/contracts/LiquidatorProxyV4WithGenericTrader.json +277 -271
  88. package/build/contracts/MalformedToken.json +1163 -1080
  89. package/build/contracts/Math.json +199 -199
  90. package/build/contracts/Migrations.json +11 -5
  91. package/build/contracts/Monetary.json +35 -35
  92. package/build/contracts/MultiCall.json +41 -35
  93. package/build/contracts/MultiSig.json +91 -91
  94. package/build/contracts/OmiseToken.json +1005 -910
  95. package/build/contracts/OnlyDolomiteMargin.json +51 -51
  96. package/build/contracts/Operation.json +58 -58
  97. package/build/contracts/OperationImpl.json +3529 -3313
  98. package/build/contracts/Ownable.json +353 -353
  99. package/build/contracts/PartiallyDelayedMultiSig.json +15 -15
  100. package/build/contracts/PayableProxy.json +205 -205
  101. package/build/contracts/Permission.json +35 -35
  102. package/build/contracts/PolynomialInterestSetter.json +71 -71
  103. package/build/contracts/ReentrancyGuard.json +85 -85
  104. package/build/contracts/Require.json +2089 -2089
  105. package/build/contracts/SafeERC20.json +779 -779
  106. package/build/contracts/SafeExternalCallback.json +535 -535
  107. package/build/contracts/SafeMath.json +599 -599
  108. package/build/contracts/SignedOperationProxy.json +650 -567
  109. package/build/contracts/Storage.json +8851 -8851
  110. package/build/contracts/TestAccountRiskOverrideSetter.json +369 -362
  111. package/build/contracts/TestAutoTrader.json +1644 -1582
  112. package/build/contracts/TestBtcUsdChainlinkAggregator.json +203 -196
  113. package/build/contracts/TestCallee.json +475 -430
  114. package/build/contracts/TestChainlinkAggregator.json +361 -354
  115. package/build/contracts/TestChainlinkPriceOracleV1.json +490 -412
  116. package/build/contracts/TestCounter.json +159 -159
  117. package/build/contracts/TestDaiUsdChainlinkAggregator.json +203 -196
  118. package/build/contracts/TestDolomiteMargin.json +694 -637
  119. package/build/contracts/TestDoubleExponentInterestSetter.json +123 -116
  120. package/build/contracts/TestEthUsdChainlinkAggregator.json +203 -196
  121. package/build/contracts/TestExchangeWrapper.json +701 -694
  122. package/build/contracts/TestExternalCallback.json +689 -689
  123. package/build/contracts/TestInterestSetter.json +191 -184
  124. package/build/contracts/TestIsolationModeToken.json +213 -213
  125. package/build/contracts/TestIsolationModeUnwrapperTrader.json +1309 -1309
  126. package/build/contracts/TestIsolationModeWrapperTrader.json +1061 -1061
  127. package/build/contracts/TestLib.json +2749 -2742
  128. package/build/contracts/TestLinkUsdChainlinkAggregator.json +203 -196
  129. package/build/contracts/TestLrcEthChainlinkAggregator.json +203 -196
  130. package/build/contracts/TestMaticUsdChainlinkAggregator.json +203 -196
  131. package/build/contracts/TestOperationImpl.json +156 -142
  132. package/build/contracts/TestParaswapAugustusRouter.json +197 -190
  133. package/build/contracts/TestParaswapTrader.json +665 -658
  134. package/build/contracts/TestParaswapTransferProxy.json +215 -208
  135. package/build/contracts/TestPolynomialInterestSetter.json +123 -116
  136. package/build/contracts/TestPriceOracle.json +161 -154
  137. package/build/contracts/TestSequencerUptimeFeedAggregator.json +227 -220
  138. package/build/contracts/TestSimpleCallee.json +235 -196
  139. package/build/contracts/TestToken.json +1191 -1191
  140. package/build/contracts/TestUsdcUsdChainlinkAggregator.json +203 -196
  141. package/build/contracts/TestWETH.json +443 -322
  142. package/build/contracts/Time.json +61 -61
  143. package/build/contracts/Token.json +377 -377
  144. package/build/contracts/TokenA.json +199 -116
  145. package/build/contracts/TokenB.json +199 -116
  146. package/build/contracts/TokenC.json +199 -116
  147. package/build/contracts/TokenD.json +199 -116
  148. package/build/contracts/TokenE.json +199 -116
  149. package/build/contracts/TokenF.json +199 -116
  150. package/build/contracts/TradeImpl.json +2651 -2645
  151. package/build/contracts/TransferImpl.json +677 -671
  152. package/build/contracts/TransferProxy.json +155 -149
  153. package/build/contracts/TypedSignature.json +27 -27
  154. package/build/contracts/Types.json +1975 -1975
  155. package/build/contracts/WithdrawalImpl.json +419 -413
  156. package/contracts/external/rebalancers/.git/COMMIT_EDITMSG +1 -0
  157. package/contracts/external/rebalancers/.git/FETCH_HEAD +1 -0
  158. package/contracts/external/rebalancers/.git/HEAD +1 -0
  159. package/contracts/external/rebalancers/.git/ORIG_HEAD +1 -0
  160. package/contracts/external/rebalancers/.git/config +8 -0
  161. package/contracts/external/rebalancers/.git/description +1 -0
  162. package/contracts/external/rebalancers/.git/hooks/applypatch-msg.sample +15 -0
  163. package/contracts/external/rebalancers/.git/hooks/commit-msg.sample +24 -0
  164. package/contracts/external/rebalancers/.git/hooks/fsmonitor-watchman.sample +109 -0
  165. package/contracts/external/rebalancers/.git/hooks/post-update.sample +8 -0
  166. package/contracts/external/rebalancers/.git/hooks/pre-applypatch.sample +14 -0
  167. package/contracts/external/rebalancers/.git/hooks/pre-commit.sample +49 -0
  168. package/contracts/external/rebalancers/.git/hooks/pre-merge-commit.sample +13 -0
  169. package/contracts/external/rebalancers/.git/hooks/pre-push.sample +53 -0
  170. package/contracts/external/rebalancers/.git/hooks/pre-rebase.sample +169 -0
  171. package/contracts/external/rebalancers/.git/hooks/pre-receive.sample +24 -0
  172. package/contracts/external/rebalancers/.git/hooks/prepare-commit-msg.sample +42 -0
  173. package/contracts/external/rebalancers/.git/hooks/update.sample +128 -0
  174. package/contracts/external/rebalancers/.git/index +0 -0
  175. package/contracts/external/rebalancers/.git/info/exclude +6 -0
  176. package/contracts/external/rebalancers/.git/logs/HEAD +8 -0
  177. package/contracts/external/rebalancers/.git/logs/refs/heads/master +8 -0
  178. package/contracts/external/rebalancers/.git/logs/refs/remotes/origin/master +7 -0
  179. package/contracts/external/rebalancers/.git/objects/02/78f88008b495d19f460ae08a06cd74c56db696 +3 -0
  180. package/contracts/external/rebalancers/.git/objects/0f/3a9357b29dbcbad23dd491a733ab6ece3d2455 +1 -0
  181. package/contracts/external/rebalancers/.git/objects/0f/71f97c91c932658b68d995c5c47ba9a2744c7c +0 -0
  182. package/contracts/external/rebalancers/.git/objects/10/51faface8a8502193304686738c1710b37580e +0 -0
  183. package/contracts/external/rebalancers/.git/objects/10/d893dd64c4599c894e5a012d45565559b18309 +0 -0
  184. package/contracts/external/rebalancers/.git/objects/1c/e25de119eeb1c795cd395f02647e9b6e95317d +0 -0
  185. package/contracts/external/rebalancers/.git/objects/29/387d00d6e1fdea148f1ed45210e10157b0d321 +0 -0
  186. package/contracts/external/rebalancers/.git/objects/38/0a39130278675dc13c17dfc6db2dd5d566d4d7 +0 -0
  187. package/contracts/external/rebalancers/.git/objects/42/722bb2a89dd3168c64cf188409cc5924ad4ee3 +0 -0
  188. package/contracts/external/rebalancers/.git/objects/42/d528449f36050b4bce099966724c17190dc8ee +0 -0
  189. package/contracts/external/rebalancers/.git/objects/43/a2ab2a18fcbed0a79f5cec8aea51e8c21f716b +2 -0
  190. package/contracts/external/rebalancers/.git/objects/4e/826bfbdef0473a3c28d08114eb782084a8a3f0 +0 -0
  191. package/contracts/external/rebalancers/.git/objects/56/e931cb2f75a3acbded031426dff3a3126aef28 +0 -0
  192. package/contracts/external/rebalancers/.git/objects/58/62622faa9c9309b0cfc6599aaef6450951d180 +0 -0
  193. package/contracts/external/rebalancers/.git/objects/67/d87a60f6835f847d114821b00047683422bc59 +0 -0
  194. package/contracts/external/rebalancers/.git/objects/6f/1852c38c5031e21575a3ae72e87b7ebfbbc541 +0 -0
  195. package/contracts/external/rebalancers/.git/objects/71/217f93695cd4db58312c5876e1f999e2e2c45f +0 -0
  196. package/contracts/external/rebalancers/.git/objects/7f/4e955fd910f1a89a0a08f29c4c808cad47db98 +0 -0
  197. package/contracts/external/rebalancers/.git/objects/82/e34db81d297b2da3a901b49690aaa86ac9ad9c +1 -0
  198. package/contracts/external/rebalancers/.git/objects/84/e1441e1306f87e5940a82bf9fbae7eec36ff7b +0 -0
  199. package/contracts/external/rebalancers/.git/objects/85/626079560ec2d09465bbd52bdde41a55e085e9 +0 -0
  200. package/contracts/external/rebalancers/.git/objects/8e/f2083cab470fa84b37aa9ceff5a38a1200a2a9 +0 -0
  201. package/contracts/external/rebalancers/.git/objects/94/da9636d8ae1971457b252e80e1a8660fbd9886 +0 -0
  202. package/contracts/external/rebalancers/.git/objects/a1/6be9cbb9cf83c5794ad30a7010d473c49ec016 +0 -0
  203. package/contracts/external/rebalancers/.git/objects/a2/32256843cb965e5ef97b5070b0ef6e0b10da93 +0 -0
  204. package/contracts/external/rebalancers/.git/objects/b0/33c8f3896264b4ee09dd0558b8f18f02d8413e +0 -0
  205. package/contracts/external/rebalancers/.git/objects/b1/55a3b2eb4f8f2a618a1301b1895488af6de051 +0 -0
  206. package/contracts/external/rebalancers/.git/objects/b7/b218bdacfc2b113eb03cde6d0dc7fa15fe56b6 +0 -0
  207. package/contracts/external/rebalancers/.git/objects/b9/a6d4988c30ca161831e5fe7418a2c963f71767 +0 -0
  208. package/contracts/external/rebalancers/.git/objects/d0/a16880318e0a8af2245ca37074c217e034badc +2 -0
  209. package/contracts/external/rebalancers/.git/objects/d9/935275097703837e8002e5246d397250341d50 +0 -0
  210. package/contracts/external/rebalancers/.git/objects/de/153db3b796413119418ec4b9f82dad2e8cb939 +0 -0
  211. package/contracts/external/rebalancers/.git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 +0 -0
  212. package/contracts/external/rebalancers/.git/objects/e9/e30048722bf1255f9ef513647e7c634be8082b +0 -0
  213. package/contracts/external/rebalancers/.git/objects/ea/b7ead8f2efcf25274f98dc9d39725aec36382e +0 -0
  214. package/contracts/external/rebalancers/.git/objects/f0/1c608bc063dd6266ece9e946639be9772686f8 +0 -0
  215. package/contracts/external/rebalancers/.git/objects/fe/2aae5fb3e93a8a0b2484ea1e19c0c975e403c8 +0 -0
  216. package/contracts/external/rebalancers/.git/refs/heads/master +1 -0
  217. package/contracts/external/rebalancers/.git/refs/remotes/origin/master +1 -0
  218. package/contracts/protocol/impl/OperationImpl.sol +10 -8
  219. package/dist/build/published_contracts/AAVECopyCatAltCoinInterestSetter.json +5 -0
  220. package/dist/build/published_contracts/AAVECopyCatStableCoinInterestSetter.json +5 -0
  221. package/dist/build/published_contracts/AdminImpl.json +5 -0
  222. package/dist/build/published_contracts/AlwaysOnlineOracleSentinel.json +5 -0
  223. package/dist/build/published_contracts/BorrowPositionProxyV1.json +5 -0
  224. package/dist/build/published_contracts/BorrowPositionProxyV2.json +5 -0
  225. package/dist/build/published_contracts/ChainlinkOracleSentinel.json +5 -0
  226. package/dist/build/published_contracts/DepositWithdrawalProxy.json +5 -0
  227. package/dist/build/published_contracts/DoubleExponentInterestSetter.json +5 -0
  228. package/dist/build/published_contracts/EventEmitterRegistry.json +5 -0
  229. package/dist/build/published_contracts/Expiry.json +5 -0
  230. package/dist/build/published_contracts/ExpiryProxy.json +5 -0
  231. package/dist/build/published_contracts/GenericTraderProxyV1.json +7 -0
  232. package/dist/build/published_contracts/LiquidatorAssetRegistry.json +5 -0
  233. package/dist/build/published_contracts/LiquidatorProxyV1.json +5 -0
  234. package/dist/build/published_contracts/LiquidatorProxyV4WithGenericTrader.json +5 -0
  235. package/dist/build/published_contracts/MultiCall.json +5 -0
  236. package/dist/build/published_contracts/SignedOperationProxy.json +5 -0
  237. package/dist/build/published_contracts/TransferProxy.json +5 -0
  238. package/package.json +2 -2
@@ -83,7 +83,7 @@
83
83
  "id": 3071,
84
84
  "nodeType": "ImportDirective",
85
85
  "scope": 3206,
86
- "sourceUnit": 37318,
86
+ "sourceUnit": 37330,
87
87
  "src": "654:69:7",
88
88
  "symbolAliases": [
89
89
  {
@@ -99,7 +99,7 @@
99
99
  "id": 3073,
100
100
  "nodeType": "ImportDirective",
101
101
  "scope": 3206,
102
- "sourceUnit": 24746,
102
+ "sourceUnit": 24758,
103
103
  "src": "724:80:7",
104
104
  "symbolAliases": [
105
105
  {
@@ -115,7 +115,7 @@
115
115
  "id": 3075,
116
116
  "nodeType": "ImportDirective",
117
117
  "scope": 3206,
118
- "sourceUnit": 27707,
118
+ "sourceUnit": 27719,
119
119
  "src": "805:59:7",
120
120
  "symbolAliases": [
121
121
  {
@@ -134,10 +134,10 @@
134
134
  "id": 3076,
135
135
  "name": "IInterestSetter",
136
136
  "nodeType": "UserDefinedTypeName",
137
- "referencedDeclaration": 24745,
137
+ "referencedDeclaration": 24757,
138
138
  "src": "1188:15:7",
139
139
  "typeDescriptions": {
140
- "typeIdentifier": "t_contract$_IInterestSetter_$24745",
140
+ "typeIdentifier": "t_contract$_IInterestSetter_$24757",
141
141
  "typeString": "contract IInterestSetter"
142
142
  }
143
143
  },
@@ -147,7 +147,7 @@
147
147
  }
148
148
  ],
149
149
  "contractDependencies": [
150
- 24745
150
+ 24757
151
151
  ],
152
152
  "contractKind": "contract",
153
153
  "documentation": "@title AAVECopyCatAltCoinInterestSetter.sol\n@author Dolomite\n * @notice Copies AAVE's interest rate model on Arbitrum for alt coins up until 90% utilization (since Dolomite's\n markets are smaller). After 90% utilization, scales up to 100% APR.",
@@ -155,7 +155,7 @@
155
155
  "id": 3205,
156
156
  "linearizedBaseContracts": [
157
157
  3205,
158
- 24745
158
+ 24757
159
159
  ],
160
160
  "name": "AAVECopyCatAltCoinInterestSetter",
161
161
  "nodeType": "ContractDefinition",
@@ -167,10 +167,10 @@
167
167
  "id": 3078,
168
168
  "name": "SafeMath",
169
169
  "nodeType": "UserDefinedTypeName",
170
- "referencedDeclaration": 37317,
170
+ "referencedDeclaration": 37329,
171
171
  "src": "1216:8:7",
172
172
  "typeDescriptions": {
173
- "typeIdentifier": "t_contract$_SafeMath_$37317",
173
+ "typeIdentifier": "t_contract$_SafeMath_$37329",
174
174
  "typeString": "library SafeMath"
175
175
  }
176
176
  },
@@ -736,10 +736,10 @@
736
736
  "name": "Interest",
737
737
  "nodeType": "Identifier",
738
738
  "overloadedDeclarations": [],
739
- "referencedDeclaration": 27706,
739
+ "referencedDeclaration": 27718,
740
740
  "src": "1875:8:7",
741
741
  "typeDescriptions": {
742
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
742
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
743
743
  "typeString": "type(library Interest)"
744
744
  }
745
745
  },
@@ -750,10 +750,10 @@
750
750
  "lValueRequested": false,
751
751
  "memberName": "Rate",
752
752
  "nodeType": "MemberAccess",
753
- "referencedDeclaration": 27420,
753
+ "referencedDeclaration": 27432,
754
754
  "src": "1875:13:7",
755
755
  "typeDescriptions": {
756
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
756
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
757
757
  "typeString": "type(struct Interest.Rate storage pointer)"
758
758
  }
759
759
  },
@@ -769,7 +769,7 @@
769
769
  "nodeType": "FunctionCall",
770
770
  "src": "1875:92:7",
771
771
  "typeDescriptions": {
772
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
772
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
773
773
  "typeString": "struct Interest.Rate memory"
774
774
  }
775
775
  },
@@ -825,10 +825,10 @@
825
825
  "name": "Interest",
826
826
  "nodeType": "Identifier",
827
827
  "overloadedDeclarations": [],
828
- "referencedDeclaration": 27706,
828
+ "referencedDeclaration": 27718,
829
829
  "src": "1762:8:7",
830
830
  "typeDescriptions": {
831
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
831
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
832
832
  "typeString": "type(library Interest)"
833
833
  }
834
834
  },
@@ -839,10 +839,10 @@
839
839
  "lValueRequested": false,
840
840
  "memberName": "Rate",
841
841
  "nodeType": "MemberAccess",
842
- "referencedDeclaration": 27420,
842
+ "referencedDeclaration": 27432,
843
843
  "src": "1762:13:7",
844
844
  "typeDescriptions": {
845
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
845
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
846
846
  "typeString": "type(struct Interest.Rate storage pointer)"
847
847
  }
848
848
  },
@@ -858,7 +858,7 @@
858
858
  "nodeType": "FunctionCall",
859
859
  "src": "1762:54:7",
860
860
  "typeDescriptions": {
861
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
861
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
862
862
  "typeString": "struct Interest.Rate memory"
863
863
  }
864
864
  },
@@ -971,7 +971,7 @@
971
971
  "lValueRequested": false,
972
972
  "memberName": "mul",
973
973
  "nodeType": "MemberAccess",
974
- "referencedDeclaration": 37234,
974
+ "referencedDeclaration": 37246,
975
975
  "src": "2010:14:7",
976
976
  "typeDescriptions": {
977
977
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -999,7 +999,7 @@
999
999
  "lValueRequested": false,
1000
1000
  "memberName": "div",
1001
1001
  "nodeType": "MemberAccess",
1002
- "referencedDeclaration": 37250,
1002
+ "referencedDeclaration": 37262,
1003
1003
  "src": "2010:39:7",
1004
1004
  "typeDescriptions": {
1005
1005
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -1216,7 +1216,7 @@
1216
1216
  "lValueRequested": false,
1217
1217
  "memberName": "mul",
1218
1218
  "nodeType": "MemberAccess",
1219
- "referencedDeclaration": 37234,
1219
+ "referencedDeclaration": 37246,
1220
1220
  "src": "2664:17:7",
1221
1221
  "typeDescriptions": {
1222
1222
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -1244,7 +1244,7 @@
1244
1244
  "lValueRequested": false,
1245
1245
  "memberName": "div",
1246
1246
  "nodeType": "MemberAccess",
1247
- "referencedDeclaration": 37250,
1247
+ "referencedDeclaration": 37262,
1248
1248
  "src": "2664:34:7",
1249
1249
  "typeDescriptions": {
1250
1250
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -1272,7 +1272,7 @@
1272
1272
  "lValueRequested": false,
1273
1273
  "memberName": "div",
1274
1274
  "nodeType": "MemberAccess",
1275
- "referencedDeclaration": 37250,
1275
+ "referencedDeclaration": 37262,
1276
1276
  "src": "2664:54:7",
1277
1277
  "typeDescriptions": {
1278
1278
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -1307,10 +1307,10 @@
1307
1307
  "name": "Interest",
1308
1308
  "nodeType": "Identifier",
1309
1309
  "overloadedDeclarations": [],
1310
- "referencedDeclaration": 27706,
1310
+ "referencedDeclaration": 27718,
1311
1311
  "src": "2625:8:7",
1312
1312
  "typeDescriptions": {
1313
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
1313
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
1314
1314
  "typeString": "type(library Interest)"
1315
1315
  }
1316
1316
  },
@@ -1321,10 +1321,10 @@
1321
1321
  "lValueRequested": false,
1322
1322
  "memberName": "Rate",
1323
1323
  "nodeType": "MemberAccess",
1324
- "referencedDeclaration": 27420,
1324
+ "referencedDeclaration": 27432,
1325
1325
  "src": "2625:13:7",
1326
1326
  "typeDescriptions": {
1327
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
1327
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
1328
1328
  "typeString": "type(struct Interest.Rate storage pointer)"
1329
1329
  }
1330
1330
  },
@@ -1340,7 +1340,7 @@
1340
1340
  "nodeType": "FunctionCall",
1341
1341
  "src": "2625:127:7",
1342
1342
  "typeDescriptions": {
1343
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
1343
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
1344
1344
  "typeString": "struct Interest.Rate memory"
1345
1345
  }
1346
1346
  },
@@ -1463,7 +1463,7 @@
1463
1463
  "lValueRequested": false,
1464
1464
  "memberName": "sub",
1465
1465
  "nodeType": "MemberAccess",
1466
- "referencedDeclaration": 37173,
1466
+ "referencedDeclaration": 37185,
1467
1467
  "src": "2408:15:7",
1468
1468
  "typeDescriptions": {
1469
1469
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -1512,7 +1512,7 @@
1512
1512
  "lValueRequested": false,
1513
1513
  "memberName": "mul",
1514
1514
  "nodeType": "MemberAccess",
1515
- "referencedDeclaration": 37234,
1515
+ "referencedDeclaration": 37246,
1516
1516
  "src": "2383:24:7",
1517
1517
  "typeDescriptions": {
1518
1518
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -1540,7 +1540,7 @@
1540
1540
  "lValueRequested": false,
1541
1541
  "memberName": "div",
1542
1542
  "nodeType": "MemberAccess",
1543
- "referencedDeclaration": 37250,
1543
+ "referencedDeclaration": 37262,
1544
1544
  "src": "2383:61:7",
1545
1545
  "typeDescriptions": {
1546
1546
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -1636,7 +1636,7 @@
1636
1636
  "lValueRequested": false,
1637
1637
  "memberName": "add",
1638
1638
  "nodeType": "MemberAccess",
1639
- "referencedDeclaration": 37157,
1639
+ "referencedDeclaration": 37169,
1640
1640
  "src": "2517:17:7",
1641
1641
  "typeDescriptions": {
1642
1642
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -1664,7 +1664,7 @@
1664
1664
  "lValueRequested": false,
1665
1665
  "memberName": "div",
1666
1666
  "nodeType": "MemberAccess",
1667
- "referencedDeclaration": 37250,
1667
+ "referencedDeclaration": 37262,
1668
1668
  "src": "2517:36:7",
1669
1669
  "typeDescriptions": {
1670
1670
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -1699,10 +1699,10 @@
1699
1699
  "name": "Interest",
1700
1700
  "nodeType": "Identifier",
1701
1701
  "overloadedDeclarations": [],
1702
- "referencedDeclaration": 27706,
1702
+ "referencedDeclaration": 27718,
1703
1703
  "src": "2478:8:7",
1704
1704
  "typeDescriptions": {
1705
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
1705
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
1706
1706
  "typeString": "type(library Interest)"
1707
1707
  }
1708
1708
  },
@@ -1713,10 +1713,10 @@
1713
1713
  "lValueRequested": false,
1714
1714
  "memberName": "Rate",
1715
1715
  "nodeType": "MemberAccess",
1716
- "referencedDeclaration": 27420,
1716
+ "referencedDeclaration": 27432,
1717
1717
  "src": "2478:13:7",
1718
1718
  "typeDescriptions": {
1719
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
1719
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
1720
1720
  "typeString": "type(struct Interest.Rate storage pointer)"
1721
1721
  }
1722
1722
  },
@@ -1732,7 +1732,7 @@
1732
1732
  "nodeType": "FunctionCall",
1733
1733
  "src": "2478:109:7",
1734
1734
  "typeDescriptions": {
1735
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
1735
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
1736
1736
  "typeString": "struct Interest.Rate memory"
1737
1737
  }
1738
1738
  },
@@ -1815,10 +1815,10 @@
1815
1815
  "name": "Interest",
1816
1816
  "nodeType": "Identifier",
1817
1817
  "overloadedDeclarations": [],
1818
- "referencedDeclaration": 27706,
1818
+ "referencedDeclaration": 27718,
1819
1819
  "src": "2132:8:7",
1820
1820
  "typeDescriptions": {
1821
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
1821
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
1822
1822
  "typeString": "type(library Interest)"
1823
1823
  }
1824
1824
  },
@@ -1829,10 +1829,10 @@
1829
1829
  "lValueRequested": false,
1830
1830
  "memberName": "Rate",
1831
1831
  "nodeType": "MemberAccess",
1832
- "referencedDeclaration": 27420,
1832
+ "referencedDeclaration": 27432,
1833
1833
  "src": "2132:13:7",
1834
1834
  "typeDescriptions": {
1835
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
1835
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
1836
1836
  "typeString": "type(struct Interest.Rate storage pointer)"
1837
1837
  }
1838
1838
  },
@@ -1848,7 +1848,7 @@
1848
1848
  "nodeType": "FunctionCall",
1849
1849
  "src": "2132:93:7",
1850
1850
  "typeDescriptions": {
1851
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
1851
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
1852
1852
  "typeString": "struct Interest.Rate memory"
1853
1853
  }
1854
1854
  },
@@ -1969,7 +1969,7 @@
1969
1969
  "stateVariable": false,
1970
1970
  "storageLocation": "memory",
1971
1971
  "typeDescriptions": {
1972
- "typeIdentifier": "t_struct$_Rate_$27420_memory_ptr",
1972
+ "typeIdentifier": "t_struct$_Rate_$27432_memory_ptr",
1973
1973
  "typeString": "struct Interest.Rate"
1974
1974
  },
1975
1975
  "typeName": {
@@ -1977,10 +1977,10 @@
1977
1977
  "id": 3112,
1978
1978
  "name": "Interest.Rate",
1979
1979
  "nodeType": "UserDefinedTypeName",
1980
- "referencedDeclaration": 27420,
1980
+ "referencedDeclaration": 27432,
1981
1981
  "src": "1684:13:7",
1982
1982
  "typeDescriptions": {
1983
- "typeIdentifier": "t_struct$_Rate_$27420_storage_ptr",
1983
+ "typeIdentifier": "t_struct$_Rate_$27432_storage_ptr",
1984
1984
  "typeString": "struct Interest.Rate"
1985
1985
  }
1986
1986
  },
@@ -1993,7 +1993,7 @@
1993
1993
  "scope": 3205,
1994
1994
  "src": "1533:1236:7",
1995
1995
  "stateMutability": "view",
1996
- "superFunction": 24744,
1996
+ "superFunction": 24756,
1997
1997
  "visibility": "external"
1998
1998
  }
1999
1999
  ],
@@ -2039,7 +2039,7 @@
2039
2039
  "id": 3071,
2040
2040
  "nodeType": "ImportDirective",
2041
2041
  "scope": 3206,
2042
- "sourceUnit": 37318,
2042
+ "sourceUnit": 37330,
2043
2043
  "src": "654:69:7",
2044
2044
  "symbolAliases": [
2045
2045
  {
@@ -2055,7 +2055,7 @@
2055
2055
  "id": 3073,
2056
2056
  "nodeType": "ImportDirective",
2057
2057
  "scope": 3206,
2058
- "sourceUnit": 24746,
2058
+ "sourceUnit": 24758,
2059
2059
  "src": "724:80:7",
2060
2060
  "symbolAliases": [
2061
2061
  {
@@ -2071,7 +2071,7 @@
2071
2071
  "id": 3075,
2072
2072
  "nodeType": "ImportDirective",
2073
2073
  "scope": 3206,
2074
- "sourceUnit": 27707,
2074
+ "sourceUnit": 27719,
2075
2075
  "src": "805:59:7",
2076
2076
  "symbolAliases": [
2077
2077
  {
@@ -2090,10 +2090,10 @@
2090
2090
  "id": 3076,
2091
2091
  "name": "IInterestSetter",
2092
2092
  "nodeType": "UserDefinedTypeName",
2093
- "referencedDeclaration": 24745,
2093
+ "referencedDeclaration": 24757,
2094
2094
  "src": "1188:15:7",
2095
2095
  "typeDescriptions": {
2096
- "typeIdentifier": "t_contract$_IInterestSetter_$24745",
2096
+ "typeIdentifier": "t_contract$_IInterestSetter_$24757",
2097
2097
  "typeString": "contract IInterestSetter"
2098
2098
  }
2099
2099
  },
@@ -2103,7 +2103,7 @@
2103
2103
  }
2104
2104
  ],
2105
2105
  "contractDependencies": [
2106
- 24745
2106
+ 24757
2107
2107
  ],
2108
2108
  "contractKind": "contract",
2109
2109
  "documentation": "@title AAVECopyCatAltCoinInterestSetter.sol\n@author Dolomite\n * @notice Copies AAVE's interest rate model on Arbitrum for alt coins up until 90% utilization (since Dolomite's\n markets are smaller). After 90% utilization, scales up to 100% APR.",
@@ -2111,7 +2111,7 @@
2111
2111
  "id": 3205,
2112
2112
  "linearizedBaseContracts": [
2113
2113
  3205,
2114
- 24745
2114
+ 24757
2115
2115
  ],
2116
2116
  "name": "AAVECopyCatAltCoinInterestSetter",
2117
2117
  "nodeType": "ContractDefinition",
@@ -2123,10 +2123,10 @@
2123
2123
  "id": 3078,
2124
2124
  "name": "SafeMath",
2125
2125
  "nodeType": "UserDefinedTypeName",
2126
- "referencedDeclaration": 37317,
2126
+ "referencedDeclaration": 37329,
2127
2127
  "src": "1216:8:7",
2128
2128
  "typeDescriptions": {
2129
- "typeIdentifier": "t_contract$_SafeMath_$37317",
2129
+ "typeIdentifier": "t_contract$_SafeMath_$37329",
2130
2130
  "typeString": "library SafeMath"
2131
2131
  }
2132
2132
  },
@@ -2692,10 +2692,10 @@
2692
2692
  "name": "Interest",
2693
2693
  "nodeType": "Identifier",
2694
2694
  "overloadedDeclarations": [],
2695
- "referencedDeclaration": 27706,
2695
+ "referencedDeclaration": 27718,
2696
2696
  "src": "1875:8:7",
2697
2697
  "typeDescriptions": {
2698
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
2698
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
2699
2699
  "typeString": "type(library Interest)"
2700
2700
  }
2701
2701
  },
@@ -2706,10 +2706,10 @@
2706
2706
  "lValueRequested": false,
2707
2707
  "memberName": "Rate",
2708
2708
  "nodeType": "MemberAccess",
2709
- "referencedDeclaration": 27420,
2709
+ "referencedDeclaration": 27432,
2710
2710
  "src": "1875:13:7",
2711
2711
  "typeDescriptions": {
2712
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
2712
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
2713
2713
  "typeString": "type(struct Interest.Rate storage pointer)"
2714
2714
  }
2715
2715
  },
@@ -2725,7 +2725,7 @@
2725
2725
  "nodeType": "FunctionCall",
2726
2726
  "src": "1875:92:7",
2727
2727
  "typeDescriptions": {
2728
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
2728
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
2729
2729
  "typeString": "struct Interest.Rate memory"
2730
2730
  }
2731
2731
  },
@@ -2781,10 +2781,10 @@
2781
2781
  "name": "Interest",
2782
2782
  "nodeType": "Identifier",
2783
2783
  "overloadedDeclarations": [],
2784
- "referencedDeclaration": 27706,
2784
+ "referencedDeclaration": 27718,
2785
2785
  "src": "1762:8:7",
2786
2786
  "typeDescriptions": {
2787
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
2787
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
2788
2788
  "typeString": "type(library Interest)"
2789
2789
  }
2790
2790
  },
@@ -2795,10 +2795,10 @@
2795
2795
  "lValueRequested": false,
2796
2796
  "memberName": "Rate",
2797
2797
  "nodeType": "MemberAccess",
2798
- "referencedDeclaration": 27420,
2798
+ "referencedDeclaration": 27432,
2799
2799
  "src": "1762:13:7",
2800
2800
  "typeDescriptions": {
2801
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
2801
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
2802
2802
  "typeString": "type(struct Interest.Rate storage pointer)"
2803
2803
  }
2804
2804
  },
@@ -2814,7 +2814,7 @@
2814
2814
  "nodeType": "FunctionCall",
2815
2815
  "src": "1762:54:7",
2816
2816
  "typeDescriptions": {
2817
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
2817
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
2818
2818
  "typeString": "struct Interest.Rate memory"
2819
2819
  }
2820
2820
  },
@@ -2927,7 +2927,7 @@
2927
2927
  "lValueRequested": false,
2928
2928
  "memberName": "mul",
2929
2929
  "nodeType": "MemberAccess",
2930
- "referencedDeclaration": 37234,
2930
+ "referencedDeclaration": 37246,
2931
2931
  "src": "2010:14:7",
2932
2932
  "typeDescriptions": {
2933
2933
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -2955,7 +2955,7 @@
2955
2955
  "lValueRequested": false,
2956
2956
  "memberName": "div",
2957
2957
  "nodeType": "MemberAccess",
2958
- "referencedDeclaration": 37250,
2958
+ "referencedDeclaration": 37262,
2959
2959
  "src": "2010:39:7",
2960
2960
  "typeDescriptions": {
2961
2961
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -3172,7 +3172,7 @@
3172
3172
  "lValueRequested": false,
3173
3173
  "memberName": "mul",
3174
3174
  "nodeType": "MemberAccess",
3175
- "referencedDeclaration": 37234,
3175
+ "referencedDeclaration": 37246,
3176
3176
  "src": "2664:17:7",
3177
3177
  "typeDescriptions": {
3178
3178
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -3200,7 +3200,7 @@
3200
3200
  "lValueRequested": false,
3201
3201
  "memberName": "div",
3202
3202
  "nodeType": "MemberAccess",
3203
- "referencedDeclaration": 37250,
3203
+ "referencedDeclaration": 37262,
3204
3204
  "src": "2664:34:7",
3205
3205
  "typeDescriptions": {
3206
3206
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -3228,7 +3228,7 @@
3228
3228
  "lValueRequested": false,
3229
3229
  "memberName": "div",
3230
3230
  "nodeType": "MemberAccess",
3231
- "referencedDeclaration": 37250,
3231
+ "referencedDeclaration": 37262,
3232
3232
  "src": "2664:54:7",
3233
3233
  "typeDescriptions": {
3234
3234
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -3263,10 +3263,10 @@
3263
3263
  "name": "Interest",
3264
3264
  "nodeType": "Identifier",
3265
3265
  "overloadedDeclarations": [],
3266
- "referencedDeclaration": 27706,
3266
+ "referencedDeclaration": 27718,
3267
3267
  "src": "2625:8:7",
3268
3268
  "typeDescriptions": {
3269
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
3269
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
3270
3270
  "typeString": "type(library Interest)"
3271
3271
  }
3272
3272
  },
@@ -3277,10 +3277,10 @@
3277
3277
  "lValueRequested": false,
3278
3278
  "memberName": "Rate",
3279
3279
  "nodeType": "MemberAccess",
3280
- "referencedDeclaration": 27420,
3280
+ "referencedDeclaration": 27432,
3281
3281
  "src": "2625:13:7",
3282
3282
  "typeDescriptions": {
3283
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
3283
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
3284
3284
  "typeString": "type(struct Interest.Rate storage pointer)"
3285
3285
  }
3286
3286
  },
@@ -3296,7 +3296,7 @@
3296
3296
  "nodeType": "FunctionCall",
3297
3297
  "src": "2625:127:7",
3298
3298
  "typeDescriptions": {
3299
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
3299
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
3300
3300
  "typeString": "struct Interest.Rate memory"
3301
3301
  }
3302
3302
  },
@@ -3419,7 +3419,7 @@
3419
3419
  "lValueRequested": false,
3420
3420
  "memberName": "sub",
3421
3421
  "nodeType": "MemberAccess",
3422
- "referencedDeclaration": 37173,
3422
+ "referencedDeclaration": 37185,
3423
3423
  "src": "2408:15:7",
3424
3424
  "typeDescriptions": {
3425
3425
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -3468,7 +3468,7 @@
3468
3468
  "lValueRequested": false,
3469
3469
  "memberName": "mul",
3470
3470
  "nodeType": "MemberAccess",
3471
- "referencedDeclaration": 37234,
3471
+ "referencedDeclaration": 37246,
3472
3472
  "src": "2383:24:7",
3473
3473
  "typeDescriptions": {
3474
3474
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -3496,7 +3496,7 @@
3496
3496
  "lValueRequested": false,
3497
3497
  "memberName": "div",
3498
3498
  "nodeType": "MemberAccess",
3499
- "referencedDeclaration": 37250,
3499
+ "referencedDeclaration": 37262,
3500
3500
  "src": "2383:61:7",
3501
3501
  "typeDescriptions": {
3502
3502
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -3592,7 +3592,7 @@
3592
3592
  "lValueRequested": false,
3593
3593
  "memberName": "add",
3594
3594
  "nodeType": "MemberAccess",
3595
- "referencedDeclaration": 37157,
3595
+ "referencedDeclaration": 37169,
3596
3596
  "src": "2517:17:7",
3597
3597
  "typeDescriptions": {
3598
3598
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -3620,7 +3620,7 @@
3620
3620
  "lValueRequested": false,
3621
3621
  "memberName": "div",
3622
3622
  "nodeType": "MemberAccess",
3623
- "referencedDeclaration": 37250,
3623
+ "referencedDeclaration": 37262,
3624
3624
  "src": "2517:36:7",
3625
3625
  "typeDescriptions": {
3626
3626
  "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$bound_to$_t_uint256_$",
@@ -3655,10 +3655,10 @@
3655
3655
  "name": "Interest",
3656
3656
  "nodeType": "Identifier",
3657
3657
  "overloadedDeclarations": [],
3658
- "referencedDeclaration": 27706,
3658
+ "referencedDeclaration": 27718,
3659
3659
  "src": "2478:8:7",
3660
3660
  "typeDescriptions": {
3661
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
3661
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
3662
3662
  "typeString": "type(library Interest)"
3663
3663
  }
3664
3664
  },
@@ -3669,10 +3669,10 @@
3669
3669
  "lValueRequested": false,
3670
3670
  "memberName": "Rate",
3671
3671
  "nodeType": "MemberAccess",
3672
- "referencedDeclaration": 27420,
3672
+ "referencedDeclaration": 27432,
3673
3673
  "src": "2478:13:7",
3674
3674
  "typeDescriptions": {
3675
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
3675
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
3676
3676
  "typeString": "type(struct Interest.Rate storage pointer)"
3677
3677
  }
3678
3678
  },
@@ -3688,7 +3688,7 @@
3688
3688
  "nodeType": "FunctionCall",
3689
3689
  "src": "2478:109:7",
3690
3690
  "typeDescriptions": {
3691
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
3691
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
3692
3692
  "typeString": "struct Interest.Rate memory"
3693
3693
  }
3694
3694
  },
@@ -3771,10 +3771,10 @@
3771
3771
  "name": "Interest",
3772
3772
  "nodeType": "Identifier",
3773
3773
  "overloadedDeclarations": [],
3774
- "referencedDeclaration": 27706,
3774
+ "referencedDeclaration": 27718,
3775
3775
  "src": "2132:8:7",
3776
3776
  "typeDescriptions": {
3777
- "typeIdentifier": "t_type$_t_contract$_Interest_$27706_$",
3777
+ "typeIdentifier": "t_type$_t_contract$_Interest_$27718_$",
3778
3778
  "typeString": "type(library Interest)"
3779
3779
  }
3780
3780
  },
@@ -3785,10 +3785,10 @@
3785
3785
  "lValueRequested": false,
3786
3786
  "memberName": "Rate",
3787
3787
  "nodeType": "MemberAccess",
3788
- "referencedDeclaration": 27420,
3788
+ "referencedDeclaration": 27432,
3789
3789
  "src": "2132:13:7",
3790
3790
  "typeDescriptions": {
3791
- "typeIdentifier": "t_type$_t_struct$_Rate_$27420_storage_ptr_$",
3791
+ "typeIdentifier": "t_type$_t_struct$_Rate_$27432_storage_ptr_$",
3792
3792
  "typeString": "type(struct Interest.Rate storage pointer)"
3793
3793
  }
3794
3794
  },
@@ -3804,7 +3804,7 @@
3804
3804
  "nodeType": "FunctionCall",
3805
3805
  "src": "2132:93:7",
3806
3806
  "typeDescriptions": {
3807
- "typeIdentifier": "t_struct$_Rate_$27420_memory",
3807
+ "typeIdentifier": "t_struct$_Rate_$27432_memory",
3808
3808
  "typeString": "struct Interest.Rate memory"
3809
3809
  }
3810
3810
  },
@@ -3925,7 +3925,7 @@
3925
3925
  "stateVariable": false,
3926
3926
  "storageLocation": "memory",
3927
3927
  "typeDescriptions": {
3928
- "typeIdentifier": "t_struct$_Rate_$27420_memory_ptr",
3928
+ "typeIdentifier": "t_struct$_Rate_$27432_memory_ptr",
3929
3929
  "typeString": "struct Interest.Rate"
3930
3930
  },
3931
3931
  "typeName": {
@@ -3933,10 +3933,10 @@
3933
3933
  "id": 3112,
3934
3934
  "name": "Interest.Rate",
3935
3935
  "nodeType": "UserDefinedTypeName",
3936
- "referencedDeclaration": 27420,
3936
+ "referencedDeclaration": 27432,
3937
3937
  "src": "1684:13:7",
3938
3938
  "typeDescriptions": {
3939
- "typeIdentifier": "t_struct$_Rate_$27420_storage_ptr",
3939
+ "typeIdentifier": "t_struct$_Rate_$27432_storage_ptr",
3940
3940
  "typeString": "struct Interest.Rate"
3941
3941
  }
3942
3942
  },
@@ -3949,7 +3949,7 @@
3949
3949
  "scope": 3205,
3950
3950
  "src": "1533:1236:7",
3951
3951
  "stateMutability": "view",
3952
- "superFunction": 24744,
3952
+ "superFunction": 24756,
3953
3953
  "visibility": "external"
3954
3954
  }
3955
3955
  ],
@@ -3970,6 +3970,12 @@
3970
3970
  "address": "0xc90e5Df165c26441F6F4e558ca6128A42eb95787",
3971
3971
  "transactionHash": "0xdb82511613014cb4c3a84c25772e18419a1041f6fbbe180740c0d912fa894df7"
3972
3972
  },
3973
+ "1001": {
3974
+ "events": {},
3975
+ "links": {},
3976
+ "address": "0x25D02115bd67258a406A0F676147E6C3598a91a9",
3977
+ "transactionHash": "0x5ccc12af53f3f102ec4e5ac16d9bbdf7d60cafdef828da325460170a44e490a9"
3978
+ },
3973
3979
  "5000": {
3974
3980
  "events": {},
3975
3981
  "links": {},
@@ -3978,7 +3984,7 @@
3978
3984
  }
3979
3985
  },
3980
3986
  "schemaVersion": "3.0.23",
3981
- "updatedAt": "2024-08-12T07:02:42.001Z",
3987
+ "updatedAt": "2024-11-22T01:07:35.737Z",
3982
3988
  "devdoc": {
3983
3989
  "author": "Dolomite",
3984
3990
  "methods": {},