@etherisc/gif-next 0.0.2-eb13b47-989 → 0.0.2-eb4b6ab-521

Sign up to get free protection for your applications and to get access to all the features.
Files changed (727) hide show
  1. package/README.md +146 -22
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1341 -0
  10. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1434 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  19. package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/IAccessAdmin.sol/IAccessAdmin.json} +550 -540
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1322 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1016 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1501 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +860 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +915 -0
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1008 -0
  40. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  42. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1475 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2040 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  50. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1479 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +470 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1195 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1655 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +502 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2408 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +470 -0
  66. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  67. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  68. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  69. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +616 -246
  70. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +440 -161
  72. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/Instance.sol/Instance.json +378 -2982
  74. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1800 -0
  76. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
  78. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  79. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1630 -574
  80. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  81. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +532 -262
  82. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  83. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +389 -77
  84. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  85. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3718 -0
  86. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
  88. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  89. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  90. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  91. package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +31 -8
  92. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  93. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  94. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  96. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  97. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  98. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  100. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  101. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  102. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  103. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  104. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  105. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  106. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  107. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  108. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  109. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  110. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +959 -0
  112. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  114. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  116. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +774 -0
  118. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  119. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleService.sol/IOracleService.json} +347 -365
  120. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  121. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +875 -0
  122. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
  124. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  125. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
  126. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  127. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1252 -0
  128. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  129. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
  130. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  131. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1367 -0
  132. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  133. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +820 -0
  134. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  135. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +946 -0
  136. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  137. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +907 -0
  138. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  139. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1309 -0
  140. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  141. package/artifacts/contracts/pool/Pool.sol/Pool.json +1027 -0
  142. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  143. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1626 -0
  144. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  145. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +792 -0
  146. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  147. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +813 -0
  148. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +728 -0
  150. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  151. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1161 -0
  152. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  153. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  154. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  155. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1538 -0
  156. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  157. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +860 -0
  158. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  159. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IApplicationService.sol/IApplicationService.json} +287 -251
  160. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  161. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1082 -0
  162. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  163. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +968 -0
  164. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  165. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +602 -0
  166. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  167. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1018 -0
  168. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  169. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +172 -185
  170. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  171. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1320 -0
  172. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  173. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
  174. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  175. package/artifacts/contracts/product/PricingService.sol/PricingService.json +930 -0
  176. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  177. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
  178. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  179. package/artifacts/contracts/product/Product.sol/Product.json +1119 -0
  180. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  181. package/artifacts/contracts/product/RiskService.sol/RiskService.json +637 -0
  182. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  183. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +724 -0
  184. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  185. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  186. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  187. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +632 -168
  188. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  189. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +381 -210
  190. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  191. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  192. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  193. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
  194. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  195. package/artifacts/contracts/registry/Registry.sol/Registry.json +973 -200
  196. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  197. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1861 -0
  198. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  199. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +345 -337
  200. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  201. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +349 -122
  202. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  203. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1795 -0
  204. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  205. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  206. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  207. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1325 -0
  208. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  209. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  210. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  211. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  212. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  213. package/artifacts/contracts/shared/Component.sol/Component.json +707 -0
  214. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  215. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1597 -0
  216. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  217. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +824 -0
  218. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  219. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +188 -184
  220. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  221. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +541 -0
  222. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  223. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  224. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  225. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  226. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  228. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  229. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → shared/IComponent.sol/IComponent.json} +353 -167
  230. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  231. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1221 -0
  232. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  233. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +709 -0
  234. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  235. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
  236. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  237. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  238. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  239. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
  240. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  241. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  242. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  243. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +143 -15
  244. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  245. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  246. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  247. package/artifacts/contracts/shared/IService.sol/IService.json +137 -159
  248. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  249. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  250. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  251. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +797 -0
  252. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  253. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  254. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  255. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  256. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  257. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  258. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  259. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +81 -30
  260. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  261. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  262. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  263. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +159 -55
  264. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  265. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  266. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  267. package/artifacts/contracts/shared/Service.sol/Service.json +156 -171
  268. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  269. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
  270. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  271. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
  272. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  273. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  274. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  275. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1447 -0
  276. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  277. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1067 -0
  278. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  279. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  280. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  281. package/artifacts/contracts/staking/Staking.sol/Staking.json +1849 -0
  282. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  283. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  284. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  285. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +788 -0
  286. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  287. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  288. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1272 -0
  290. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +732 -0
  292. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  294. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  295. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  296. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  297. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  298. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  300. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  302. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  304. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  306. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  308. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  310. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  311. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  312. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  314. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  315. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  316. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  318. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  320. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  322. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  324. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +199 -0
  326. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  328. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  330. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  332. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  334. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  336. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  338. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  340. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  342. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  343. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  344. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  345. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +113 -0
  346. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  347. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  348. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  349. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  350. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  351. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  352. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  353. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  354. package/contracts/accounting/AccountingService.sol +262 -0
  355. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  356. package/contracts/accounting/IAccountingService.sol +45 -0
  357. package/contracts/authorization/AccessAdmin.sol +659 -0
  358. package/contracts/authorization/AccessManagerCloneable.sol +149 -0
  359. package/contracts/authorization/Authorization.sol +289 -0
  360. package/contracts/authorization/IAccess.sol +49 -0
  361. package/contracts/authorization/IAccessAdmin.sol +140 -0
  362. package/contracts/authorization/IAuthorization.sol +60 -0
  363. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  364. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  365. package/contracts/distribution/BasicDistribution.sol +139 -0
  366. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  367. package/contracts/distribution/Distribution.sol +287 -0
  368. package/contracts/distribution/DistributionService.sol +357 -0
  369. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  370. package/contracts/distribution/IDistributionComponent.sol +52 -0
  371. package/contracts/distribution/IDistributionService.sol +100 -0
  372. package/contracts/examples/fire/DamageLevel.sol +59 -0
  373. package/contracts/examples/fire/FirePool.sol +90 -0
  374. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  375. package/contracts/examples/fire/FireProduct.sol +438 -0
  376. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  377. package/contracts/examples/fire/FireUSD.sol +26 -0
  378. package/contracts/examples/unpermissioned/SimpleDistribution.sol +57 -0
  379. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  380. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  381. package/contracts/examples/unpermissioned/SimplePool.sol +107 -0
  382. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  383. package/contracts/examples/unpermissioned/SimpleProduct.sol +370 -0
  384. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  385. package/contracts/instance/BundleSet.sol +130 -0
  386. package/contracts/instance/IInstance.sol +55 -17
  387. package/contracts/instance/IInstanceService.sol +59 -17
  388. package/contracts/instance/Instance.sol +165 -372
  389. package/contracts/instance/InstanceAdmin.sol +326 -0
  390. package/contracts/instance/InstanceAuthorizationV3.sol +225 -0
  391. package/contracts/instance/InstanceReader.sol +379 -73
  392. package/contracts/instance/InstanceService.sol +352 -86
  393. package/contracts/instance/InstanceServiceManager.sol +14 -31
  394. package/contracts/instance/InstanceStore.sol +298 -0
  395. package/contracts/instance/RiskSet.sol +118 -0
  396. package/contracts/instance/base/BalanceStore.sol +123 -0
  397. package/contracts/instance/base/Cloneable.sol +28 -0
  398. package/contracts/instance/base/ObjectCounter.sol +20 -0
  399. package/contracts/instance/base/ObjectLifecycle.sol +113 -0
  400. package/contracts/instance/base/ObjectSet.sol +77 -0
  401. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  402. package/contracts/instance/module/IAccess.sol +29 -21
  403. package/contracts/instance/module/IBundle.sol +8 -7
  404. package/contracts/instance/module/IComponents.sol +51 -0
  405. package/contracts/instance/module/IDistribution.sol +6 -4
  406. package/contracts/instance/module/IPolicy.sol +59 -19
  407. package/contracts/instance/module/IRisk.sol +4 -1
  408. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  409. package/contracts/oracle/BasicOracle.sol +47 -0
  410. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  411. package/contracts/oracle/IOracle.sol +36 -0
  412. package/contracts/oracle/IOracleComponent.sol +33 -0
  413. package/contracts/oracle/IOracleService.sol +66 -0
  414. package/contracts/oracle/Oracle.sol +156 -0
  415. package/contracts/oracle/OracleService.sol +310 -0
  416. package/contracts/oracle/OracleServiceManager.sol +39 -0
  417. package/contracts/pool/BasicPool.sol +175 -0
  418. package/contracts/pool/BasicPoolAuthorization.sol +68 -0
  419. package/contracts/pool/BundleService.sol +425 -0
  420. package/contracts/pool/BundleServiceManager.sol +39 -0
  421. package/contracts/pool/IBundleService.sol +121 -0
  422. package/contracts/pool/IPoolComponent.sol +62 -0
  423. package/contracts/pool/IPoolService.sol +153 -0
  424. package/contracts/pool/Pool.sol +345 -0
  425. package/contracts/pool/PoolService.sol +615 -0
  426. package/contracts/pool/PoolServiceManager.sol +39 -0
  427. package/contracts/product/ApplicationService.sol +259 -0
  428. package/contracts/product/ApplicationServiceManager.sol +38 -0
  429. package/contracts/product/BasicProduct.sol +51 -0
  430. package/contracts/product/BasicProductAuthorization.sol +41 -0
  431. package/contracts/product/ClaimService.sol +708 -0
  432. package/contracts/product/ClaimServiceManager.sol +38 -0
  433. package/contracts/product/IApplicationService.sol +66 -0
  434. package/contracts/product/IClaimService.sol +136 -0
  435. package/contracts/product/IPolicyService.sol +90 -0
  436. package/contracts/product/IPricingService.sol +39 -0
  437. package/contracts/product/IProductComponent.sol +62 -0
  438. package/contracts/product/IRiskService.sol +33 -0
  439. package/contracts/product/PolicyService.sol +736 -0
  440. package/contracts/product/PolicyServiceManager.sol +39 -0
  441. package/contracts/product/PricingService.sol +304 -0
  442. package/contracts/product/PricingServiceManager.sol +39 -0
  443. package/contracts/product/Product.sol +463 -0
  444. package/contracts/product/RiskService.sol +151 -0
  445. package/contracts/product/RiskServiceManager.sol +39 -0
  446. package/contracts/registry/ChainNft.sol +82 -35
  447. package/contracts/registry/IRegistry.sol +122 -48
  448. package/contracts/registry/IRegistryService.sol +44 -17
  449. package/contracts/registry/IRelease.sol +26 -0
  450. package/contracts/registry/ITransferInterceptor.sol +1 -1
  451. package/contracts/registry/Registry.sol +546 -288
  452. package/contracts/registry/RegistryAdmin.sol +344 -0
  453. package/contracts/registry/RegistryService.sol +123 -326
  454. package/contracts/registry/RegistryServiceManager.sol +27 -38
  455. package/contracts/registry/ReleaseAdmin.sol +245 -0
  456. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  457. package/contracts/registry/ReleaseRegistry.sol +511 -0
  458. package/contracts/registry/ServiceAuthorizationV3.sol +242 -0
  459. package/contracts/registry/TokenRegistry.sol +313 -0
  460. package/contracts/shared/Component.sol +226 -0
  461. package/contracts/shared/ComponentService.sol +700 -0
  462. package/contracts/shared/ComponentServiceManager.sol +38 -0
  463. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  464. package/contracts/shared/ContractLib.sol +252 -0
  465. package/contracts/shared/IComponent.sol +61 -0
  466. package/contracts/shared/IComponentService.sol +116 -0
  467. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  468. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  469. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  470. package/contracts/shared/INftOwnable.sol +15 -12
  471. package/contracts/shared/IPolicyHolder.sol +35 -0
  472. package/contracts/shared/IRegisterable.sol +25 -5
  473. package/contracts/shared/IRegistryLinked.sol +11 -0
  474. package/contracts/shared/IService.sol +13 -5
  475. package/contracts/shared/InitializableERC165.sol +27 -0
  476. package/contracts/shared/InstanceLinkedComponent.sol +197 -0
  477. package/contracts/shared/KeyValueStore.sol +131 -0
  478. package/contracts/shared/Lifecycle.sol +88 -0
  479. package/contracts/shared/NftIdSet.sol +65 -0
  480. package/contracts/shared/NftOwnable.sol +75 -84
  481. package/contracts/shared/PolicyHolder.sol +62 -0
  482. package/contracts/shared/Registerable.sol +57 -37
  483. package/contracts/shared/RegistryLinked.sol +38 -0
  484. package/contracts/shared/Service.sol +44 -33
  485. package/contracts/shared/TokenHandler.sol +374 -12
  486. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  487. package/contracts/staking/IStaking.sol +173 -0
  488. package/contracts/staking/IStakingService.sol +157 -0
  489. package/contracts/staking/StakeManagerLib.sol +224 -0
  490. package/contracts/staking/Staking.sol +526 -0
  491. package/contracts/staking/StakingLifecycle.sol +23 -0
  492. package/contracts/staking/StakingManager.sol +52 -0
  493. package/contracts/staking/StakingReader.sol +190 -0
  494. package/contracts/staking/StakingService.sol +439 -0
  495. package/contracts/staking/StakingServiceManager.sol +44 -0
  496. package/contracts/staking/StakingStore.sol +605 -0
  497. package/contracts/staking/TargetManagerLib.sol +211 -0
  498. package/contracts/{types → type}/AddressSet.sol +1 -1
  499. package/contracts/type/Amount.sol +150 -0
  500. package/contracts/{types → type}/Blocknumber.sol +27 -3
  501. package/contracts/type/ClaimId.sol +80 -0
  502. package/contracts/{types → type}/DistributorType.sol +2 -2
  503. package/contracts/{types → type}/Fee.sol +33 -23
  504. package/contracts/{types → type}/Key32.sol +2 -2
  505. package/contracts/type/Key32Set.sol +62 -0
  506. package/contracts/{types → type}/NftId.sol +28 -15
  507. package/contracts/type/NftIdSet.sol +62 -0
  508. package/contracts/type/ObjectType.sol +290 -0
  509. package/contracts/type/PayoutId.sol +82 -0
  510. package/contracts/{types → type}/Referral.sol +6 -1
  511. package/contracts/type/RequestId.sol +75 -0
  512. package/contracts/type/RiskId.sol +74 -0
  513. package/contracts/type/RoleId.sol +165 -0
  514. package/contracts/type/Seconds.sol +101 -0
  515. package/contracts/type/Selector.sol +102 -0
  516. package/contracts/{types → type}/StateId.sol +52 -4
  517. package/contracts/type/String.sol +53 -0
  518. package/contracts/{types → type}/Timestamp.sol +33 -19
  519. package/contracts/{types → type}/UFixed.sol +41 -121
  520. package/contracts/{types → type}/Version.sol +20 -7
  521. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  522. package/contracts/upgradeability/ProxyManager.sol +232 -0
  523. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  524. package/contracts/upgradeability/Versionable.sol +59 -0
  525. package/package.json +11 -7
  526. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  527. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -314
  528. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  529. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -610
  530. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  531. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -267
  532. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  533. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  534. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  535. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  536. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  537. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  538. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  539. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -774
  540. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  541. package/artifacts/contracts/components/Product.sol/Product.json +0 -754
  542. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  543. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  544. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  545. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  546. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  547. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  548. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  549. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  550. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  551. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  552. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  553. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  554. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  555. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  556. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  557. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  558. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  559. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  560. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  561. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  562. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  563. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  564. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  565. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  566. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  567. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  568. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  569. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  570. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  571. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  572. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  573. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  574. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  575. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  576. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  577. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  578. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  579. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  580. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  581. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  582. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  583. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  584. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  585. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  586. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -930
  587. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  588. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  589. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  590. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  591. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  592. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  593. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  594. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  595. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  596. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  597. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  598. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  599. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  600. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  601. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  602. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  603. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  604. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  605. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  606. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  607. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  608. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  609. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  610. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  611. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  612. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  613. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
  614. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  615. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  616. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  617. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  618. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  619. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  620. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  621. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  622. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  623. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  624. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  625. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  626. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  627. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  628. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  629. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  630. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  631. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  632. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  633. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  634. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  635. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  636. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  637. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  638. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  639. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  640. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  641. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  642. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  643. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  644. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  645. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  646. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  648. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  649. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  650. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  652. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  653. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  654. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  656. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  657. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  658. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  659. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  660. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  661. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  662. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  663. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  664. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  665. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  666. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  667. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  668. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  669. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  670. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  671. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  672. package/contracts/components/BaseComponent.sol +0 -86
  673. package/contracts/components/Distribution.sol +0 -166
  674. package/contracts/components/IBaseComponent.sol +0 -24
  675. package/contracts/components/IDistributionComponent.sol +0 -43
  676. package/contracts/components/IPoolComponent.sol +0 -62
  677. package/contracts/components/IProductComponent.sol +0 -35
  678. package/contracts/components/Pool.sol +0 -259
  679. package/contracts/components/Product.sol +0 -297
  680. package/contracts/experiment/cloning/Cloner.sol +0 -47
  681. package/contracts/experiment/errors/Require.sol +0 -38
  682. package/contracts/experiment/errors/Revert.sol +0 -44
  683. package/contracts/experiment/inheritance/A.sol +0 -53
  684. package/contracts/experiment/inheritance/B.sol +0 -28
  685. package/contracts/experiment/inheritance/C.sol +0 -34
  686. package/contracts/experiment/inheritance/IA.sol +0 -13
  687. package/contracts/experiment/inheritance/IB.sol +0 -10
  688. package/contracts/experiment/inheritance/IC.sol +0 -12
  689. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  690. package/contracts/experiment/statemachine/ISM.sol +0 -25
  691. package/contracts/experiment/statemachine/SM.sol +0 -57
  692. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  693. package/contracts/experiment/types/TypeA.sol +0 -47
  694. package/contracts/experiment/types/TypeB.sol +0 -29
  695. package/contracts/instance/AccessManagedSimple.sol +0 -122
  696. package/contracts/instance/AccessManagerSimple.sol +0 -692
  697. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  698. package/contracts/instance/InstanceAccessManager.sol +0 -288
  699. package/contracts/instance/base/ComponentServiceBase.sol +0 -49
  700. package/contracts/instance/base/IInstanceBase.sol +0 -23
  701. package/contracts/instance/base/KeyValueStore.sol +0 -172
  702. package/contracts/instance/base/Lifecycle.sol +0 -100
  703. package/contracts/instance/module/ISetup.sol +0 -43
  704. package/contracts/instance/module/ITreasury.sol +0 -23
  705. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  706. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  707. package/contracts/instance/service/IDistributionService.sol +0 -12
  708. package/contracts/instance/service/IPoolService.sol +0 -37
  709. package/contracts/instance/service/IProductService.sol +0 -107
  710. package/contracts/shared/ContractDeployerLib.sol +0 -72
  711. package/contracts/shared/ERC165.sol +0 -21
  712. package/contracts/shared/ProxyManager.sol +0 -94
  713. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  714. package/contracts/shared/Versionable.sol +0 -147
  715. package/contracts/test/TestFee.sol +0 -25
  716. package/contracts/test/TestRegisterable.sol +0 -18
  717. package/contracts/test/TestRoleId.sol +0 -14
  718. package/contracts/test/TestService.sol +0 -24
  719. package/contracts/test/TestToken.sol +0 -26
  720. package/contracts/test/TestVersion.sol +0 -44
  721. package/contracts/test/TestVersionable.sol +0 -17
  722. package/contracts/types/ChainId.sol +0 -38
  723. package/contracts/types/NftIdSet.sol +0 -60
  724. package/contracts/types/NumberId.sol +0 -52
  725. package/contracts/types/ObjectType.sol +0 -152
  726. package/contracts/types/RiskId.sol +0 -43
  727. package/contracts/types/RoleId.sol +0 -82
@@ -45,16 +45,22 @@
45
45
  "inputs": [
46
46
  {
47
47
  "internalType": "address",
48
- "name": "registry",
48
+ "name": "authority",
49
49
  "type": "address"
50
- },
50
+ }
51
+ ],
52
+ "name": "ErrorAuthorityInvalid",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
51
57
  {
52
58
  "internalType": "NftId",
53
59
  "name": "nftId",
54
60
  "type": "uint96"
55
61
  }
56
62
  ],
57
- "name": "ErrorAlreadyLinked",
63
+ "name": "ErrorNftOwnableAlreadyLinked",
58
64
  "type": "error"
59
65
  },
60
66
  {
@@ -65,29 +71,39 @@
65
71
  "type": "address"
66
72
  }
67
73
  ],
68
- "name": "ErrorContractNotRegistered",
74
+ "name": "ErrorNftOwnableContractNotRegistered",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [],
79
+ "name": "ErrorNftOwnableInitialOwnerZero",
69
80
  "type": "error"
70
81
  },
71
82
  {
72
83
  "inputs": [
73
84
  {
74
- "internalType": "address",
75
- "name": "account",
76
- "type": "address"
85
+ "internalType": "NftId",
86
+ "name": "nftId",
87
+ "type": "uint96"
88
+ },
89
+ {
90
+ "internalType": "ObjectType",
91
+ "name": "expectedObjectType",
92
+ "type": "uint8"
77
93
  }
78
94
  ],
79
- "name": "ErrorNotOwner",
95
+ "name": "ErrorNftOwnableInvalidType",
80
96
  "type": "error"
81
97
  },
82
98
  {
83
99
  "inputs": [
84
100
  {
85
101
  "internalType": "address",
86
- "name": "registryAddress",
102
+ "name": "account",
87
103
  "type": "address"
88
104
  }
89
105
  ],
90
- "name": "ErrorNotRegistry",
106
+ "name": "ErrorNftOwnableNotOwner",
91
107
  "type": "error"
92
108
  },
93
109
  {
@@ -98,125 +114,232 @@
98
114
  "type": "address"
99
115
  }
100
116
  ],
101
- "name": "ErrorRegisterableNotRegistry",
117
+ "name": "ErrorNotRegistry",
102
118
  "type": "error"
103
119
  },
104
120
  {
105
121
  "inputs": [],
106
- "name": "ErrorRegistryAddressZero",
122
+ "name": "ErrorRegisterableNotActive",
107
123
  "type": "error"
108
124
  },
109
125
  {
110
126
  "inputs": [
111
127
  {
112
128
  "internalType": "address",
113
- "name": "registry",
129
+ "name": "registerableAddress",
114
130
  "type": "address"
115
131
  }
116
132
  ],
117
- "name": "ErrorRegistryAlreadyInitialized",
133
+ "name": "ErrorRegistryServiceInvalidAddress",
118
134
  "type": "error"
119
135
  },
120
136
  {
121
- "inputs": [],
122
- "name": "ErrorRegistryNotInitialized",
137
+ "inputs": [
138
+ {
139
+ "internalType": "address",
140
+ "name": "initialOwner",
141
+ "type": "address"
142
+ }
143
+ ],
144
+ "name": "ErrorRegistryServiceInvalidInitialOwner",
123
145
  "type": "error"
124
146
  },
125
147
  {
126
148
  "inputs": [
127
149
  {
128
150
  "internalType": "address",
129
- "name": "registerableAddress",
151
+ "name": "notComponent",
130
152
  "type": "address"
131
153
  }
132
154
  ],
133
- "name": "InvalidAddress",
155
+ "name": "ErrorRegistryServiceNotComponent",
134
156
  "type": "error"
135
157
  },
136
158
  {
137
159
  "inputs": [
138
160
  {
139
161
  "internalType": "address",
140
- "name": "initialOwner",
162
+ "name": "notInstance",
141
163
  "type": "address"
142
164
  }
143
165
  ],
144
- "name": "InvalidInitialOwner",
166
+ "name": "ErrorRegistryServiceNotInstance",
145
167
  "type": "error"
146
168
  },
147
169
  {
148
- "inputs": [],
149
- "name": "InvalidInitialization",
170
+ "inputs": [
171
+ {
172
+ "internalType": "address",
173
+ "name": "notProduct",
174
+ "type": "address"
175
+ }
176
+ ],
177
+ "name": "ErrorRegistryServiceNotProduct",
150
178
  "type": "error"
151
179
  },
152
180
  {
153
- "inputs": [],
154
- "name": "NotDistribution",
181
+ "inputs": [
182
+ {
183
+ "internalType": "address",
184
+ "name": "notProductLinkedComponent",
185
+ "type": "address"
186
+ }
187
+ ],
188
+ "name": "ErrorRegistryServiceNotProductLinkedComponent",
155
189
  "type": "error"
156
190
  },
157
191
  {
158
192
  "inputs": [],
159
- "name": "NotInitializing",
193
+ "name": "ErrorRegistryServiceNotRegistryOwner",
160
194
  "type": "error"
161
195
  },
162
196
  {
163
- "inputs": [],
164
- "name": "NotInstance",
197
+ "inputs": [
198
+ {
199
+ "internalType": "address",
200
+ "name": "notService",
201
+ "type": "address"
202
+ }
203
+ ],
204
+ "name": "ErrorRegistryServiceNotService",
165
205
  "type": "error"
166
206
  },
167
207
  {
168
- "inputs": [],
169
- "name": "NotPool",
208
+ "inputs": [
209
+ {
210
+ "internalType": "ObjectType",
211
+ "name": "objectType",
212
+ "type": "uint8"
213
+ }
214
+ ],
215
+ "name": "ErrorRegistryServiceObjectAddressNotZero",
170
216
  "type": "error"
171
217
  },
172
218
  {
173
- "inputs": [],
174
- "name": "NotProduct",
219
+ "inputs": [
220
+ {
221
+ "internalType": "ObjectType",
222
+ "name": "objectType",
223
+ "type": "uint8"
224
+ },
225
+ {
226
+ "internalType": "address",
227
+ "name": "owner",
228
+ "type": "address"
229
+ }
230
+ ],
231
+ "name": "ErrorRegistryServiceObjectOwnerRegistered",
175
232
  "type": "error"
176
233
  },
177
234
  {
178
235
  "inputs": [
179
236
  {
180
- "internalType": "address",
181
- "name": "expectedOwner",
182
- "type": "address"
237
+ "internalType": "ObjectType",
238
+ "name": "objectType",
239
+ "type": "uint8"
183
240
  }
184
241
  ],
185
- "name": "NotRegisterableOwner",
242
+ "name": "ErrorRegistryServiceObjectOwnerZero",
186
243
  "type": "error"
187
244
  },
188
245
  {
189
- "inputs": [],
190
- "name": "NotRegistryOwner",
246
+ "inputs": [
247
+ {
248
+ "internalType": "ObjectType",
249
+ "name": "expected",
250
+ "type": "uint8"
251
+ },
252
+ {
253
+ "internalType": "ObjectType",
254
+ "name": "found",
255
+ "type": "uint8"
256
+ }
257
+ ],
258
+ "name": "ErrorRegistryServiceObjectTypeInvalid",
191
259
  "type": "error"
192
260
  },
193
261
  {
194
- "inputs": [],
195
- "name": "NotService",
262
+ "inputs": [
263
+ {
264
+ "internalType": "contract IRegisterable",
265
+ "name": "registerable",
266
+ "type": "address"
267
+ },
268
+ {
269
+ "internalType": "address",
270
+ "name": "found",
271
+ "type": "address"
272
+ }
273
+ ],
274
+ "name": "ErrorRegistryServiceRegisterableAddressInvalid",
196
275
  "type": "error"
197
276
  },
198
277
  {
199
- "inputs": [],
200
- "name": "NotToken",
278
+ "inputs": [
279
+ {
280
+ "internalType": "contract IRegisterable",
281
+ "name": "registerable",
282
+ "type": "address"
283
+ },
284
+ {
285
+ "internalType": "address",
286
+ "name": "expected",
287
+ "type": "address"
288
+ },
289
+ {
290
+ "internalType": "address",
291
+ "name": "found",
292
+ "type": "address"
293
+ }
294
+ ],
295
+ "name": "ErrorRegistryServiceRegisterableOwnerInvalid",
201
296
  "type": "error"
202
297
  },
203
298
  {
204
- "inputs": [],
205
- "name": "RegisterableOwnerIsRegistered",
299
+ "inputs": [
300
+ {
301
+ "internalType": "contract IRegisterable",
302
+ "name": "registerable",
303
+ "type": "address"
304
+ },
305
+ {
306
+ "internalType": "address",
307
+ "name": "owner",
308
+ "type": "address"
309
+ }
310
+ ],
311
+ "name": "ErrorRegistryServiceRegisterableOwnerRegistered",
206
312
  "type": "error"
207
313
  },
208
314
  {
209
- "inputs": [],
210
- "name": "RegisterableOwnerIsZero",
315
+ "inputs": [
316
+ {
317
+ "internalType": "contract IRegisterable",
318
+ "name": "registerable",
319
+ "type": "address"
320
+ }
321
+ ],
322
+ "name": "ErrorRegistryServiceRegisterableOwnerZero",
211
323
  "type": "error"
212
324
  },
213
325
  {
214
- "inputs": [],
215
- "name": "SelfRegistration",
326
+ "inputs": [
327
+ {
328
+ "internalType": "contract IRegisterable",
329
+ "name": "registerable",
330
+ "type": "address"
331
+ }
332
+ ],
333
+ "name": "ErrorRegistryServiceRegisterableSelfRegistration",
216
334
  "type": "error"
217
335
  },
218
336
  {
219
337
  "inputs": [
338
+ {
339
+ "internalType": "contract IRegisterable",
340
+ "name": "registerable",
341
+ "type": "address"
342
+ },
220
343
  {
221
344
  "internalType": "ObjectType",
222
345
  "name": "expected",
@@ -228,7 +351,22 @@
228
351
  "type": "uint8"
229
352
  }
230
353
  ],
231
- "name": "UnexpectedRegisterableType",
354
+ "name": "ErrorRegistryServiceRegisterableTypeInvalid",
355
+ "type": "error"
356
+ },
357
+ {
358
+ "inputs": [],
359
+ "name": "InvalidInitialization",
360
+ "type": "error"
361
+ },
362
+ {
363
+ "inputs": [],
364
+ "name": "NotInitializing",
365
+ "type": "error"
366
+ },
367
+ {
368
+ "inputs": [],
369
+ "name": "ReentrancyGuardReentrantCall",
232
370
  "type": "error"
233
371
  },
234
372
  {
@@ -257,39 +395,14 @@
257
395
  "name": "Initialized",
258
396
  "type": "event"
259
397
  },
260
- {
261
- "anonymous": false,
262
- "inputs": [
263
- {
264
- "indexed": false,
265
- "internalType": "Version",
266
- "name": "version",
267
- "type": "uint24"
268
- },
269
- {
270
- "indexed": false,
271
- "internalType": "address",
272
- "name": "implementation",
273
- "type": "address"
274
- },
275
- {
276
- "indexed": false,
277
- "internalType": "address",
278
- "name": "activatedBy",
279
- "type": "address"
280
- }
281
- ],
282
- "name": "LogVersionableInitialized",
283
- "type": "event"
284
- },
285
398
  {
286
399
  "inputs": [],
287
- "name": "NAME",
400
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
288
401
  "outputs": [
289
402
  {
290
- "internalType": "string",
403
+ "internalType": "bytes32",
291
404
  "name": "",
292
- "type": "string"
405
+ "type": "bytes32"
293
406
  }
294
407
  ],
295
408
  "stateMutability": "view",
@@ -297,12 +410,12 @@
297
410
  },
298
411
  {
299
412
  "inputs": [],
300
- "name": "NFT_LOCK_ADDRESS",
413
+ "name": "REGISTERABLE_LOCATION_V1",
301
414
  "outputs": [
302
415
  {
303
- "internalType": "address",
416
+ "internalType": "bytes32",
304
417
  "name": "",
305
- "type": "address"
418
+ "type": "bytes32"
306
419
  }
307
420
  ],
308
421
  "stateMutability": "view",
@@ -310,7 +423,7 @@
310
423
  },
311
424
  {
312
425
  "inputs": [],
313
- "name": "REGISTERABLE_LOCATION_V1",
426
+ "name": "REGISTRY_CREATION_CODE_HASH",
314
427
  "outputs": [
315
428
  {
316
429
  "internalType": "bytes32",
@@ -323,12 +436,12 @@
323
436
  },
324
437
  {
325
438
  "inputs": [],
326
- "name": "REGISTRY_CREATION_CODE_HASH",
439
+ "name": "authority",
327
440
  "outputs": [
328
441
  {
329
- "internalType": "bytes32",
442
+ "internalType": "address",
330
443
  "name": "",
331
- "type": "bytes32"
444
+ "type": "address"
332
445
  }
333
446
  ],
334
447
  "stateMutability": "view",
@@ -336,15 +449,15 @@
336
449
  },
337
450
  {
338
451
  "inputs": [],
339
- "name": "authority",
452
+ "name": "getDomain",
340
453
  "outputs": [
341
454
  {
342
- "internalType": "address",
343
- "name": "",
344
- "type": "address"
455
+ "internalType": "ObjectType",
456
+ "name": "serviceDomain",
457
+ "type": "uint8"
345
458
  }
346
459
  ],
347
- "stateMutability": "view",
460
+ "stateMutability": "pure",
348
461
  "type": "function"
349
462
  },
350
463
  {
@@ -390,57 +503,13 @@
390
503
  }
391
504
  ],
392
505
  "internalType": "struct IRegistry.ObjectInfo",
393
- "name": "",
506
+ "name": "info",
394
507
  "type": "tuple"
395
- },
396
- {
397
- "internalType": "bytes",
398
- "name": "data",
399
- "type": "bytes"
400
- }
401
- ],
402
- "stateMutability": "view",
403
- "type": "function"
404
- },
405
- {
406
- "inputs": [],
407
- "name": "getInitializedVersion",
408
- "outputs": [
409
- {
410
- "internalType": "uint64",
411
- "name": "",
412
- "type": "uint64"
413
- }
414
- ],
415
- "stateMutability": "view",
416
- "type": "function"
417
- },
418
- {
419
- "inputs": [],
420
- "name": "getMajorVersion",
421
- "outputs": [
422
- {
423
- "internalType": "VersionPart",
424
- "name": "majorVersion",
425
- "type": "uint8"
426
508
  }
427
509
  ],
428
510
  "stateMutability": "view",
429
511
  "type": "function"
430
512
  },
431
- {
432
- "inputs": [],
433
- "name": "getName",
434
- "outputs": [
435
- {
436
- "internalType": "string",
437
- "name": "",
438
- "type": "string"
439
- }
440
- ],
441
- "stateMutability": "pure",
442
- "type": "function"
443
- },
444
513
  {
445
514
  "inputs": [],
446
515
  "name": "getNftId",
@@ -482,31 +551,12 @@
482
551
  },
483
552
  {
484
553
  "inputs": [],
485
- "name": "getVersion",
486
- "outputs": [
487
- {
488
- "internalType": "Version",
489
- "name": "",
490
- "type": "uint24"
491
- }
492
- ],
493
- "stateMutability": "pure",
494
- "type": "function"
495
- },
496
- {
497
- "inputs": [
498
- {
499
- "internalType": "uint256",
500
- "name": "idx",
501
- "type": "uint256"
502
- }
503
- ],
504
- "name": "getVersion",
554
+ "name": "getRelease",
505
555
  "outputs": [
506
556
  {
507
- "internalType": "Version",
508
- "name": "",
509
- "type": "uint24"
557
+ "internalType": "VersionPart",
558
+ "name": "release",
559
+ "type": "uint8"
510
560
  }
511
561
  ],
512
562
  "stateMutability": "view",
@@ -514,70 +564,32 @@
514
564
  },
515
565
  {
516
566
  "inputs": [],
517
- "name": "getVersionCount",
567
+ "name": "getRoleId",
518
568
  "outputs": [
519
569
  {
520
- "internalType": "uint256",
521
- "name": "",
522
- "type": "uint256"
570
+ "internalType": "RoleId",
571
+ "name": "serviceRoleId",
572
+ "type": "uint64"
523
573
  }
524
574
  ],
525
575
  "stateMutability": "view",
526
576
  "type": "function"
527
577
  },
528
578
  {
529
- "inputs": [
530
- {
531
- "internalType": "Version",
532
- "name": "_version",
533
- "type": "uint24"
534
- }
535
- ],
536
- "name": "getVersionInfo",
579
+ "inputs": [],
580
+ "name": "getVersion",
537
581
  "outputs": [
538
582
  {
539
- "components": [
540
- {
541
- "internalType": "Version",
542
- "name": "version",
543
- "type": "uint24"
544
- },
545
- {
546
- "internalType": "address",
547
- "name": "implementation",
548
- "type": "address"
549
- },
550
- {
551
- "internalType": "address",
552
- "name": "activatedBy",
553
- "type": "address"
554
- },
555
- {
556
- "internalType": "Timestamp",
557
- "name": "activatedAt",
558
- "type": "uint40"
559
- },
560
- {
561
- "internalType": "Blocknumber",
562
- "name": "activatedIn",
563
- "type": "uint32"
564
- }
565
- ],
566
- "internalType": "struct IVersionable.VersionInfo",
583
+ "internalType": "Version",
567
584
  "name": "",
568
- "type": "tuple"
585
+ "type": "uint24"
569
586
  }
570
587
  ],
571
- "stateMutability": "view",
588
+ "stateMutability": "pure",
572
589
  "type": "function"
573
590
  },
574
591
  {
575
592
  "inputs": [
576
- {
577
- "internalType": "address",
578
- "name": "implementation",
579
- "type": "address"
580
- },
581
593
  {
582
594
  "internalType": "address",
583
595
  "name": "activatedBy",
@@ -589,38 +601,32 @@
589
601
  "type": "bytes"
590
602
  }
591
603
  ],
592
- "name": "initialize",
604
+ "name": "initializeVersionable",
593
605
  "outputs": [],
594
606
  "stateMutability": "nonpayable",
595
607
  "type": "function"
596
608
  },
597
609
  {
598
610
  "inputs": [],
599
- "name": "isConsumingScheduledOp",
611
+ "name": "isActive",
600
612
  "outputs": [
601
613
  {
602
- "internalType": "bytes4",
603
- "name": "",
604
- "type": "bytes4"
614
+ "internalType": "bool",
615
+ "name": "active",
616
+ "type": "bool"
605
617
  }
606
618
  ],
607
619
  "stateMutability": "view",
608
620
  "type": "function"
609
621
  },
610
622
  {
611
- "inputs": [
612
- {
613
- "internalType": "Version",
614
- "name": "_version",
615
- "type": "uint24"
616
- }
617
- ],
618
- "name": "isInitialized",
623
+ "inputs": [],
624
+ "name": "isConsumingScheduledOp",
619
625
  "outputs": [
620
626
  {
621
- "internalType": "bool",
627
+ "internalType": "bytes4",
622
628
  "name": "",
623
- "type": "bool"
629
+ "type": "bytes4"
624
630
  }
625
631
  ],
626
632
  "stateMutability": "view",
@@ -629,7 +635,13 @@
629
635
  {
630
636
  "inputs": [],
631
637
  "name": "linkToRegisteredNftId",
632
- "outputs": [],
638
+ "outputs": [
639
+ {
640
+ "internalType": "NftId",
641
+ "name": "nftId",
642
+ "type": "uint96"
643
+ }
644
+ ],
633
645
  "stateMutability": "nonpayable",
634
646
  "type": "function"
635
647
  },
@@ -691,19 +703,6 @@
691
703
  },
692
704
  {
693
705
  "inputs": [
694
- {
695
- "internalType": "contract IBaseComponent",
696
- "name": "distribution",
697
- "type": "address"
698
- },
699
- {
700
- "internalType": "address",
701
- "name": "owner",
702
- "type": "address"
703
- }
704
- ],
705
- "name": "registerDistribution",
706
- "outputs": [
707
706
  {
708
707
  "components": [
709
708
  {
@@ -745,11 +744,14 @@
745
744
  "internalType": "struct IRegistry.ObjectInfo",
746
745
  "name": "info",
747
746
  "type": "tuple"
748
- },
747
+ }
748
+ ],
749
+ "name": "registerDistributor",
750
+ "outputs": [
749
751
  {
750
- "internalType": "bytes",
751
- "name": "data",
752
- "type": "bytes"
752
+ "internalType": "NftId",
753
+ "name": "nftId",
754
+ "type": "uint96"
753
755
  }
754
756
  ],
755
757
  "stateMutability": "nonpayable",
@@ -761,6 +763,11 @@
761
763
  "internalType": "contract IRegisterable",
762
764
  "name": "instance",
763
765
  "type": "address"
766
+ },
767
+ {
768
+ "internalType": "address",
769
+ "name": "owner",
770
+ "type": "address"
764
771
  }
765
772
  ],
766
773
  "name": "registerInstance",
@@ -806,11 +813,6 @@
806
813
  "internalType": "struct IRegistry.ObjectInfo",
807
814
  "name": "info",
808
815
  "type": "tuple"
809
- },
810
- {
811
- "internalType": "bytes",
812
- "name": "data",
813
- "type": "bytes"
814
816
  }
815
817
  ],
816
818
  "stateMutability": "nonpayable",
@@ -875,17 +877,17 @@
875
877
  {
876
878
  "inputs": [
877
879
  {
878
- "internalType": "contract IBaseComponent",
879
- "name": "pool",
880
+ "internalType": "contract IComponent",
881
+ "name": "product",
880
882
  "type": "address"
881
883
  },
882
884
  {
883
885
  "internalType": "address",
884
- "name": "owner",
886
+ "name": "initialOwner",
885
887
  "type": "address"
886
888
  }
887
889
  ],
888
- "name": "registerPool",
890
+ "name": "registerProduct",
889
891
  "outputs": [
890
892
  {
891
893
  "components": [
@@ -928,11 +930,6 @@
928
930
  "internalType": "struct IRegistry.ObjectInfo",
929
931
  "name": "info",
930
932
  "type": "tuple"
931
- },
932
- {
933
- "internalType": "bytes",
934
- "name": "data",
935
- "type": "bytes"
936
933
  }
937
934
  ],
938
935
  "stateMutability": "nonpayable",
@@ -941,17 +938,22 @@
941
938
  {
942
939
  "inputs": [
943
940
  {
944
- "internalType": "contract IBaseComponent",
945
- "name": "product",
941
+ "internalType": "contract IComponent",
942
+ "name": "component",
946
943
  "type": "address"
947
944
  },
945
+ {
946
+ "internalType": "ObjectType",
947
+ "name": "objectType",
948
+ "type": "uint8"
949
+ },
948
950
  {
949
951
  "internalType": "address",
950
- "name": "owner",
952
+ "name": "initialOwner",
951
953
  "type": "address"
952
954
  }
953
955
  ],
954
- "name": "registerProduct",
956
+ "name": "registerProductLinkedComponent",
955
957
  "outputs": [
956
958
  {
957
959
  "components": [
@@ -994,11 +996,6 @@
994
996
  "internalType": "struct IRegistry.ObjectInfo",
995
997
  "name": "info",
996
998
  "type": "tuple"
997
- },
998
- {
999
- "internalType": "bytes",
1000
- "name": "data",
1001
- "type": "bytes"
1002
999
  }
1003
1000
  ],
1004
1001
  "stateMutability": "nonpayable",
@@ -1006,14 +1003,6 @@
1006
1003
  },
1007
1004
  {
1008
1005
  "inputs": [
1009
- {
1010
- "internalType": "contract IService",
1011
- "name": "service",
1012
- "type": "address"
1013
- }
1014
- ],
1015
- "name": "registerService",
1016
- "outputs": [
1017
1006
  {
1018
1007
  "components": [
1019
1008
  {
@@ -1055,11 +1044,14 @@
1055
1044
  "internalType": "struct IRegistry.ObjectInfo",
1056
1045
  "name": "info",
1057
1046
  "type": "tuple"
1058
- },
1047
+ }
1048
+ ],
1049
+ "name": "registerStake",
1050
+ "outputs": [
1059
1051
  {
1060
- "internalType": "bytes",
1061
- "name": "data",
1062
- "type": "bytes"
1052
+ "internalType": "NftId",
1053
+ "name": "nftId",
1054
+ "type": "uint96"
1063
1055
  }
1064
1056
  ],
1065
1057
  "stateMutability": "nonpayable",
@@ -1067,18 +1059,60 @@
1067
1059
  },
1068
1060
  {
1069
1061
  "inputs": [
1062
+ {
1063
+ "internalType": "contract IRegisterable",
1064
+ "name": "staking",
1065
+ "type": "address"
1066
+ },
1070
1067
  {
1071
1068
  "internalType": "address",
1072
- "name": "tokenAddress",
1069
+ "name": "owner",
1073
1070
  "type": "address"
1074
1071
  }
1075
1072
  ],
1076
- "name": "registerToken",
1073
+ "name": "registerStaking",
1077
1074
  "outputs": [
1078
1075
  {
1079
- "internalType": "NftId",
1080
- "name": "nftId",
1081
- "type": "uint96"
1076
+ "components": [
1077
+ {
1078
+ "internalType": "NftId",
1079
+ "name": "nftId",
1080
+ "type": "uint96"
1081
+ },
1082
+ {
1083
+ "internalType": "NftId",
1084
+ "name": "parentNftId",
1085
+ "type": "uint96"
1086
+ },
1087
+ {
1088
+ "internalType": "ObjectType",
1089
+ "name": "objectType",
1090
+ "type": "uint8"
1091
+ },
1092
+ {
1093
+ "internalType": "bool",
1094
+ "name": "isInterceptor",
1095
+ "type": "bool"
1096
+ },
1097
+ {
1098
+ "internalType": "address",
1099
+ "name": "objectAddress",
1100
+ "type": "address"
1101
+ },
1102
+ {
1103
+ "internalType": "address",
1104
+ "name": "initialOwner",
1105
+ "type": "address"
1106
+ },
1107
+ {
1108
+ "internalType": "bytes",
1109
+ "name": "data",
1110
+ "type": "bytes"
1111
+ }
1112
+ ],
1113
+ "internalType": "struct IRegistry.ObjectInfo",
1114
+ "name": "info",
1115
+ "type": "tuple"
1082
1116
  }
1083
1117
  ],
1084
1118
  "stateMutability": "nonpayable",
@@ -1118,142 +1152,116 @@
1118
1152
  },
1119
1153
  {
1120
1154
  "inputs": [
1121
- {
1122
- "internalType": "address",
1123
- "name": "implementation",
1124
- "type": "address"
1125
- },
1126
- {
1127
- "internalType": "address",
1128
- "name": "activatedBy",
1129
- "type": "address"
1130
- },
1131
1155
  {
1132
1156
  "internalType": "bytes",
1133
1157
  "name": "data",
1134
1158
  "type": "bytes"
1135
1159
  }
1136
1160
  ],
1137
- "name": "upgrade",
1161
+ "name": "upgradeVersionable",
1138
1162
  "outputs": [],
1139
1163
  "stateMutability": "nonpayable",
1140
1164
  "type": "function"
1141
1165
  }
1142
1166
  ],
1143
- "bytecode": "0x60806040523480156200001157600080fd5b506301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055600280546001600160a01b031916331790556200006a62000070565b62000124565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c15760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001215780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6133c280620001346000396000f3fe608060405234801561001057600080fd5b50600436106101e55760003560e01c8063834af1531161010f578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105c4578063e285c9c4146105d7578063ed841d0c146105df578063fdd9ec7d146105e757600080fd5b8063b88da7591461057c578063bf7e214f1461058f578063c2bf08c814610597578063cde749f4146105aa57600080fd5b8063946dfcfe116100de578063946dfcfe146104f4578063a3f4df7e1461051b578063a745e3df14610549578063b3c650151461055c57600080fd5b8063834af153146104b1578063893d20e8146104c45780638fb36037146104cc5780638fbc2d81146104e157600080fd5b80634d459c90116101875780635d966289116101565780635d96628914610460578063644c45e0146104735780637286e5e51461048b5780637a9e5e4b1461049e57600080fd5b80634d459c90146102fc5780634f421333146104155780635ab1bd53146104285780635c992fed1461044d57600080fd5b80630fec111c116101c35780630fec111c14610273578063138461e01461028957806317d7de7c146102935780631eff4b22146102c757600080fd5b806301ffc9a7146101ea57806309824a801461022c5780630d8e6e2c14610257575b600080fd5b6102176101f8366004612926565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023f61023a366004612975565b6105fa565b6040516001600160601b039091168152602001610223565b61025f610867565b60405162ffffff9091168152602001610223565b61027b6108f1565b604051610223929190612a53565b610291610a44565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b6040516102239190612a81565b6102ee7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b6103b861030a366004612aa5565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061336d83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610223565b610217610423366004612aa5565b610c66565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b61023f61045b366004612c00565b610d19565b61027b61046e366004612cd2565b610e1c565b600154600160a01b90046001600160601b031661023f565b61027b610499366004612cd2565b611021565b6102916104ac366004612975565b6110d0565b61027b6104bf366004612975565b611157565b6104356112df565b6104d46113f8565b6040516102239190612d0b565b61027b6104ef366004612cd2565b611431565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102ee565b6102ba6040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b610291610557366004612d20565b6114e0565b61056461163a565b6040516001600160401b039091168152602001610223565b61025f61058a366004612d81565b61165b565b6104356116ac565b61023f6105a5366004612c00565b6116c8565b6105b261174d565b60405160ff9091168152602001610223565b6102916105d2366004612d20565b6117d0565b610435600181565b6102ee600081565b61027b6105f5366004612975565b6118d9565b60006001600160a01b0382163303610625576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b0382163b15806106485750610648826303fb044760e21b611980565b156106665760405163087cada760e21b815260040160405180910390fd5b600154604051636939560f60e11b81526001600160a01b039091166004820181905260009163d272ac1e90602401602060405180830381865afa1580156106b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d59190612da5565b600154604051631c5da14d60e11b81526001600160601b03831660048201529192506001600160a01b0316906338bb429a90602401602060405180830381865afa158015610727573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074b9190612dcd565b6001600160a01b0316336001600160a01b03161461077c5760405163778d468d60e11b815260040160405180910390fd5b60006040518060e00160405280610791600090565b6001600160601b03168152602001836001600160601b031681526020016107b6603290565b60ff168152600060208083018290526001600160a01b0380891660408086019190915260016060860181905281519384018252938352608090940191909152905491516352efcf2760e11b8152929350169063a5df9e4e9061081c908490600401612dea565b6020604051808303816000875af115801561083b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085f9190612da5565b949350505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156108c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612dfd565b905090565b6108f96128e8565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806109456001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161098d6112df565b6001600160a01b031681526020018260010180546109aa90612e1a565b80601f01602080910402602001604051908101604052809291908181526020018280546109d690612e1a565b8015610a235780601f106109f857610100808354040283529160200191610a23565b820191906000526020600020905b815481529060010190602001808311610a0657829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610aa6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aca9190612e5f565b15610b11576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b0316610b3a5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610b83573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ba79190612e5f565b610bcf576040516372657a5160e01b81526001600160a01b0382166004820152602401610b08565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610c19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c3d9190612da5565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008060008051602061336d83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610cee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d129190612e7c565b1192915050565b6000610d28335b60003661199c565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015610d71573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d959190612da5565b9050610da28360d2611aa2565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610dd2908690600401612dea565b6020604051808303816000875af1158015610df1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e159190612da5565b9392505050565b610e246128e8565b6060610e2f33610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610e6290633ad74e8160e01b90600401612d0b565b602060405180830381865afa158015610e7f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ea39190612e5f565b610ec057604051637a71998760e01b815260040160405180910390fd5b610ecd84606e5b85611b9f565b600154604051636939560f60e11b81523360048201529294509092506000916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015610f1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f429190612da5565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610f73908690600401612dea565b6020604051808303816000875af1158015610f92573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb69190612da5565b6001600160601b0316835260408051629c230f60e51b815290516001600160a01b0387169163138461e091600480830192600092919082900301818387803b15801561100157600080fd5b505af1158015611015573d6000803e3d6000fd5b50505050509250929050565b6110296128e8565b606061103433610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061106790632d744d3360e11b90600401612d0b565b602060405180830381865afa158015611084573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110a89190612e5f565b6110c557604051636f61f64160e01b815260040160405180910390fd5b610ecd84608c610ec7565b336110d96116ac565b6001600160a01b0316816001600160a01b0316146111145760405162d1953b60e31b81526001600160a01b0382166004820152602401610b08565b816001600160a01b03163b60000361114a576040516361798f2f60e11b81526001600160a01b0383166004820152602401610b08565b61115382611da5565b5050565b61115f6128e8565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a790611195906342e19e5f60e01b90600401612d0b565b602060405180830381865afa1580156111b2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d69190612e5f565b6111f357604051636795c76360e01b815260040160405180910390fd5b6112008360465b33611b9f565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90611234908590600401612dea565b6020604051808303816000875af1158015611253573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112779190612da5565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b1580156112c257600080fd5b505af11580156112d6573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611344573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113689190612e5f565b156113e857600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa1580156113c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612dcd565b506002546001600160a01b031690565b60008051602061332d833981519152805460009190600160a01b900460ff1661142257600061142b565b638fb3603760e01b5b91505090565b6114396128e8565b606061144433610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a7906114779063c8ea96c560e01b90600401612d0b565b602060405180830381865afa158015611494573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b89190612e5f565b6114d5576040516308707e3160e41b815260040160405180910390fd5b610ecd846078610ec7565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c611502610867565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611542573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115669190612e95565b60008051602061334d8339815191528054600160401b900460ff1680611599575080546001600160401b03808416911610155b156115b75760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556115e28585611e06565b6115eb836120a5565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006108ec60008051602061334d833981519152546001600160401b031690565b600060008051602061336d833981519152600101828154811061168057611680612ebe565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008051602061332d833981519152546001600160a01b031690565b60006116d333610d20565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa15801561171c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117409190612da5565b9050610da28360dc611aa2565b6000611757610867565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156117ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612edf565b60008051602061334d8339815191528054600160401b810460ff1615906001600160401b03166000811580156118035750825b90506000826001600160401b0316600114801561181f5750303b155b90508115801561182d575080155b1561184b5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561187557845460ff60401b1916600160401b1785555b61187f8888611e06565b61188987876120ad565b83156118cf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6118e16128e8565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a79061191790631b4612f160e31b90600401612d0b565b602060405180830381865afa158015611934573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119589190612e5f565b61197557604051635458064d60e11b815260040160405180910390fd5b61120083603c6111fa565b600061198b8361239a565b8015610e155750610e1583836123ce565b60008051602061332d8339815191526000806119d76119b96116ac565b87306119c9600460008a8c612efc565b6119d291612f26565b612451565b9150915081611a9a5763ffffffff811615611a7757825460ff60a01b1916600160a01b178355611a056116ac565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611a3493929190612f56565b600060405180830381600087803b158015611a4e57600080fd5b505af1158015611a62573d6000803e3d6000fd5b5050845460ff60a01b1916855550611a9a9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610b08565b505050505050565b60808201516001600160a01b031615611adf576080820151604051634726455360e11b81526001600160a01b039091166004820152602401610b08565b6001546001600160a01b031660a083015160405163c3c5a54760e01b81526001600160a01b03918216600482015291169063c3c5a54790602401602060405180830381865afa158015611b36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b5a9190612e5f565b80611b70575060a08201516001600160a01b0316155b156111535760a082015160405163711c133360e01b81526001600160a01b039091166004820152602401610b08565b611ba76128e8565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611be7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c0f9190810190612fdb565b6001600160a01b03871660808301526040820151919350915060ff858116911614611c60576040808301519051632208245760e11b815260ff80871660048301529091166024820152604401610b08565b60a082015160ff8516604614611cad57836001600160a01b0316816001600160a01b031614611cad5760405163dfc430cb60e01b81526001600160a01b0385166004820152602401610b08565b856001600160a01b0316816001600160a01b031603611cdf576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b038116611d0657604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611d5a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d7e9190612e5f565b15611d9c57604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b60008051602061332d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611e0e61255d565b60008051602061336d8339815191526000611e3e60008051602061334d833981519152546001600160401b031690565b90506000611e4a610867565b9050816001600160401b0316600103611e775760028301805462ffffff191662ffffff8316179055611ec5565b600283015462ffffff90811690821611611ec55760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b6044820152606401610b08565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611f79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f9d91906130d3565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf689061162b9083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101e561255d565b60008051602061334d8339815191528054600160401b810460ff1615906001600160401b03166000811580156120e05750825b90506000826001600160401b031660011480156120fc5750303b155b90508115801561210a575080155b156121285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561215257845460ff60401b1916600160401b1785555b6000808780602001905181019061216991906130fa565b9150915061217682612596565b60008961218161174d565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a524906121ed9086908690600401613140565b600060405180830381865af415801561220a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526122329190810190613153565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f02906122719085908590600401613187565b602060405180830381865af415801561228e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122b29190612dcd565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa1580156122fd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123219190612da5565b905061232d828e6125aa565b612335610a44565b6123456324cded3360e11b612637565b505050505050831561239157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b60006123ad826301ffc9a760e01b6123ce565b80156123c857506123c6826001600160e01b03196123ce565b155b92915050565b600080826040516024016123e29190612d0b565b60408051601f19818403018152919052602080820180516001600160e01b03166301ffc9a760e01b178152825192935060009283928392909183918a617530fa92503d9150600051905082801561243a575060208210155b80156124465750600081115b979650505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516124c091906131a9565b600060405180830381855afa9150503d80600081146124fb576040519150601f19603f3d011682016040523d82523d6000602084013e612500565b606091505b50915091508115612552576040815110612532578080602001905181019061252891906131c5565b9094509250612552565b6020815110612552578080602001905181019061254f9190612e5f565b93505b505094509492505050565b60008051602061334d83398151915254600160401b900460ff1661259457604051631afcd79f60e31b815260040160405180910390fd5b565b61259e61255d565b6125a78161265c565b50565b60006125d860408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b6125e061174d565b6040516020016125f19291906131fd565b6040516020818303038152906040529050600061260d8461266d565b905060006126208583603c8488886126d8565b612630631b4612f160e31b612637565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61266461255d565b6125a781611da5565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa1580156126b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123c89190612da5565b6126e28287612763565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101612752838261326d565b506123916303fb044760e21b612637565b600280546001600160a01b0319166001600160a01b038416179055611153816001546001600160a01b0316156127bb5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401610b08565b6001600160a01b0381166127e25760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036128185760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b08565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a79061285e9063aadfd86760e01b90600401612d0b565b602060405180830381865afa925050508015612897575060408051601f3d908101601f1916820190925261289491810190612e5f565b60015b6128bf5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b08565b806111535760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610b08565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561293857600080fd5b81356001600160e01b031981168114610e1557600080fd5b6001600160a01b03811681146125a757600080fd5b803561297081612950565b919050565b60006020828403121561298757600080fd5b8135610e1581612950565b60005b838110156129ad578181015183820152602001612995565b50506000910152565b600081518084526129ce816020860160208601612992565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c085015261085f60e08501826129b6565b604081526000612a6660408301856129e2565b8281036020840152612a7881856129b6565b95945050505050565b602081526000610e1560208301846129b6565b62ffffff811681146125a757600080fd5b600060208284031215612ab757600080fd5b8135610e1581612a94565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715612afa57612afa612ac2565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612b2857612b28612ac2565b604052919050565b6001600160601b03811681146125a757600080fd5b803561297081612b30565b60ff811681146125a757600080fd5b803561297081612b50565b80151581146125a757600080fd5b803561297081612b6a565b60006001600160401b03821115612b9c57612b9c612ac2565b50601f01601f191660200190565b600082601f830112612bbb57600080fd5b8135612bce612bc982612b83565b612b00565b818152846020838601011115612be357600080fd5b816020850160208301376000918101602001919091529392505050565b600060208284031215612c1257600080fd5b81356001600160401b0380821115612c2957600080fd5b9083019060e08286031215612c3d57600080fd5b612c45612ad8565b612c4e83612b45565b8152612c5c60208401612b45565b6020820152612c6d60408401612b5f565b6040820152612c7e60608401612b78565b6060820152612c8f60808401612965565b6080820152612ca060a08401612965565b60a082015260c083013582811115612cb757600080fd5b612cc387828601612baa565b60c08301525095945050505050565b60008060408385031215612ce557600080fd5b8235612cf081612950565b91506020830135612d0081612950565b809150509250929050565b6001600160e01b031991909116815260200190565b600080600060608486031215612d3557600080fd5b8335612d4081612950565b92506020840135612d5081612950565b915060408401356001600160401b03811115612d6b57600080fd5b612d7786828701612baa565b9150509250925092565b600060208284031215612d9357600080fd5b5035919050565b805161297081612b30565b600060208284031215612db757600080fd5b8151610e1581612b30565b805161297081612950565b600060208284031215612ddf57600080fd5b8151610e1581612950565b602081526000610e1560208301846129e2565b600060208284031215612e0f57600080fd5b8151610e1581612a94565b600181811c90821680612e2e57607f821691505b602082108103612e4e57634e487b7160e01b600052602260045260246000fd5b50919050565b805161297081612b6a565b600060208284031215612e7157600080fd5b8151610e1581612b6a565b600060208284031215612e8e57600080fd5b5051919050565b600060208284031215612ea757600080fd5b81516001600160401b0381168114610e1557600080fd5b634e487b7160e01b600052603260045260246000fd5b805161297081612b50565b600060208284031215612ef157600080fd5b8151610e1581612b50565b60008085851115612f0c57600080fd5b83861115612f1957600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612f4e5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612fa757600080fd5b8151612fb5612bc982612b83565b818152846020838601011115612fca57600080fd5b61085f826020830160208701612992565b60008060408385031215612fee57600080fd5b82516001600160401b038082111561300557600080fd5b9084019060e0828703121561301957600080fd5b613021612ad8565b61302a83612d9a565b815261303860208401612d9a565b602082015261304960408401612ed4565b604082015261305a60608401612e54565b606082015261306b60808401612dc2565b608082015261307c60a08401612dc2565b60a082015260c08301518281111561309357600080fd5b61309f88828601612f96565b60c08301525060208601519094509150808211156130bc57600080fd5b506130c985828601612f96565b9150509250929050565b6000602082840312156130e557600080fd5b815164ffffffffff81168114610e1557600080fd5b6000806040838503121561310d57600080fd5b825161311881612950565b60208401519092506001600160401b0381111561313457600080fd5b6130c985828601612f96565b604081526000612a6660408301856129b6565b60006020828403121561316557600080fd5b81516001600160401b0381111561317b57600080fd5b61085f84828501612f96565b60408152600061319a60408301856129b6565b90508260208301529392505050565b600082516131bb818460208701612992565b9190910192915050565b600080604083850312156131d857600080fd5b82516131e381612b6a565b602084015190925063ffffffff81168114612d0057600080fd5b60408152600061321060408301856129b6565b905060ff831660208301529392505050565b601f82111561326857600081815260208120601f850160051c810160208610156132495750805b601f850160051c820191505b81811015611a9a57828155600101613255565b505050565b81516001600160401b0381111561328657613286612ac2565b61329a816132948454612e1a565b84613222565b602080601f8311600181146132cf57600084156132b75750858301515b600019600386901b1c1916600185901b178555611a9a565b600085815260208120601f198616915b828110156132fe578886015182559484019460019091019084016132df565b508582101561331c5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220c48f210c1bc91d34d58e9355dad9b8512323f14cb12de44e0b8cc0d351d724f564736f6c63430008140033",
1144
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101e55760003560e01c8063834af1531161010f578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105c4578063e285c9c4146105d7578063ed841d0c146105df578063fdd9ec7d146105e757600080fd5b8063b88da7591461057c578063bf7e214f1461058f578063c2bf08c814610597578063cde749f4146105aa57600080fd5b8063946dfcfe116100de578063946dfcfe146104f4578063a3f4df7e1461051b578063a745e3df14610549578063b3c650151461055c57600080fd5b8063834af153146104b1578063893d20e8146104c45780638fb36037146104cc5780638fbc2d81146104e157600080fd5b80634d459c90116101875780635d966289116101565780635d96628914610460578063644c45e0146104735780637286e5e51461048b5780637a9e5e4b1461049e57600080fd5b80634d459c90146102fc5780634f421333146104155780635ab1bd53146104285780635c992fed1461044d57600080fd5b80630fec111c116101c35780630fec111c14610273578063138461e01461028957806317d7de7c146102935780631eff4b22146102c757600080fd5b806301ffc9a7146101ea57806309824a801461022c5780630d8e6e2c14610257575b600080fd5b6102176101f8366004612926565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023f61023a366004612975565b6105fa565b6040516001600160601b039091168152602001610223565b61025f610867565b60405162ffffff9091168152602001610223565b61027b6108f1565b604051610223929190612a53565b610291610a44565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b6040516102239190612a81565b6102ee7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b6103b861030a366004612aa5565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061336d83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610223565b610217610423366004612aa5565b610c66565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b61023f61045b366004612c00565b610d19565b61027b61046e366004612cd2565b610e1c565b600154600160a01b90046001600160601b031661023f565b61027b610499366004612cd2565b611021565b6102916104ac366004612975565b6110d0565b61027b6104bf366004612975565b611157565b6104356112df565b6104d46113f8565b6040516102239190612d0b565b61027b6104ef366004612cd2565b611431565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102ee565b6102ba6040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b610291610557366004612d20565b6114e0565b61056461163a565b6040516001600160401b039091168152602001610223565b61025f61058a366004612d81565b61165b565b6104356116ac565b61023f6105a5366004612c00565b6116c8565b6105b261174d565b60405160ff9091168152602001610223565b6102916105d2366004612d20565b6117d0565b610435600181565b6102ee600081565b61027b6105f5366004612975565b6118d9565b60006001600160a01b0382163303610625576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b0382163b15806106485750610648826303fb044760e21b611980565b156106665760405163087cada760e21b815260040160405180910390fd5b600154604051636939560f60e11b81526001600160a01b039091166004820181905260009163d272ac1e90602401602060405180830381865afa1580156106b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d59190612da5565b600154604051631c5da14d60e11b81526001600160601b03831660048201529192506001600160a01b0316906338bb429a90602401602060405180830381865afa158015610727573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074b9190612dcd565b6001600160a01b0316336001600160a01b03161461077c5760405163778d468d60e11b815260040160405180910390fd5b60006040518060e00160405280610791600090565b6001600160601b03168152602001836001600160601b031681526020016107b6603290565b60ff168152600060208083018290526001600160a01b0380891660408086019190915260016060860181905281519384018252938352608090940191909152905491516352efcf2760e11b8152929350169063a5df9e4e9061081c908490600401612dea565b6020604051808303816000875af115801561083b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085f9190612da5565b949350505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156108c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612dfd565b905090565b6108f96128e8565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806109456001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161098d6112df565b6001600160a01b031681526020018260010180546109aa90612e1a565b80601f01602080910402602001604051908101604052809291908181526020018280546109d690612e1a565b8015610a235780601f106109f857610100808354040283529160200191610a23565b820191906000526020600020905b815481529060010190602001808311610a0657829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610aa6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aca9190612e5f565b15610b11576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b0316610b3a5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610b83573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ba79190612e5f565b610bcf576040516372657a5160e01b81526001600160a01b0382166004820152602401610b08565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610c19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c3d9190612da5565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008060008051602061336d83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610cee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d129190612e7c565b1192915050565b6000610d28335b60003661199c565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015610d71573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d959190612da5565b9050610da28360d2611aa2565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610dd2908690600401612dea565b6020604051808303816000875af1158015610df1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e159190612da5565b9392505050565b610e246128e8565b6060610e2f33610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610e6290633ad74e8160e01b90600401612d0b565b602060405180830381865afa158015610e7f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ea39190612e5f565b610ec057604051637a71998760e01b815260040160405180910390fd5b610ecd84606e5b85611b9f565b600154604051636939560f60e11b81523360048201529294509092506000916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015610f1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f429190612da5565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610f73908690600401612dea565b6020604051808303816000875af1158015610f92573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb69190612da5565b6001600160601b0316835260408051629c230f60e51b815290516001600160a01b0387169163138461e091600480830192600092919082900301818387803b15801561100157600080fd5b505af1158015611015573d6000803e3d6000fd5b50505050509250929050565b6110296128e8565b606061103433610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061106790632d744d3360e11b90600401612d0b565b602060405180830381865afa158015611084573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110a89190612e5f565b6110c557604051636f61f64160e01b815260040160405180910390fd5b610ecd84608c610ec7565b336110d96116ac565b6001600160a01b0316816001600160a01b0316146111145760405162d1953b60e31b81526001600160a01b0382166004820152602401610b08565b816001600160a01b03163b60000361114a576040516361798f2f60e11b81526001600160a01b0383166004820152602401610b08565b61115382611da5565b5050565b61115f6128e8565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a790611195906342e19e5f60e01b90600401612d0b565b602060405180830381865afa1580156111b2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d69190612e5f565b6111f357604051636795c76360e01b815260040160405180910390fd5b6112008360465b33611b9f565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90611234908590600401612dea565b6020604051808303816000875af1158015611253573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112779190612da5565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b1580156112c257600080fd5b505af11580156112d6573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611344573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113689190612e5f565b156113e857600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa1580156113c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612dcd565b506002546001600160a01b031690565b60008051602061332d833981519152805460009190600160a01b900460ff1661142257600061142b565b638fb3603760e01b5b91505090565b6114396128e8565b606061144433610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a7906114779063c8ea96c560e01b90600401612d0b565b602060405180830381865afa158015611494573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b89190612e5f565b6114d5576040516308707e3160e41b815260040160405180910390fd5b610ecd846078610ec7565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c611502610867565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611542573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115669190612e95565b60008051602061334d8339815191528054600160401b900460ff1680611599575080546001600160401b03808416911610155b156115b75760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556115e28585611e06565b6115eb836120a5565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006108ec60008051602061334d833981519152546001600160401b031690565b600060008051602061336d833981519152600101828154811061168057611680612ebe565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008051602061332d833981519152546001600160a01b031690565b60006116d333610d20565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa15801561171c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117409190612da5565b9050610da28360dc611aa2565b6000611757610867565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156117ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612edf565b60008051602061334d8339815191528054600160401b810460ff1615906001600160401b03166000811580156118035750825b90506000826001600160401b0316600114801561181f5750303b155b90508115801561182d575080155b1561184b5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561187557845460ff60401b1916600160401b1785555b61187f8888611e06565b61188987876120ad565b83156118cf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6118e16128e8565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a79061191790631b4612f160e31b90600401612d0b565b602060405180830381865afa158015611934573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119589190612e5f565b61197557604051635458064d60e11b815260040160405180910390fd5b61120083603c6111fa565b600061198b8361239a565b8015610e155750610e1583836123ce565b60008051602061332d8339815191526000806119d76119b96116ac565b87306119c9600460008a8c612efc565b6119d291612f26565b612451565b9150915081611a9a5763ffffffff811615611a7757825460ff60a01b1916600160a01b178355611a056116ac565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611a3493929190612f56565b600060405180830381600087803b158015611a4e57600080fd5b505af1158015611a62573d6000803e3d6000fd5b5050845460ff60a01b1916855550611a9a9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610b08565b505050505050565b60808201516001600160a01b031615611adf576080820151604051634726455360e11b81526001600160a01b039091166004820152602401610b08565b6001546001600160a01b031660a083015160405163c3c5a54760e01b81526001600160a01b03918216600482015291169063c3c5a54790602401602060405180830381865afa158015611b36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b5a9190612e5f565b80611b70575060a08201516001600160a01b0316155b156111535760a082015160405163711c133360e01b81526001600160a01b039091166004820152602401610b08565b611ba76128e8565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611be7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c0f9190810190612fdb565b6001600160a01b03871660808301526040820151919350915060ff858116911614611c60576040808301519051632208245760e11b815260ff80871660048301529091166024820152604401610b08565b60a082015160ff8516604614611cad57836001600160a01b0316816001600160a01b031614611cad5760405163dfc430cb60e01b81526001600160a01b0385166004820152602401610b08565b856001600160a01b0316816001600160a01b031603611cdf576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b038116611d0657604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611d5a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d7e9190612e5f565b15611d9c57604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b60008051602061332d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611e0e61255d565b60008051602061336d8339815191526000611e3e60008051602061334d833981519152546001600160401b031690565b90506000611e4a610867565b9050816001600160401b0316600103611e775760028301805462ffffff191662ffffff8316179055611ec5565b600283015462ffffff90811690821611611ec55760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b6044820152606401610b08565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611f79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f9d91906130d3565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf689061162b9083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101e561255d565b60008051602061334d8339815191528054600160401b810460ff1615906001600160401b03166000811580156120e05750825b90506000826001600160401b031660011480156120fc5750303b155b90508115801561210a575080155b156121285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561215257845460ff60401b1916600160401b1785555b6000808780602001905181019061216991906130fa565b9150915061217682612596565b60008961218161174d565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a524906121ed9086908690600401613140565b600060405180830381865af415801561220a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526122329190810190613153565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f02906122719085908590600401613187565b602060405180830381865af415801561228e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122b29190612dcd565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa1580156122fd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123219190612da5565b905061232d828e6125aa565b612335610a44565b6123456324cded3360e11b612637565b505050505050831561239157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b60006123ad826301ffc9a760e01b6123ce565b80156123c857506123c6826001600160e01b03196123ce565b155b92915050565b600080826040516024016123e29190612d0b565b60408051601f19818403018152919052602080820180516001600160e01b03166301ffc9a760e01b178152825192935060009283928392909183918a617530fa92503d9150600051905082801561243a575060208210155b80156124465750600081115b979650505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516124c091906131a9565b600060405180830381855afa9150503d80600081146124fb576040519150601f19603f3d011682016040523d82523d6000602084013e612500565b606091505b50915091508115612552576040815110612532578080602001905181019061252891906131c5565b9094509250612552565b6020815110612552578080602001905181019061254f9190612e5f565b93505b505094509492505050565b60008051602061334d83398151915254600160401b900460ff1661259457604051631afcd79f60e31b815260040160405180910390fd5b565b61259e61255d565b6125a78161265c565b50565b60006125d860408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b6125e061174d565b6040516020016125f19291906131fd565b6040516020818303038152906040529050600061260d8461266d565b905060006126208583603c8488886126d8565b612630631b4612f160e31b612637565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61266461255d565b6125a781611da5565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa1580156126b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123c89190612da5565b6126e28287612763565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101612752838261326d565b506123916303fb044760e21b612637565b600280546001600160a01b0319166001600160a01b038416179055611153816001546001600160a01b0316156127bb5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401610b08565b6001600160a01b0381166127e25760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036128185760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b08565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a79061285e9063aadfd86760e01b90600401612d0b565b602060405180830381865afa925050508015612897575060408051601f3d908101601f1916820190925261289491810190612e5f565b60015b6128bf5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b08565b806111535760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610b08565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561293857600080fd5b81356001600160e01b031981168114610e1557600080fd5b6001600160a01b03811681146125a757600080fd5b803561297081612950565b919050565b60006020828403121561298757600080fd5b8135610e1581612950565b60005b838110156129ad578181015183820152602001612995565b50506000910152565b600081518084526129ce816020860160208601612992565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c085015261085f60e08501826129b6565b604081526000612a6660408301856129e2565b8281036020840152612a7881856129b6565b95945050505050565b602081526000610e1560208301846129b6565b62ffffff811681146125a757600080fd5b600060208284031215612ab757600080fd5b8135610e1581612a94565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715612afa57612afa612ac2565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612b2857612b28612ac2565b604052919050565b6001600160601b03811681146125a757600080fd5b803561297081612b30565b60ff811681146125a757600080fd5b803561297081612b50565b80151581146125a757600080fd5b803561297081612b6a565b60006001600160401b03821115612b9c57612b9c612ac2565b50601f01601f191660200190565b600082601f830112612bbb57600080fd5b8135612bce612bc982612b83565b612b00565b818152846020838601011115612be357600080fd5b816020850160208301376000918101602001919091529392505050565b600060208284031215612c1257600080fd5b81356001600160401b0380821115612c2957600080fd5b9083019060e08286031215612c3d57600080fd5b612c45612ad8565b612c4e83612b45565b8152612c5c60208401612b45565b6020820152612c6d60408401612b5f565b6040820152612c7e60608401612b78565b6060820152612c8f60808401612965565b6080820152612ca060a08401612965565b60a082015260c083013582811115612cb757600080fd5b612cc387828601612baa565b60c08301525095945050505050565b60008060408385031215612ce557600080fd5b8235612cf081612950565b91506020830135612d0081612950565b809150509250929050565b6001600160e01b031991909116815260200190565b600080600060608486031215612d3557600080fd5b8335612d4081612950565b92506020840135612d5081612950565b915060408401356001600160401b03811115612d6b57600080fd5b612d7786828701612baa565b9150509250925092565b600060208284031215612d9357600080fd5b5035919050565b805161297081612b30565b600060208284031215612db757600080fd5b8151610e1581612b30565b805161297081612950565b600060208284031215612ddf57600080fd5b8151610e1581612950565b602081526000610e1560208301846129e2565b600060208284031215612e0f57600080fd5b8151610e1581612a94565b600181811c90821680612e2e57607f821691505b602082108103612e4e57634e487b7160e01b600052602260045260246000fd5b50919050565b805161297081612b6a565b600060208284031215612e7157600080fd5b8151610e1581612b6a565b600060208284031215612e8e57600080fd5b5051919050565b600060208284031215612ea757600080fd5b81516001600160401b0381168114610e1557600080fd5b634e487b7160e01b600052603260045260246000fd5b805161297081612b50565b600060208284031215612ef157600080fd5b8151610e1581612b50565b60008085851115612f0c57600080fd5b83861115612f1957600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612f4e5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612fa757600080fd5b8151612fb5612bc982612b83565b818152846020838601011115612fca57600080fd5b61085f826020830160208701612992565b60008060408385031215612fee57600080fd5b82516001600160401b038082111561300557600080fd5b9084019060e0828703121561301957600080fd5b613021612ad8565b61302a83612d9a565b815261303860208401612d9a565b602082015261304960408401612ed4565b604082015261305a60608401612e54565b606082015261306b60808401612dc2565b608082015261307c60a08401612dc2565b60a082015260c08301518281111561309357600080fd5b61309f88828601612f96565b60c08301525060208601519094509150808211156130bc57600080fd5b506130c985828601612f96565b9150509250929050565b6000602082840312156130e557600080fd5b815164ffffffffff81168114610e1557600080fd5b6000806040838503121561310d57600080fd5b825161311881612950565b60208401519092506001600160401b0381111561313457600080fd5b6130c985828601612f96565b604081526000612a6660408301856129b6565b60006020828403121561316557600080fd5b81516001600160401b0381111561317b57600080fd5b61085f84828501612f96565b60408152600061319a60408301856129b6565b90508260208301529392505050565b600082516131bb818460208701612992565b9190910192915050565b600080604083850312156131d857600080fd5b82516131e381612b6a565b602084015190925063ffffffff81168114612d0057600080fd5b60408152600061321060408301856129b6565b905060ff831660208301529392505050565b601f82111561326857600081815260208120601f850160051c810160208610156132495750805b601f850160051c820191505b81811015611a9a57828155600101613255565b505050565b81516001600160401b0381111561328657613286612ac2565b61329a816132948454612e1a565b84613222565b602080601f8311600181146132cf57600084156132b75750858301515b600019600386901b1c1916600185901b178555611a9a565b600085815260208120601f198616915b828110156132fe578886015182559484019460019091019084016132df565b508582101561331c5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220c48f210c1bc91d34d58e9355dad9b8512323f14cb12de44e0b8cc0d351d724f564736f6c63430008140033",
1167
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b61292f806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635d966289116100f35780638fb3603711610093578063bf7e214f1161006e578063bf7e214f146103e0578063c2bf08c8146103e8578063c4c79d8b146103fb578063ed841d0c1461040e575f80fd5b80638fb36037146103a4578063ada9652e146103c5578063b68d1809146103d9575f80fd5b806376b707b7116100ce57806376b707b71461034a5780637a9e5e4b146103765780638105cc7f14610389578063893d20e81461039c575f80fd5b80635d966289146102fa578063644c45e01461030d5780636c741e781461032a575f80fd5b806322f3e2d41161015e57806349bb9e4b1161013957806349bb9e4b1461029c57806357a8fba7146102af5780635ab1bd53146102c25780635c992fed146102e7575f80fd5b806322f3e2d41461026c578063329d6e74146102745780633f429c9214610289575f80fd5b806301ffc9a7146101a5578063026bc43b146101e65780630d8e6e2c146102065780630fec111c14610222578063138461e01461022a5780631eff4b221461024a575b5f80fd5b6101d16101b3366004612001565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f4366004612053565b610415565b6040516101dd91906120b8565b61020e6105c8565b60405162ffffff90911681526020016101dd565b6101f961064f565b6102326107c8565b6040516001600160601b0390911681526020016101dd565b61025e5f805160206128ba83398151915281565b6040519081526020016101dd565b6101d16107d2565b610287610282366004612230565b610849565b005b6101f961029736600461227a565b610993565b6102876102aa3660046122c2565b610b20565b6102326102bd366004612345565b610c1c565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b6102326102f5366004612345565b610ca7565b6101f9610308366004612053565b610cbc565b5f8051602061287a833981519152546001600160601b0316610232565b610332610dfd565b6040516001600160401b0390911681526020016101dd565b5f805160206128ba83398151915254600160681b900460ff165b60405160ff90911681526020016101dd565b610287610384366004612415565b610e9a565b610232610397366004612345565b610f20565b6102cf610f35565b6103ac611066565b6040516001600160e01b031990911681526020016101dd565b61025e5f8051602061287a83398151915281565b6002610364565b6102cf61109b565b6102326103f6366004612345565b6110b6565b6101f9610409366004612053565b6110cb565b61025e5f81565b61041d611fc4565b610429335b5f366110e7565b6040516301ffc9a760e01b815263b7b0abf760e01b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015610472573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610496919061243b565b6104c357604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6104d083600a5b846111e5565b90506104e46001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b815260040161050f91906120b8565b6020604051808303815f875af115801561052b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054f9190612461565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af115801561059d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105c19190612461565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610626573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064a919061247c565b905090565b610657611fc4565b5f5f805160206128ba83398151915290506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106de9190612461565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160701b909104161515606082015230608082015260a001610726610f35565b6001600160a01b031681526020018260010180546107439061249e565b80601f016020809104026020016040519081016040528092919081815260200182805461076f9061249e565b80156107ba5780601f10610791576101008083540402835291602001916107ba565b820191905f5260205f20905b81548152906001019060200180831161079d57829003601f168201915b505050505081525091505090565b5f61064a30611456565b5f6107db61109b565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa15801561081f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610843919061243b565b15905090565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61086b6105c8565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156108a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108cd91906124ea565b5f805160206128da8339815191528054600160401b900460ff16806108ff575080546001600160401b03808416911610155b1561091d5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556109478361164f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b61099b611fc4565b6109a433610422565b6040516301ffc9a760e01b81526306e9e5ff60e31b60048201526001600160a01b038516906301ffc9a790602401602060405180830381865afa1580156109ed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a11919061243b565b610a3957604051632624ae7760e01b81526001600160a01b03851660048201526024016104ba565b60ff831660101480610a4e575060ff8316600f145b80610a5c575060ff83166011145b610a84576040516329e5065360e11b81526001600160a01b03851660048201526024016104ba565b610a8f8484846111e5565b9050610aa36001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610ace91906120b8565b6020604051808303815f875af1158015610aea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b0e9190612461565b6001600160601b031681529392505050565b5f805160206128da8339815191528054600160401b810460ff1615906001600160401b03165f81158015610b515750825b90505f826001600160401b03166001148015610b6c5750303b155b905081158015610b7a575080155b15610b985760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610bc257845460ff60401b1916600160401b1785555b610bcc8787611657565b8315610c1357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610c2633610422565b610c3182601b611772565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610c619085906004016120b8565b6020604051808303815f875af1158015610c7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca19190612461565b92915050565b5f610cb133610422565b610c31826013611772565b610cc4611fc4565b610ccd33610422565b6040516301ffc9a760e01b8152630cdf80bd60e31b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015610d16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3a919061243b565b610d625760405163704b6c6d60e11b81526001600160a01b03841660048201526024016104ba565b610d6d83600d6104ca565b9050610d816001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610dac91906120b8565b6020604051808303815f875af1158015610dc8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dec9190612461565b6001600160601b0316815292915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d360025f805160206128ba83398151915254600160681b900460ff166040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610e76573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064a91906124ea565b33610ea361109b565b6001600160a01b0316816001600160a01b031614610ede5760405162d1953b60e31b81526001600160a01b03821660048201526024016104ba565b816001600160a01b03163b5f03610f13576040516361798f2f60e11b81526001600160a01b03831660048201526024016104ba565b610f1c826119c1565b5050565b5f610f2a33610422565b610c3182601f611772565b5f805f8051602061287a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610fa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc5919061243b565b15611050576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611026573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104a9190612510565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061289a83398151915280545f9190600160a01b900460ff1661108d575f61104a565b638fb3603760e01b91505090565b5f8051602061289a833981519152546001600160a01b031690565b5f6110c033610422565b610c3182601d611772565b6110d3611fc4565b6110dc33610422565b610d6d8360036104ca565b5f8051602061289a8339815191525f8061111f61110261109b565b873061111160045f8a8c61252b565b61111a91612552565b611a21565b91509150816111dd5763ffffffff8116156111ba57825460ff60a01b1916600160a01b17835561114d61109b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161117c93929190612588565b5f604051808303815f87803b158015611193575f80fd5b505af11580156111a5573d5f803e3d5ffd5b5050845460ff60a01b19168555506111dd9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016104ba565b505050505050565b6111ed611fc4565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015611228573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261124f919081019061261f565b9050836001600160a01b031681608001516001600160a01b0316146112a05760808101516040516306704ad960e11b81526001600160a01b03808716600483015290911660248201526044016104ba565b604081015160ff8481169116146112ec57604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff808616602483015290911660448201526064016104ba565b60a08101516001600160a01b0380821690841614611338576040516335ce70c360e21b81526001600160a01b0380871660048301528085166024830152821660448201526064016104ba565b846001600160a01b0316816001600160a01b03160361137557604051638e80a3f960e01b81526001600160a01b03861660048201526024016104ba565b6001600160a01b0381166113a7576040516343e40cb560e01b81526001600160a01b03861660048201526024016104ba565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113f9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061141d919061243b565b1561144e576040516309ad872b60e41b81526001600160a01b038087166004830152821660248201526044016104ba565b509392505050565b5f805f8051602061287a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114e6919061243b565b156115125780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104ba565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611564573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611588919061243b565b6115b05760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104ba565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611602573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116269190612461565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101a1611b29565b5f805160206128da8339815191528054600160401b810460ff1615906001600160401b03165f811580156116885750825b90505f826001600160401b031660011480156116a35750303b155b9050811580156116b1575080155b156116cf5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116f957845460ff60401b1916600160401b1785555b5f808780602001905181019061170f91906126e1565b9150915061171e82828b611b61565b61172e6328342add60e01b611bfa565b50508315610c1357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610c0a565b60808201516001600160a01b0316156117a95760408083015190516340fda83160e11b815260ff90911660048201526024016104ba565b604082015160ff8281169116146117e6576040808301519051632e5fbed960e21b815260ff808416600483015290911660248201526044016104ba565b60a08201516001600160a01b03811661181d576040808401519051633312954f60e21b815260ff90911660048201526024016104ba565b336001600160a01b0382160361185157604051633bb3291360e01b81526001600160a01b03821660048201526024016104ba565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156118a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118c7919061243b565b156119bc575f6118df6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529190911690638b09a5f0906024015f60405180830381865afa158015611924573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261194b919081019061261f565b60400151905060ff811660021480611966575060ff81166003145b80611974575060ff81166008145b80611982575060ff8116600a145b156119ba57604080850151905163b4139d2560e01b815260ff90911660048201526001600160a01b03831660248201526044016104ba565b505b505050565b5f8051602061289a83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611a8f919061270e565b5f60405180830381855afa9150503d805f8114611ac7576040519150601f19603f3d011682016040523d82523d5f602084013e611acc565b606091505b50915091508115611b1e576040815110611afe5780806020019051810190611af49190612724565b9094509250611b1e565b6020815110611b1e5780806020019051810190611b1b919061243b565b93505b505094509492505050565b5f805160206128da83398151915254600160401b900460ff16611b5f57604051631afcd79f60e31b815260040160405180910390fd5b565b611b69611b29565b611b71611c26565b611bee8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bb2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bd69190612461565b60085f8660405180602001604052805f815250611c36565b6119bc63daf9067160e01b5b611c02611b29565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b611c2e611b29565b611b5f611dea565b611c3e611b29565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015611c94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cb8919061243b565b611ce05760405163cf6935e560e01b81526001600160a01b03881660048201526024016104ba565b611ce987611e18565b611cf38683611e2c565b5f805160206128ba83398151915280546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff871602178155604080516376b707b760e01b815290516001600160a01b038a16916376b707b79160048083019260209291908290030181865afa158015611d70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d949190612759565b815461ffff60681b1916600160681b60ff929092169190910260ff60701b191617600160701b8515150217815560018101611dcf83826127bf565b50611de0634a531f3360e01b611bfa565b5050505050505050565b611df2611b29565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611e20611b29565b611e2981611ea2565b50565b611e34611b29565b611e3d82611eb3565b611e45611f7f565b6001600160a01b038116611e6c5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061287a83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611eaa611b29565b611e29816119c1565b611ebb611b29565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611f11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f35919061243b565b611f5d5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104ba565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b611f87611b29565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215612011575f80fd5b81356001600160e01b031981168114612028575f80fd5b9392505050565b6001600160a01b0381168114611e29575f80fd5b803561204e8161202f565b919050565b5f8060408385031215612064575f80fd5b823561206f8161202f565b9150602083013561207f8161202f565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612100608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261214461010084018261208a565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156121825761218261214c565b60405290565b604051601f8201601f191681016001600160401b03811182821017156121b0576121b061214c565b604052919050565b5f6001600160401b038211156121d0576121d061214c565b50601f01601f191660200190565b5f82601f8301126121ed575f80fd5b81356122006121fb826121b8565b612188565b818152846020838601011115612214575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612240575f80fd5b81356001600160401b03811115612255575f80fd5b612144848285016121de565b60ff81168114611e29575f80fd5b803561204e81612261565b5f805f6060848603121561228c575f80fd5b83356122978161202f565b925060208401356122a781612261565b915060408401356122b78161202f565b809150509250925092565b5f80604083850312156122d3575f80fd5b82356122de8161202f565b915060208301356001600160401b038111156122f8575f80fd5b612304858286016121de565b9150509250929050565b6001600160601b0381168114611e29575f80fd5b803561204e8161230e565b8015158114611e29575f80fd5b803561204e8161232d565b5f60208284031215612355575f80fd5b81356001600160401b0381111561236a575f80fd5b820160e0818503121561237b575f80fd5b612383612160565b61238c82612322565b815261239a60208301612322565b60208201526123ab6040830161226f565b60408201526123bc6060830161233a565b60608201526123cd60808301612043565b60808201526123de60a08301612043565b60a082015260c08201356001600160401b038111156123fb575f80fd5b612407868285016121de565b60c083015250949350505050565b5f60208284031215612425575f80fd5b81356120288161202f565b805161204e8161232d565b5f6020828403121561244b575f80fd5b81516120288161232d565b805161204e8161230e565b5f60208284031215612471575f80fd5b81516120288161230e565b5f6020828403121561248c575f80fd5b815162ffffff81168114612028575f80fd5b600181811c908216806124b257607f821691505b6020821081036124d057634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611e29575f80fd5b5f602082840312156124fa575f80fd5b8151612028816124d6565b805161204e8161202f565b5f60208284031215612520575f80fd5b81516120288161202f565b5f8085851115612539575f80fd5b83861115612545575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156105c1576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b805161204e81612261565b5f82601f8301126125e1575f80fd5b81516125ef6121fb826121b8565b818152846020838601011115612603575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561262f575f80fd5b81516001600160401b03811115612644575f80fd5b820160e08185031215612655575f80fd5b61265d612160565b61266682612456565b815261267460208301612456565b6020820152612685604083016125c7565b604082015261269660608301612430565b60608201526126a760808301612505565b60808201526126b860a08301612505565b60a082015260c08201516001600160401b038111156126d5575f80fd5b612407868285016125d2565b5f80604083850312156126f2575f80fd5b82516126fd8161202f565b602084015190925061207f8161202f565b5f82518060208501845e5f920191825250919050565b5f8060408385031215612735575f80fd5b82516127408161232d565b602084015190925063ffffffff8116811461207f575f80fd5b5f60208284031215612769575f80fd5b815161202881612261565b601f8211156119bc57805f5260205f20601f840160051c810160208510156127995750805b601f840160051c820191505b818110156127b8575f81556001016127a5565b5050505050565b81516001600160401b038111156127d8576127d861214c565b6127ec816127e6845461249e565b84612774565b6020601f82116001811461281e575f83156128075750848201515b5f19600385901b1c1916600184901b1784556127b8565b5f84815260208120601f198516915b8281101561284d578785015182556020948501946001909201910161282d565b508482101561286a57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212204d73ede34f210de2a0d6ada61f25b1f1e76f27abcbb947192bb8f7db434ad9f964736f6c634300081a0033",
1168
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635d966289116100f35780638fb3603711610093578063bf7e214f1161006e578063bf7e214f146103e0578063c2bf08c8146103e8578063c4c79d8b146103fb578063ed841d0c1461040e575f80fd5b80638fb36037146103a4578063ada9652e146103c5578063b68d1809146103d9575f80fd5b806376b707b7116100ce57806376b707b71461034a5780637a9e5e4b146103765780638105cc7f14610389578063893d20e81461039c575f80fd5b80635d966289146102fa578063644c45e01461030d5780636c741e781461032a575f80fd5b806322f3e2d41161015e57806349bb9e4b1161013957806349bb9e4b1461029c57806357a8fba7146102af5780635ab1bd53146102c25780635c992fed146102e7575f80fd5b806322f3e2d41461026c578063329d6e74146102745780633f429c9214610289575f80fd5b806301ffc9a7146101a5578063026bc43b146101e65780630d8e6e2c146102065780630fec111c14610222578063138461e01461022a5780631eff4b221461024a575b5f80fd5b6101d16101b3366004612001565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f4366004612053565b610415565b6040516101dd91906120b8565b61020e6105c8565b60405162ffffff90911681526020016101dd565b6101f961064f565b6102326107c8565b6040516001600160601b0390911681526020016101dd565b61025e5f805160206128ba83398151915281565b6040519081526020016101dd565b6101d16107d2565b610287610282366004612230565b610849565b005b6101f961029736600461227a565b610993565b6102876102aa3660046122c2565b610b20565b6102326102bd366004612345565b610c1c565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b6102326102f5366004612345565b610ca7565b6101f9610308366004612053565b610cbc565b5f8051602061287a833981519152546001600160601b0316610232565b610332610dfd565b6040516001600160401b0390911681526020016101dd565b5f805160206128ba83398151915254600160681b900460ff165b60405160ff90911681526020016101dd565b610287610384366004612415565b610e9a565b610232610397366004612345565b610f20565b6102cf610f35565b6103ac611066565b6040516001600160e01b031990911681526020016101dd565b61025e5f8051602061287a83398151915281565b6002610364565b6102cf61109b565b6102326103f6366004612345565b6110b6565b6101f9610409366004612053565b6110cb565b61025e5f81565b61041d611fc4565b610429335b5f366110e7565b6040516301ffc9a760e01b815263b7b0abf760e01b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015610472573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610496919061243b565b6104c357604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6104d083600a5b846111e5565b90506104e46001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b815260040161050f91906120b8565b6020604051808303815f875af115801561052b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054f9190612461565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af115801561059d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105c19190612461565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610626573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064a919061247c565b905090565b610657611fc4565b5f5f805160206128ba83398151915290506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106de9190612461565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160701b909104161515606082015230608082015260a001610726610f35565b6001600160a01b031681526020018260010180546107439061249e565b80601f016020809104026020016040519081016040528092919081815260200182805461076f9061249e565b80156107ba5780601f10610791576101008083540402835291602001916107ba565b820191905f5260205f20905b81548152906001019060200180831161079d57829003601f168201915b505050505081525091505090565b5f61064a30611456565b5f6107db61109b565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa15801561081f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610843919061243b565b15905090565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61086b6105c8565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156108a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108cd91906124ea565b5f805160206128da8339815191528054600160401b900460ff16806108ff575080546001600160401b03808416911610155b1561091d5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556109478361164f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b61099b611fc4565b6109a433610422565b6040516301ffc9a760e01b81526306e9e5ff60e31b60048201526001600160a01b038516906301ffc9a790602401602060405180830381865afa1580156109ed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a11919061243b565b610a3957604051632624ae7760e01b81526001600160a01b03851660048201526024016104ba565b60ff831660101480610a4e575060ff8316600f145b80610a5c575060ff83166011145b610a84576040516329e5065360e11b81526001600160a01b03851660048201526024016104ba565b610a8f8484846111e5565b9050610aa36001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610ace91906120b8565b6020604051808303815f875af1158015610aea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b0e9190612461565b6001600160601b031681529392505050565b5f805160206128da8339815191528054600160401b810460ff1615906001600160401b03165f81158015610b515750825b90505f826001600160401b03166001148015610b6c5750303b155b905081158015610b7a575080155b15610b985760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610bc257845460ff60401b1916600160401b1785555b610bcc8787611657565b8315610c1357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610c2633610422565b610c3182601b611772565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610c619085906004016120b8565b6020604051808303815f875af1158015610c7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca19190612461565b92915050565b5f610cb133610422565b610c31826013611772565b610cc4611fc4565b610ccd33610422565b6040516301ffc9a760e01b8152630cdf80bd60e31b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015610d16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3a919061243b565b610d625760405163704b6c6d60e11b81526001600160a01b03841660048201526024016104ba565b610d6d83600d6104ca565b9050610d816001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610dac91906120b8565b6020604051808303815f875af1158015610dc8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dec9190612461565b6001600160601b0316815292915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d360025f805160206128ba83398151915254600160681b900460ff166040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610e76573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064a91906124ea565b33610ea361109b565b6001600160a01b0316816001600160a01b031614610ede5760405162d1953b60e31b81526001600160a01b03821660048201526024016104ba565b816001600160a01b03163b5f03610f13576040516361798f2f60e11b81526001600160a01b03831660048201526024016104ba565b610f1c826119c1565b5050565b5f610f2a33610422565b610c3182601f611772565b5f805f8051602061287a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610fa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc5919061243b565b15611050576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611026573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104a9190612510565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061289a83398151915280545f9190600160a01b900460ff1661108d575f61104a565b638fb3603760e01b91505090565b5f8051602061289a833981519152546001600160a01b031690565b5f6110c033610422565b610c3182601d611772565b6110d3611fc4565b6110dc33610422565b610d6d8360036104ca565b5f8051602061289a8339815191525f8061111f61110261109b565b873061111160045f8a8c61252b565b61111a91612552565b611a21565b91509150816111dd5763ffffffff8116156111ba57825460ff60a01b1916600160a01b17835561114d61109b565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161117c93929190612588565b5f604051808303815f87803b158015611193575f80fd5b505af11580156111a5573d5f803e3d5ffd5b5050845460ff60a01b19168555506111dd9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016104ba565b505050505050565b6111ed611fc4565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015611228573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261124f919081019061261f565b9050836001600160a01b031681608001516001600160a01b0316146112a05760808101516040516306704ad960e11b81526001600160a01b03808716600483015290911660248201526044016104ba565b604081015160ff8481169116146112ec57604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff808616602483015290911660448201526064016104ba565b60a08101516001600160a01b0380821690841614611338576040516335ce70c360e21b81526001600160a01b0380871660048301528085166024830152821660448201526064016104ba565b846001600160a01b0316816001600160a01b03160361137557604051638e80a3f960e01b81526001600160a01b03861660048201526024016104ba565b6001600160a01b0381166113a7576040516343e40cb560e01b81526001600160a01b03861660048201526024016104ba565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113f9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061141d919061243b565b1561144e576040516309ad872b60e41b81526001600160a01b038087166004830152821660248201526044016104ba565b509392505050565b5f805f8051602061287a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114e6919061243b565b156115125780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104ba565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611564573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611588919061243b565b6115b05760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104ba565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611602573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116269190612461565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101a1611b29565b5f805160206128da8339815191528054600160401b810460ff1615906001600160401b03165f811580156116885750825b90505f826001600160401b031660011480156116a35750303b155b9050811580156116b1575080155b156116cf5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116f957845460ff60401b1916600160401b1785555b5f808780602001905181019061170f91906126e1565b9150915061171e82828b611b61565b61172e6328342add60e01b611bfa565b50508315610c1357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610c0a565b60808201516001600160a01b0316156117a95760408083015190516340fda83160e11b815260ff90911660048201526024016104ba565b604082015160ff8281169116146117e6576040808301519051632e5fbed960e21b815260ff808416600483015290911660248201526044016104ba565b60a08201516001600160a01b03811661181d576040808401519051633312954f60e21b815260ff90911660048201526024016104ba565b336001600160a01b0382160361185157604051633bb3291360e01b81526001600160a01b03821660048201526024016104ba565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156118a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118c7919061243b565b156119bc575f6118df6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529190911690638b09a5f0906024015f60405180830381865afa158015611924573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261194b919081019061261f565b60400151905060ff811660021480611966575060ff81166003145b80611974575060ff81166008145b80611982575060ff8116600a145b156119ba57604080850151905163b4139d2560e01b815260ff90911660048201526001600160a01b03831660248201526044016104ba565b505b505050565b5f8051602061289a83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611a8f919061270e565b5f60405180830381855afa9150503d805f8114611ac7576040519150601f19603f3d011682016040523d82523d5f602084013e611acc565b606091505b50915091508115611b1e576040815110611afe5780806020019051810190611af49190612724565b9094509250611b1e565b6020815110611b1e5780806020019051810190611b1b919061243b565b93505b505094509492505050565b5f805160206128da83398151915254600160401b900460ff16611b5f57604051631afcd79f60e31b815260040160405180910390fd5b565b611b69611b29565b611b71611c26565b611bee8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bb2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bd69190612461565b60085f8660405180602001604052805f815250611c36565b6119bc63daf9067160e01b5b611c02611b29565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b611c2e611b29565b611b5f611dea565b611c3e611b29565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015611c94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cb8919061243b565b611ce05760405163cf6935e560e01b81526001600160a01b03881660048201526024016104ba565b611ce987611e18565b611cf38683611e2c565b5f805160206128ba83398151915280546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff871602178155604080516376b707b760e01b815290516001600160a01b038a16916376b707b79160048083019260209291908290030181865afa158015611d70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d949190612759565b815461ffff60681b1916600160681b60ff929092169190910260ff60701b191617600160701b8515150217815560018101611dcf83826127bf565b50611de0634a531f3360e01b611bfa565b5050505050505050565b611df2611b29565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611e20611b29565b611e2981611ea2565b50565b611e34611b29565b611e3d82611eb3565b611e45611f7f565b6001600160a01b038116611e6c5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061287a83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611eaa611b29565b611e29816119c1565b611ebb611b29565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611f11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f35919061243b565b611f5d5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104ba565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b611f87611b29565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215612011575f80fd5b81356001600160e01b031981168114612028575f80fd5b9392505050565b6001600160a01b0381168114611e29575f80fd5b803561204e8161202f565b919050565b5f8060408385031215612064575f80fd5b823561206f8161202f565b9150602083013561207f8161202f565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612100608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261214461010084018261208a565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156121825761218261214c565b60405290565b604051601f8201601f191681016001600160401b03811182821017156121b0576121b061214c565b604052919050565b5f6001600160401b038211156121d0576121d061214c565b50601f01601f191660200190565b5f82601f8301126121ed575f80fd5b81356122006121fb826121b8565b612188565b818152846020838601011115612214575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612240575f80fd5b81356001600160401b03811115612255575f80fd5b612144848285016121de565b60ff81168114611e29575f80fd5b803561204e81612261565b5f805f6060848603121561228c575f80fd5b83356122978161202f565b925060208401356122a781612261565b915060408401356122b78161202f565b809150509250925092565b5f80604083850312156122d3575f80fd5b82356122de8161202f565b915060208301356001600160401b038111156122f8575f80fd5b612304858286016121de565b9150509250929050565b6001600160601b0381168114611e29575f80fd5b803561204e8161230e565b8015158114611e29575f80fd5b803561204e8161232d565b5f60208284031215612355575f80fd5b81356001600160401b0381111561236a575f80fd5b820160e0818503121561237b575f80fd5b612383612160565b61238c82612322565b815261239a60208301612322565b60208201526123ab6040830161226f565b60408201526123bc6060830161233a565b60608201526123cd60808301612043565b60808201526123de60a08301612043565b60a082015260c08201356001600160401b038111156123fb575f80fd5b612407868285016121de565b60c083015250949350505050565b5f60208284031215612425575f80fd5b81356120288161202f565b805161204e8161232d565b5f6020828403121561244b575f80fd5b81516120288161232d565b805161204e8161230e565b5f60208284031215612471575f80fd5b81516120288161230e565b5f6020828403121561248c575f80fd5b815162ffffff81168114612028575f80fd5b600181811c908216806124b257607f821691505b6020821081036124d057634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611e29575f80fd5b5f602082840312156124fa575f80fd5b8151612028816124d6565b805161204e8161202f565b5f60208284031215612520575f80fd5b81516120288161202f565b5f8085851115612539575f80fd5b83861115612545575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156105c1576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b805161204e81612261565b5f82601f8301126125e1575f80fd5b81516125ef6121fb826121b8565b818152846020838601011115612603575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561262f575f80fd5b81516001600160401b03811115612644575f80fd5b820160e08185031215612655575f80fd5b61265d612160565b61266682612456565b815261267460208301612456565b6020820152612685604083016125c7565b604082015261269660608301612430565b60608201526126a760808301612505565b60808201526126b860a08301612505565b60a082015260c08201516001600160401b038111156126d5575f80fd5b612407868285016125d2565b5f80604083850312156126f2575f80fd5b82516126fd8161202f565b602084015190925061207f8161202f565b5f82518060208501845e5f920191825250919050565b5f8060408385031215612735575f80fd5b82516127408161232d565b602084015190925063ffffffff8116811461207f575f80fd5b5f60208284031215612769575f80fd5b815161202881612261565b601f8211156119bc57805f5260205f20601f840160051c810160208510156127995750805b601f840160051c820191505b818110156127b8575f81556001016127a5565b5050505050565b81516001600160401b038111156127d8576127d861214c565b6127ec816127e6845461249e565b84612774565b6020601f82116001811461281e575f83156128075750848201515b5f19600385901b1c1916600184901b1784556127b8565b5f84815260208120601f198516915b8281101561284d578785015182556020948501946001909201910161282d565b508482101561286a57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a006548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212204d73ede34f210de2a0d6ada61f25b1f1e76f27abcbb947192bb8f7db434ad9f964736f6c634300081a0033",
1145
1169
  "linkReferences": {
1146
- "contracts/shared/ContractDeployerLib.sol": {
1147
- "ContractDeployerLib": [
1170
+ "contracts/shared/ContractLib.sol": {
1171
+ "ContractLib": [
1148
1172
  {
1149
1173
  "length": 20,
1150
- "start": 8951
1174
+ "start": 7474
1151
1175
  },
1152
1176
  {
1153
1177
  "length": 20,
1154
- "start": 9083
1178
+ "start": 8111
1155
1179
  }
1156
1180
  ]
1157
1181
  },
1158
- "contracts/types/Blocknumber.sol": {
1159
- "BlocknumberLib": [
1182
+ "contracts/type/NftId.sol": {
1183
+ "NftIdLib": [
1160
1184
  {
1161
1185
  "length": 20,
1162
- "start": 3560
1163
- }
1164
- ]
1165
- },
1166
- "contracts/types/NftId.sol": {
1167
- "NftIdLib": [
1186
+ "start": 1867
1187
+ },
1168
1188
  {
1169
1189
  "length": 20,
1170
- "start": 2976
1190
+ "start": 4159
1171
1191
  },
1172
1192
  {
1173
1193
  "length": 20,
1174
- "start": 5182
1194
+ "start": 5472
1175
1195
  }
1176
1196
  ]
1177
1197
  },
1178
- "contracts/types/Timestamp.sol": {
1179
- "TimestampLib": [
1198
+ "contracts/type/RoleId.sol": {
1199
+ "RoleIdLib": [
1180
1200
  {
1181
1201
  "length": 20,
1182
- "start": 8307
1202
+ "start": 3798
1183
1203
  }
1184
1204
  ]
1185
1205
  },
1186
- "contracts/types/Version.sol": {
1206
+ "contracts/type/Version.sol": {
1187
1207
  "VersionLib": [
1188
1208
  {
1189
1209
  "length": 20,
1190
- "start": 2498
1191
- },
1192
- {
1193
- "length": 20,
1194
- "start": 5654
1210
+ "start": 1732
1195
1211
  },
1196
1212
  {
1197
1213
  "length": 20,
1198
- "start": 6310
1214
+ "start": 2337
1199
1215
  }
1200
1216
  ]
1201
1217
  }
1202
1218
  },
1203
1219
  "deployedLinkReferences": {
1204
- "contracts/shared/ContractDeployerLib.sol": {
1205
- "ContractDeployerLib": [
1220
+ "contracts/shared/ContractLib.sol": {
1221
+ "ContractLib": [
1206
1222
  {
1207
1223
  "length": 20,
1208
- "start": 8643
1224
+ "start": 7260
1209
1225
  },
1210
1226
  {
1211
1227
  "length": 20,
1212
- "start": 8775
1228
+ "start": 7897
1213
1229
  }
1214
1230
  ]
1215
1231
  },
1216
- "contracts/types/Blocknumber.sol": {
1217
- "BlocknumberLib": [
1232
+ "contracts/type/NftId.sol": {
1233
+ "NftIdLib": [
1218
1234
  {
1219
1235
  "length": 20,
1220
- "start": 3252
1221
- }
1222
- ]
1223
- },
1224
- "contracts/types/NftId.sol": {
1225
- "NftIdLib": [
1236
+ "start": 1653
1237
+ },
1226
1238
  {
1227
1239
  "length": 20,
1228
- "start": 2668
1240
+ "start": 3945
1229
1241
  },
1230
1242
  {
1231
1243
  "length": 20,
1232
- "start": 4874
1244
+ "start": 5258
1233
1245
  }
1234
1246
  ]
1235
1247
  },
1236
- "contracts/types/Timestamp.sol": {
1237
- "TimestampLib": [
1248
+ "contracts/type/RoleId.sol": {
1249
+ "RoleIdLib": [
1238
1250
  {
1239
1251
  "length": 20,
1240
- "start": 7999
1252
+ "start": 3584
1241
1253
  }
1242
1254
  ]
1243
1255
  },
1244
- "contracts/types/Version.sol": {
1256
+ "contracts/type/Version.sol": {
1245
1257
  "VersionLib": [
1246
1258
  {
1247
1259
  "length": 20,
1248
- "start": 2190
1249
- },
1250
- {
1251
- "length": 20,
1252
- "start": 5346
1260
+ "start": 1518
1253
1261
  },
1254
1262
  {
1255
1263
  "length": 20,
1256
- "start": 6002
1264
+ "start": 2123
1257
1265
  }
1258
1266
  ]
1259
1267
  }