@pendle/core-v2 5.1.0 → 5.1.1-beta

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 (152) hide show
  1. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDEMantleSY.sol/PendleSUSDEMantleSY.dbg.json +1 -1
  2. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleSUSDEMantleSY.sol/PendleSUSDEMantleSY.json +2 -2
  3. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleUSDEL2SY.sol/PendleUSDEL2SY.dbg.json +1 -1
  4. package/build/artifacts/contracts/core/StandardizedYield/implementations/Ethena/PendleUSDEL2SY.sol/PendleUSDEL2SY.json +2 -2
  5. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleEBTCSY.sol/PendleEBTCSY.dbg.json +1 -1
  6. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleEBTCSY.sol/PendleEBTCSY.json +2 -2
  7. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleEEigenSYUpg.sol/PendleEEigenSYUpg.dbg.json +1 -1
  8. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleEEigenSYUpg.sol/PendleEEigenSYUpg.json +3 -3
  9. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthkSY.sol/PendleWEEthkSY.dbg.json +1 -1
  10. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthkSY.sol/PendleWEEthkSY.json +2 -2
  11. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthsSY.sol/PendleWEEthsSY.dbg.json +1 -1
  12. package/build/artifacts/contracts/core/StandardizedYield/implementations/EtherFi/PendleWEEthsSY.sol/PendleWEEthsSY.json +2 -2
  13. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20SYUpg.sol/PendleERC20SYUpg.dbg.json +1 -1
  14. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20SYUpg.sol/PendleERC20SYUpg.json +2 -2
  15. package/build/artifacts/contracts/core/StandardizedYield/implementations/Venus/PendleVTokenRateHelper.sol/PendleVTokenRateHelper.dbg.json +4 -0
  16. package/build/artifacts/contracts/core/StandardizedYield/implementations/Venus/PendleVTokenRateHelper.sol/PendleVTokenRateHelper.json +24 -0
  17. package/build/artifacts/contracts/core/StandardizedYield/implementations/Venus/PendleVenusBNBSY.sol/PendleVenusBNBSY.dbg.json +4 -0
  18. package/build/artifacts/contracts/core/StandardizedYield/implementations/Venus/PendleVenusBNBSY.sol/PendleVenusBNBSY.json +1139 -0
  19. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
  20. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +1 -1
  21. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
  22. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +1 -1
  23. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
  24. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +1 -1
  25. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
  26. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
  27. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
  28. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +1 -1
  29. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +1 -1
  30. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +1 -1
  31. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +1 -1
  32. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +1 -1
  33. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +1 -1
  34. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
  35. package/build/artifacts/contracts/interfaces/Venus/IVenusBNB.sol/IVenusBNB.dbg.json +4 -0
  36. package/build/artifacts/contracts/interfaces/Venus/IVenusBNB.sol/IVenusBNB.json +37 -0
  37. package/build/artifacts/contracts/interfaces/Venus/IVenusComptroller.sol/IVenusComptroller.dbg.json +4 -0
  38. package/build/artifacts/contracts/interfaces/Venus/IVenusComptroller.sol/IVenusComptroller.json +29 -0
  39. package/build/artifacts/contracts/interfaces/Venus/IVenusInterestModel.sol/IVenusInterestRateModel.dbg.json +4 -0
  40. package/build/artifacts/contracts/interfaces/Venus/IVenusInterestModel.sol/IVenusInterestRateModel.json +74 -0
  41. package/build/artifacts/contracts/interfaces/Venus/IVenusToken.sol/IVenusToken.dbg.json +4 -0
  42. package/build/artifacts/contracts/interfaces/Venus/IVenusToken.sol/IVenusToken.json +128 -0
  43. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
  44. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +2 -2
  45. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
  46. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +2 -2
  47. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
  48. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +2 -2
  49. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
  50. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +2 -2
  51. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
  52. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +2 -2
  53. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
  54. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +2 -2
  55. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
  56. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +2 -2
  57. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
  58. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +2 -2
  59. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
  60. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +1 -1
  61. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +2 -2
  62. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +1 -1
  63. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +2 -2
  64. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +1 -1
  65. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +2 -2
  66. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +1 -1
  67. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +2 -2
  68. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +1 -1
  69. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2 -2
  70. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +1 -1
  71. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2 -2
  72. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +1 -1
  73. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +2 -2
  74. package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +1 -1
  75. package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +2 -2
  76. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
  77. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +1 -1
  78. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.json +2 -2
  79. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +1 -1
  80. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +2 -2
  81. package/build/artifacts/contracts/router/math/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +1 -1
  82. package/build/artifacts/contracts/router/math/MarketApproxLib.sol/MarketApproxPtInLib.json +2 -2
  83. package/build/artifacts/contracts/router/math/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +1 -1
  84. package/build/artifacts/contracts/router/math/MarketApproxLib.sol/MarketApproxPtOutLib.json +2 -2
  85. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +1 -1
  86. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +2 -2
  87. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +1 -1
  88. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +2 -2
  89. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +1 -1
  90. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +1 -1
  91. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +4 -0
  92. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.json +82 -0
  93. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +1 -1
  94. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.json +2 -2
  95. package/contracts/core/StandardizedYield/implementations/EtherFi/PendleEEigenSYUpg.sol +11 -0
  96. package/contracts/core/StandardizedYield/implementations/PendleERC20SYUpg.sol +1 -1
  97. package/contracts/core/StandardizedYield/implementations/Venus/PendleVTokenRateHelper.sol +76 -0
  98. package/contracts/core/StandardizedYield/implementations/Venus/PendleVenusBNBSY.sol +116 -0
  99. package/contracts/interfaces/Venus/IVenusBNB.sol +8 -0
  100. package/contracts/interfaces/Venus/IVenusComptroller.sol +6 -0
  101. package/contracts/interfaces/Venus/IVenusInterestModel.sol +13 -0
  102. package/contracts/interfaces/Venus/IVenusToken.sol +22 -0
  103. package/contracts/router/swap-aggregator/IPSwapAggregator.sol +1 -1
  104. package/contracts/router/swap-aggregator/PendleSwap.sol +43 -0
  105. package/deployments/1-core.json +1 -1
  106. package/deployments/1-markets/EEIGEN-MAINNET-MAR2025.json +14 -0
  107. package/deployments/10-core.json +1 -1
  108. package/deployments/42161-core.json +1 -1
  109. package/deployments/5000-core.json +1 -1
  110. package/deployments/56-core.json +1 -1
  111. package/package.json +1 -1
  112. package/typechain-types/IOdosRouterV2.ts +147 -0
  113. package/typechain-types/IVenusBNB.ts +124 -0
  114. package/typechain-types/IVenusComptroller.ts +106 -0
  115. package/typechain-types/IVenusInterestRateModel.ts +162 -0
  116. package/typechain-types/IVenusToken.ts +249 -0
  117. package/typechain-types/PendleEEigenSYUpg.ts +1 -3
  118. package/typechain-types/PendleVTokenRateHelper.ts +81 -0
  119. package/typechain-types/PendleVenusBNBSY.ts +1440 -0
  120. package/typechain-types/factories/ActionAddRemoveLiqV3__factory.ts +1 -1
  121. package/typechain-types/factories/ActionInfoStatic__factory.ts +1 -1
  122. package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
  123. package/typechain-types/factories/ActionMarketCoreStatic__factory.ts +1 -1
  124. package/typechain-types/factories/ActionMintRedeemStatic__factory.ts +1 -1
  125. package/typechain-types/factories/ActionMiscV3__factory.ts +1 -1
  126. package/typechain-types/factories/ActionSimple__factory.ts +1 -1
  127. package/typechain-types/factories/ActionStorageStatic__factory.ts +1 -1
  128. package/typechain-types/factories/ActionStorageV4__factory.ts +1 -1
  129. package/typechain-types/factories/ActionSwapPTV3__factory.ts +1 -1
  130. package/typechain-types/factories/ActionSwapYTV3__factory.ts +1 -1
  131. package/typechain-types/factories/ActionVePendleStatic__factory.ts +1 -1
  132. package/typechain-types/factories/IOdosRouterV2__factory.ts +94 -0
  133. package/typechain-types/factories/IVenusBNB__factory.ts +49 -0
  134. package/typechain-types/factories/IVenusComptroller__factory.ts +44 -0
  135. package/typechain-types/factories/IVenusInterestRateModel__factory.ts +93 -0
  136. package/typechain-types/factories/IVenusToken__factory.ts +140 -0
  137. package/typechain-types/factories/PendleEBTCSY__factory.ts +1 -1
  138. package/typechain-types/factories/PendleEEigenSYUpg__factory.ts +2 -2
  139. package/typechain-types/factories/PendleERC20SYUpg__factory.ts +1 -1
  140. package/typechain-types/factories/PendlePoolDeployHelper__factory.ts +1 -1
  141. package/typechain-types/factories/PendleRouterStatic__factory.ts +1 -1
  142. package/typechain-types/factories/PendleRouterV4__factory.ts +1 -1
  143. package/typechain-types/factories/PendleSUSDEMantleSY__factory.ts +1 -1
  144. package/typechain-types/factories/PendleSwap__factory.ts +1 -1
  145. package/typechain-types/factories/PendleUSDEL2SY__factory.ts +1 -1
  146. package/typechain-types/factories/PendleVTokenRateHelper__factory.ts +43 -0
  147. package/typechain-types/factories/PendleVenusBNBSY__factory.ts +1192 -0
  148. package/typechain-types/factories/PendleWEEthkSY__factory.ts +1 -1
  149. package/typechain-types/factories/PendleWEEthsSY__factory.ts +1 -1
  150. package/typechain-types/factories/Reflector__factory.ts +1 -1
  151. package/typechain-types/hardhat.d.ts +63 -18
  152. package/typechain-types/index.ts +14 -4
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IVenusBNB",
4
+ "sourceName": "contracts/interfaces/Venus/IVenusBNB.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "mint",
9
+ "outputs": [],
10
+ "stateMutability": "payable",
11
+ "type": "function"
12
+ },
13
+ {
14
+ "inputs": [
15
+ {
16
+ "internalType": "uint256",
17
+ "name": "redeemTokens",
18
+ "type": "uint256"
19
+ }
20
+ ],
21
+ "name": "redeem",
22
+ "outputs": [
23
+ {
24
+ "internalType": "uint256",
25
+ "name": "",
26
+ "type": "uint256"
27
+ }
28
+ ],
29
+ "stateMutability": "nonpayable",
30
+ "type": "function"
31
+ }
32
+ ],
33
+ "bytecode": "0x",
34
+ "deployedBytecode": "0x",
35
+ "linkReferences": {},
36
+ "deployedLinkReferences": {}
37
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IVenusComptroller",
4
+ "sourceName": "contracts/interfaces/Venus/IVenusComptroller.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "holder",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "address[]",
15
+ "name": "vTokens",
16
+ "type": "address[]"
17
+ }
18
+ ],
19
+ "name": "claimVenus",
20
+ "outputs": [],
21
+ "stateMutability": "nonpayable",
22
+ "type": "function"
23
+ }
24
+ ],
25
+ "bytecode": "0x",
26
+ "deployedBytecode": "0x",
27
+ "linkReferences": {},
28
+ "deployedLinkReferences": {}
29
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
+ }
@@ -0,0 +1,74 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IVenusInterestRateModel",
4
+ "sourceName": "contracts/interfaces/Venus/IVenusInterestModel.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "uint256",
10
+ "name": "cash",
11
+ "type": "uint256"
12
+ },
13
+ {
14
+ "internalType": "uint256",
15
+ "name": "borrows",
16
+ "type": "uint256"
17
+ },
18
+ {
19
+ "internalType": "uint256",
20
+ "name": "reserves",
21
+ "type": "uint256"
22
+ }
23
+ ],
24
+ "name": "getBorrowRate",
25
+ "outputs": [
26
+ {
27
+ "internalType": "uint256",
28
+ "name": "",
29
+ "type": "uint256"
30
+ }
31
+ ],
32
+ "stateMutability": "view",
33
+ "type": "function"
34
+ },
35
+ {
36
+ "inputs": [
37
+ {
38
+ "internalType": "uint256",
39
+ "name": "cash",
40
+ "type": "uint256"
41
+ },
42
+ {
43
+ "internalType": "uint256",
44
+ "name": "borrows",
45
+ "type": "uint256"
46
+ },
47
+ {
48
+ "internalType": "uint256",
49
+ "name": "reserves",
50
+ "type": "uint256"
51
+ },
52
+ {
53
+ "internalType": "uint256",
54
+ "name": "reserveFactorMantissa",
55
+ "type": "uint256"
56
+ }
57
+ ],
58
+ "name": "getSupplyRate",
59
+ "outputs": [
60
+ {
61
+ "internalType": "uint256",
62
+ "name": "",
63
+ "type": "uint256"
64
+ }
65
+ ],
66
+ "stateMutability": "view",
67
+ "type": "function"
68
+ }
69
+ ],
70
+ "bytecode": "0x",
71
+ "deployedBytecode": "0x",
72
+ "linkReferences": {},
73
+ "deployedLinkReferences": {}
74
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
+ }
@@ -0,0 +1,128 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IVenusToken",
4
+ "sourceName": "contracts/interfaces/Venus/IVenusToken.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "accrualBlockNumber",
9
+ "outputs": [
10
+ {
11
+ "internalType": "uint256",
12
+ "name": "",
13
+ "type": "uint256"
14
+ }
15
+ ],
16
+ "stateMutability": "view",
17
+ "type": "function"
18
+ },
19
+ {
20
+ "inputs": [],
21
+ "name": "exchangeRateCurrent",
22
+ "outputs": [
23
+ {
24
+ "internalType": "uint256",
25
+ "name": "",
26
+ "type": "uint256"
27
+ }
28
+ ],
29
+ "stateMutability": "nonpayable",
30
+ "type": "function"
31
+ },
32
+ {
33
+ "inputs": [],
34
+ "name": "exchangeRateStored",
35
+ "outputs": [
36
+ {
37
+ "internalType": "uint256",
38
+ "name": "",
39
+ "type": "uint256"
40
+ }
41
+ ],
42
+ "stateMutability": "view",
43
+ "type": "function"
44
+ },
45
+ {
46
+ "inputs": [],
47
+ "name": "getCash",
48
+ "outputs": [
49
+ {
50
+ "internalType": "uint256",
51
+ "name": "",
52
+ "type": "uint256"
53
+ }
54
+ ],
55
+ "stateMutability": "view",
56
+ "type": "function"
57
+ },
58
+ {
59
+ "inputs": [],
60
+ "name": "interestRateModel",
61
+ "outputs": [
62
+ {
63
+ "internalType": "address",
64
+ "name": "",
65
+ "type": "address"
66
+ }
67
+ ],
68
+ "stateMutability": "view",
69
+ "type": "function"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "reserveFactorMantissa",
74
+ "outputs": [
75
+ {
76
+ "internalType": "uint256",
77
+ "name": "",
78
+ "type": "uint256"
79
+ }
80
+ ],
81
+ "stateMutability": "view",
82
+ "type": "function"
83
+ },
84
+ {
85
+ "inputs": [],
86
+ "name": "totalBorrows",
87
+ "outputs": [
88
+ {
89
+ "internalType": "uint256",
90
+ "name": "",
91
+ "type": "uint256"
92
+ }
93
+ ],
94
+ "stateMutability": "view",
95
+ "type": "function"
96
+ },
97
+ {
98
+ "inputs": [],
99
+ "name": "totalReserves",
100
+ "outputs": [
101
+ {
102
+ "internalType": "uint256",
103
+ "name": "",
104
+ "type": "uint256"
105
+ }
106
+ ],
107
+ "stateMutability": "view",
108
+ "type": "function"
109
+ },
110
+ {
111
+ "inputs": [],
112
+ "name": "totalSupply",
113
+ "outputs": [
114
+ {
115
+ "internalType": "uint256",
116
+ "name": "",
117
+ "type": "uint256"
118
+ }
119
+ ],
120
+ "stateMutability": "view",
121
+ "type": "function"
122
+ }
123
+ ],
124
+ "bytecode": "0x",
125
+ "deployedBytecode": "0x",
126
+ "linkReferences": {},
127
+ "deployedLinkReferences": {}
128
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -265,8 +265,8 @@
265
265
  "type": "receive"
266
266
  }
267
267
  ],
268
- "bytecode": "0x60e06040523480156200001157600080fd5b506040516200165b3803806200165b83398101604081905262000034916200006f565b6001600160a01b0392831660805290821660a0521660c052620000b9565b80516001600160a01b03811681146200006a57600080fd5b919050565b6000806000606084860312156200008557600080fd5b620000908462000052565b9250620000a06020850162000052565b9150620000b06040850162000052565b90509250925092565b60805160a05160c051611534620001276000396000818160770152818161023e0152610529015260008181610125015261049101526000818161016e0152818161065501528181610698015281816106c20152818161071f01528181610851015261090e01526115346000f3fe6080604052600436106100595760003560e01c806306ae7095146100655780634ff780e1146100b6578063705d3a94146100f357806387a409a2146101135780638a22ba0b14610147578063f887ea401461015c57600080fd5b3661006057005b600080fd5b34801561007157600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b6100c96100c4366004611054565b610190565b604080516001600160a01b03948516815292841660208401529216918101919091526060016100ad565b3480156100ff57600080fd5b5061009961010e366004611121565b6101be565b34801561011f57600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b61015a610155366004611171565b6103cc565b005b34801561016857600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b600080600061019f878761044f565b919450925090506101b4818885858989610644565b9450945094915050565b600080866001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa1580156101ff573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061022391906111b2565b5060405163f661cf6b60e01b81529092506001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016915063f661cf6b9061027a908490889088908b906004016111ff565b6020604051808303816000875af1158015610299573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102bd919061122e565b91506102cb873389896109de565b600080886001600160a01b031663f6b911bc85868b6040518463ffffffff1660e01b81526004016102fe93929190611252565b60408051808303816000875af115801561031c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103409190611276565b604051630ab714fb60e11b8152336004820152602481018390526044810182905291935091506001600160a01b0385169063156e29f6906064016060604051808303816000875af1158015610399573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103bd919061129a565b50505050505095945050505050565b6000806000856001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa15801561040f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061043391906111b2565b925092509250610447868484848989610644565b505050505050565b80516080820151604051637145345b60e11b81526001600160a01b03858116600483015263ffffffff90931660248201529015156044820152600091829182917f0000000000000000000000000000000000000000000000000000000000000000169063e28a68b69060640160408051808303816000875af11580156104d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fd91906112c8565b60408087015160608801516020890151925163f661cf6b60e01b81529497509295506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169363f661cf6b9361055f938993926004016111ff565b6020604051808303816000875af115801561057e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105a2919061122e565b604080516001600160a01b03888116825286811660208084019190915286821683850152885163ffffffff16606080850191909152908901516001600160501b03166080808501919091529389015160a084015288015160c083015291870151151560e08201529192508216907f64548e98bf851c530285483e1870abe9e41d3a7060292802eb888542488f1839906101000160405180910390a29250925092565b61064f8233836109ff565b610679827f0000000000000000000000000000000000000000000000000000000000000000610a70565b846001600160a01b0316826001600160a01b0316146106bc576106bc857f0000000000000000000000000000000000000000000000000000000000000000610a70565b6106e6847f0000000000000000000000000000000000000000000000000000000000000000610a70565b6000856001600160a01b0316836001600160a01b0316146108425760006001600160a01b0384161561071957600061071b565b825b90507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e071dc682308a60006040518060a001604052808b6001600160a01b031681526020018a81526020018b6001600160a01b0316815260200160006001600160a01b031681526020016040518060800160405280600060038111156107ae576107ae611302565b815260006020808301829052604080518381529182018152808401919091526060909201529152516001600160e01b031960e088901b1681526107f79493929190600401611368565b60206040518083038185885af1158015610815573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061083a9190611430565b915050610845565b50805b60006001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016631a8631b2308761088360028761145f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152600060648201526084016020604051808303816000875af11580156108de573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109029190611430565b90506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166397ee279e338a61094060028761145f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606481018490526000608482015260a4016060604051808303816000875af11580156109a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109c6919061129a565b5050506109d4853383610b34565b5050505050505050565b80156109f9576109f96001600160a01b038516848484610bf8565b50505050565b6001600160a01b038316610a5557803414610a505760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064015b60405180910390fd5b505050565b8015610a5057610a506001600160a01b038416833084610bf8565b6001600160a01b038216610a82575050565b610a9460026001600160601b03611473565b604051636eb1769f60e11b81523060048201526001600160a01b0383811660248301526001600160601b03929092169184169063dd62ed3e90604401602060405180830381865afa158015610aed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b119190611430565b1015610b3057610b2382826000610c50565b610b308282600019610c50565b5050565b80600003610b4157505050565b6001600160a01b038316610be4576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114610b9c576040519150601f19603f3d011682016040523d82523d6000602084013e610ba1565b606091505b50509050806109f95760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b6044820152606401610a47565b610a506001600160a01b0384168383610d64565b6109f9846323b872dd60e01b858585604051602401610c1993929190611252565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610d83565b600080846001600160a01b031663095ea7b360e01b8585604051602401610c78929190611499565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051610cb691906114b2565b6000604051808303816000865af19150503d8060008114610cf3576040519150601f19603f3d011682016040523d82523d6000602084013e610cf8565b606091505b5091509150818015610d22575080511580610d22575080806020019051810190610d2291906114ce565b610d5d5760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b6044820152606401610a47565b5050505050565b610a508363a9059cbb60e01b8484604051602401610c19929190611499565b6000610dd8826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610e589092919063ffffffff16565b9050805160001480610df9575080806020019051810190610df991906114ce565b610a505760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610a47565b6060610e678484600085610e6f565b949350505050565b606082471015610ed05760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610a47565b600080866001600160a01b03168587604051610eec91906114b2565b60006040518083038185875af1925050503d8060008114610f29576040519150601f19603f3d011682016040523d82523d6000602084013e610f2e565b606091505b5091509150610f3f87838387610f4a565b979650505050505050565b60608315610fb9578251600003610fb2576001600160a01b0385163b610fb25760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610a47565b5081610e67565b610e678383815115610fce5781518083602001fd5b8060405162461bcd60e51b8152600401610a4791906114eb565b6001600160a01b0381168114610ffd57600080fd5b50565b803561100b81610fe8565b919050565b803563ffffffff8116811461100b57600080fd5b80356001600160501b038116811461100b57600080fd5b8015158114610ffd57600080fd5b803561100b8161103b565b60008060008084860361010081121561106c57600080fd5b853561107781610fe8565b945060a0601f198201121561108b57600080fd5b5060405160a081016001600160401b03811182821017156110bc57634e487b7160e01b600052604160045260246000fd5b6040526110cb60208701611010565b81526110d960408701611024565b602082015260608601356040820152608086013560608201526110fe60a08701611049565b6080820152925061111160c08601611000565b9396929550929360e00135925050565b600080600080600060a0868803121561113957600080fd5b853561114481610fe8565b94506020860135935061115960408701611024565b94979396509394606081013594506080013592915050565b60008060006060848603121561118657600080fd5b833561119181610fe8565b925060208401356111a181610fe8565b929592945050506040919091013590565b6000806000606084860312156111c757600080fd5b83516111d281610fe8565b60208501519093506111e381610fe8565b60408501519092506111f481610fe8565b809150509250925092565b6001600160a01b03949094168452602084019290925260408301526001600160501b0316606082015260800190565b60006020828403121561124057600080fd5b815161124b81610fe8565b9392505050565b6001600160a01b039384168152919092166020820152604081019190915260600190565b6000806040838503121561128957600080fd5b505080516020909101519092909150565b6000806000606084860312156112af57600080fd5b8351925060208401519150604084015190509250925092565b600080604083850312156112db57600080fd5b82516112e681610fe8565b60208401519092506112f781610fe8565b809150509250929050565b634e487b7160e01b600052602160045260246000fd5b60005b8381101561133357818101518382015260200161131b565b50506000910152565b60008151808452611354816020860160208601611318565b601f01601f19169290920160200192915050565b600060018060a01b038087168352808616602084015284604084015260806060840152808451166080840152602084015160a08401528060408501511660c08401528060608501511660e0840152608084015160a06101008501528051600481106113e357634e487b7160e01b600052602160045260246000fd5b610120850152602081015190911661014084015260408101516080610160850152906114136101a085018361133c565b915060608101511515610180850152508091505095945050505050565b60006020828403121561144257600080fd5b5051919050565b634e487b7160e01b600052601260045260246000fd5b60008261146e5761146e611449565b500490565b60006001600160601b038381168061148d5761148d611449565b92169190910492915050565b6001600160a01b03929092168252602082015260400190565b600082516114c4818460208701611318565b9190910192915050565b6000602082840312156114e057600080fd5b815161124b8161103b565b60208152600061124b602083018461133c56fea2646970667358221220ab2462bcc78a48105256889a788e321496a4fcd5e490c02acf67912d9801393a64736f6c63430008170033",
269
- "deployedBytecode": "0x6080604052600436106100595760003560e01c806306ae7095146100655780634ff780e1146100b6578063705d3a94146100f357806387a409a2146101135780638a22ba0b14610147578063f887ea401461015c57600080fd5b3661006057005b600080fd5b34801561007157600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b6100c96100c4366004611054565b610190565b604080516001600160a01b03948516815292841660208401529216918101919091526060016100ad565b3480156100ff57600080fd5b5061009961010e366004611121565b6101be565b34801561011f57600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b61015a610155366004611171565b6103cc565b005b34801561016857600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b600080600061019f878761044f565b919450925090506101b4818885858989610644565b9450945094915050565b600080866001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa1580156101ff573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061022391906111b2565b5060405163f661cf6b60e01b81529092506001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016915063f661cf6b9061027a908490889088908b906004016111ff565b6020604051808303816000875af1158015610299573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102bd919061122e565b91506102cb873389896109de565b600080886001600160a01b031663f6b911bc85868b6040518463ffffffff1660e01b81526004016102fe93929190611252565b60408051808303816000875af115801561031c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103409190611276565b604051630ab714fb60e11b8152336004820152602481018390526044810182905291935091506001600160a01b0385169063156e29f6906064016060604051808303816000875af1158015610399573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103bd919061129a565b50505050505095945050505050565b6000806000856001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa15801561040f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061043391906111b2565b925092509250610447868484848989610644565b505050505050565b80516080820151604051637145345b60e11b81526001600160a01b03858116600483015263ffffffff90931660248201529015156044820152600091829182917f0000000000000000000000000000000000000000000000000000000000000000169063e28a68b69060640160408051808303816000875af11580156104d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fd91906112c8565b60408087015160608801516020890151925163f661cf6b60e01b81529497509295506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169363f661cf6b9361055f938993926004016111ff565b6020604051808303816000875af115801561057e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105a2919061122e565b604080516001600160a01b03888116825286811660208084019190915286821683850152885163ffffffff16606080850191909152908901516001600160501b03166080808501919091529389015160a084015288015160c083015291870151151560e08201529192508216907f64548e98bf851c530285483e1870abe9e41d3a7060292802eb888542488f1839906101000160405180910390a29250925092565b61064f8233836109ff565b610679827f0000000000000000000000000000000000000000000000000000000000000000610a70565b846001600160a01b0316826001600160a01b0316146106bc576106bc857f0000000000000000000000000000000000000000000000000000000000000000610a70565b6106e6847f0000000000000000000000000000000000000000000000000000000000000000610a70565b6000856001600160a01b0316836001600160a01b0316146108425760006001600160a01b0384161561071957600061071b565b825b90507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e071dc682308a60006040518060a001604052808b6001600160a01b031681526020018a81526020018b6001600160a01b0316815260200160006001600160a01b031681526020016040518060800160405280600060038111156107ae576107ae611302565b815260006020808301829052604080518381529182018152808401919091526060909201529152516001600160e01b031960e088901b1681526107f79493929190600401611368565b60206040518083038185885af1158015610815573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061083a9190611430565b915050610845565b50805b60006001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016631a8631b2308761088360028761145f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152600060648201526084016020604051808303816000875af11580156108de573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109029190611430565b90506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166397ee279e338a61094060028761145f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606481018490526000608482015260a4016060604051808303816000875af11580156109a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109c6919061129a565b5050506109d4853383610b34565b5050505050505050565b80156109f9576109f96001600160a01b038516848484610bf8565b50505050565b6001600160a01b038316610a5557803414610a505760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064015b60405180910390fd5b505050565b8015610a5057610a506001600160a01b038416833084610bf8565b6001600160a01b038216610a82575050565b610a9460026001600160601b03611473565b604051636eb1769f60e11b81523060048201526001600160a01b0383811660248301526001600160601b03929092169184169063dd62ed3e90604401602060405180830381865afa158015610aed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b119190611430565b1015610b3057610b2382826000610c50565b610b308282600019610c50565b5050565b80600003610b4157505050565b6001600160a01b038316610be4576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114610b9c576040519150601f19603f3d011682016040523d82523d6000602084013e610ba1565b606091505b50509050806109f95760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b6044820152606401610a47565b610a506001600160a01b0384168383610d64565b6109f9846323b872dd60e01b858585604051602401610c1993929190611252565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610d83565b600080846001600160a01b031663095ea7b360e01b8585604051602401610c78929190611499565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051610cb691906114b2565b6000604051808303816000865af19150503d8060008114610cf3576040519150601f19603f3d011682016040523d82523d6000602084013e610cf8565b606091505b5091509150818015610d22575080511580610d22575080806020019051810190610d2291906114ce565b610d5d5760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b6044820152606401610a47565b5050505050565b610a508363a9059cbb60e01b8484604051602401610c19929190611499565b6000610dd8826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610e589092919063ffffffff16565b9050805160001480610df9575080806020019051810190610df991906114ce565b610a505760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610a47565b6060610e678484600085610e6f565b949350505050565b606082471015610ed05760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610a47565b600080866001600160a01b03168587604051610eec91906114b2565b60006040518083038185875af1925050503d8060008114610f29576040519150601f19603f3d011682016040523d82523d6000602084013e610f2e565b606091505b5091509150610f3f87838387610f4a565b979650505050505050565b60608315610fb9578251600003610fb2576001600160a01b0385163b610fb25760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610a47565b5081610e67565b610e678383815115610fce5781518083602001fd5b8060405162461bcd60e51b8152600401610a4791906114eb565b6001600160a01b0381168114610ffd57600080fd5b50565b803561100b81610fe8565b919050565b803563ffffffff8116811461100b57600080fd5b80356001600160501b038116811461100b57600080fd5b8015158114610ffd57600080fd5b803561100b8161103b565b60008060008084860361010081121561106c57600080fd5b853561107781610fe8565b945060a0601f198201121561108b57600080fd5b5060405160a081016001600160401b03811182821017156110bc57634e487b7160e01b600052604160045260246000fd5b6040526110cb60208701611010565b81526110d960408701611024565b602082015260608601356040820152608086013560608201526110fe60a08701611049565b6080820152925061111160c08601611000565b9396929550929360e00135925050565b600080600080600060a0868803121561113957600080fd5b853561114481610fe8565b94506020860135935061115960408701611024565b94979396509394606081013594506080013592915050565b60008060006060848603121561118657600080fd5b833561119181610fe8565b925060208401356111a181610fe8565b929592945050506040919091013590565b6000806000606084860312156111c757600080fd5b83516111d281610fe8565b60208501519093506111e381610fe8565b60408501519092506111f481610fe8565b809150509250925092565b6001600160a01b03949094168452602084019290925260408301526001600160501b0316606082015260800190565b60006020828403121561124057600080fd5b815161124b81610fe8565b9392505050565b6001600160a01b039384168152919092166020820152604081019190915260600190565b6000806040838503121561128957600080fd5b505080516020909101519092909150565b6000806000606084860312156112af57600080fd5b8351925060208401519150604084015190509250925092565b600080604083850312156112db57600080fd5b82516112e681610fe8565b60208401519092506112f781610fe8565b809150509250929050565b634e487b7160e01b600052602160045260246000fd5b60005b8381101561133357818101518382015260200161131b565b50506000910152565b60008151808452611354816020860160208601611318565b601f01601f19169290920160200192915050565b600060018060a01b038087168352808616602084015284604084015260806060840152808451166080840152602084015160a08401528060408501511660c08401528060608501511660e0840152608084015160a06101008501528051600481106113e357634e487b7160e01b600052602160045260246000fd5b610120850152602081015190911661014084015260408101516080610160850152906114136101a085018361133c565b915060608101511515610180850152508091505095945050505050565b60006020828403121561144257600080fd5b5051919050565b634e487b7160e01b600052601260045260246000fd5b60008261146e5761146e611449565b500490565b60006001600160601b038381168061148d5761148d611449565b92169190910492915050565b6001600160a01b03929092168252602082015260400190565b600082516114c4818460208701611318565b9190910192915050565b6000602082840312156114e057600080fd5b815161124b8161103b565b60208152600061124b602083018461133c56fea2646970667358221220ab2462bcc78a48105256889a788e321496a4fcd5e490c02acf67912d9801393a64736f6c63430008170033",
268
+ "bytecode": "0x60e06040523480156200001157600080fd5b506040516200165b3803806200165b83398101604081905262000034916200006f565b6001600160a01b0392831660805290821660a0521660c052620000b9565b80516001600160a01b03811681146200006a57600080fd5b919050565b6000806000606084860312156200008557600080fd5b620000908462000052565b9250620000a06020850162000052565b9150620000b06040850162000052565b90509250925092565b60805160a05160c051611534620001276000396000818160770152818161023e0152610529015260008181610125015261049101526000818161016e0152818161065501528181610698015281816106c20152818161071f01528181610851015261090e01526115346000f3fe6080604052600436106100595760003560e01c806306ae7095146100655780634ff780e1146100b6578063705d3a94146100f357806387a409a2146101135780638a22ba0b14610147578063f887ea401461015c57600080fd5b3661006057005b600080fd5b34801561007157600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b6100c96100c4366004611054565b610190565b604080516001600160a01b03948516815292841660208401529216918101919091526060016100ad565b3480156100ff57600080fd5b5061009961010e366004611121565b6101be565b34801561011f57600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b61015a610155366004611171565b6103cc565b005b34801561016857600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b600080600061019f878761044f565b919450925090506101b4818885858989610644565b9450945094915050565b600080866001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa1580156101ff573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061022391906111b2565b5060405163f661cf6b60e01b81529092506001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016915063f661cf6b9061027a908490889088908b906004016111ff565b6020604051808303816000875af1158015610299573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102bd919061122e565b91506102cb873389896109de565b600080886001600160a01b031663f6b911bc85868b6040518463ffffffff1660e01b81526004016102fe93929190611252565b60408051808303816000875af115801561031c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103409190611276565b604051630ab714fb60e11b8152336004820152602481018390526044810182905291935091506001600160a01b0385169063156e29f6906064016060604051808303816000875af1158015610399573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103bd919061129a565b50505050505095945050505050565b6000806000856001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa15801561040f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061043391906111b2565b925092509250610447868484848989610644565b505050505050565b80516080820151604051637145345b60e11b81526001600160a01b03858116600483015263ffffffff90931660248201529015156044820152600091829182917f0000000000000000000000000000000000000000000000000000000000000000169063e28a68b69060640160408051808303816000875af11580156104d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fd91906112c8565b60408087015160608801516020890151925163f661cf6b60e01b81529497509295506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169363f661cf6b9361055f938993926004016111ff565b6020604051808303816000875af115801561057e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105a2919061122e565b604080516001600160a01b03888116825286811660208084019190915286821683850152885163ffffffff16606080850191909152908901516001600160501b03166080808501919091529389015160a084015288015160c083015291870151151560e08201529192508216907f64548e98bf851c530285483e1870abe9e41d3a7060292802eb888542488f1839906101000160405180910390a29250925092565b61064f8233836109ff565b610679827f0000000000000000000000000000000000000000000000000000000000000000610a70565b846001600160a01b0316826001600160a01b0316146106bc576106bc857f0000000000000000000000000000000000000000000000000000000000000000610a70565b6106e6847f0000000000000000000000000000000000000000000000000000000000000000610a70565b6000856001600160a01b0316836001600160a01b0316146108425760006001600160a01b0384161561071957600061071b565b825b90507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e071dc682308a60006040518060a001604052808b6001600160a01b031681526020018a81526020018b6001600160a01b0316815260200160006001600160a01b031681526020016040518060800160405280600060038111156107ae576107ae611302565b815260006020808301829052604080518381529182018152808401919091526060909201529152516001600160e01b031960e088901b1681526107f79493929190600401611368565b60206040518083038185885af1158015610815573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061083a9190611430565b915050610845565b50805b60006001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016631a8631b2308761088360028761145f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152600060648201526084016020604051808303816000875af11580156108de573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109029190611430565b90506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166397ee279e338a61094060028761145f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606481018490526000608482015260a4016060604051808303816000875af11580156109a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109c6919061129a565b5050506109d4853383610b34565b5050505050505050565b80156109f9576109f96001600160a01b038516848484610bf8565b50505050565b6001600160a01b038316610a5557803414610a505760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064015b60405180910390fd5b505050565b8015610a5057610a506001600160a01b038416833084610bf8565b6001600160a01b038216610a82575050565b610a9460026001600160601b03611473565b604051636eb1769f60e11b81523060048201526001600160a01b0383811660248301526001600160601b03929092169184169063dd62ed3e90604401602060405180830381865afa158015610aed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b119190611430565b1015610b3057610b2382826000610c50565b610b308282600019610c50565b5050565b80600003610b4157505050565b6001600160a01b038316610be4576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114610b9c576040519150601f19603f3d011682016040523d82523d6000602084013e610ba1565b606091505b50509050806109f95760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b6044820152606401610a47565b610a506001600160a01b0384168383610d64565b6109f9846323b872dd60e01b858585604051602401610c1993929190611252565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610d83565b600080846001600160a01b031663095ea7b360e01b8585604051602401610c78929190611499565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051610cb691906114b2565b6000604051808303816000865af19150503d8060008114610cf3576040519150601f19603f3d011682016040523d82523d6000602084013e610cf8565b606091505b5091509150818015610d22575080511580610d22575080806020019051810190610d2291906114ce565b610d5d5760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b6044820152606401610a47565b5050505050565b610a508363a9059cbb60e01b8484604051602401610c19929190611499565b6000610dd8826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610e589092919063ffffffff16565b9050805160001480610df9575080806020019051810190610df991906114ce565b610a505760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610a47565b6060610e678484600085610e6f565b949350505050565b606082471015610ed05760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610a47565b600080866001600160a01b03168587604051610eec91906114b2565b60006040518083038185875af1925050503d8060008114610f29576040519150601f19603f3d011682016040523d82523d6000602084013e610f2e565b606091505b5091509150610f3f87838387610f4a565b979650505050505050565b60608315610fb9578251600003610fb2576001600160a01b0385163b610fb25760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610a47565b5081610e67565b610e678383815115610fce5781518083602001fd5b8060405162461bcd60e51b8152600401610a4791906114eb565b6001600160a01b0381168114610ffd57600080fd5b50565b803561100b81610fe8565b919050565b803563ffffffff8116811461100b57600080fd5b80356001600160501b038116811461100b57600080fd5b8015158114610ffd57600080fd5b803561100b8161103b565b60008060008084860361010081121561106c57600080fd5b853561107781610fe8565b945060a0601f198201121561108b57600080fd5b5060405160a081016001600160401b03811182821017156110bc57634e487b7160e01b600052604160045260246000fd5b6040526110cb60208701611010565b81526110d960408701611024565b602082015260608601356040820152608086013560608201526110fe60a08701611049565b6080820152925061111160c08601611000565b9396929550929360e00135925050565b600080600080600060a0868803121561113957600080fd5b853561114481610fe8565b94506020860135935061115960408701611024565b94979396509394606081013594506080013592915050565b60008060006060848603121561118657600080fd5b833561119181610fe8565b925060208401356111a181610fe8565b929592945050506040919091013590565b6000806000606084860312156111c757600080fd5b83516111d281610fe8565b60208501519093506111e381610fe8565b60408501519092506111f481610fe8565b809150509250925092565b6001600160a01b03949094168452602084019290925260408301526001600160501b0316606082015260800190565b60006020828403121561124057600080fd5b815161124b81610fe8565b9392505050565b6001600160a01b039384168152919092166020820152604081019190915260600190565b6000806040838503121561128957600080fd5b505080516020909101519092909150565b6000806000606084860312156112af57600080fd5b8351925060208401519150604084015190509250925092565b600080604083850312156112db57600080fd5b82516112e681610fe8565b60208401519092506112f781610fe8565b809150509250929050565b634e487b7160e01b600052602160045260246000fd5b60005b8381101561133357818101518382015260200161131b565b50506000910152565b60008151808452611354816020860160208601611318565b601f01601f19169290920160200192915050565b600060018060a01b038087168352808616602084015284604084015260806060840152808451166080840152602084015160a08401528060408501511660c08401528060608501511660e0840152608084015160a06101008501528051600481106113e357634e487b7160e01b600052602160045260246000fd5b610120850152602081015190911661014084015260408101516080610160850152906114136101a085018361133c565b915060608101511515610180850152508091505095945050505050565b60006020828403121561144257600080fd5b5051919050565b634e487b7160e01b600052601260045260246000fd5b60008261146e5761146e611449565b500490565b60006001600160601b038381168061148d5761148d611449565b92169190910492915050565b6001600160a01b03929092168252602082015260400190565b600082516114c4818460208701611318565b9190910192915050565b6000602082840312156114e057600080fd5b815161124b8161103b565b60208152600061124b602083018461133c56fea26469706673582212209ae5e8c8cd5838285f4e4cabc4d117c9eec0689e6c44b52d9b94359a827b27d064736f6c63430008170033",
269
+ "deployedBytecode": "0x6080604052600436106100595760003560e01c806306ae7095146100655780634ff780e1146100b6578063705d3a94146100f357806387a409a2146101135780638a22ba0b14610147578063f887ea401461015c57600080fd5b3661006057005b600080fd5b34801561007157600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b0390911681526020015b60405180910390f35b6100c96100c4366004611054565b610190565b604080516001600160a01b03948516815292841660208401529216918101919091526060016100ad565b3480156100ff57600080fd5b5061009961010e366004611121565b6101be565b34801561011f57600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b61015a610155366004611171565b6103cc565b005b34801561016857600080fd5b506100997f000000000000000000000000000000000000000000000000000000000000000081565b600080600061019f878761044f565b919450925090506101b4818885858989610644565b9450945094915050565b600080866001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa1580156101ff573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061022391906111b2565b5060405163f661cf6b60e01b81529092506001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016915063f661cf6b9061027a908490889088908b906004016111ff565b6020604051808303816000875af1158015610299573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102bd919061122e565b91506102cb873389896109de565b600080886001600160a01b031663f6b911bc85868b6040518463ffffffff1660e01b81526004016102fe93929190611252565b60408051808303816000875af115801561031c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103409190611276565b604051630ab714fb60e11b8152336004820152602481018390526044810182905291935091506001600160a01b0385169063156e29f6906064016060604051808303816000875af1158015610399573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103bd919061129a565b50505050505095945050505050565b6000806000856001600160a01b0316632c8ce6bc6040518163ffffffff1660e01b8152600401606060405180830381865afa15801561040f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061043391906111b2565b925092509250610447868484848989610644565b505050505050565b80516080820151604051637145345b60e11b81526001600160a01b03858116600483015263ffffffff90931660248201529015156044820152600091829182917f0000000000000000000000000000000000000000000000000000000000000000169063e28a68b69060640160408051808303816000875af11580156104d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104fd91906112c8565b60408087015160608801516020890151925163f661cf6b60e01b81529497509295506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169363f661cf6b9361055f938993926004016111ff565b6020604051808303816000875af115801561057e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105a2919061122e565b604080516001600160a01b03888116825286811660208084019190915286821683850152885163ffffffff16606080850191909152908901516001600160501b03166080808501919091529389015160a084015288015160c083015291870151151560e08201529192508216907f64548e98bf851c530285483e1870abe9e41d3a7060292802eb888542488f1839906101000160405180910390a29250925092565b61064f8233836109ff565b610679827f0000000000000000000000000000000000000000000000000000000000000000610a70565b846001600160a01b0316826001600160a01b0316146106bc576106bc857f0000000000000000000000000000000000000000000000000000000000000000610a70565b6106e6847f0000000000000000000000000000000000000000000000000000000000000000610a70565b6000856001600160a01b0316836001600160a01b0316146108425760006001600160a01b0384161561071957600061071b565b825b90507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316632e071dc682308a60006040518060a001604052808b6001600160a01b031681526020018a81526020018b6001600160a01b0316815260200160006001600160a01b031681526020016040518060800160405280600060038111156107ae576107ae611302565b815260006020808301829052604080518381529182018152808401919091526060909201529152516001600160e01b031960e088901b1681526107f79493929190600401611368565b60206040518083038185885af1158015610815573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061083a9190611430565b915050610845565b50805b60006001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016631a8631b2308761088360028761145f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152600060648201526084016020604051808303816000875af11580156108de573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109029190611430565b90506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000166397ee279e338a61094060028761145f565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526044820152606481018490526000608482015260a4016060604051808303816000875af11580156109a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109c6919061129a565b5050506109d4853383610b34565b5050505050505050565b80156109f9576109f96001600160a01b038516848484610bf8565b50505050565b6001600160a01b038316610a5557803414610a505760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064015b60405180910390fd5b505050565b8015610a5057610a506001600160a01b038416833084610bf8565b6001600160a01b038216610a82575050565b610a9460026001600160601b03611473565b604051636eb1769f60e11b81523060048201526001600160a01b0383811660248301526001600160601b03929092169184169063dd62ed3e90604401602060405180830381865afa158015610aed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b119190611430565b1015610b3057610b2382826000610c50565b610b308282600019610c50565b5050565b80600003610b4157505050565b6001600160a01b038316610be4576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114610b9c576040519150601f19603f3d011682016040523d82523d6000602084013e610ba1565b606091505b50509050806109f95760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b6044820152606401610a47565b610a506001600160a01b0384168383610d64565b6109f9846323b872dd60e01b858585604051602401610c1993929190611252565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152610d83565b600080846001600160a01b031663095ea7b360e01b8585604051602401610c78929190611499565b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b0319909416939093179092529051610cb691906114b2565b6000604051808303816000865af19150503d8060008114610cf3576040519150601f19603f3d011682016040523d82523d6000602084013e610cf8565b606091505b5091509150818015610d22575080511580610d22575080806020019051810190610d2291906114ce565b610d5d5760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b6044820152606401610a47565b5050505050565b610a508363a9059cbb60e01b8484604051602401610c19929190611499565b6000610dd8826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b0316610e589092919063ffffffff16565b9050805160001480610df9575080806020019051810190610df991906114ce565b610a505760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b6064820152608401610a47565b6060610e678484600085610e6f565b949350505050565b606082471015610ed05760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b6064820152608401610a47565b600080866001600160a01b03168587604051610eec91906114b2565b60006040518083038185875af1925050503d8060008114610f29576040519150601f19603f3d011682016040523d82523d6000602084013e610f2e565b606091505b5091509150610f3f87838387610f4a565b979650505050505050565b60608315610fb9578251600003610fb2576001600160a01b0385163b610fb25760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610a47565b5081610e67565b610e678383815115610fce5781518083602001fd5b8060405162461bcd60e51b8152600401610a4791906114eb565b6001600160a01b0381168114610ffd57600080fd5b50565b803561100b81610fe8565b919050565b803563ffffffff8116811461100b57600080fd5b80356001600160501b038116811461100b57600080fd5b8015158114610ffd57600080fd5b803561100b8161103b565b60008060008084860361010081121561106c57600080fd5b853561107781610fe8565b945060a0601f198201121561108b57600080fd5b5060405160a081016001600160401b03811182821017156110bc57634e487b7160e01b600052604160045260246000fd5b6040526110cb60208701611010565b81526110d960408701611024565b602082015260608601356040820152608086013560608201526110fe60a08701611049565b6080820152925061111160c08601611000565b9396929550929360e00135925050565b600080600080600060a0868803121561113957600080fd5b853561114481610fe8565b94506020860135935061115960408701611024565b94979396509394606081013594506080013592915050565b60008060006060848603121561118657600080fd5b833561119181610fe8565b925060208401356111a181610fe8565b929592945050506040919091013590565b6000806000606084860312156111c757600080fd5b83516111d281610fe8565b60208501519093506111e381610fe8565b60408501519092506111f481610fe8565b809150509250925092565b6001600160a01b03949094168452602084019290925260408301526001600160501b0316606082015260800190565b60006020828403121561124057600080fd5b815161124b81610fe8565b9392505050565b6001600160a01b039384168152919092166020820152604081019190915260600190565b6000806040838503121561128957600080fd5b505080516020909101519092909150565b6000806000606084860312156112af57600080fd5b8351925060208401519150604084015190509250925092565b600080604083850312156112db57600080fd5b82516112e681610fe8565b60208401519092506112f781610fe8565b809150509250929050565b634e487b7160e01b600052602160045260246000fd5b60005b8381101561133357818101518382015260200161131b565b50506000910152565b60008151808452611354816020860160208601611318565b601f01601f19169290920160200192915050565b600060018060a01b038087168352808616602084015284604084015260806060840152808451166080840152602084015160a08401528060408501511660c08401528060608501511660e0840152608084015160a06101008501528051600481106113e357634e487b7160e01b600052602160045260246000fd5b610120850152602081015190911661014084015260408101516080610160850152906114136101a085018361133c565b915060608101511515610180850152508091505095945050505050565b60006020828403121561144257600080fd5b5051919050565b634e487b7160e01b600052601260045260246000fd5b60008261146e5761146e611449565b500490565b60006001600160601b038381168061148d5761148d611449565b92169190910492915050565b6001600160a01b03929092168252602082015260400190565b600082516114c4818460208701611318565b9190910192915050565b6000602082840312156114e057600080fd5b815161124b8161103b565b60208152600061124b602083018461133c56fea26469706673582212209ae5e8c8cd5838285f4e4cabc4d117c9eec0689e6c44b52d9b94359a827b27d064736f6c63430008170033",
270
270
  "linkReferences": {},
271
271
  "deployedLinkReferences": {}
272
272
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }
@@ -23,8 +23,8 @@
23
23
  "type": "receive"
24
24
  }
25
25
  ],
26
- "bytecode": "0x608060405234801561001057600080fd5b506040516101b33803806101b383398101604081905261002f91610090565b60008054336001600160a01b03199182161782556323b7d3cd60e21b90915260026020527fbc02cc0ac50b26a9ecfbd19a445fa7f71dbc9c12c0d1e45ba9bd4990843c174e80549091166001600160a01b03929092169190911790556100c0565b6000602082840312156100a257600080fd5b81516001600160a01b03811681146100b957600080fd5b9392505050565b60e5806100ce6000396000f3fe608060405236601057600e6013565b005b600e5b601f601b6021565b608c565b565b600080356001600160e01b0319168152600260205260409020546001600160a01b03168060895760405162461bcd60e51b81526020600482015260126024820152711cd95b1958dd1bdc881b9bdd08199bdd5b9960721b604482015260640160405180910390fd5b90565b3660008037600080366000845af43d6000803e80801560aa573d6000f35b3d6000fdfea26469706673582212208716d84ce0db7cea94985ed2178e3c4f581ab3d015141c8c331792a1ddeb5fc464736f6c63430008170033",
27
- "deployedBytecode": "0x608060405236601057600e6013565b005b600e5b601f601b6021565b608c565b565b600080356001600160e01b0319168152600260205260409020546001600160a01b03168060895760405162461bcd60e51b81526020600482015260126024820152711cd95b1958dd1bdc881b9bdd08199bdd5b9960721b604482015260640160405180910390fd5b90565b3660008037600080366000845af43d6000803e80801560aa573d6000f35b3d6000fdfea26469706673582212208716d84ce0db7cea94985ed2178e3c4f581ab3d015141c8c331792a1ddeb5fc464736f6c63430008170033",
26
+ "bytecode": "0x608060405234801561001057600080fd5b506040516101b33803806101b383398101604081905261002f91610090565b60008054336001600160a01b03199182161782556323b7d3cd60e21b90915260026020527fbc02cc0ac50b26a9ecfbd19a445fa7f71dbc9c12c0d1e45ba9bd4990843c174e80549091166001600160a01b03929092169190911790556100c0565b6000602082840312156100a257600080fd5b81516001600160a01b03811681146100b957600080fd5b9392505050565b60e5806100ce6000396000f3fe608060405236601057600e6013565b005b600e5b601f601b6021565b608c565b565b600080356001600160e01b0319168152600260205260409020546001600160a01b03168060895760405162461bcd60e51b81526020600482015260126024820152711cd95b1958dd1bdc881b9bdd08199bdd5b9960721b604482015260640160405180910390fd5b90565b3660008037600080366000845af43d6000803e80801560aa573d6000f35b3d6000fdfea264697066735822122082366cc54afa5b9c2c9a00cdba4cd17425d447f8b71d4b891c8208eb9a753faf64736f6c63430008170033",
27
+ "deployedBytecode": "0x608060405236601057600e6013565b005b600e5b601f601b6021565b608c565b565b600080356001600160e01b0319168152600260205260409020546001600160a01b03168060895760405162461bcd60e51b81526020600482015260126024820152711cd95b1958dd1bdc881b9bdd08199bdd5b9960721b604482015260640160405180910390fd5b90565b3660008037600080366000845af43d6000803e80801560aa573d6000f35b3d6000fdfea264697066735822122082366cc54afa5b9c2c9a00cdba4cd17425d447f8b71d4b891c8208eb9a753faf64736f6c63430008170033",
28
28
  "linkReferences": {},
29
29
  "deployedLinkReferences": {}
30
30
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/30f9b44ea6ad12064da98bf94c7ec5af.json"
3
+ "buildInfo": "../../../../../build-info/c7efa78060003679bd030c20f2172637.json"
4
4
  }