@etherisc/gif-next 0.0.2-b9e9dc3-713 → 0.0.2-ba07940-332

Sign up to get free protection for your applications and to get access to all the features.
Files changed (689) hide show
  1. package/README.md +124 -17
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  14. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  16. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json} +125 -11
  18. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  20. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  21. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -0
  22. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
  24. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1048 -0
  26. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1439 -0
  28. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +830 -0
  30. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +929 -0
  32. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
  34. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  35. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  36. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1491 -0
  38. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
  40. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2042 -0
  42. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  44. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  46. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  47. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1471 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1613 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2327 -0
  54. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  55. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  56. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  57. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +569 -246
  58. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +424 -143
  60. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  61. package/artifacts/contracts/instance/Instance.sol/Instance.json +358 -2980
  62. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
  64. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
  66. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  67. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1147 -346
  68. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +516 -224
  70. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +373 -75
  72. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  73. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -0
  74. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  76. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  77. package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
  78. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  80. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  82. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  84. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  85. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  86. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  87. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  88. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  89. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  90. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  91. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  92. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  93. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  94. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  95. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -0
  96. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  98. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  100. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  101. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +405 -368
  102. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
  104. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
  106. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
  108. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
  110. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  111. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1284 -0
  112. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  113. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
  114. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
  116. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
  118. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  119. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +960 -0
  120. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  121. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +945 -0
  122. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1293 -0
  124. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  125. package/artifacts/contracts/pool/Pool.sol/Pool.json +1083 -0
  126. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  127. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
  128. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  129. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
  130. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  131. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
  132. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  133. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
  134. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  135. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1178 -0
  136. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  137. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  138. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  139. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
  140. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  141. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
  142. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  143. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +266 -186
  144. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  145. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  146. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
  148. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  149. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +283 -266
  150. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  151. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1017 -0
  152. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  153. package/artifacts/contracts/{instance/base/IService.sol/IService.json → product/IRiskService.sol/IRiskService.json} +168 -160
  154. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  155. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
  156. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  157. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
  158. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  159. package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
  160. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
  162. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  163. package/artifacts/contracts/product/Product.sol/Product.json +1136 -0
  164. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  165. package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
  166. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  167. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
  168. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  169. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  170. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  171. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +872 -154
  172. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  173. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +361 -214
  174. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  175. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
  176. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  177. package/artifacts/contracts/registry/Registry.sol/Registry.json +1085 -143
  178. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  179. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
  180. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  181. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +330 -345
  182. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  183. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +337 -128
  184. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  185. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  186. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  187. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  188. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  190. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  191. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  192. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  193. package/artifacts/contracts/shared/Component.sol/Component.json +725 -0
  194. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  195. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1768 -0
  196. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  197. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +814 -0
  198. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  199. package/artifacts/contracts/{instance/base/ServiceBase.sol/ServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +184 -178
  200. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  201. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  202. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  203. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +632 -0
  204. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  205. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1335 -0
  206. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  207. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
  208. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  209. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
  210. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  211. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  212. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  213. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
  214. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  215. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  216. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  217. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +40 -31
  218. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  219. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  220. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  221. package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/IService.sol/IService.json} +134 -73
  222. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  223. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  224. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  225. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +829 -0
  226. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  227. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  228. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  229. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  230. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  231. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  232. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  233. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +81 -30
  234. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  235. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  236. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  237. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +96 -48
  238. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  239. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  240. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  241. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/Service.sol/Service.json} +150 -189
  242. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  243. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
  244. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  245. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  246. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  247. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -0
  248. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  249. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  250. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  251. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  252. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  253. package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
  254. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  255. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  256. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
  258. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  259. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  260. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
  262. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
  264. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  266. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  267. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  268. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  269. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  270. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  272. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  274. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  276. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  278. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  280. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  282. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  284. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  285. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  286. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  288. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  290. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  292. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  294. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  296. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  298. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  300. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  302. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  304. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  306. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  308. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  310. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  312. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  314. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  316. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  318. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  319. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  320. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  321. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
  322. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  323. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  324. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  326. package/contracts/authorization/AccessAdmin.sol +596 -0
  327. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  328. package/contracts/authorization/Authorization.sol +289 -0
  329. package/contracts/authorization/IAccess.sol +49 -0
  330. package/contracts/authorization/IAccessAdmin.sol +137 -0
  331. package/contracts/authorization/IAuthorization.sol +60 -0
  332. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  333. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  334. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  335. package/contracts/distribution/BasicDistribution.sol +139 -0
  336. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  337. package/contracts/distribution/Distribution.sol +285 -0
  338. package/contracts/distribution/DistributionService.sol +354 -0
  339. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  340. package/contracts/distribution/IDistributionComponent.sol +52 -0
  341. package/contracts/distribution/IDistributionService.sol +101 -0
  342. package/contracts/examples/fire/DamageLevel.sol +59 -0
  343. package/contracts/examples/fire/FirePool.sol +87 -0
  344. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  345. package/contracts/examples/fire/FireProduct.sol +428 -0
  346. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  347. package/contracts/examples/fire/FireUSD.sol +26 -0
  348. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  349. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  350. package/contracts/examples/unpermissioned/SimplePool.sol +81 -0
  351. package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
  352. package/contracts/instance/BundleSet.sol +126 -0
  353. package/contracts/instance/IInstance.sol +54 -16
  354. package/contracts/instance/IInstanceService.sol +64 -9
  355. package/contracts/instance/Instance.sol +165 -369
  356. package/contracts/instance/InstanceAdmin.sol +277 -0
  357. package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
  358. package/contracts/instance/InstanceReader.sol +282 -67
  359. package/contracts/instance/InstanceService.sol +365 -57
  360. package/contracts/instance/InstanceServiceManager.sol +14 -31
  361. package/contracts/instance/InstanceStore.sol +287 -0
  362. package/contracts/instance/base/BalanceStore.sol +123 -0
  363. package/contracts/instance/base/Cloneable.sol +28 -0
  364. package/contracts/instance/base/ObjectCounter.sol +21 -0
  365. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  366. package/contracts/instance/base/ObjectSet.sol +79 -0
  367. package/contracts/instance/module/IAccess.sol +29 -21
  368. package/contracts/instance/module/IBundle.sol +8 -7
  369. package/contracts/instance/module/IComponents.sol +51 -0
  370. package/contracts/instance/module/IDistribution.sol +6 -4
  371. package/contracts/instance/module/IPolicy.sol +58 -19
  372. package/contracts/instance/module/IRisk.sol +1 -1
  373. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  374. package/contracts/oracle/BasicOracle.sol +47 -0
  375. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  376. package/contracts/oracle/IOracle.sol +36 -0
  377. package/contracts/oracle/IOracleComponent.sol +33 -0
  378. package/contracts/oracle/IOracleService.sol +66 -0
  379. package/contracts/oracle/Oracle.sol +156 -0
  380. package/contracts/oracle/OracleService.sol +291 -0
  381. package/contracts/oracle/OracleServiceManager.sol +39 -0
  382. package/contracts/pool/BasicPool.sol +156 -0
  383. package/contracts/pool/BasicPoolAuthorization.sol +68 -0
  384. package/contracts/pool/BundleService.sol +461 -0
  385. package/contracts/pool/BundleServiceManager.sol +39 -0
  386. package/contracts/pool/IBundleService.sol +143 -0
  387. package/contracts/pool/IPoolComponent.sol +66 -0
  388. package/contracts/pool/IPoolService.sol +169 -0
  389. package/contracts/pool/Pool.sol +329 -0
  390. package/contracts/pool/PoolService.sol +548 -0
  391. package/contracts/pool/PoolServiceManager.sol +39 -0
  392. package/contracts/product/ApplicationService.sol +251 -0
  393. package/contracts/product/ApplicationServiceManager.sol +38 -0
  394. package/contracts/product/BasicProduct.sol +49 -0
  395. package/contracts/product/BasicProductAuthorization.sol +42 -0
  396. package/contracts/product/ClaimService.sol +591 -0
  397. package/contracts/product/ClaimServiceManager.sol +38 -0
  398. package/contracts/product/IApplicationService.sol +63 -0
  399. package/contracts/product/IClaimService.sol +123 -0
  400. package/contracts/product/IPolicyService.sol +80 -0
  401. package/contracts/product/IPricingService.sol +39 -0
  402. package/contracts/product/IProductComponent.sol +59 -0
  403. package/contracts/product/IRiskService.sol +33 -0
  404. package/contracts/product/PolicyService.sol +683 -0
  405. package/contracts/product/PolicyServiceManager.sol +39 -0
  406. package/contracts/product/PricingService.sol +297 -0
  407. package/contracts/product/PricingServiceManager.sol +39 -0
  408. package/contracts/product/Product.sol +431 -0
  409. package/contracts/product/RiskService.sol +96 -0
  410. package/contracts/product/RiskServiceManager.sol +39 -0
  411. package/contracts/registry/ChainNft.sol +78 -33
  412. package/contracts/registry/IRegistry.sol +131 -17
  413. package/contracts/registry/IRegistryService.sol +47 -20
  414. package/contracts/registry/ITransferInterceptor.sol +1 -1
  415. package/contracts/registry/Registry.sol +561 -267
  416. package/contracts/registry/RegistryAdmin.sol +448 -0
  417. package/contracts/registry/RegistryService.sol +124 -323
  418. package/contracts/registry/RegistryServiceManager.sol +27 -38
  419. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  420. package/contracts/registry/ReleaseRegistry.sol +501 -0
  421. package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
  422. package/contracts/registry/TokenRegistry.sol +315 -0
  423. package/contracts/shared/Component.sol +265 -0
  424. package/contracts/shared/ComponentService.sol +735 -0
  425. package/contracts/shared/ComponentServiceManager.sol +38 -0
  426. package/contracts/shared/ComponentVerifyingService.sol +126 -0
  427. package/contracts/shared/ContractLib.sol +38 -0
  428. package/contracts/shared/IComponent.sol +74 -0
  429. package/contracts/shared/IComponentService.sol +120 -0
  430. package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
  431. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  432. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  433. package/contracts/shared/INftOwnable.sol +15 -12
  434. package/contracts/shared/IPolicyHolder.sol +35 -0
  435. package/contracts/shared/IRegisterable.sol +15 -6
  436. package/contracts/shared/IRegistryLinked.sol +11 -0
  437. package/contracts/shared/IService.sol +25 -0
  438. package/contracts/shared/InitializableERC165.sol +27 -0
  439. package/contracts/shared/InstanceLinkedComponent.sol +213 -0
  440. package/contracts/shared/KeyValueStore.sol +131 -0
  441. package/contracts/shared/Lifecycle.sol +88 -0
  442. package/contracts/shared/NftIdSet.sol +65 -0
  443. package/contracts/shared/NftOwnable.sol +72 -85
  444. package/contracts/shared/PolicyHolder.sol +62 -0
  445. package/contracts/shared/Registerable.sol +34 -38
  446. package/contracts/shared/RegistryLinked.sol +44 -0
  447. package/contracts/shared/Service.sol +84 -0
  448. package/contracts/shared/TokenHandler.sol +122 -10
  449. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  450. package/contracts/staking/IStaking.sol +168 -0
  451. package/contracts/staking/IStakingService.sol +157 -0
  452. package/contracts/staking/StakeManagerLib.sol +224 -0
  453. package/contracts/staking/Staking.sol +497 -0
  454. package/contracts/staking/StakingLifecycle.sol +23 -0
  455. package/contracts/staking/StakingManager.sol +52 -0
  456. package/contracts/staking/StakingReader.sol +190 -0
  457. package/contracts/staking/StakingService.sol +393 -0
  458. package/contracts/staking/StakingServiceManager.sol +44 -0
  459. package/contracts/staking/StakingStore.sol +605 -0
  460. package/contracts/staking/TargetManagerLib.sol +211 -0
  461. package/contracts/{types → type}/AddressSet.sol +1 -1
  462. package/contracts/type/Amount.sol +150 -0
  463. package/contracts/{types → type}/Blocknumber.sol +27 -3
  464. package/contracts/type/ClaimId.sol +80 -0
  465. package/contracts/{types → type}/DistributorType.sol +2 -2
  466. package/contracts/{types → type}/Fee.sol +33 -23
  467. package/contracts/{types → type}/NftId.sol +22 -15
  468. package/contracts/type/NftIdSet.sol +62 -0
  469. package/contracts/type/ObjectType.sol +276 -0
  470. package/contracts/type/PayoutId.sol +82 -0
  471. package/contracts/{types → type}/Referral.sol +6 -1
  472. package/contracts/type/RequestId.sol +75 -0
  473. package/contracts/{types → type}/RiskId.sol +17 -3
  474. package/contracts/type/RoleId.sol +162 -0
  475. package/contracts/type/Seconds.sol +101 -0
  476. package/contracts/type/Selector.sol +102 -0
  477. package/contracts/{types → type}/StateId.sol +52 -4
  478. package/contracts/type/String.sol +53 -0
  479. package/contracts/{types → type}/Timestamp.sol +34 -15
  480. package/contracts/{types → type}/UFixed.sol +39 -9
  481. package/contracts/{types → type}/Version.sol +8 -2
  482. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  483. package/contracts/upgradeability/ProxyManager.sol +232 -0
  484. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  485. package/contracts/upgradeability/Versionable.sol +59 -0
  486. package/package.json +11 -7
  487. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  488. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  489. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -610
  490. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  491. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -267
  492. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  493. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  494. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  495. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  496. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  497. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  498. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  499. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -774
  500. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  501. package/artifacts/contracts/components/Product.sol/Product.json +0 -754
  502. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  503. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  504. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  505. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  506. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  508. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  510. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  512. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  514. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  516. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  518. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  520. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  522. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  524. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  525. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  526. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  527. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  529. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  531. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  533. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  534. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  535. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  536. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  537. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  538. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  539. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  540. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  541. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  542. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  543. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1119
  544. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  545. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  546. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
  547. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  548. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  549. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  550. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  551. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  552. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  553. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  554. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  555. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  557. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  558. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  560. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  561. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  562. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  563. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  564. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  565. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  566. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  567. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  568. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  569. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  570. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  571. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  572. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  573. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  574. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  575. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  576. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  577. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  578. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  579. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  580. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  581. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  582. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  583. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  584. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  585. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  586. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  587. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  588. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  589. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  590. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  591. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  592. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  593. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  594. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  595. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  596. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  597. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  598. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  599. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  600. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  601. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  602. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  603. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  604. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  605. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  606. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  607. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  608. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  609. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  610. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  611. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  612. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  613. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  614. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  615. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  616. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  617. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  618. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  619. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  620. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  621. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  622. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  623. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  624. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  625. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  626. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  627. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  628. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  629. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  630. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  631. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  632. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  633. package/contracts/components/BaseComponent.sol +0 -86
  634. package/contracts/components/Distribution.sol +0 -166
  635. package/contracts/components/IBaseComponent.sol +0 -24
  636. package/contracts/components/IDistributionComponent.sol +0 -43
  637. package/contracts/components/IPoolComponent.sol +0 -62
  638. package/contracts/components/IProductComponent.sol +0 -35
  639. package/contracts/components/Pool.sol +0 -259
  640. package/contracts/components/Product.sol +0 -297
  641. package/contracts/experiment/cloning/Cloner.sol +0 -47
  642. package/contracts/experiment/errors/Require.sol +0 -38
  643. package/contracts/experiment/errors/Revert.sol +0 -44
  644. package/contracts/experiment/inheritance/A.sol +0 -53
  645. package/contracts/experiment/inheritance/B.sol +0 -28
  646. package/contracts/experiment/inheritance/C.sol +0 -34
  647. package/contracts/experiment/inheritance/IA.sol +0 -13
  648. package/contracts/experiment/inheritance/IB.sol +0 -10
  649. package/contracts/experiment/inheritance/IC.sol +0 -12
  650. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  651. package/contracts/experiment/statemachine/ISM.sol +0 -25
  652. package/contracts/experiment/statemachine/SM.sol +0 -57
  653. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  654. package/contracts/experiment/types/TypeA.sol +0 -47
  655. package/contracts/experiment/types/TypeB.sol +0 -29
  656. package/contracts/instance/AccessManagedSimple.sol +0 -114
  657. package/contracts/instance/AccessManagerSimple.sol +0 -682
  658. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  659. package/contracts/instance/InstanceAccessManager.sol +0 -288
  660. package/contracts/instance/base/ComponentServiceBase.sol +0 -49
  661. package/contracts/instance/base/IInstanceBase.sol +0 -23
  662. package/contracts/instance/base/IService.sol +0 -15
  663. package/contracts/instance/base/KeyValueStore.sol +0 -172
  664. package/contracts/instance/base/Lifecycle.sol +0 -100
  665. package/contracts/instance/base/ServiceBase.sol +0 -44
  666. package/contracts/instance/module/ISetup.sol +0 -43
  667. package/contracts/instance/module/ITreasury.sol +0 -23
  668. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  669. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  670. package/contracts/instance/service/IDistributionService.sol +0 -12
  671. package/contracts/instance/service/IPoolService.sol +0 -37
  672. package/contracts/instance/service/IProductService.sol +0 -107
  673. package/contracts/shared/ContractDeployerLib.sol +0 -72
  674. package/contracts/shared/ERC165.sol +0 -21
  675. package/contracts/shared/ProxyManager.sol +0 -94
  676. package/contracts/shared/Versionable.sol +0 -147
  677. package/contracts/test/TestFee.sol +0 -25
  678. package/contracts/test/TestRegisterable.sol +0 -18
  679. package/contracts/test/TestRoleId.sol +0 -14
  680. package/contracts/test/TestService.sol +0 -26
  681. package/contracts/test/TestToken.sol +0 -26
  682. package/contracts/test/TestVersion.sol +0 -44
  683. package/contracts/test/TestVersionable.sol +0 -17
  684. package/contracts/types/ChainId.sol +0 -38
  685. package/contracts/types/NftIdSet.sol +0 -60
  686. package/contracts/types/NumberId.sol +0 -52
  687. package/contracts/types/ObjectType.sol +0 -152
  688. package/contracts/types/RoleId.sol +0 -82
  689. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -3,90 +3,331 @@
3
3
  "contractName": "InstanceService",
4
4
  "sourceName": "contracts/instance/InstanceService.sol",
5
5
  "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
6
44
  {
7
45
  "inputs": [],
8
46
  "name": "ERC1167FailedCreateClone",
9
47
  "type": "error"
10
48
  },
49
+ {
50
+ "inputs": [],
51
+ "name": "ErrorInstanceServiceAccessManagerZero",
52
+ "type": "error"
53
+ },
54
+ {
55
+ "inputs": [],
56
+ "name": "ErrorInstanceServiceBundleMangerInstanceMismatch",
57
+ "type": "error"
58
+ },
59
+ {
60
+ "inputs": [],
61
+ "name": "ErrorInstanceServiceBundleSetAuthorityMismatch",
62
+ "type": "error"
63
+ },
64
+ {
65
+ "inputs": [],
66
+ "name": "ErrorInstanceServiceBundleSetZero",
67
+ "type": "error"
68
+ },
11
69
  {
12
70
  "inputs": [
13
71
  {
14
72
  "internalType": "address",
15
- "name": "registry",
73
+ "name": "component",
16
74
  "type": "address"
75
+ }
76
+ ],
77
+ "name": "ErrorInstanceServiceComponentNotInstanceLinked",
78
+ "type": "error"
79
+ },
80
+ {
81
+ "inputs": [
82
+ {
83
+ "internalType": "address",
84
+ "name": "componentAddress",
85
+ "type": "address"
86
+ }
87
+ ],
88
+ "name": "ErrorInstanceServiceComponentNotRegistered",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "ErrorInstanceServiceInstanceAddressZero",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [],
98
+ "name": "ErrorInstanceServiceInstanceAdminZero",
99
+ "type": "error"
100
+ },
101
+ {
102
+ "inputs": [],
103
+ "name": "ErrorInstanceServiceInstanceAuthorityMismatch",
104
+ "type": "error"
105
+ },
106
+ {
107
+ "inputs": [
108
+ {
109
+ "internalType": "NftId",
110
+ "name": "instanceNftId",
111
+ "type": "uint96"
17
112
  },
18
113
  {
19
114
  "internalType": "NftId",
20
- "name": "nftId",
115
+ "name": "componentNftId",
21
116
  "type": "uint96"
22
117
  }
23
118
  ],
24
- "name": "ErrorAlreadyLinked",
119
+ "name": "ErrorInstanceServiceInstanceComponentMismatch",
120
+ "type": "error"
121
+ },
122
+ {
123
+ "inputs": [],
124
+ "name": "ErrorInstanceServiceInstanceReaderAddressZero",
125
+ "type": "error"
126
+ },
127
+ {
128
+ "inputs": [],
129
+ "name": "ErrorInstanceServiceInstanceReaderInstanceMismatch",
130
+ "type": "error"
131
+ },
132
+ {
133
+ "inputs": [],
134
+ "name": "ErrorInstanceServiceInstanceReaderInstanceMismatch2",
135
+ "type": "error"
136
+ },
137
+ {
138
+ "inputs": [],
139
+ "name": "ErrorInstanceServiceInstanceReaderSameAsMasterInstanceReader",
140
+ "type": "error"
141
+ },
142
+ {
143
+ "inputs": [],
144
+ "name": "ErrorInstanceServiceInstanceReaderZero",
145
+ "type": "error"
146
+ },
147
+ {
148
+ "inputs": [],
149
+ "name": "ErrorInstanceServiceInstanceStoreAuthorityMismatch",
150
+ "type": "error"
151
+ },
152
+ {
153
+ "inputs": [],
154
+ "name": "ErrorInstanceServiceInstanceStoreZero",
25
155
  "type": "error"
26
156
  },
27
157
  {
28
158
  "inputs": [
29
159
  {
30
160
  "internalType": "address",
31
- "name": "contractAddress",
161
+ "name": "instance",
32
162
  "type": "address"
163
+ },
164
+ {
165
+ "internalType": "VersionPart",
166
+ "name": "instanceVersion",
167
+ "type": "uint8"
33
168
  }
34
169
  ],
35
- "name": "ErrorContractNotRegistered",
170
+ "name": "ErrorInstanceServiceInstanceVersionMismatch",
36
171
  "type": "error"
37
172
  },
38
173
  {
39
174
  "inputs": [
40
175
  {
41
176
  "internalType": "address",
42
- "name": "account",
177
+ "name": "componentAddress",
178
+ "type": "address"
179
+ },
180
+ {
181
+ "internalType": "ObjectType",
182
+ "name": "expectedType",
183
+ "type": "uint8"
184
+ },
185
+ {
186
+ "internalType": "ObjectType",
187
+ "name": "componentType",
188
+ "type": "uint8"
189
+ }
190
+ ],
191
+ "name": "ErrorInstanceServiceInvalidComponentType",
192
+ "type": "error"
193
+ },
194
+ {
195
+ "inputs": [],
196
+ "name": "ErrorInstanceServiceMasterBundleSetAlreadySet",
197
+ "type": "error"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "ErrorInstanceServiceMasterInstanceAdminAlreadySet",
202
+ "type": "error"
203
+ },
204
+ {
205
+ "inputs": [],
206
+ "name": "ErrorInstanceServiceMasterInstanceAlreadySet",
207
+ "type": "error"
208
+ },
209
+ {
210
+ "inputs": [],
211
+ "name": "ErrorInstanceServiceMasterInstanceReaderNotSet",
212
+ "type": "error"
213
+ },
214
+ {
215
+ "inputs": [
216
+ {
217
+ "internalType": "address",
218
+ "name": "instance",
43
219
  "type": "address"
220
+ },
221
+ {
222
+ "internalType": "ObjectType",
223
+ "name": "objectType",
224
+ "type": "uint8"
225
+ }
226
+ ],
227
+ "name": "ErrorInstanceServiceNotInstance",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [
232
+ {
233
+ "internalType": "NftId",
234
+ "name": "nftId",
235
+ "type": "uint96"
44
236
  }
45
237
  ],
46
- "name": "ErrorNotOwner",
238
+ "name": "ErrorInstanceServiceNotInstanceNftId",
47
239
  "type": "error"
48
240
  },
49
241
  {
50
242
  "inputs": [
51
243
  {
52
244
  "internalType": "address",
53
- "name": "registryAddress",
245
+ "name": "instance",
54
246
  "type": "address"
55
247
  }
56
248
  ],
57
- "name": "ErrorNotRegistry",
249
+ "name": "ErrorInstanceServiceNotRegistered",
58
250
  "type": "error"
59
251
  },
60
252
  {
61
253
  "inputs": [
62
254
  {
63
255
  "internalType": "address",
64
- "name": "registryAddress",
256
+ "name": "caller",
65
257
  "type": "address"
66
258
  }
67
259
  ],
68
- "name": "ErrorRegisterableNotRegistry",
260
+ "name": "ErrorInstanceServiceRequestUnauhorized",
261
+ "type": "error"
262
+ },
263
+ {
264
+ "inputs": [
265
+ {
266
+ "internalType": "NftId",
267
+ "name": "nftId",
268
+ "type": "uint96"
269
+ }
270
+ ],
271
+ "name": "ErrorNftOwnableAlreadyLinked",
272
+ "type": "error"
273
+ },
274
+ {
275
+ "inputs": [
276
+ {
277
+ "internalType": "address",
278
+ "name": "contractAddress",
279
+ "type": "address"
280
+ }
281
+ ],
282
+ "name": "ErrorNftOwnableContractNotRegistered",
69
283
  "type": "error"
70
284
  },
71
285
  {
72
286
  "inputs": [],
73
- "name": "ErrorRegistryAddressZero",
287
+ "name": "ErrorNftOwnableInitialOwnerZero",
288
+ "type": "error"
289
+ },
290
+ {
291
+ "inputs": [
292
+ {
293
+ "internalType": "NftId",
294
+ "name": "nftId",
295
+ "type": "uint96"
296
+ },
297
+ {
298
+ "internalType": "ObjectType",
299
+ "name": "expectedObjectType",
300
+ "type": "uint8"
301
+ }
302
+ ],
303
+ "name": "ErrorNftOwnableInvalidType",
304
+ "type": "error"
305
+ },
306
+ {
307
+ "inputs": [
308
+ {
309
+ "internalType": "address",
310
+ "name": "account",
311
+ "type": "address"
312
+ }
313
+ ],
314
+ "name": "ErrorNftOwnableNotOwner",
74
315
  "type": "error"
75
316
  },
76
317
  {
77
318
  "inputs": [
78
319
  {
79
320
  "internalType": "address",
80
- "name": "registry",
321
+ "name": "registryAddress",
81
322
  "type": "address"
82
323
  }
83
324
  ],
84
- "name": "ErrorRegistryAlreadyInitialized",
325
+ "name": "ErrorNotRegistry",
85
326
  "type": "error"
86
327
  },
87
328
  {
88
329
  "inputs": [],
89
- "name": "ErrorRegistryNotInitialized",
330
+ "name": "ErrorServiceNotImplemented",
90
331
  "type": "error"
91
332
  },
92
333
  {
@@ -99,6 +340,24 @@
99
340
  "name": "NotInitializing",
100
341
  "type": "error"
101
342
  },
343
+ {
344
+ "inputs": [],
345
+ "name": "ReentrancyGuardReentrantCall",
346
+ "type": "error"
347
+ },
348
+ {
349
+ "anonymous": false,
350
+ "inputs": [
351
+ {
352
+ "indexed": false,
353
+ "internalType": "address",
354
+ "name": "authority",
355
+ "type": "address"
356
+ }
357
+ ],
358
+ "name": "AuthorityUpdated",
359
+ "type": "event"
360
+ },
102
361
  {
103
362
  "anonymous": false,
104
363
  "inputs": [
@@ -117,26 +376,33 @@
117
376
  "inputs": [
118
377
  {
119
378
  "indexed": false,
120
- "internalType": "Version",
121
- "name": "version",
122
- "type": "uint24"
123
- },
124
- {
125
- "indexed": false,
126
- "internalType": "address",
127
- "name": "implementation",
128
- "type": "address"
379
+ "internalType": "NftId",
380
+ "name": "instanceNftId",
381
+ "type": "uint96"
129
382
  },
130
383
  {
131
384
  "indexed": false,
132
385
  "internalType": "address",
133
- "name": "activatedBy",
386
+ "name": "instance",
134
387
  "type": "address"
135
388
  }
136
389
  ],
137
- "name": "LogVersionableInitialized",
390
+ "name": "LogInstanceCloned",
138
391
  "type": "event"
139
392
  },
393
+ {
394
+ "inputs": [],
395
+ "name": "GIF_RELEASE",
396
+ "outputs": [
397
+ {
398
+ "internalType": "uint256",
399
+ "name": "",
400
+ "type": "uint256"
401
+ }
402
+ ],
403
+ "stateMutability": "view",
404
+ "type": "function"
405
+ },
140
406
  {
141
407
  "inputs": [],
142
408
  "name": "INSTANCE_CREATION_CODE_HASH",
@@ -152,12 +418,12 @@
152
418
  },
153
419
  {
154
420
  "inputs": [],
155
- "name": "NAME",
421
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
156
422
  "outputs": [
157
423
  {
158
- "internalType": "string",
424
+ "internalType": "bytes32",
159
425
  "name": "",
160
- "type": "string"
426
+ "type": "bytes32"
161
427
  }
162
428
  ],
163
429
  "stateMutability": "view",
@@ -178,22 +444,30 @@
178
444
  },
179
445
  {
180
446
  "inputs": [],
181
- "name": "createInstanceClone",
447
+ "name": "authority",
182
448
  "outputs": [
183
449
  {
184
- "internalType": "contract AccessManagerSimple",
185
- "name": "am",
450
+ "internalType": "address",
451
+ "name": "",
186
452
  "type": "address"
187
- },
453
+ }
454
+ ],
455
+ "stateMutability": "view",
456
+ "type": "function"
457
+ },
458
+ {
459
+ "inputs": [],
460
+ "name": "createInstance",
461
+ "outputs": [
188
462
  {
189
- "internalType": "contract InstanceAccessManager",
190
- "name": "im",
463
+ "internalType": "contract Instance",
464
+ "name": "clonedInstance",
191
465
  "type": "address"
192
466
  },
193
467
  {
194
- "internalType": "contract Instance",
195
- "name": "i",
196
- "type": "address"
468
+ "internalType": "NftId",
469
+ "name": "clonedInstanceNftId",
470
+ "type": "uint96"
197
471
  }
198
472
  ],
199
473
  "stateMutability": "nonpayable",
@@ -201,15 +475,15 @@
201
475
  },
202
476
  {
203
477
  "inputs": [],
204
- "name": "getAccessManagerMaster",
478
+ "name": "getDomain",
205
479
  "outputs": [
206
480
  {
207
- "internalType": "address",
208
- "name": "",
209
- "type": "address"
481
+ "internalType": "ObjectType",
482
+ "name": "serviceDomain",
483
+ "type": "uint8"
210
484
  }
211
485
  ],
212
- "stateMutability": "view",
486
+ "stateMutability": "pure",
213
487
  "type": "function"
214
488
  },
215
489
  {
@@ -255,13 +529,8 @@
255
529
  }
256
530
  ],
257
531
  "internalType": "struct IRegistry.ObjectInfo",
258
- "name": "",
532
+ "name": "info",
259
533
  "type": "tuple"
260
- },
261
- {
262
- "internalType": "bytes",
263
- "name": "data",
264
- "type": "bytes"
265
534
  }
266
535
  ],
267
536
  "stateMutability": "view",
@@ -269,12 +538,12 @@
269
538
  },
270
539
  {
271
540
  "inputs": [],
272
- "name": "getInitializedVersion",
541
+ "name": "getMasterInstanceReader",
273
542
  "outputs": [
274
543
  {
275
- "internalType": "uint64",
544
+ "internalType": "address",
276
545
  "name": "",
277
- "type": "uint64"
546
+ "type": "address"
278
547
  }
279
548
  ],
280
549
  "stateMutability": "view",
@@ -282,12 +551,12 @@
282
551
  },
283
552
  {
284
553
  "inputs": [],
285
- "name": "getInstance",
554
+ "name": "getNftId",
286
555
  "outputs": [
287
556
  {
288
- "internalType": "contract Instance",
557
+ "internalType": "NftId",
289
558
  "name": "",
290
- "type": "address"
559
+ "type": "uint96"
291
560
  }
292
561
  ],
293
562
  "stateMutability": "view",
@@ -295,7 +564,7 @@
295
564
  },
296
565
  {
297
566
  "inputs": [],
298
- "name": "getInstanceAccessManagerMaster",
567
+ "name": "getOwner",
299
568
  "outputs": [
300
569
  {
301
570
  "internalType": "address",
@@ -308,10 +577,10 @@
308
577
  },
309
578
  {
310
579
  "inputs": [],
311
- "name": "getInstanceMaster",
580
+ "name": "getRegistry",
312
581
  "outputs": [
313
582
  {
314
- "internalType": "address",
583
+ "internalType": "contract IRegistry",
315
584
  "name": "",
316
585
  "type": "address"
317
586
  }
@@ -321,67 +590,28 @@
321
590
  },
322
591
  {
323
592
  "inputs": [],
324
- "name": "getMajorVersion",
593
+ "name": "getRelease",
325
594
  "outputs": [
326
595
  {
327
596
  "internalType": "VersionPart",
328
- "name": "majorVersion",
597
+ "name": "release",
329
598
  "type": "uint8"
330
599
  }
331
600
  ],
332
- "stateMutability": "view",
333
- "type": "function"
334
- },
335
- {
336
- "inputs": [],
337
- "name": "getName",
338
- "outputs": [
339
- {
340
- "internalType": "string",
341
- "name": "",
342
- "type": "string"
343
- }
344
- ],
345
601
  "stateMutability": "pure",
346
602
  "type": "function"
347
603
  },
348
604
  {
349
605
  "inputs": [],
350
- "name": "getNftId",
351
- "outputs": [
352
- {
353
- "internalType": "NftId",
354
- "name": "",
355
- "type": "uint96"
356
- }
357
- ],
358
- "stateMutability": "view",
359
- "type": "function"
360
- },
361
- {
362
- "inputs": [],
363
- "name": "getOwner",
364
- "outputs": [
365
- {
366
- "internalType": "address",
367
- "name": "",
368
- "type": "address"
369
- }
370
- ],
371
- "stateMutability": "view",
372
- "type": "function"
373
- },
374
- {
375
- "inputs": [],
376
- "name": "getRegistry",
606
+ "name": "getRoleId",
377
607
  "outputs": [
378
608
  {
379
- "internalType": "contract IRegistry",
380
- "name": "",
381
- "type": "address"
609
+ "internalType": "RoleId",
610
+ "name": "serviceRoleId",
611
+ "type": "uint64"
382
612
  }
383
613
  ],
384
- "stateMutability": "view",
614
+ "stateMutability": "pure",
385
615
  "type": "function"
386
616
  },
387
617
  {
@@ -400,100 +630,61 @@
400
630
  {
401
631
  "inputs": [
402
632
  {
403
- "internalType": "uint256",
404
- "name": "idx",
405
- "type": "uint256"
406
- }
407
- ],
408
- "name": "getVersion",
409
- "outputs": [
633
+ "internalType": "address",
634
+ "name": "activatedBy",
635
+ "type": "address"
636
+ },
410
637
  {
411
- "internalType": "Version",
412
- "name": "",
413
- "type": "uint24"
638
+ "internalType": "bytes",
639
+ "name": "data",
640
+ "type": "bytes"
414
641
  }
415
642
  ],
416
- "stateMutability": "view",
643
+ "name": "initializeVersionable",
644
+ "outputs": [],
645
+ "stateMutability": "nonpayable",
417
646
  "type": "function"
418
647
  },
419
648
  {
420
649
  "inputs": [],
421
- "name": "getVersionCount",
650
+ "name": "isConsumingScheduledOp",
422
651
  "outputs": [
423
652
  {
424
- "internalType": "uint256",
653
+ "internalType": "bytes4",
425
654
  "name": "",
426
- "type": "uint256"
655
+ "type": "bytes4"
427
656
  }
428
657
  ],
429
658
  "stateMutability": "view",
430
659
  "type": "function"
431
660
  },
432
661
  {
433
- "inputs": [
434
- {
435
- "internalType": "Version",
436
- "name": "_version",
437
- "type": "uint24"
438
- }
439
- ],
440
- "name": "getVersionInfo",
662
+ "inputs": [],
663
+ "name": "linkToRegisteredNftId",
441
664
  "outputs": [
442
665
  {
443
- "components": [
444
- {
445
- "internalType": "Version",
446
- "name": "version",
447
- "type": "uint24"
448
- },
449
- {
450
- "internalType": "address",
451
- "name": "implementation",
452
- "type": "address"
453
- },
454
- {
455
- "internalType": "address",
456
- "name": "activatedBy",
457
- "type": "address"
458
- },
459
- {
460
- "internalType": "Timestamp",
461
- "name": "activatedAt",
462
- "type": "uint40"
463
- },
464
- {
465
- "internalType": "Blocknumber",
466
- "name": "activatedIn",
467
- "type": "uint32"
468
- }
469
- ],
470
- "internalType": "struct IVersionable.VersionInfo",
471
- "name": "",
472
- "type": "tuple"
666
+ "internalType": "NftId",
667
+ "name": "nftId",
668
+ "type": "uint96"
473
669
  }
474
670
  ],
475
- "stateMutability": "view",
671
+ "stateMutability": "nonpayable",
476
672
  "type": "function"
477
673
  },
478
674
  {
479
675
  "inputs": [
480
676
  {
481
677
  "internalType": "address",
482
- "name": "implementation",
483
- "type": "address"
484
- },
485
- {
486
- "internalType": "address",
487
- "name": "activatedBy",
678
+ "name": "rewardProvider",
488
679
  "type": "address"
489
680
  },
490
681
  {
491
- "internalType": "bytes",
492
- "name": "data",
493
- "type": "bytes"
682
+ "internalType": "Amount",
683
+ "name": "dipAmount",
684
+ "type": "uint96"
494
685
  }
495
686
  ],
496
- "name": "initialize",
687
+ "name": "refillStakingRewardReserves",
497
688
  "outputs": [],
498
689
  "stateMutability": "nonpayable",
499
690
  "type": "function"
@@ -501,25 +692,31 @@
501
692
  {
502
693
  "inputs": [
503
694
  {
504
- "internalType": "Version",
505
- "name": "_version",
506
- "type": "uint24"
695
+ "internalType": "address",
696
+ "name": "instanceAddress",
697
+ "type": "address"
507
698
  }
508
699
  ],
509
- "name": "isInitialized",
700
+ "name": "setAndRegisterMasterInstance",
510
701
  "outputs": [
511
702
  {
512
- "internalType": "bool",
513
- "name": "",
514
- "type": "bool"
703
+ "internalType": "NftId",
704
+ "name": "masterInstanceNftId",
705
+ "type": "uint96"
515
706
  }
516
707
  ],
517
- "stateMutability": "view",
708
+ "stateMutability": "nonpayable",
518
709
  "type": "function"
519
710
  },
520
711
  {
521
- "inputs": [],
522
- "name": "linkToRegisteredNftId",
712
+ "inputs": [
713
+ {
714
+ "internalType": "address",
715
+ "name": "newAuthority",
716
+ "type": "address"
717
+ }
718
+ ],
719
+ "name": "setAuthority",
523
720
  "outputs": [],
524
721
  "stateMutability": "nonpayable",
525
722
  "type": "function"
@@ -527,12 +724,12 @@
527
724
  {
528
725
  "inputs": [
529
726
  {
530
- "internalType": "address",
531
- "name": "accessManager",
532
- "type": "address"
727
+ "internalType": "bool",
728
+ "name": "locked",
729
+ "type": "bool"
533
730
  }
534
731
  ],
535
- "name": "setAccessManagerMaster",
732
+ "name": "setComponentLocked",
536
733
  "outputs": [],
537
734
  "stateMutability": "nonpayable",
538
735
  "type": "function"
@@ -540,12 +737,12 @@
540
737
  {
541
738
  "inputs": [
542
739
  {
543
- "internalType": "address",
544
- "name": "instanceAccessManager",
545
- "type": "address"
740
+ "internalType": "Seconds",
741
+ "name": "stakeLockingPeriod",
742
+ "type": "uint40"
546
743
  }
547
744
  ],
548
- "name": "setInstanceAccessManagerMaster",
745
+ "name": "setStakingLockingPeriod",
549
746
  "outputs": [],
550
747
  "stateMutability": "nonpayable",
551
748
  "type": "function"
@@ -553,12 +750,12 @@
553
750
  {
554
751
  "inputs": [
555
752
  {
556
- "internalType": "address",
557
- "name": "instance",
558
- "type": "address"
753
+ "internalType": "UFixed",
754
+ "name": "rewardRate",
755
+ "type": "uint256"
559
756
  }
560
757
  ],
561
- "name": "setInstanceMaster",
758
+ "name": "setStakingRewardRate",
562
759
  "outputs": [],
563
760
  "stateMutability": "nonpayable",
564
761
  "type": "function"
@@ -585,117 +782,212 @@
585
782
  {
586
783
  "inputs": [
587
784
  {
588
- "internalType": "address",
589
- "name": "implementation",
590
- "type": "address"
591
- },
785
+ "internalType": "NftId",
786
+ "name": "instanceNftId",
787
+ "type": "uint96"
788
+ }
789
+ ],
790
+ "name": "upgradeInstanceReader",
791
+ "outputs": [],
792
+ "stateMutability": "nonpayable",
793
+ "type": "function"
794
+ },
795
+ {
796
+ "inputs": [
592
797
  {
593
798
  "internalType": "address",
594
- "name": "activatedBy",
799
+ "name": "instanceReaderAddress",
595
800
  "type": "address"
596
- },
801
+ }
802
+ ],
803
+ "name": "upgradeMasterInstanceReader",
804
+ "outputs": [],
805
+ "stateMutability": "nonpayable",
806
+ "type": "function"
807
+ },
808
+ {
809
+ "inputs": [
597
810
  {
598
811
  "internalType": "bytes",
599
812
  "name": "data",
600
813
  "type": "bytes"
601
814
  }
602
815
  ],
603
- "name": "upgrade",
816
+ "name": "upgradeVersionable",
604
817
  "outputs": [],
605
818
  "stateMutability": "nonpayable",
606
819
  "type": "function"
820
+ },
821
+ {
822
+ "inputs": [
823
+ {
824
+ "internalType": "Amount",
825
+ "name": "dipAmount",
826
+ "type": "uint96"
827
+ }
828
+ ],
829
+ "name": "withdrawStakingRewardReserves",
830
+ "outputs": [
831
+ {
832
+ "internalType": "Amount",
833
+ "name": "newBalance",
834
+ "type": "uint96"
835
+ }
836
+ ],
837
+ "stateMutability": "nonpayable",
838
+ "type": "function"
607
839
  }
608
840
  ],
609
- "bytecode": "0x608060405234801561001057600080fd5b506301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055600280546001600160a01b0319163317905561006761006c565b61011e565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff16156100bc5760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161461011b5780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b611d3a8061012d6000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c8063644c45e0116100f9578063b3c6501511610097578063cf7a1d7711610071578063cf7a1d7714610588578063d60944ad1461059b578063de7b5d14146105ac578063eeff428e146105b257600080fd5b8063b3c650151461053b578063b88da7591461055b578063cde749f41461056e57600080fd5b8063893d20e8116100d3578063893d20e8146104cb578063946dfcfe146104d3578063a3f4df7e146104fa578063a745e3df1461052857600080fd5b8063644c45e014610468578063656bc9ef14610493578063872309c7146104c357600080fd5b80631eff4b22116101665780634f421333116101405780634f421333146103e457806353f1f5cc146103f757806355ad7436146104275780635ab1bd531461045757600080fd5b80631eff4b22146102855780633a0b4b31146102ba5780634d459c90146102cb57600080fd5b806301ffc9a7146101ae5780630d8e6e2c146101f05780630fec111c1461020c578063138461e01461022257806317d7de7c1461022c5780631a77e50c14610260575b600080fd5b6101db6101bc366004611761565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f86105e4565b60405162ffffff90911681526020016101e7565b61021461066e565b6040516101e79291906117d8565b61022a6107f0565b005b60408051808201909152600f81526e496e7374616e63655365727669636560881b60208201525b6040516101e7919061187f565b6004546001600160a01b03165b6040516001600160a01b0390911681526020016101e7565b6102ac7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101e7565b6006546001600160a01b031661026d565b6103876102d93660046118a3565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020611ce583398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a0016101e7565b6101db6103f23660046118a3565b610a12565b61022a6104053660046118d5565b600580546001600160a01b0319166001600160a01b0392909216919091179055565b61022a6104353660046118d5565b600680546001600160a01b0319166001600160a01b0392909216919091179055565b6001546001600160a01b031661026d565b600154600160a01b90046001600160601b03166040516001600160601b0390911681526020016101e7565b61022a6104a13660046118d5565b600480546001600160a01b0319166001600160a01b0392909216919091179055565b6102ac600081565b61026d610ac5565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102ac565b6102536040518060400160405280600f81526020016e496e7374616e63655365727669636560881b81525081565b61022a610536366004611908565b610bde565b610543610d38565b6040516001600160401b0390911681526020016101e7565b6101f86105693660046119dd565b610d59565b610576610daa565b60405160ff90911681526020016101e7565b61022a610596366004611908565b610e2d565b6005546001600160a01b031661026d565b3061026d565b6105ba610f36565b604080516001600160a01b03948516815292841660208401529216918101919091526060016101e7565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610645573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061066991906119f6565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905290917f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106f16001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610739610ac5565b6001600160a01b0316815260200182600101805461075690611a13565b80601f016020809104026020016040519081016040528092919081815260200182805461078290611a13565b80156107cf5780601f106107a4576101008083540402835291602001916107cf565b820191906000526020600020905b8154815290600101906020018083116107b257829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610852573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108769190611a4d565b156108bd576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108e65760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa15801561092f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109539190611a4d565b61097b576040516372657a5160e01b81526001600160a01b03821660048201526024016108b4565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156109c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e99190611a6f565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600080600080516020611ce583398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a9a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610abe9190611a98565b1192915050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610b2a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b4e9190611a4d565b15610bce57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610baa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106699190611ab1565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c610c006105e4565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c40573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c649190611ace565b600080516020611cc58339815191528054600160401b900460ff1680610c97575080546001600160401b03808416911610155b15610cb55760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610ce08585610f89565b610ce983611228565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b6000610669600080516020611cc5833981519152546001600160401b031690565b6000600080516020611ce58339815191526001018281548110610d7e57610d7e611af7565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b6000610db46105e4565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015610e09573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106699190611b0d565b600080516020611cc58339815191528054600160401b810460ff1615906001600160401b0316600081158015610e605750825b90506000826001600160401b03166001148015610e7c5750303b155b905081158015610e8a575080155b15610ea85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610ed257845460ff60401b1916600160401b1785555b610edc8888610f89565b610ee68787611230565b8315610f2c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b60045460009081908190610f52906001600160a01b03166113f6565b600554909350610f6a906001600160a01b03166113f6565b600654909250610f82906001600160a01b03166113f6565b9050909192565b610f91611468565b600080516020611ce58339815191526000610fc1600080516020611cc5833981519152546001600160401b031690565b90506000610fcd6105e4565b9050816001600160401b0316600103610ffa5760028301805462ffffff191662ffffff8316179055611048565b600283015462ffffff908116908216116110485760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b60448201526064016108b4565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af41580156110fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111209190611b30565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf6890610d299083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101a9611468565b600080516020611cc58339815191528054600160401b810460ff1615906001600160401b03166000811580156112635750825b90506000826001600160401b0316600114801561127f5750303b155b90508115801561128d575080155b156112ab5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112d557845460ff60401b1916600160401b1785555b6000868060200190518101906112eb9190611b57565b600380546001600160a01b0319166001600160a01b03939093169283179055604051636939560f60e11b815260048101839052909250600090829063d272ac1e90602401602060405180830381865afa15801561134c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113709190611a6f565b60035490915061138a906001600160a01b031682856114a1565b61139a631b4612f160e31b611525565b6113a46000611525565b50505083156113ed57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c176000526e5af43d82803e903d91602b57fd5bf38260781b17602052603760096000f090506001600160a01b038116611463576040516330be1a3d60e21b815260040160405180910390fd5b919050565b600080516020611cc583398151915254600160401b900460ff1661149f57604051631afcd79f60e31b815260040160405180910390fd5b565b60006114cf60408051808201909152600f81526e496e7374616e63655365727669636560881b602082015290565b6114d7610daa565b6040516020016114e8929190611b91565b604051602081830303815290604052905061150f8484611506603c90565b6000868661154a565b61151f631b4612f160e31b611525565b50505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61155482876115d5565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016115c48382611c05565b506113ed6303fb044760e21b611525565b600280546001600160a01b0319166001600160a01b0384161790556115f9816115fd565b5050565b6001546001600160a01b0316156116365760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016108b4565b6001600160a01b03811661165d5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036116935760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108b4565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263350fb35160e11b60048201526301ffc9a790602401602060405180830381865afa92505050801561170d575060408051601f3d908101601f1916820190925261170a91810190611a4d565b60015b6117355760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108b4565b806115f95760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108b4565b50565b60006020828403121561177357600080fd5b81356001600160e01b03198116811461178b57600080fd5b9392505050565b6000815180845260005b818110156117b85760208185018101518683018201520161179c565b506000602082860101526020601f19601f83011685010191505092915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff6040850151166080830152606084015161181c60a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e0610100840152611862610120840182611792565b905082810360208401526118768185611792565b95945050505050565b60208152600061178b6020830184611792565b62ffffff8116811461175e57600080fd5b6000602082840312156118b557600080fd5b813561178b81611892565b6001600160a01b038116811461175e57600080fd5b6000602082840312156118e757600080fd5b813561178b816118c0565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561191d57600080fd5b8335611928816118c0565b92506020840135611938816118c0565b915060408401356001600160401b038082111561195457600080fd5b818601915086601f83011261196857600080fd5b81358181111561197a5761197a6118f2565b604051601f8201601f19908116603f011681019083821181831017156119a2576119a26118f2565b816040528281528960208487010111156119bb57600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000602082840312156119ef57600080fd5b5035919050565b600060208284031215611a0857600080fd5b815161178b81611892565b600181811c90821680611a2757607f821691505b602082108103611a4757634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215611a5f57600080fd5b8151801515811461178b57600080fd5b600060208284031215611a8157600080fd5b81516001600160601b038116811461178b57600080fd5b600060208284031215611aaa57600080fd5b5051919050565b600060208284031215611ac357600080fd5b815161178b816118c0565b600060208284031215611ae057600080fd5b81516001600160401b038116811461178b57600080fd5b634e487b7160e01b600052603260045260246000fd5b600060208284031215611b1f57600080fd5b815160ff8116811461178b57600080fd5b600060208284031215611b4257600080fd5b815164ffffffffff8116811461178b57600080fd5b60008060408385031215611b6a57600080fd5b8251611b75816118c0565b6020840151909250611b86816118c0565b809150509250929050565b604081526000611ba46040830185611792565b905060ff831660208301529392505050565b601f821115611c0057600081815260208120601f850160051c81016020861015611bdd5750805b601f850160051c820191505b81811015611bfc57828155600101611be9565b5050505b505050565b81516001600160401b03811115611c1e57611c1e6118f2565b611c3281611c2c8454611a13565b84611bb6565b602080601f831160018114611c675760008415611c4f5750858301515b600019600386901b1c1916600185901b178555611bfc565b600085815260208120601f198616915b82811015611c9657888601518255948401946001909101908401611c77565b5085821015611cb45787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a264697066735822122059ad46db2b7da8061b00d7eb001aa071f7af67346810d2721d876fc5007107c464736f6c63430008140033",
610
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101a95760003560e01c8063644c45e0116100f9578063b3c6501511610097578063cf7a1d7711610071578063cf7a1d7714610588578063d60944ad1461059b578063de7b5d14146105ac578063eeff428e146105b257600080fd5b8063b3c650151461053b578063b88da7591461055b578063cde749f41461056e57600080fd5b8063893d20e8116100d3578063893d20e8146104cb578063946dfcfe146104d3578063a3f4df7e146104fa578063a745e3df1461052857600080fd5b8063644c45e014610468578063656bc9ef14610493578063872309c7146104c357600080fd5b80631eff4b22116101665780634f421333116101405780634f421333146103e457806353f1f5cc146103f757806355ad7436146104275780635ab1bd531461045757600080fd5b80631eff4b22146102855780633a0b4b31146102ba5780634d459c90146102cb57600080fd5b806301ffc9a7146101ae5780630d8e6e2c146101f05780630fec111c1461020c578063138461e01461022257806317d7de7c1461022c5780631a77e50c14610260575b600080fd5b6101db6101bc366004611761565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f86105e4565b60405162ffffff90911681526020016101e7565b61021461066e565b6040516101e79291906117d8565b61022a6107f0565b005b60408051808201909152600f81526e496e7374616e63655365727669636560881b60208201525b6040516101e7919061187f565b6004546001600160a01b03165b6040516001600160a01b0390911681526020016101e7565b6102ac7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101e7565b6006546001600160a01b031661026d565b6103876102d93660046118a3565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020611ce583398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a0016101e7565b6101db6103f23660046118a3565b610a12565b61022a6104053660046118d5565b600580546001600160a01b0319166001600160a01b0392909216919091179055565b61022a6104353660046118d5565b600680546001600160a01b0319166001600160a01b0392909216919091179055565b6001546001600160a01b031661026d565b600154600160a01b90046001600160601b03166040516001600160601b0390911681526020016101e7565b61022a6104a13660046118d5565b600480546001600160a01b0319166001600160a01b0392909216919091179055565b6102ac600081565b61026d610ac5565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102ac565b6102536040518060400160405280600f81526020016e496e7374616e63655365727669636560881b81525081565b61022a610536366004611908565b610bde565b610543610d38565b6040516001600160401b0390911681526020016101e7565b6101f86105693660046119dd565b610d59565b610576610daa565b60405160ff90911681526020016101e7565b61022a610596366004611908565b610e2d565b6005546001600160a01b031661026d565b3061026d565b6105ba610f36565b604080516001600160a01b03948516815292841660208401529216918101919091526060016101e7565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610645573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061066991906119f6565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820181905290917f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106f16001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610739610ac5565b6001600160a01b0316815260200182600101805461075690611a13565b80601f016020809104026020016040519081016040528092919081815260200182805461078290611a13565b80156107cf5780601f106107a4576101008083540402835291602001916107cf565b820191906000526020600020905b8154815290600101906020018083116107b257829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610852573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108769190611a4d565b156108bd576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108e65760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa15801561092f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109539190611a4d565b61097b576040516372657a5160e01b81526001600160a01b03821660048201526024016108b4565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156109c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e99190611a6f565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b600080600080516020611ce583398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a9a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610abe9190611a98565b1192915050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610b2a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b4e9190611a4d565b15610bce57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610baa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106699190611ab1565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c610c006105e4565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c40573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c649190611ace565b600080516020611cc58339815191528054600160401b900460ff1680610c97575080546001600160401b03808416911610155b15610cb55760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610ce08585610f89565b610ce983611228565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b6000610669600080516020611cc5833981519152546001600160401b031690565b6000600080516020611ce58339815191526001018281548110610d7e57610d7e611af7565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b6000610db46105e4565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015610e09573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106699190611b0d565b600080516020611cc58339815191528054600160401b810460ff1615906001600160401b0316600081158015610e605750825b90506000826001600160401b03166001148015610e7c5750303b155b905081158015610e8a575080155b15610ea85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610ed257845460ff60401b1916600160401b1785555b610edc8888610f89565b610ee68787611230565b8315610f2c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b60045460009081908190610f52906001600160a01b03166113f6565b600554909350610f6a906001600160a01b03166113f6565b600654909250610f82906001600160a01b03166113f6565b9050909192565b610f91611468565b600080516020611ce58339815191526000610fc1600080516020611cc5833981519152546001600160401b031690565b90506000610fcd6105e4565b9050816001600160401b0316600103610ffa5760028301805462ffffff191662ffffff8316179055611048565b600283015462ffffff908116908216116110485760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b60448201526064016108b4565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af41580156110fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111209190611b30565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf6890610d299083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101a9611468565b600080516020611cc58339815191528054600160401b810460ff1615906001600160401b03166000811580156112635750825b90506000826001600160401b0316600114801561127f5750303b155b90508115801561128d575080155b156112ab5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112d557845460ff60401b1916600160401b1785555b6000868060200190518101906112eb9190611b57565b600380546001600160a01b0319166001600160a01b03939093169283179055604051636939560f60e11b815260048101839052909250600090829063d272ac1e90602401602060405180830381865afa15801561134c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113709190611a6f565b60035490915061138a906001600160a01b031682856114a1565b61139a631b4612f160e31b611525565b6113a46000611525565b50505083156113ed57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6000763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c176000526e5af43d82803e903d91602b57fd5bf38260781b17602052603760096000f090506001600160a01b038116611463576040516330be1a3d60e21b815260040160405180910390fd5b919050565b600080516020611cc583398151915254600160401b900460ff1661149f57604051631afcd79f60e31b815260040160405180910390fd5b565b60006114cf60408051808201909152600f81526e496e7374616e63655365727669636560881b602082015290565b6114d7610daa565b6040516020016114e8929190611b91565b604051602081830303815290604052905061150f8484611506603c90565b6000868661154a565b61151f631b4612f160e31b611525565b50505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61155482876115d5565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016115c48382611c05565b506113ed6303fb044760e21b611525565b600280546001600160a01b0319166001600160a01b0384161790556115f9816115fd565b5050565b6001546001600160a01b0316156116365760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016108b4565b6001600160a01b03811661165d5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036116935760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108b4565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263350fb35160e11b60048201526301ffc9a790602401602060405180830381865afa92505050801561170d575060408051601f3d908101601f1916820190925261170a91810190611a4d565b60015b6117355760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108b4565b806115f95760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108b4565b50565b60006020828403121561177357600080fd5b81356001600160e01b03198116811461178b57600080fd5b9392505050565b6000815180845260005b818110156117b85760208185018101518683018201520161179c565b506000602082860101526020601f19601f83011685010191505092915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff6040850151166080830152606084015161181c60a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e0610100840152611862610120840182611792565b905082810360208401526118768185611792565b95945050505050565b60208152600061178b6020830184611792565b62ffffff8116811461175e57600080fd5b6000602082840312156118b557600080fd5b813561178b81611892565b6001600160a01b038116811461175e57600080fd5b6000602082840312156118e757600080fd5b813561178b816118c0565b634e487b7160e01b600052604160045260246000fd5b60008060006060848603121561191d57600080fd5b8335611928816118c0565b92506020840135611938816118c0565b915060408401356001600160401b038082111561195457600080fd5b818601915086601f83011261196857600080fd5b81358181111561197a5761197a6118f2565b604051601f8201601f19908116603f011681019083821181831017156119a2576119a26118f2565b816040528281528960208487010111156119bb57600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b6000602082840312156119ef57600080fd5b5035919050565b600060208284031215611a0857600080fd5b815161178b81611892565b600181811c90821680611a2757607f821691505b602082108103611a4757634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215611a5f57600080fd5b8151801515811461178b57600080fd5b600060208284031215611a8157600080fd5b81516001600160601b038116811461178b57600080fd5b600060208284031215611aaa57600080fd5b5051919050565b600060208284031215611ac357600080fd5b815161178b816118c0565b600060208284031215611ae057600080fd5b81516001600160401b038116811461178b57600080fd5b634e487b7160e01b600052603260045260246000fd5b600060208284031215611b1f57600080fd5b815160ff8116811461178b57600080fd5b600060208284031215611b4257600080fd5b815164ffffffffff8116811461178b57600080fd5b60008060408385031215611b6a57600080fd5b8251611b75816118c0565b6020840151909250611b86816118c0565b809150509250929050565b604081526000611ba46040830185611792565b905060ff831660208301529392505050565b601f821115611c0057600081815260208120601f850160051c81016020861015611bdd5750805b601f850160051c820191505b81811015611bfc57828155600101611be9565b5050505b505050565b81516001600160401b03811115611c1e57611c1e6118f2565b611c3281611c2c8454611a13565b84611bb6565b602080601f831160018114611c675760008415611c4f5750858301515b600019600386901b1c1916600185901b178555611bfc565b600085815260208120601f198616915b82811015611c9657888601518255948401946001909101908401611c77565b5085821015611cb45787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a264697066735822122059ad46db2b7da8061b00d7eb001aa071f7af67346810d2721d876fc5007107c464736f6c63430008140033",
841
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b613e3a806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101c6575f3560e01c80637a9e5e4b116100fe578063ada9652e1161009e578063bf7e214f1161006e578063bf7e214f1461043c578063c22f980d14610459578063e52ba1cb1461046c578063edabac031461047f575f80fd5b8063ada9652e146103fb578063b03d2a8e1461040f578063b68d180914610422578063b7d6851914610429575f80fd5b8063893d20e8116100d9578063893d20e8146103905780638fb3603714610398578063a2356b3a146103b9578063ad501467146103cc575f80fd5b80637a9e5e4b1461036e578063872309c7146103815780638899278a14610388575f80fd5b8063329d6e7411610169578063644c45e011610144578063644c45e0146103045780636a778e73146103215780636c741e781461033457806376b707b714610354575f80fd5b8063329d6e74146102b957806349bb9e4b146102cc5780635ab1bd53146102df575f80fd5b8063138461e0116101a4578063138461e01461023c5780631eff4b221461025c578063254f6866146102915780632d764ef8146102a6575f80fd5b806301ffc9a7146101ca5780630d8e6e2c1461020b5780630fec111c14610227575b5f80fd5b6101f66101d8366004613686565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610490565b60405162ffffff9091168152602001610202565b61022f610517565b60405161020291906136e2565b6102446106d5565b6040516001600160601b039091168152602001610202565b6102837f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b6102a461029f36600461378a565b6106df565b005b6102a46102b43660046137b7565b61085a565b6102a46102c73660046138b6565b610c38565b6102a46102da3660046138e7565b610d82565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f80516020613da5833981519152546001600160601b0316610244565b61024461032f36600461378a565b610e7e565b61033c61170f565b6040516001600160401b039091168152602001610202565b61035c61179b565b60405160ff9091168152602001610202565b6102a461037c36600461378a565b61180f565b6102835f81565b610283600381565b6102ec6118ab565b6103a06119dc565b6040516001600160e01b03199091168152602001610202565b6102a46103c7366004613947565b611a11565b6103d4611d89565b604080516001600160a01b0390931683526001600160601b03909116602083015201610202565b6102835f80516020613da583398151915281565b6102a461041d36600461398b565b612027565b600a61035c565b6102a46104373660046139a6565b612249565b5f80516020613dc5833981519152546001600160a01b03166102ec565b6102a46104673660046139bd565b612571565b61024461047a3660046139bd565b612759565b6007546001600160a01b03166102ec565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051291906139d8565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105eb9190613a05565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106336118ab565b6001600160a01b0316815260200182600101805461065090613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461067c90613a20565b80156106c75780601f1061069e576101008083540402835291602001916106c7565b820191905f5260205f20905b8154815290600101906020018083116106aa57829003601f168201915b505050505081525091505090565b5f61051230612ac9565b6106e76118ab565b6001600160a01b0316336001600160a01b03161461071f5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b0316610748576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661076f57604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b039081169082160361079e57604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108109190613a58565b6001600160a01b0316146108375760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f61086e6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d69190613a05565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561092f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109539190613a7e565b1561097c576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61098f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a029190810190613b0a565b604001519050610a1b81600a5b60ff9081169116141590565b15610a3d578281604051632e87cd2360e11b8152600401610716929190613bda565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9e9190613bf6565b9050610b2381610aac610490565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610aff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a0f9190613bf6565b15610b45578381604051637f8084f960e01b8152600401610716929190613bda565b5f610b586001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc09190613a05565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1a575f80fd5b505af1158015610c2c573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5a610490565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbc9190613c25565b5f80516020613de58339815191528054600160401b900460ff1680610cee575080546001600160401b03808416911610155b15610d0c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3683612cc2565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020613de58339815191528054600160401b810460ff1615906001600160401b03165f81158015610db35750825b90505f826001600160401b03166001148015610dce5750303b155b905081158015610ddc575080155b15610dfa5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e2457845460ff60401b1916600160401b1785555b610e2e8787612cca565b8315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610e876118ab565b6001600160a01b0316336001600160a01b031614610eba5760405163086391f760e31b8152336004820152602401610716565b6006546001600160a01b031615610ee457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b031615610f0e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b031615610f385760405163558f4f7b60e11b815260040160405180910390fd5b6001600160a01b038216610f5f576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fa0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc49190613a58565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611003573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110279190613a58565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561106a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061108e9190613a58565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f59190613a58565b90505f8190505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611138573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061115c9190613a58565b9050806001600160a01b038916611186576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b0387166111ac576040516295661560e31b815260040160405180910390fd5b6001600160a01b0385166111d35760405163e267254160e01b815260040160405180910390fd5b6001600160a01b0383166111fa5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b038116611221576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561125d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112819190613a58565b6001600160a01b03168a6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ea9190613a58565b6001600160a01b031614611311576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561134d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113719190613a58565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113da9190613a58565b6001600160a01b0316146114015760405163e168da3760e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561143d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114619190613a58565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ca9190613a58565b6001600160a01b0316146114f157604051631129422760e31b815260040160405180910390fd5b896001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611537573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155b9190613a58565b6001600160a01b03161461158257604051631b25e96d60e31b815260040160405180910390fd5b896001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ec9190613a58565b6001600160a01b031614611613576040516331783c7160e11b815260040160405180910390fd5b600480546001600160a01b03199081166001600160a01b038c8116919091179092556005805482168a84161790556006805482168f8416908117909155600780548316898516179055600880548316878516179055600980549092168484161790915560025490915f911663026bc43b8361168c6118ab565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af11580156116d5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526116fc9190810190613b0a565b519e9d5050505050505050505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a61173461179b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611777573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613c25565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117eb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613bf6565b3361182e5f80516020613dc5833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146118695760405162d1953b60e31b81526001600160a01b0382166004820152602401610716565b816001600160a01b03163b5f0361189e576040516361798f2f60e11b81526001600160a01b0383166004820152602401610716565b6118a782612e39565b5050565b5f805f80516020613da583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611917573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061193b9190613a7e565b156119c6576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561199c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119c09190613a58565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020613dc583398151915280545f9190600160a01b900460ff16611a03575f6119c0565b638fb3603760e01b91505090565b335f611a256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611a69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a8d9190613a05565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611ae6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0a9190613a7e565b15611b33576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f611b466001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611b92573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611bb99190810190613b0a565b604001519050611bca81600a610a0f565b15611bec578281604051632e87cd2360e11b8152600401610716929190613bda565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c4d9190613bf6565b9050611c5b81610aac610490565b15611c7d578381604051637f8084f960e01b8152600401610716929190613bda565b5f611c906001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611cd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cf89190613a05565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015611d5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d7f9190613a05565b5050505050505050565b5f803381611d95612e99565b9050611da18183613007565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af1158015611df3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611e1a9190810190613b0a565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eae9190613c40565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ef5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f199190613c5b565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b158015611f6a575f80fd5b505af1158015611f7c573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b158015611fc0575f80fd5b505af1158015611fd2573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa158015612077573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209b9190613a7e565b6120ba576040516302613e9f60e51b8152336004820152602401610716565b6040516301ffc9a760e01b81526307bb0a0360e51b6004820152339081906301ffc9a790602401602060405180830381865afa1580156120fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121209190613a7e565b612147576040516236c14d60e71b81526001600160a01b0382166004820152602401610716565b5f61215a6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156121a2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121c99190810190613b0a565b6020015160405163bf8e179760e01b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790602401602060405180830381865afa15801561221d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122419190613a58565b505050505050565b335f61225d6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156122a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122c59190613a05565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561231e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123429190613a7e565b1561236b576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61237e6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156123ca573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123f19190810190613b0a565b60400151905061240281600a610a0f565b15612424578281604051632e87cd2360e11b8152600401610716929190613bda565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612461573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124859190613bf6565b905061249381610aac610490565b156124b5578381604051637f8084f960e01b8152600401610716929190613bda565b5f6124c86001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561250c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125309190613a05565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c03565b806125846001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156125d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125f59190613a58565b6001600160a01b0316336001600160a01b031614612628576040516302613e9f60e51b8152336004820152602401610716565b5f61263b6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561268a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126b19190810190613b0a565b6080810151600754919250905f906126d1906001600160a01b0316613116565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612715575f80fd5b505af1158015612727573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401610c03565b5f338161276e6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156127b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127d69190613a05565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561282f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128539190613a7e565b1561287c576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61288f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156128db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526129029190810190613b0a565b60400151905061291381600a610a0f565b15612935578281604051632e87cd2360e11b8152600401610716929190613bda565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612972573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129969190613bf6565b90506129a481610aac610490565b156129c6578381604051637f8084f960e01b8152600401610716929190613bda565b5f6129d96001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612a1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a419190613a05565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612a9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612abe9190613a05565b505050505050919050565b5f805f80516020613da583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612b35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b599190613a7e565b15612b855780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610716565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612bd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bfb9190613a7e565b612c235760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610716565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612c75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c999190613a05565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101c6613185565b5f80516020613de58339815191528054600160401b810460ff1615906001600160401b03165f81158015612cfb5750825b90505f826001600160401b03166001148015612d165750303b155b905081158015612d24575080155b15612d425760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612d6c57845460ff60401b1916600160401b1785555b5f8087806020019051810190612d829190613c72565b91509150612d9182828b6131bd565b612d9b6002613302565b600280546001600160a01b0319166001600160a01b0392909216919091179055612dc56003613302565b600380546001600160a01b0319166001600160a01b0392909216919091179055612df563c0d33ff960e01b613399565b50508315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e6c565b5f80516020613dc583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190612eb2906001600160a01b0316613116565b600554909150612eca906001600160a01b0316613116565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015612f0e575f80fd5b505af1158015612f20573d5f803e3d5ffd5b50505050816001600160a01b031663485cc9558260055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fa89190613a58565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015612fed575f80fd5b505af1158015612fff573d5f803e3d5ffd5b505050505090565b6009545f908190613020906001600160a01b0316613116565b6008549091505f9061303a906001600160a01b0316613116565b6007549091505f90613054906001600160a01b0316613116565b60065490915061306c906001600160a01b0316613116565b9350836001600160a01b031663cc2a9a5b878585856130936001546001600160a01b031690565b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015293851660248501529184166044840152831660648301528216608482015290881660a482015260c4015f604051808303815f87803b1580156130f7575f80fd5b505af1158015613109573d5f803e3d5ffd5b5050505050505092915050565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b038116613180576040516330be1a3d60e21b815260040160405180910390fd5b919050565b5f80516020613de583398151915254600160401b900460ff166131bb57604051631afcd79f60e31b815260040160405180910390fd5b565b6131c5613185565b6131cd6133c5565b6001600160a01b038216156131ea576131e5826133d5565b613261565b5f6131f56002613302565b905061325f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613236573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325a9190613a58565b6133d5565b505b6132dd83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132c59190613a05565b60085f8560405180602001604052805f8152506133e9565b6132ed634a531f3360e01b613399565b6132fd63daf9067160e01b613399565b505050565b5f6133156001546001600160a01b031690565b6001600160a01b031663d39e60438361332c61179b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561336f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133939190613a58565b92915050565b6133a1613185565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6133cd613185565b6131bb613484565b6133dd613185565b6133e6816134b2565b50565b6133f1613185565b6133fb86836134c3565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611d7f8382613cea565b61348c613185565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6134ba613185565b6133e681612e39565b6134cb613185565b6134d482613539565b6134dc613641565b6001600160a01b0381166135035760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020613da583398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613541613185565b806001600160a01b03163b5f036135765760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa9250505080156135f0575060408051601f3d908101601f191682019092526135ed91810190613a7e565b60015b6136185760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b806118a75760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610716565b613649613185565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215613696575f80fd5b81356001600160e01b0319811681146136ad575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f606083015161372a608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261376e6101008401826136b4565b949350505050565b6001600160a01b03811681146133e6575f80fd5b5f6020828403121561379a575f80fd5b81356136ad81613776565b64ffffffffff811681146133e6575f80fd5b5f602082840312156137c7575f80fd5b81356136ad816137a5565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613808576138086137d2565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613836576138366137d2565b604052919050565b5f6001600160401b03821115613856576138566137d2565b50601f01601f191660200190565b5f82601f830112613873575f80fd5b81356138866138818261383e565b61380e565b81815284602083860101111561389a575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156138c6575f80fd5b81356001600160401b038111156138db575f80fd5b61376e84828501613864565b5f80604083850312156138f8575f80fd5b823561390381613776565b915060208301356001600160401b0381111561391d575f80fd5b61392985828601613864565b9150509250929050565b6001600160601b03811681146133e6575f80fd5b5f8060408385031215613958575f80fd5b823561396381613776565b9150602083013561397381613933565b809150509250929050565b80151581146133e6575f80fd5b5f6020828403121561399b575f80fd5b81356136ad8161397e565b5f602082840312156139b6575f80fd5b5035919050565b5f602082840312156139cd575f80fd5b81356136ad81613933565b5f602082840312156139e8575f80fd5b815162ffffff811681146136ad575f80fd5b805161318081613933565b5f60208284031215613a15575f80fd5b81516136ad81613933565b600181811c90821680613a3457607f821691505b602082108103613a5257634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215613a68575f80fd5b81516136ad81613776565b80516131808161397e565b5f60208284031215613a8e575f80fd5b81516136ad8161397e565b60ff811681146133e6575f80fd5b805161318081613a99565b805161318081613776565b5f82601f830112613acc575f80fd5b8151613ada6138818261383e565b818152846020838601011115613aee575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215613b1a575f80fd5b81516001600160401b03811115613b2f575f80fd5b820160e08185031215613b40575f80fd5b613b486137e6565b613b51826139fa565b8152613b5f602083016139fa565b6020820152613b7060408301613aa7565b6040820152613b8160608301613a73565b6060820152613b9260808301613ab2565b6080820152613ba360a08301613ab2565b60a082015260c08201516001600160401b03811115613bc0575f80fd5b613bcc86828501613abd565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f60208284031215613c06575f80fd5b81516136ad81613a99565b6001600160401b03811681146133e6575f80fd5b5f60208284031215613c35575f80fd5b81516136ad81613c11565b5f60208284031215613c50575f80fd5b81516136ad816137a5565b5f60208284031215613c6b575f80fd5b5051919050565b5f8060408385031215613c83575f80fd5b8251613c8e81613776565b602084015190925061397381613776565b601f8211156132fd57805f5260205f20601f840160051c81016020851015613cc45750805b601f840160051c820191505b81811015613ce3575f8155600101613cd0565b5050505050565b81516001600160401b03811115613d0357613d036137d2565b613d1781613d118454613a20565b84613c9f565b6020601f821160018114613d49575f8315613d325750848201515b5f19600385901b1c1916600184901b178455613ce3565b5f84815260208120601f198516915b82811015613d785787850151825560209485019460019092019101613d58565b5084821015613d9557868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220c1e3bcc1701680cc60c429a663dedd21bdc1bf0b281d8f70cecf3f9531567fcd64736f6c634300081a0033",
842
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101c6575f3560e01c80637a9e5e4b116100fe578063ada9652e1161009e578063bf7e214f1161006e578063bf7e214f1461043c578063c22f980d14610459578063e52ba1cb1461046c578063edabac031461047f575f80fd5b8063ada9652e146103fb578063b03d2a8e1461040f578063b68d180914610422578063b7d6851914610429575f80fd5b8063893d20e8116100d9578063893d20e8146103905780638fb3603714610398578063a2356b3a146103b9578063ad501467146103cc575f80fd5b80637a9e5e4b1461036e578063872309c7146103815780638899278a14610388575f80fd5b8063329d6e7411610169578063644c45e011610144578063644c45e0146103045780636a778e73146103215780636c741e781461033457806376b707b714610354575f80fd5b8063329d6e74146102b957806349bb9e4b146102cc5780635ab1bd53146102df575f80fd5b8063138461e0116101a4578063138461e01461023c5780631eff4b221461025c578063254f6866146102915780632d764ef8146102a6575f80fd5b806301ffc9a7146101ca5780630d8e6e2c1461020b5780630fec111c14610227575b5f80fd5b6101f66101d8366004613686565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610213610490565b60405162ffffff9091168152602001610202565b61022f610517565b60405161020291906136e2565b6102446106d5565b6040516001600160601b039091168152602001610202565b6102837f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610202565b6102a461029f36600461378a565b6106df565b005b6102a46102b43660046137b7565b61085a565b6102a46102c73660046138b6565b610c38565b6102a46102da3660046138e7565b610d82565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610202565b5f80516020613da5833981519152546001600160601b0316610244565b61024461032f36600461378a565b610e7e565b61033c61170f565b6040516001600160401b039091168152602001610202565b61035c61179b565b60405160ff9091168152602001610202565b6102a461037c36600461378a565b61180f565b6102835f81565b610283600381565b6102ec6118ab565b6103a06119dc565b6040516001600160e01b03199091168152602001610202565b6102a46103c7366004613947565b611a11565b6103d4611d89565b604080516001600160a01b0390931683526001600160601b03909116602083015201610202565b6102835f80516020613da583398151915281565b6102a461041d36600461398b565b612027565b600a61035c565b6102a46104373660046139a6565b612249565b5f80516020613dc5833981519152546001600160a01b03166102ec565b6102a46104673660046139bd565b612571565b61024461047a3660046139bd565b612759565b6007546001600160a01b03166102ec565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061051291906139d8565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105eb9190613a05565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106336118ab565b6001600160a01b0316815260200182600101805461065090613a20565b80601f016020809104026020016040519081016040528092919081815260200182805461067c90613a20565b80156106c75780601f1061069e576101008083540402835291602001916106c7565b820191905f5260205f20905b8154815290600101906020018083116106aa57829003601f168201915b505050505081525091505090565b5f61051230612ac9565b6106e76118ab565b6001600160a01b0316336001600160a01b03161461071f5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6007546001600160a01b0316610748576040516358e5a4af60e01b815260040160405180910390fd5b6001600160a01b03811661076f57604051631aa1808560e31b815260040160405180910390fd5b6007546001600160a01b039081169082160361079e57604051630666e2a560e01b815260040160405180910390fd5b6006546040805163379ed74560e21b8152905183926001600160a01b03908116929084169163de7b5d14916004808201926020929091908290030181865afa1580156107ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108109190613a58565b6001600160a01b0316146108375760405163f026367160e01b815260040160405180910390fd5b50600780546001600160a01b0319166001600160a01b0392909216919091179055565b335f61086e6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156108b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d69190613a05565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561092f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109539190613a7e565b1561097c576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61098f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156109db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610a029190810190613b0a565b604001519050610a1b81600a5b60ff9081169116141590565b15610a3d578281604051632e87cd2360e11b8152600401610716929190613bda565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9e9190613bf6565b9050610b2381610aac610490565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015610aff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a0f9190613bf6565b15610b45578381604051637f8084f960e01b8152600401610716929190613bda565b5f610b586001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bc09190613a05565b60035460405163db1e36e760e01b81526001600160601b038316600482015264ffffffffff891660248201529192506001600160a01b03169063db1e36e7906044015b5f604051808303815f87803b158015610c1a575f80fd5b505af1158015610c2c573d5f803e3d5ffd5b50505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610c5a610490565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610c98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cbc9190613c25565b5f80516020613de58339815191528054600160401b900460ff1680610cee575080546001600160401b03808416911610155b15610d0c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610d3683612cc2565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020613de58339815191528054600160401b810460ff1615906001600160401b03165f81158015610db35750825b90505f826001600160401b03166001148015610dce5750303b155b905081158015610ddc575080155b15610dfa5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e2457845460ff60401b1916600160401b1785555b610e2e8787612cca565b8315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610e876118ab565b6001600160a01b0316336001600160a01b031614610eba5760405163086391f760e31b8152336004820152602401610716565b6006546001600160a01b031615610ee457604051632c237de760e11b815260040160405180910390fd5b6005546001600160a01b031615610f0e5760405163ab0cc43960e01b815260040160405180910390fd5b6008546001600160a01b031615610f385760405163558f4f7b60e11b815260040160405180910390fd5b6001600160a01b038216610f5f576040516309353e4560e11b815260040160405180910390fd5b5f8290505f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fa0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc49190613a58565b90505f826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611003573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110279190613a58565b90505f8190505f846001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561106a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061108e9190613a58565b90505f8190505f866001600160a01b0316636dddada46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f59190613a58565b90505f8190505f886001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611138573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061115c9190613a58565b9050806001600160a01b038916611186576040516327ccc33d60e11b815260040160405180910390fd5b6001600160a01b0387166111ac576040516295661560e31b815260040160405180910390fd5b6001600160a01b0385166111d35760405163e267254160e01b815260040160405180910390fd5b6001600160a01b0383166111fa5760405163bfebabd760e01b815260040160405180910390fd5b6001600160a01b038116611221576040516301fa2a2b60e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561125d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112819190613a58565b6001600160a01b03168a6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ea9190613a58565b6001600160a01b031614611311576040516334ddf1a760e21b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561134d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113719190613a58565b6001600160a01b0316846001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113b6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113da9190613a58565b6001600160a01b0316146114015760405163e168da3760e01b815260040160405180910390fd5b876001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561143d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114619190613a58565b6001600160a01b0316826001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ca9190613a58565b6001600160a01b0316146114f157604051631129422760e31b815260040160405180910390fd5b896001600160a01b0316846001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015611537573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155b9190613a58565b6001600160a01b03161461158257604051631b25e96d60e31b815260040160405180910390fd5b896001600160a01b0316866001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ec9190613a58565b6001600160a01b031614611613576040516331783c7160e11b815260040160405180910390fd5b600480546001600160a01b03199081166001600160a01b038c8116919091179092556005805482168a84161790556006805482168f8416908117909155600780548316898516179055600880548316878516179055600980549092168484161790915560025490915f911663026bc43b8361168c6118ab565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f875af11580156116d5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526116fc9190810190613b0a565b519e9d5050505050505050505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600a61173461179b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611777573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613c25565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117eb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190613bf6565b3361182e5f80516020613dc5833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146118695760405162d1953b60e31b81526001600160a01b0382166004820152602401610716565b816001600160a01b03163b5f0361189e576040516361798f2f60e11b81526001600160a01b0383166004820152602401610716565b6118a782612e39565b5050565b5f805f80516020613da583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611917573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061193b9190613a7e565b156119c6576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561199c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119c09190613a58565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020613dc583398151915280545f9190600160a01b900460ff16611a03575f6119c0565b638fb3603760e01b91505090565b335f611a256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611a69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a8d9190613a05565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611ae6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0a9190613a7e565b15611b33576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f611b466001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015611b92573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611bb99190810190613b0a565b604001519050611bca81600a610a0f565b15611bec578281604051632e87cd2360e11b8152600401610716929190613bda565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c4d9190613bf6565b9050611c5b81610aac610490565b15611c7d578381604051637f8084f960e01b8152600401610716929190613bda565b5f611c906001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611cd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cf89190613a05565b600354604051636f61deef60e11b81526001600160601b0380841660048301526001600160a01b038b81166024840152908a16604483015292935091169063dec3bdde906064016020604051808303815f875af1158015611d5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d7f9190613a05565b5050505050505050565b5f803381611d95612e99565b9050611da18183613007565b60025460405163026bc43b60e01b81526001600160a01b038084166004830152858116602483015292965091169063026bc43b906044015f604051808303815f875af1158015611df3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611e1a9190810190613b0a565b5f0151925060035f9054906101000a90046001600160a01b03166001600160a01b03166381d9b45f8473__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eae9190613c40565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ef5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f199190613c5b565b6040516001600160e01b031960e086901b1681526001600160601b03909316600484015264ffffffffff909116602483015260448201526064015f604051808303815f87803b158015611f6a575f80fd5b505af1158015611f7c573d5f803e3d5ffd5b505060405163776c828f60e01b81526001600160a01b0387811660048301528416925063776c828f91506024015f604051808303815f87803b158015611fc0575f80fd5b505af1158015611fd2573d5f803e3d5ffd5b5050604080516001600160601b03871681526001600160a01b03881660208201527f5f38ba73d945d51535b3c678f341052a70a580bed77c5db38464d02366c29fa8935001905060405180910390a150509091565b6001546001600160a01b0316604051630bee2f1560e11b81523360048201526001600160a01b0391909116906317dc5e2a90602401602060405180830381865afa158015612077573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209b9190613a7e565b6120ba576040516302613e9f60e51b8152336004820152602401610716565b6040516301ffc9a760e01b81526307bb0a0360e51b6004820152339081906301ffc9a790602401602060405180830381865afa1580156120fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121209190613a7e565b612147576040516236c14d60e71b81526001600160a01b0382166004820152602401610716565b5f61215a6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529192505f91831690638b09a5f0906024015f60405180830381865afa1580156121a2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121c99190810190613b0a565b6020015160405163bf8e179760e01b81526001600160601b03821660048201529091505f906001600160a01b0384169063bf8e179790602401602060405180830381865afa15801561221d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122419190613a58565b505050505050565b335f61225d6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156122a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122c59190613a05565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561231e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123429190613a7e565b1561236b576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61237e6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156123ca573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123f19190810190613b0a565b60400151905061240281600a610a0f565b15612424578281604051632e87cd2360e11b8152600401610716929190613bda565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612461573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124859190613bf6565b905061249381610aac610490565b156124b5578381604051637f8084f960e01b8152600401610716929190613bda565b5f6124c86001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561250c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125309190613a05565b60035460405163545c994560e11b81526001600160601b0383166004820152602481018990529192506001600160a01b03169063a8b9328a90604401610c03565b806125846001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156125d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125f59190613a58565b6001600160a01b0316336001600160a01b031614612628576040516302613e9f60e51b8152336004820152602401610716565b5f61263b6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201529091505f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561268a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126b19190810190613b0a565b6080810151600754919250905f906126d1906001600160a01b0316613116565b604051636791f7ab60e01b81526001600160a01b03848116600483015291925090821690636791f7ab906024015f604051808303815f87803b158015612715575f80fd5b505af1158015612727573d5f803e3d5ffd5b5050604051633def10c760e21b81526001600160a01b0384811660048301528516925063f7bc431c9150602401610c03565b5f338161276e6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156127b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127d69190613a05565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561282f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128539190613a7e565b1561287c576040516308afbeb960e31b81526001600160a01b0383166004820152602401610716565b5f61288f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156128db573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526129029190810190613b0a565b60400151905061291381600a610a0f565b15612935578281604051632e87cd2360e11b8152600401610716929190613bda565b5f836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612972573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129969190613bf6565b90506129a481610aac610490565b156129c6578381604051637f8084f960e01b8152600401610716929190613bda565b5f6129d96001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612a1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a419190613a05565b6003546040516321ece65760e01b81526001600160601b0380841660048301528a1660248201529192506001600160a01b0316906321ece657906044016020604051808303815f875af1158015612a9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612abe9190613a05565b505050505050919050565b5f805f80516020613da583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612b35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b599190613a7e565b15612b855780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610716565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612bd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bfb9190613a7e565b612c235760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610716565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612c75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c999190613a05565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101c6613185565b5f80516020613de58339815191528054600160401b810460ff1615906001600160401b03165f81158015612cfb5750825b90505f826001600160401b03166001148015612d165750303b155b905081158015612d24575080155b15612d425760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612d6c57845460ff60401b1916600160401b1785555b5f8087806020019051810190612d829190613c72565b91509150612d9182828b6131bd565b612d9b6002613302565b600280546001600160a01b0319166001600160a01b0392909216919091179055612dc56003613302565b600380546001600160a01b0319166001600160a01b0392909216919091179055612df563c0d33ff960e01b613399565b50508315610e7557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610e6c565b5f80516020613dc583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6004545f908190612eb2906001600160a01b0316613116565b600554909150612eca906001600160a01b0316613116565b60405163189acdbd60e31b81526001600160a01b0380831660048301529193509082169063c4d66de8906024015f604051808303815f87803b158015612f0e575f80fd5b505af1158015612f20573d5f803e3d5ffd5b50505050816001600160a01b031663485cc9558260055f9054906101000a90046001600160a01b03166001600160a01b0316638e5bc2936040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fa89190613a58565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044015f604051808303815f87803b158015612fed575f80fd5b505af1158015612fff573d5f803e3d5ffd5b505050505090565b6009545f908190613020906001600160a01b0316613116565b6008549091505f9061303a906001600160a01b0316613116565b6007549091505f90613054906001600160a01b0316613116565b60065490915061306c906001600160a01b0316613116565b9350836001600160a01b031663cc2a9a5b878585856130936001546001600160a01b031690565b6040516001600160e01b031960e088901b1681526001600160a01b03958616600482015293851660248501529184166044840152831660648301528216608482015290881660a482015260c4015f604051808303815f87803b1580156130f7575f80fd5b505af1158015613109573d5f803e3d5ffd5b5050505050505092915050565b5f763d602d80600a3d3981f3363d3d373d3d3d363d730000008260601b60e81c175f526e5af43d82803e903d91602b57fd5bf38260781b17602052603760095ff090506001600160a01b038116613180576040516330be1a3d60e21b815260040160405180910390fd5b919050565b5f80516020613de583398151915254600160401b900460ff166131bb57604051631afcd79f60e31b815260040160405180910390fd5b565b6131c5613185565b6131cd6133c5565b6001600160a01b038216156131ea576131e5826133d5565b613261565b5f6131f56002613302565b905061325f816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613236573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325a9190613a58565b6133d5565b505b6132dd83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132c59190613a05565b60085f8560405180602001604052805f8152506133e9565b6132ed634a531f3360e01b613399565b6132fd63daf9067160e01b613399565b505050565b5f6133156001546001600160a01b031690565b6001600160a01b031663d39e60438361332c61179b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561336f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133939190613a58565b92915050565b6133a1613185565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6133cd613185565b6131bb613484565b6133dd613185565b6133e6816134b2565b50565b6133f1613185565b6133fb86836134c3565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611d7f8382613cea565b61348c613185565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6134ba613185565b6133e681612e39565b6134cb613185565b6134d482613539565b6134dc613641565b6001600160a01b0381166135035760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020613da583398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613541613185565b806001600160a01b03163b5f036135765760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa9250505080156135f0575060408051601f3d908101601f191682019092526135ed91810190613a7e565b60015b6136185760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610716565b806118a75760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610716565b613649613185565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215613696575f80fd5b81356001600160e01b0319811681146136ad575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f606083015161372a608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261376e6101008401826136b4565b949350505050565b6001600160a01b03811681146133e6575f80fd5b5f6020828403121561379a575f80fd5b81356136ad81613776565b64ffffffffff811681146133e6575f80fd5b5f602082840312156137c7575f80fd5b81356136ad816137a5565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613808576138086137d2565b60405290565b604051601f8201601f191681016001600160401b0381118282101715613836576138366137d2565b604052919050565b5f6001600160401b03821115613856576138566137d2565b50601f01601f191660200190565b5f82601f830112613873575f80fd5b81356138866138818261383e565b61380e565b81815284602083860101111561389a575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156138c6575f80fd5b81356001600160401b038111156138db575f80fd5b61376e84828501613864565b5f80604083850312156138f8575f80fd5b823561390381613776565b915060208301356001600160401b0381111561391d575f80fd5b61392985828601613864565b9150509250929050565b6001600160601b03811681146133e6575f80fd5b5f8060408385031215613958575f80fd5b823561396381613776565b9150602083013561397381613933565b809150509250929050565b80151581146133e6575f80fd5b5f6020828403121561399b575f80fd5b81356136ad8161397e565b5f602082840312156139b6575f80fd5b5035919050565b5f602082840312156139cd575f80fd5b81356136ad81613933565b5f602082840312156139e8575f80fd5b815162ffffff811681146136ad575f80fd5b805161318081613933565b5f60208284031215613a15575f80fd5b81516136ad81613933565b600181811c90821680613a3457607f821691505b602082108103613a5257634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215613a68575f80fd5b81516136ad81613776565b80516131808161397e565b5f60208284031215613a8e575f80fd5b81516136ad8161397e565b60ff811681146133e6575f80fd5b805161318081613a99565b805161318081613776565b5f82601f830112613acc575f80fd5b8151613ada6138818261383e565b818152846020838601011115613aee575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215613b1a575f80fd5b81516001600160401b03811115613b2f575f80fd5b820160e08185031215613b40575f80fd5b613b486137e6565b613b51826139fa565b8152613b5f602083016139fa565b6020820152613b7060408301613aa7565b6040820152613b8160608301613a73565b6060820152613b9260808301613ab2565b6080820152613ba360a08301613ab2565b60a082015260c08201516001600160401b03811115613bc0575f80fd5b613bcc86828501613abd565b60c083015250949350505050565b6001600160a01b0392909216825260ff16602082015260400190565b5f60208284031215613c06575f80fd5b81516136ad81613a99565b6001600160401b03811681146133e6575f80fd5b5f60208284031215613c35575f80fd5b81516136ad81613c11565b5f60208284031215613c50575f80fd5b81516136ad816137a5565b5f60208284031215613c6b575f80fd5b5051919050565b5f8060408385031215613c83575f80fd5b8251613c8e81613776565b602084015190925061397381613776565b601f8211156132fd57805f5260205f20601f840160051c81016020851015613cc45750805b601f840160051c820191505b81811015613ce3575f8155600101613cd0565b5050505050565b81516001600160401b03811115613d0357613d036137d2565b613d1781613d118454613a20565b84613c9f565b6020601f821160018114613d49575f8315613d325750848201515b5f19600385901b1c1916600184901b178455613ce3565b5f84815260208120601f198516915b82811015613d785787850151825560209485019460019092019101613d58565b5084821015613d9557868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220c1e3bcc1701680cc60c429a663dedd21bdc1bf0b281d8f70cecf3f9531567fcd64736f6c634300081a0033",
611
843
  "linkReferences": {
612
- "contracts/types/Blocknumber.sol": {
613
- "BlocknumberLib": [
844
+ "contracts/staking/TargetManagerLib.sol": {
845
+ "TargetManagerLib": [
846
+ {
847
+ "length": 20,
848
+ "start": 7963
849
+ },
614
850
  {
615
851
  "length": 20,
616
- "start": 2957
852
+ "start": 8070
617
853
  }
618
854
  ]
619
855
  },
620
- "contracts/types/NftId.sol": {
856
+ "contracts/type/NftId.sol": {
621
857
  "NftIdLib": [
622
858
  {
623
859
  "length": 20,
624
- "start": 2373
860
+ "start": 1624
861
+ },
862
+ {
863
+ "length": 20,
864
+ "start": 2509
865
+ },
866
+ {
867
+ "length": 20,
868
+ "start": 6581
869
+ },
870
+ {
871
+ "length": 20,
872
+ "start": 7044
873
+ },
874
+ {
875
+ "length": 20,
876
+ "start": 9148
877
+ },
878
+ {
879
+ "length": 20,
880
+ "start": 10445
625
881
  },
626
882
  {
627
883
  "length": 20,
628
- "start": 3101
884
+ "start": 11219
629
885
  }
630
886
  ]
631
887
  },
632
- "contracts/types/Timestamp.sol": {
633
- "TimestampLib": [
888
+ "contracts/type/RoleId.sol": {
889
+ "RoleIdLib": [
634
890
  {
635
891
  "length": 20,
636
- "start": 4591
892
+ "start": 6120
637
893
  }
638
894
  ]
639
895
  },
640
- "contracts/types/Version.sol": {
896
+ "contracts/type/Version.sol": {
641
897
  "VersionLib": [
642
898
  {
643
899
  "length": 20,
644
- "start": 1848
900
+ "start": 1420
645
901
  },
646
902
  {
647
903
  "length": 20,
648
- "start": 3341
904
+ "start": 2973
649
905
  },
650
906
  {
651
907
  "length": 20,
652
- "start": 3836
908
+ "start": 3344
909
+ }
910
+ ],
911
+ "VersionPartLib": [
912
+ {
913
+ "length": 20,
914
+ "start": 6281
653
915
  }
654
916
  ]
655
917
  }
656
918
  },
657
919
  "deployedLinkReferences": {
658
- "contracts/types/Blocknumber.sol": {
659
- "BlocknumberLib": [
920
+ "contracts/staking/TargetManagerLib.sol": {
921
+ "TargetManagerLib": [
922
+ {
923
+ "length": 20,
924
+ "start": 7749
925
+ },
660
926
  {
661
927
  "length": 20,
662
- "start": 2656
928
+ "start": 7856
663
929
  }
664
930
  ]
665
931
  },
666
- "contracts/types/NftId.sol": {
932
+ "contracts/type/NftId.sol": {
667
933
  "NftIdLib": [
668
934
  {
669
935
  "length": 20,
670
- "start": 2072
936
+ "start": 1410
671
937
  },
672
938
  {
673
939
  "length": 20,
674
- "start": 2800
940
+ "start": 2295
941
+ },
942
+ {
943
+ "length": 20,
944
+ "start": 6367
945
+ },
946
+ {
947
+ "length": 20,
948
+ "start": 6830
949
+ },
950
+ {
951
+ "length": 20,
952
+ "start": 8934
953
+ },
954
+ {
955
+ "length": 20,
956
+ "start": 10231
957
+ },
958
+ {
959
+ "length": 20,
960
+ "start": 11005
675
961
  }
676
962
  ]
677
963
  },
678
- "contracts/types/Timestamp.sol": {
679
- "TimestampLib": [
964
+ "contracts/type/RoleId.sol": {
965
+ "RoleIdLib": [
680
966
  {
681
967
  "length": 20,
682
- "start": 4290
968
+ "start": 5906
683
969
  }
684
970
  ]
685
971
  },
686
- "contracts/types/Version.sol": {
972
+ "contracts/type/Version.sol": {
687
973
  "VersionLib": [
688
974
  {
689
975
  "length": 20,
690
- "start": 1547
976
+ "start": 1206
691
977
  },
692
978
  {
693
979
  "length": 20,
694
- "start": 3040
980
+ "start": 2759
695
981
  },
696
982
  {
697
983
  "length": 20,
698
- "start": 3535
984
+ "start": 3130
985
+ }
986
+ ],
987
+ "VersionPartLib": [
988
+ {
989
+ "length": 20,
990
+ "start": 6067
699
991
  }
700
992
  ]
701
993
  }