@etherisc/gif-next 0.0.2-c8cedfe-604 → 0.0.2-c9577b6-545

Sign up to get free protection for your applications and to get access to all the features.
Files changed (696) hide show
  1. package/README.md +121 -18
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +363 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/IAccessAdmin.sol/IAccessAdmin.json} +521 -543
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +263 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +295 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +395 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1358 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +419 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1028 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1421 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +834 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +922 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +948 -0
  36. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  38. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1507 -0
  40. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +419 -0
  42. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1978 -0
  44. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +423 -0
  46. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1427 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1187 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1561 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1996 -0
  56. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  57. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  58. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +534 -310
  60. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +462 -169
  62. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  63. package/artifacts/contracts/instance/Instance.sol/Instance.json +351 -3036
  64. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1690 -0
  66. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +610 -0
  68. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1100 -340
  70. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +541 -299
  72. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  73. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +353 -91
  74. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3648 -0
  76. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  78. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  79. package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
  80. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  82. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  84. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  85. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  86. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  87. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  88. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  89. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  90. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  93. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  94. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  95. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  96. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +995 -0
  98. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +427 -0
  100. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  102. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  103. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +398 -368
  104. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +691 -0
  106. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +887 -0
  108. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +943 -0
  110. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +726 -0
  112. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  113. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1292 -0
  114. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +419 -0
  116. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1447 -0
  118. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +838 -0
  120. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  121. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +947 -0
  122. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +953 -0
  124. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
  126. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  127. package/artifacts/contracts/pool/Pool.sol/Pool.json +1078 -0
  128. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  129. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1628 -0
  130. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +774 -0
  132. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  133. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +753 -0
  134. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +714 -0
  136. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  137. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1114 -0
  138. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +419 -0
  140. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  141. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1413 -0
  142. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +842 -0
  144. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  145. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → product/IApplicationService.sol/IApplicationService.json} +238 -186
  146. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +929 -0
  148. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +912 -0
  150. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  151. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IPricingService.sol/IPricingService.json} +306 -187
  152. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  153. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +966 -0
  154. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  155. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +141 -191
  156. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  157. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1284 -0
  158. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +786 -0
  160. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  161. package/artifacts/contracts/product/PricingService.sol/PricingService.json +889 -0
  162. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +766 -0
  164. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  165. package/artifacts/contracts/product/Product.sol/Product.json +1072 -0
  166. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  167. package/artifacts/contracts/product/RiskService.sol/RiskService.json +604 -0
  168. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +698 -0
  170. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  171. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  172. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +595 -186
  174. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +372 -269
  176. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  177. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  178. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  179. package/artifacts/contracts/registry/Registry.sol/Registry.json +921 -213
  180. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  181. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
  182. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  183. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +307 -366
  184. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  185. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +328 -136
  186. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  187. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  188. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  190. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  192. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  194. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  195. package/artifacts/contracts/shared/Component.sol/Component.json +701 -0
  196. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  197. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1589 -0
  198. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +810 -0
  200. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  201. package/artifacts/contracts/shared/{RegisterableUpgradable.sol/RegisterableUpgradable.json → ComponentVerifyingService.sol/ComponentVerifyingService.json} +165 -159
  202. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  203. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  204. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  205. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/IComponent.sol/IComponent.json} +316 -256
  206. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  207. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1049 -0
  208. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +716 -0
  210. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  211. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
  212. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  214. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
  216. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  217. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  218. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +27 -31
  220. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  221. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  222. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  223. package/artifacts/contracts/shared/IService.sol/IService.json +113 -172
  224. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  225. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  226. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  227. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +809 -0
  228. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  229. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  230. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  231. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  232. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  233. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  234. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  235. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +81 -30
  236. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  237. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  238. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  239. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +54 -48
  240. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  241. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  242. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  243. package/artifacts/contracts/shared/Service.sol/Service.json +131 -183
  244. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  245. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
  246. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  247. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  248. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  249. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1454 -0
  250. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  251. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1030 -0
  252. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  253. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  254. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  255. package/artifacts/contracts/staking/Staking.sol/Staking.json +1844 -0
  256. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  258. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  259. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +766 -0
  260. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  262. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1231 -0
  264. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +714 -0
  266. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  268. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  269. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  270. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  271. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  272. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  274. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  276. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  278. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  280. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  282. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  284. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  286. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  287. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  288. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  290. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  292. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  294. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  296. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  298. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  300. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  302. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  304. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  306. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  308. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  310. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  312. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  314. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  316. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  318. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  320. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  321. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  322. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  323. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
  324. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  326. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  328. package/contracts/authorization/AccessAdmin.sol +595 -0
  329. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  330. package/contracts/authorization/Authorization.sol +222 -0
  331. package/contracts/authorization/IAccess.sol +49 -0
  332. package/contracts/authorization/IAccessAdmin.sol +137 -0
  333. package/contracts/authorization/IAuthorization.sol +54 -0
  334. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  335. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  336. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  337. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  338. package/contracts/distribution/BasicDistribution.sol +140 -0
  339. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  340. package/contracts/distribution/Distribution.sol +296 -0
  341. package/contracts/distribution/DistributionService.sol +348 -0
  342. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  343. package/contracts/distribution/IDistributionComponent.sol +52 -0
  344. package/contracts/distribution/IDistributionService.sol +101 -0
  345. package/contracts/examples/fire/DamageLevel.sol +59 -0
  346. package/contracts/examples/fire/FirePool.sol +75 -0
  347. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  348. package/contracts/examples/fire/FireProduct.sol +411 -0
  349. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  350. package/contracts/examples/fire/FireUSD.sol +26 -0
  351. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  352. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  353. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  354. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  355. package/contracts/instance/BundleSet.sol +126 -0
  356. package/contracts/instance/IInstance.sol +56 -26
  357. package/contracts/instance/IInstanceService.sol +78 -16
  358. package/contracts/instance/Instance.sol +159 -373
  359. package/contracts/instance/InstanceAdmin.sol +288 -0
  360. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  361. package/contracts/instance/InstanceReader.sol +279 -74
  362. package/contracts/instance/InstanceService.sol +406 -102
  363. package/contracts/instance/InstanceServiceManager.sol +14 -31
  364. package/contracts/instance/InstanceStore.sol +287 -0
  365. package/contracts/instance/base/BalanceStore.sol +123 -0
  366. package/contracts/instance/base/Cloneable.sol +28 -0
  367. package/contracts/instance/base/ObjectCounter.sol +21 -0
  368. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  369. package/contracts/instance/base/ObjectSet.sol +79 -0
  370. package/contracts/instance/module/IAccess.sol +29 -21
  371. package/contracts/instance/module/IBundle.sol +8 -7
  372. package/contracts/instance/module/IComponents.sol +48 -0
  373. package/contracts/instance/module/IDistribution.sol +6 -4
  374. package/contracts/instance/module/IPolicy.sol +58 -19
  375. package/contracts/instance/module/IRisk.sol +1 -1
  376. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  377. package/contracts/oracle/BasicOracle.sol +48 -0
  378. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  379. package/contracts/oracle/IOracle.sol +36 -0
  380. package/contracts/oracle/IOracleComponent.sol +33 -0
  381. package/contracts/oracle/IOracleService.sol +65 -0
  382. package/contracts/oracle/Oracle.sol +167 -0
  383. package/contracts/oracle/OracleService.sol +286 -0
  384. package/contracts/oracle/OracleServiceManager.sol +39 -0
  385. package/contracts/pool/BasicPool.sol +165 -0
  386. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  387. package/contracts/pool/BundleService.sol +461 -0
  388. package/contracts/pool/BundleServiceManager.sol +39 -0
  389. package/contracts/pool/IBundleService.sol +143 -0
  390. package/contracts/pool/IPoolComponent.sol +68 -0
  391. package/contracts/pool/IPoolService.sol +171 -0
  392. package/contracts/pool/Pool.sol +357 -0
  393. package/contracts/pool/PoolService.sol +563 -0
  394. package/contracts/pool/PoolServiceManager.sol +39 -0
  395. package/contracts/product/ApplicationService.sol +251 -0
  396. package/contracts/product/ApplicationServiceManager.sol +38 -0
  397. package/contracts/product/BasicProduct.sol +53 -0
  398. package/contracts/product/BasicProductAuthorization.sol +43 -0
  399. package/contracts/product/ClaimService.sol +581 -0
  400. package/contracts/product/ClaimServiceManager.sol +38 -0
  401. package/contracts/product/IApplicationService.sol +63 -0
  402. package/contracts/product/IClaimService.sol +123 -0
  403. package/contracts/product/IPolicyService.sol +80 -0
  404. package/contracts/product/IPricingService.sol +39 -0
  405. package/contracts/product/IProductComponent.sol +53 -0
  406. package/contracts/product/IRiskService.sol +33 -0
  407. package/contracts/product/PolicyService.sol +683 -0
  408. package/contracts/product/PolicyServiceManager.sol +39 -0
  409. package/contracts/product/PricingService.sol +297 -0
  410. package/contracts/product/PricingServiceManager.sol +39 -0
  411. package/contracts/product/Product.sol +434 -0
  412. package/contracts/product/RiskService.sol +96 -0
  413. package/contracts/product/RiskServiceManager.sol +39 -0
  414. package/contracts/registry/ChainNft.sol +79 -31
  415. package/contracts/registry/IRegistry.sol +125 -48
  416. package/contracts/registry/IRegistryService.sol +43 -16
  417. package/contracts/registry/ITransferInterceptor.sol +1 -0
  418. package/contracts/registry/Registry.sol +530 -304
  419. package/contracts/registry/RegistryAdmin.sol +448 -0
  420. package/contracts/registry/RegistryService.sol +146 -288
  421. package/contracts/registry/RegistryServiceManager.sol +26 -53
  422. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  423. package/contracts/registry/ReleaseRegistry.sol +501 -0
  424. package/contracts/registry/ServiceAuthorizationV3.sol +198 -0
  425. package/contracts/registry/TokenRegistry.sol +261 -57
  426. package/contracts/shared/Component.sol +261 -0
  427. package/contracts/shared/ComponentService.sol +641 -0
  428. package/contracts/shared/ComponentServiceManager.sol +38 -0
  429. package/contracts/shared/ComponentVerifyingService.sol +116 -0
  430. package/contracts/shared/ContractLib.sol +38 -0
  431. package/contracts/shared/IComponent.sol +70 -0
  432. package/contracts/shared/IComponentService.sol +108 -0
  433. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  434. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  435. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  436. package/contracts/shared/INftOwnable.sol +15 -12
  437. package/contracts/shared/IPolicyHolder.sol +35 -0
  438. package/contracts/shared/IRegisterable.sol +4 -6
  439. package/contracts/shared/IRegistryLinked.sol +11 -0
  440. package/contracts/shared/IService.sol +16 -6
  441. package/contracts/shared/InitializableERC165.sol +27 -0
  442. package/contracts/shared/InstanceLinkedComponent.sol +171 -0
  443. package/contracts/shared/KeyValueStore.sol +131 -0
  444. package/contracts/shared/Lifecycle.sol +88 -0
  445. package/contracts/shared/NftIdSet.sol +65 -0
  446. package/contracts/shared/NftOwnable.sol +72 -85
  447. package/contracts/shared/PolicyHolder.sol +62 -0
  448. package/contracts/shared/Registerable.sol +23 -38
  449. package/contracts/shared/RegistryLinked.sol +44 -0
  450. package/contracts/shared/Service.sol +63 -30
  451. package/contracts/shared/TokenHandler.sol +122 -10
  452. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  453. package/contracts/staking/IStaking.sol +168 -0
  454. package/contracts/staking/IStakingService.sol +157 -0
  455. package/contracts/staking/StakeManagerLib.sol +224 -0
  456. package/contracts/staking/Staking.sol +498 -0
  457. package/contracts/staking/StakingLifecycle.sol +23 -0
  458. package/contracts/staking/StakingManager.sol +52 -0
  459. package/contracts/staking/StakingReader.sol +190 -0
  460. package/contracts/staking/StakingService.sol +393 -0
  461. package/contracts/staking/StakingServiceManager.sol +44 -0
  462. package/contracts/staking/StakingStore.sol +605 -0
  463. package/contracts/staking/TargetManagerLib.sol +211 -0
  464. package/contracts/{types → type}/AddressSet.sol +1 -1
  465. package/contracts/type/Amount.sol +150 -0
  466. package/contracts/{types → type}/Blocknumber.sol +27 -3
  467. package/contracts/type/ClaimId.sol +80 -0
  468. package/contracts/{types → type}/DistributorType.sol +2 -2
  469. package/contracts/{types → type}/Fee.sol +33 -23
  470. package/contracts/{types → type}/NftId.sol +22 -15
  471. package/contracts/type/NftIdSet.sol +62 -0
  472. package/contracts/type/ObjectType.sol +276 -0
  473. package/contracts/type/PayoutId.sol +82 -0
  474. package/contracts/{types → type}/Referral.sol +6 -1
  475. package/contracts/type/RequestId.sol +75 -0
  476. package/contracts/{types → type}/RiskId.sol +16 -2
  477. package/contracts/type/RoleId.sol +174 -0
  478. package/contracts/type/Seconds.sol +101 -0
  479. package/contracts/type/Selector.sol +102 -0
  480. package/contracts/{types → type}/StateId.sol +48 -4
  481. package/contracts/type/String.sol +53 -0
  482. package/contracts/{types → type}/Timestamp.sol +34 -15
  483. package/contracts/{types → type}/UFixed.sol +39 -9
  484. package/contracts/{types → type}/Version.sol +5 -2
  485. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  486. package/contracts/upgradeability/ProxyManager.sol +231 -0
  487. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  488. package/contracts/upgradeability/Versionable.sol +59 -0
  489. package/package.json +11 -7
  490. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  491. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  492. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  493. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -670
  494. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  495. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  496. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  497. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -204
  498. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  499. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  500. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  501. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  502. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  503. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -790
  504. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  505. package/artifacts/contracts/components/Product.sol/Product.json +0 -775
  506. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  508. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  510. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  512. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  514. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  516. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  518. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  520. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  522. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  524. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  525. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  526. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  527. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  529. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  531. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  533. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  534. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  535. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  536. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  537. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  538. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  539. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  540. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  541. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  542. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  543. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  544. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  545. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  546. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  547. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  548. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  549. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  550. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
  551. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  552. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  553. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  554. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  555. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  558. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  559. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  560. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  561. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  562. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  563. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  564. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  565. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -636
  566. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  567. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -428
  568. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  569. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  570. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  571. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  572. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  573. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  574. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  575. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  576. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  577. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  578. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  579. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  580. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  581. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  582. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  583. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  584. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  585. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  586. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  587. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  588. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  589. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  590. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  591. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  592. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  593. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  594. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  595. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  596. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  597. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  598. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  599. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  600. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  601. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  602. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  603. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  604. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  605. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  606. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  607. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  608. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  609. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  610. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  611. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  612. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  613. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  614. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  615. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  616. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  617. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  618. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  619. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  620. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  621. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  622. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  623. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  624. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  625. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  626. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  627. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  628. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  629. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  630. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  631. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  632. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  633. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  634. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  635. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  636. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  637. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  638. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  639. package/contracts/components/BaseComponent.sol +0 -91
  640. package/contracts/components/Distribution.sol +0 -166
  641. package/contracts/components/IBaseComponent.sol +0 -25
  642. package/contracts/components/IDistributionComponent.sol +0 -46
  643. package/contracts/components/IPoolComponent.sol +0 -62
  644. package/contracts/components/IProductComponent.sol +0 -35
  645. package/contracts/components/Pool.sol +0 -258
  646. package/contracts/components/Product.sol +0 -297
  647. package/contracts/experiment/cloning/Cloner.sol +0 -47
  648. package/contracts/experiment/errors/Require.sol +0 -38
  649. package/contracts/experiment/errors/Revert.sol +0 -44
  650. package/contracts/experiment/inheritance/A.sol +0 -53
  651. package/contracts/experiment/inheritance/B.sol +0 -28
  652. package/contracts/experiment/inheritance/C.sol +0 -34
  653. package/contracts/experiment/inheritance/IA.sol +0 -13
  654. package/contracts/experiment/inheritance/IB.sol +0 -10
  655. package/contracts/experiment/inheritance/IC.sol +0 -12
  656. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  657. package/contracts/experiment/statemachine/ISM.sol +0 -25
  658. package/contracts/experiment/statemachine/SM.sol +0 -57
  659. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  660. package/contracts/experiment/types/TypeA.sol +0 -47
  661. package/contracts/experiment/types/TypeB.sol +0 -29
  662. package/contracts/instance/AccessManagedSimple.sol +0 -115
  663. package/contracts/instance/AccessManagerSimple.sol +0 -692
  664. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  665. package/contracts/instance/InstanceAccessManager.sol +0 -288
  666. package/contracts/instance/base/ComponentServiceBase.sol +0 -39
  667. package/contracts/instance/base/IInstanceBase.sol +0 -23
  668. package/contracts/instance/base/KeyValueStore.sol +0 -172
  669. package/contracts/instance/base/Lifecycle.sol +0 -100
  670. package/contracts/instance/module/ISetup.sol +0 -43
  671. package/contracts/instance/module/ITreasury.sol +0 -23
  672. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  673. package/contracts/instance/service/DistributionService.sol +0 -96
  674. package/contracts/instance/service/DistributionServiceManager.sol +0 -53
  675. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  676. package/contracts/instance/service/IDistributionService.sol +0 -12
  677. package/contracts/instance/service/IPoolService.sol +0 -37
  678. package/contracts/instance/service/IProductService.sol +0 -107
  679. package/contracts/shared/ContractDeployerLib.sol +0 -72
  680. package/contracts/shared/ERC165.sol +0 -25
  681. package/contracts/shared/ProxyManager.sol +0 -94
  682. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  683. package/contracts/shared/Versionable.sol +0 -147
  684. package/contracts/test/TestFee.sol +0 -25
  685. package/contracts/test/TestRegisterable.sol +0 -18
  686. package/contracts/test/TestRoleId.sol +0 -14
  687. package/contracts/test/TestService.sol +0 -24
  688. package/contracts/test/TestToken.sol +0 -26
  689. package/contracts/test/TestVersion.sol +0 -44
  690. package/contracts/test/TestVersionable.sol +0 -17
  691. package/contracts/types/ChainId.sol +0 -38
  692. package/contracts/types/NftIdSet.sol +0 -60
  693. package/contracts/types/NumberId.sol +0 -52
  694. package/contracts/types/ObjectType.sol +0 -152
  695. package/contracts/types/RoleId.sol +0 -88
  696. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -43,18 +43,13 @@
43
43
  },
44
44
  {
45
45
  "inputs": [
46
- {
47
- "internalType": "address",
48
- "name": "registry",
49
- "type": "address"
50
- },
51
46
  {
52
47
  "internalType": "NftId",
53
48
  "name": "nftId",
54
49
  "type": "uint96"
55
50
  }
56
51
  ],
57
- "name": "ErrorAlreadyLinked",
52
+ "name": "ErrorNftOwnableAlreadyLinked",
58
53
  "type": "error"
59
54
  },
60
55
  {
@@ -65,7 +60,28 @@
65
60
  "type": "address"
66
61
  }
67
62
  ],
68
- "name": "ErrorContractNotRegistered",
63
+ "name": "ErrorNftOwnableContractNotRegistered",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ErrorNftOwnableInitialOwnerZero",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [
73
+ {
74
+ "internalType": "NftId",
75
+ "name": "nftId",
76
+ "type": "uint96"
77
+ },
78
+ {
79
+ "internalType": "ObjectType",
80
+ "name": "expectedObjectType",
81
+ "type": "uint8"
82
+ }
83
+ ],
84
+ "name": "ErrorNftOwnableInvalidType",
69
85
  "type": "error"
70
86
  },
71
87
  {
@@ -76,7 +92,7 @@
76
92
  "type": "address"
77
93
  }
78
94
  ],
79
- "name": "ErrorNotOwner",
95
+ "name": "ErrorNftOwnableNotOwner",
80
96
  "type": "error"
81
97
  },
82
98
  {
@@ -94,124 +110,231 @@
94
110
  "inputs": [
95
111
  {
96
112
  "internalType": "address",
97
- "name": "registryAddress",
113
+ "name": "registerableAddress",
98
114
  "type": "address"
99
115
  }
100
116
  ],
101
- "name": "ErrorRegisterableNotRegistry",
117
+ "name": "ErrorRegistryServiceInvalidAddress",
102
118
  "type": "error"
103
119
  },
104
120
  {
105
- "inputs": [],
106
- "name": "ErrorRegistryAddressZero",
121
+ "inputs": [
122
+ {
123
+ "internalType": "address",
124
+ "name": "initialOwner",
125
+ "type": "address"
126
+ }
127
+ ],
128
+ "name": "ErrorRegistryServiceInvalidInitialOwner",
107
129
  "type": "error"
108
130
  },
109
131
  {
110
132
  "inputs": [
111
133
  {
112
134
  "internalType": "address",
113
- "name": "registry",
135
+ "name": "notComponent",
114
136
  "type": "address"
115
137
  }
116
138
  ],
117
- "name": "ErrorRegistryAlreadyInitialized",
139
+ "name": "ErrorRegistryServiceNotComponent",
118
140
  "type": "error"
119
141
  },
120
142
  {
121
- "inputs": [],
122
- "name": "ErrorRegistryNotInitialized",
143
+ "inputs": [
144
+ {
145
+ "internalType": "address",
146
+ "name": "notDistribution",
147
+ "type": "address"
148
+ }
149
+ ],
150
+ "name": "ErrorRegistryServiceNotDistribution",
123
151
  "type": "error"
124
152
  },
125
153
  {
126
154
  "inputs": [
127
155
  {
128
156
  "internalType": "address",
129
- "name": "registerableAddress",
157
+ "name": "notInstance",
130
158
  "type": "address"
131
159
  }
132
160
  ],
133
- "name": "InvalidAddress",
161
+ "name": "ErrorRegistryServiceNotInstance",
134
162
  "type": "error"
135
163
  },
136
164
  {
137
165
  "inputs": [
138
166
  {
139
167
  "internalType": "address",
140
- "name": "initialOwner",
168
+ "name": "notPool",
141
169
  "type": "address"
142
170
  }
143
171
  ],
144
- "name": "InvalidInitialOwner",
172
+ "name": "ErrorRegistryServiceNotPool",
145
173
  "type": "error"
146
174
  },
147
175
  {
148
- "inputs": [],
149
- "name": "InvalidInitialization",
176
+ "inputs": [
177
+ {
178
+ "internalType": "address",
179
+ "name": "notProduct",
180
+ "type": "address"
181
+ }
182
+ ],
183
+ "name": "ErrorRegistryServiceNotProduct",
150
184
  "type": "error"
151
185
  },
152
186
  {
153
187
  "inputs": [],
154
- "name": "NotDistribution",
188
+ "name": "ErrorRegistryServiceNotRegistryOwner",
155
189
  "type": "error"
156
190
  },
157
191
  {
158
- "inputs": [],
159
- "name": "NotInitializing",
192
+ "inputs": [
193
+ {
194
+ "internalType": "address",
195
+ "name": "notService",
196
+ "type": "address"
197
+ }
198
+ ],
199
+ "name": "ErrorRegistryServiceNotService",
160
200
  "type": "error"
161
201
  },
162
202
  {
163
- "inputs": [],
164
- "name": "NotInstance",
203
+ "inputs": [
204
+ {
205
+ "internalType": "ObjectType",
206
+ "name": "objectType",
207
+ "type": "uint8"
208
+ }
209
+ ],
210
+ "name": "ErrorRegistryServiceObjectAddressNotZero",
165
211
  "type": "error"
166
212
  },
167
213
  {
168
- "inputs": [],
169
- "name": "NotPool",
214
+ "inputs": [
215
+ {
216
+ "internalType": "ObjectType",
217
+ "name": "objectType",
218
+ "type": "uint8"
219
+ },
220
+ {
221
+ "internalType": "address",
222
+ "name": "owner",
223
+ "type": "address"
224
+ }
225
+ ],
226
+ "name": "ErrorRegistryServiceObjectOwnerRegistered",
170
227
  "type": "error"
171
228
  },
172
229
  {
173
- "inputs": [],
174
- "name": "NotProduct",
230
+ "inputs": [
231
+ {
232
+ "internalType": "ObjectType",
233
+ "name": "objectType",
234
+ "type": "uint8"
235
+ }
236
+ ],
237
+ "name": "ErrorRegistryServiceObjectOwnerZero",
175
238
  "type": "error"
176
239
  },
177
240
  {
178
241
  "inputs": [
179
242
  {
180
- "internalType": "address",
181
- "name": "expectedOwner",
182
- "type": "address"
243
+ "internalType": "ObjectType",
244
+ "name": "expected",
245
+ "type": "uint8"
246
+ },
247
+ {
248
+ "internalType": "ObjectType",
249
+ "name": "found",
250
+ "type": "uint8"
183
251
  }
184
252
  ],
185
- "name": "NotRegisterableOwner",
253
+ "name": "ErrorRegistryServiceObjectTypeInvalid",
186
254
  "type": "error"
187
255
  },
188
256
  {
189
- "inputs": [],
190
- "name": "NotRegistryOwner",
257
+ "inputs": [
258
+ {
259
+ "internalType": "contract IRegisterable",
260
+ "name": "registerable",
261
+ "type": "address"
262
+ },
263
+ {
264
+ "internalType": "address",
265
+ "name": "found",
266
+ "type": "address"
267
+ }
268
+ ],
269
+ "name": "ErrorRegistryServiceRegisterableAddressInvalid",
191
270
  "type": "error"
192
271
  },
193
272
  {
194
- "inputs": [],
195
- "name": "NotService",
273
+ "inputs": [
274
+ {
275
+ "internalType": "contract IRegisterable",
276
+ "name": "registerable",
277
+ "type": "address"
278
+ },
279
+ {
280
+ "internalType": "address",
281
+ "name": "expected",
282
+ "type": "address"
283
+ },
284
+ {
285
+ "internalType": "address",
286
+ "name": "found",
287
+ "type": "address"
288
+ }
289
+ ],
290
+ "name": "ErrorRegistryServiceRegisterableOwnerInvalid",
196
291
  "type": "error"
197
292
  },
198
293
  {
199
- "inputs": [],
200
- "name": "RegisterableOwnerIsRegistered",
294
+ "inputs": [
295
+ {
296
+ "internalType": "contract IRegisterable",
297
+ "name": "registerable",
298
+ "type": "address"
299
+ },
300
+ {
301
+ "internalType": "address",
302
+ "name": "owner",
303
+ "type": "address"
304
+ }
305
+ ],
306
+ "name": "ErrorRegistryServiceRegisterableOwnerRegistered",
201
307
  "type": "error"
202
308
  },
203
309
  {
204
- "inputs": [],
205
- "name": "RegisterableOwnerIsZero",
310
+ "inputs": [
311
+ {
312
+ "internalType": "contract IRegisterable",
313
+ "name": "registerable",
314
+ "type": "address"
315
+ }
316
+ ],
317
+ "name": "ErrorRegistryServiceRegisterableOwnerZero",
206
318
  "type": "error"
207
319
  },
208
320
  {
209
- "inputs": [],
210
- "name": "SelfRegistration",
321
+ "inputs": [
322
+ {
323
+ "internalType": "contract IRegisterable",
324
+ "name": "registerable",
325
+ "type": "address"
326
+ }
327
+ ],
328
+ "name": "ErrorRegistryServiceRegisterableSelfRegistration",
211
329
  "type": "error"
212
330
  },
213
331
  {
214
332
  "inputs": [
333
+ {
334
+ "internalType": "contract IRegisterable",
335
+ "name": "registerable",
336
+ "type": "address"
337
+ },
215
338
  {
216
339
  "internalType": "ObjectType",
217
340
  "name": "expected",
@@ -223,7 +346,27 @@
223
346
  "type": "uint8"
224
347
  }
225
348
  ],
226
- "name": "UnexpectedRegisterableType",
349
+ "name": "ErrorRegistryServiceRegisterableTypeInvalid",
350
+ "type": "error"
351
+ },
352
+ {
353
+ "inputs": [],
354
+ "name": "ErrorServiceNotImplemented",
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",
227
370
  "type": "error"
228
371
  },
229
372
  {
@@ -252,39 +395,14 @@
252
395
  "name": "Initialized",
253
396
  "type": "event"
254
397
  },
255
- {
256
- "anonymous": false,
257
- "inputs": [
258
- {
259
- "indexed": false,
260
- "internalType": "Version",
261
- "name": "version",
262
- "type": "uint24"
263
- },
264
- {
265
- "indexed": false,
266
- "internalType": "address",
267
- "name": "implementation",
268
- "type": "address"
269
- },
270
- {
271
- "indexed": false,
272
- "internalType": "address",
273
- "name": "activatedBy",
274
- "type": "address"
275
- }
276
- ],
277
- "name": "LogVersionableInitialized",
278
- "type": "event"
279
- },
280
398
  {
281
399
  "inputs": [],
282
- "name": "NAME",
400
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
283
401
  "outputs": [
284
402
  {
285
- "internalType": "string",
403
+ "internalType": "bytes32",
286
404
  "name": "",
287
- "type": "string"
405
+ "type": "bytes32"
288
406
  }
289
407
  ],
290
408
  "stateMutability": "view",
@@ -292,12 +410,12 @@
292
410
  },
293
411
  {
294
412
  "inputs": [],
295
- "name": "NFT_LOCK_ADDRESS",
413
+ "name": "REGISTERABLE_LOCATION_V1",
296
414
  "outputs": [
297
415
  {
298
- "internalType": "address",
416
+ "internalType": "bytes32",
299
417
  "name": "",
300
- "type": "address"
418
+ "type": "bytes32"
301
419
  }
302
420
  ],
303
421
  "stateMutability": "view",
@@ -305,7 +423,7 @@
305
423
  },
306
424
  {
307
425
  "inputs": [],
308
- "name": "REGISTERABLE_LOCATION_V1",
426
+ "name": "REGISTRY_CREATION_CODE_HASH",
309
427
  "outputs": [
310
428
  {
311
429
  "internalType": "bytes32",
@@ -318,12 +436,12 @@
318
436
  },
319
437
  {
320
438
  "inputs": [],
321
- "name": "REGISTRY_CREATION_CODE_HASH",
439
+ "name": "authority",
322
440
  "outputs": [
323
441
  {
324
- "internalType": "bytes32",
442
+ "internalType": "address",
325
443
  "name": "",
326
- "type": "bytes32"
444
+ "type": "address"
327
445
  }
328
446
  ],
329
447
  "stateMutability": "view",
@@ -331,15 +449,15 @@
331
449
  },
332
450
  {
333
451
  "inputs": [],
334
- "name": "authority",
452
+ "name": "getDomain",
335
453
  "outputs": [
336
454
  {
337
- "internalType": "address",
338
- "name": "",
339
- "type": "address"
455
+ "internalType": "ObjectType",
456
+ "name": "serviceDomain",
457
+ "type": "uint8"
340
458
  }
341
459
  ],
342
- "stateMutability": "view",
460
+ "stateMutability": "pure",
343
461
  "type": "function"
344
462
  },
345
463
  {
@@ -385,57 +503,13 @@
385
503
  }
386
504
  ],
387
505
  "internalType": "struct IRegistry.ObjectInfo",
388
- "name": "",
506
+ "name": "info",
389
507
  "type": "tuple"
390
- },
391
- {
392
- "internalType": "bytes",
393
- "name": "data",
394
- "type": "bytes"
395
508
  }
396
509
  ],
397
510
  "stateMutability": "view",
398
511
  "type": "function"
399
512
  },
400
- {
401
- "inputs": [],
402
- "name": "getInitializedVersion",
403
- "outputs": [
404
- {
405
- "internalType": "uint64",
406
- "name": "",
407
- "type": "uint64"
408
- }
409
- ],
410
- "stateMutability": "view",
411
- "type": "function"
412
- },
413
- {
414
- "inputs": [],
415
- "name": "getMajorVersion",
416
- "outputs": [
417
- {
418
- "internalType": "VersionPart",
419
- "name": "majorVersion",
420
- "type": "uint8"
421
- }
422
- ],
423
- "stateMutability": "view",
424
- "type": "function"
425
- },
426
- {
427
- "inputs": [],
428
- "name": "getName",
429
- "outputs": [
430
- {
431
- "internalType": "string",
432
- "name": "",
433
- "type": "string"
434
- }
435
- ],
436
- "stateMutability": "pure",
437
- "type": "function"
438
- },
439
513
  {
440
514
  "inputs": [],
441
515
  "name": "getNftId",
@@ -477,25 +551,19 @@
477
551
  },
478
552
  {
479
553
  "inputs": [],
480
- "name": "getVersion",
554
+ "name": "getRoleId",
481
555
  "outputs": [
482
556
  {
483
- "internalType": "Version",
484
- "name": "",
485
- "type": "uint24"
557
+ "internalType": "RoleId",
558
+ "name": "serviceRoleId",
559
+ "type": "uint64"
486
560
  }
487
561
  ],
488
562
  "stateMutability": "pure",
489
563
  "type": "function"
490
564
  },
491
565
  {
492
- "inputs": [
493
- {
494
- "internalType": "uint256",
495
- "name": "idx",
496
- "type": "uint256"
497
- }
498
- ],
566
+ "inputs": [],
499
567
  "name": "getVersion",
500
568
  "outputs": [
501
569
  {
@@ -504,75 +572,11 @@
504
572
  "type": "uint24"
505
573
  }
506
574
  ],
507
- "stateMutability": "view",
508
- "type": "function"
509
- },
510
- {
511
- "inputs": [],
512
- "name": "getVersionCount",
513
- "outputs": [
514
- {
515
- "internalType": "uint256",
516
- "name": "",
517
- "type": "uint256"
518
- }
519
- ],
520
- "stateMutability": "view",
521
- "type": "function"
522
- },
523
- {
524
- "inputs": [
525
- {
526
- "internalType": "Version",
527
- "name": "_version",
528
- "type": "uint24"
529
- }
530
- ],
531
- "name": "getVersionInfo",
532
- "outputs": [
533
- {
534
- "components": [
535
- {
536
- "internalType": "Version",
537
- "name": "version",
538
- "type": "uint24"
539
- },
540
- {
541
- "internalType": "address",
542
- "name": "implementation",
543
- "type": "address"
544
- },
545
- {
546
- "internalType": "address",
547
- "name": "activatedBy",
548
- "type": "address"
549
- },
550
- {
551
- "internalType": "Timestamp",
552
- "name": "activatedAt",
553
- "type": "uint40"
554
- },
555
- {
556
- "internalType": "Blocknumber",
557
- "name": "activatedIn",
558
- "type": "uint32"
559
- }
560
- ],
561
- "internalType": "struct IVersionable.VersionInfo",
562
- "name": "",
563
- "type": "tuple"
564
- }
565
- ],
566
- "stateMutability": "view",
575
+ "stateMutability": "pure",
567
576
  "type": "function"
568
577
  },
569
578
  {
570
579
  "inputs": [
571
- {
572
- "internalType": "address",
573
- "name": "implementation",
574
- "type": "address"
575
- },
576
580
  {
577
581
  "internalType": "address",
578
582
  "name": "activatedBy",
@@ -584,7 +588,7 @@
584
588
  "type": "bytes"
585
589
  }
586
590
  ],
587
- "name": "initialize",
591
+ "name": "initializeVersionable",
588
592
  "outputs": [],
589
593
  "stateMutability": "nonpayable",
590
594
  "type": "function"
@@ -603,28 +607,15 @@
603
607
  "type": "function"
604
608
  },
605
609
  {
606
- "inputs": [
607
- {
608
- "internalType": "Version",
609
- "name": "_version",
610
- "type": "uint24"
611
- }
612
- ],
613
- "name": "isInitialized",
610
+ "inputs": [],
611
+ "name": "linkToRegisteredNftId",
614
612
  "outputs": [
615
613
  {
616
- "internalType": "bool",
617
- "name": "",
618
- "type": "bool"
614
+ "internalType": "NftId",
615
+ "name": "nftId",
616
+ "type": "uint96"
619
617
  }
620
618
  ],
621
- "stateMutability": "view",
622
- "type": "function"
623
- },
624
- {
625
- "inputs": [],
626
- "name": "linkToRegisteredNftId",
627
- "outputs": [],
628
619
  "stateMutability": "nonpayable",
629
620
  "type": "function"
630
621
  },
@@ -687,17 +678,22 @@
687
678
  {
688
679
  "inputs": [
689
680
  {
690
- "internalType": "contract IBaseComponent",
691
- "name": "distribution",
681
+ "internalType": "contract IComponent",
682
+ "name": "component",
692
683
  "type": "address"
693
684
  },
685
+ {
686
+ "internalType": "ObjectType",
687
+ "name": "objectType",
688
+ "type": "uint8"
689
+ },
694
690
  {
695
691
  "internalType": "address",
696
- "name": "owner",
692
+ "name": "initialOwner",
697
693
  "type": "address"
698
694
  }
699
695
  ],
700
- "name": "registerDistribution",
696
+ "name": "registerComponent",
701
697
  "outputs": [
702
698
  {
703
699
  "components": [
@@ -740,11 +736,6 @@
740
736
  "internalType": "struct IRegistry.ObjectInfo",
741
737
  "name": "info",
742
738
  "type": "tuple"
743
- },
744
- {
745
- "internalType": "bytes",
746
- "name": "data",
747
- "type": "bytes"
748
739
  }
749
740
  ],
750
741
  "stateMutability": "nonpayable",
@@ -752,14 +743,6 @@
752
743
  },
753
744
  {
754
745
  "inputs": [
755
- {
756
- "internalType": "contract IRegisterable",
757
- "name": "instance",
758
- "type": "address"
759
- }
760
- ],
761
- "name": "registerInstance",
762
- "outputs": [
763
746
  {
764
747
  "components": [
765
748
  {
@@ -801,11 +784,14 @@
801
784
  "internalType": "struct IRegistry.ObjectInfo",
802
785
  "name": "info",
803
786
  "type": "tuple"
804
- },
787
+ }
788
+ ],
789
+ "name": "registerDistributor",
790
+ "outputs": [
805
791
  {
806
- "internalType": "bytes",
807
- "name": "data",
808
- "type": "bytes"
792
+ "internalType": "NftId",
793
+ "name": "nftId",
794
+ "type": "uint96"
809
795
  }
810
796
  ],
811
797
  "stateMutability": "nonpayable",
@@ -813,6 +799,19 @@
813
799
  },
814
800
  {
815
801
  "inputs": [
802
+ {
803
+ "internalType": "contract IRegisterable",
804
+ "name": "instance",
805
+ "type": "address"
806
+ },
807
+ {
808
+ "internalType": "address",
809
+ "name": "owner",
810
+ "type": "address"
811
+ }
812
+ ],
813
+ "name": "registerInstance",
814
+ "outputs": [
816
815
  {
817
816
  "components": [
818
817
  {
@@ -856,32 +855,11 @@
856
855
  "type": "tuple"
857
856
  }
858
857
  ],
859
- "name": "registerPolicy",
860
- "outputs": [
861
- {
862
- "internalType": "NftId",
863
- "name": "nftId",
864
- "type": "uint96"
865
- }
866
- ],
867
858
  "stateMutability": "nonpayable",
868
859
  "type": "function"
869
860
  },
870
861
  {
871
862
  "inputs": [
872
- {
873
- "internalType": "contract IBaseComponent",
874
- "name": "pool",
875
- "type": "address"
876
- },
877
- {
878
- "internalType": "address",
879
- "name": "owner",
880
- "type": "address"
881
- }
882
- ],
883
- "name": "registerPool",
884
- "outputs": [
885
863
  {
886
864
  "components": [
887
865
  {
@@ -923,11 +901,14 @@
923
901
  "internalType": "struct IRegistry.ObjectInfo",
924
902
  "name": "info",
925
903
  "type": "tuple"
926
- },
904
+ }
905
+ ],
906
+ "name": "registerPolicy",
907
+ "outputs": [
927
908
  {
928
- "internalType": "bytes",
929
- "name": "data",
930
- "type": "bytes"
909
+ "internalType": "NftId",
910
+ "name": "nftId",
911
+ "type": "uint96"
931
912
  }
932
913
  ],
933
914
  "stateMutability": "nonpayable",
@@ -935,19 +916,6 @@
935
916
  },
936
917
  {
937
918
  "inputs": [
938
- {
939
- "internalType": "contract IBaseComponent",
940
- "name": "product",
941
- "type": "address"
942
- },
943
- {
944
- "internalType": "address",
945
- "name": "owner",
946
- "type": "address"
947
- }
948
- ],
949
- "name": "registerProduct",
950
- "outputs": [
951
919
  {
952
920
  "components": [
953
921
  {
@@ -989,11 +957,14 @@
989
957
  "internalType": "struct IRegistry.ObjectInfo",
990
958
  "name": "info",
991
959
  "type": "tuple"
992
- },
960
+ }
961
+ ],
962
+ "name": "registerStake",
963
+ "outputs": [
993
964
  {
994
- "internalType": "bytes",
995
- "name": "data",
996
- "type": "bytes"
965
+ "internalType": "NftId",
966
+ "name": "nftId",
967
+ "type": "uint96"
997
968
  }
998
969
  ],
999
970
  "stateMutability": "nonpayable",
@@ -1002,12 +973,17 @@
1002
973
  {
1003
974
  "inputs": [
1004
975
  {
1005
- "internalType": "contract IService",
1006
- "name": "service",
976
+ "internalType": "contract IRegisterable",
977
+ "name": "staking",
978
+ "type": "address"
979
+ },
980
+ {
981
+ "internalType": "address",
982
+ "name": "owner",
1007
983
  "type": "address"
1008
984
  }
1009
985
  ],
1010
- "name": "registerService",
986
+ "name": "registerStaking",
1011
987
  "outputs": [
1012
988
  {
1013
989
  "components": [
@@ -1050,11 +1026,6 @@
1050
1026
  "internalType": "struct IRegistry.ObjectInfo",
1051
1027
  "name": "info",
1052
1028
  "type": "tuple"
1053
- },
1054
- {
1055
- "internalType": "bytes",
1056
- "name": "data",
1057
- "type": "bytes"
1058
1029
  }
1059
1030
  ],
1060
1031
  "stateMutability": "nonpayable",
@@ -1094,142 +1065,112 @@
1094
1065
  },
1095
1066
  {
1096
1067
  "inputs": [
1097
- {
1098
- "internalType": "address",
1099
- "name": "implementation",
1100
- "type": "address"
1101
- },
1102
- {
1103
- "internalType": "address",
1104
- "name": "activatedBy",
1105
- "type": "address"
1106
- },
1107
1068
  {
1108
1069
  "internalType": "bytes",
1109
1070
  "name": "data",
1110
1071
  "type": "bytes"
1111
1072
  }
1112
1073
  ],
1113
- "name": "upgrade",
1074
+ "name": "upgradeVersionable",
1114
1075
  "outputs": [],
1115
1076
  "stateMutability": "nonpayable",
1116
1077
  "type": "function"
1117
1078
  }
1118
1079
  ],
1119
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6130b3806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101da5760003560e01c8063893d20e811610104578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105a6578063e285c9c4146105b9578063ed841d0c146105c1578063fdd9ec7d146105c957600080fd5b8063b88da7591461055e578063bf7e214f14610571578063c2bf08c814610579578063cde749f41461058c57600080fd5b8063946dfcfe116100de578063946dfcfe146104d6578063a3f4df7e146104fd578063a745e3df1461052b578063b3c650151461053e57600080fd5b8063893d20e8146104a65780638fb36037146104ae5780638fbc2d81146104c357600080fd5b80634f4213331161017c578063644c45e01161014b578063644c45e0146104555780637286e5e51461046d5780637a9e5e4b14610480578063834af1531461049357600080fd5b80634f421333146103df5780635ab1bd53146103f25780635c992fed146104175780635d9662891461044257600080fd5b8063138461e0116101b8578063138461e01461025357806317d7de7c1461025d5780631eff4b22146102915780634d459c90146102c657600080fd5b806301ffc9a7146101df5780630d8e6e2c146102215780630fec111c1461023d575b600080fd5b61020c6101ed36600461260f565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102296105dc565b60405162ffffff9091168152602001610218565b610245610666565b604051610218929190612702565b61025b6107b9565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b6040516102189190612730565b6102b87f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b6103826102d4366004612754565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061305e83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610218565b61020c6103ed366004612754565b6109db565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b61042a6104253660046128d4565b610a8e565b6040516001600160601b039091168152602001610218565b6102456104503660046129a6565b610b91565b600154600160a01b90046001600160601b031661042a565b61024561047b3660046129a6565b610d96565b61025b61048e3660046129df565b610e45565b6102456104a13660046129df565b610ecc565b6103ff611054565b6104b661116d565b60405161021891906129fc565b6102456104d13660046129a6565b6111a6565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102b8565b6102846040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b61025b610539366004612a11565b611255565b6105466113af565b6040516001600160401b039091168152602001610218565b61022961056c366004612a72565b6113d0565b6103ff611421565b61042a6105873660046128d4565b61143d565b6105946114c2565b60405160ff9091168152602001610218565b61025b6105b4366004612a11565b611545565b6103ff600181565b6102b8600081565b6102456105d73660046129df565b61164e565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561063d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612a8b565b905090565b61066e6125d1565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106ba6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610702611054565b6001600160a01b0316815260200182600101805461071f90612aa8565b80601f016020809104026020016040519081016040528092919081815260200182805461074b90612aa8565b80156107985780601f1061076d57610100808354040283529160200191610798565b820191906000526020600020905b81548152906001019060200180831161077b57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561081b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083f9190612aed565b15610886576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108af5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156108f8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061091c9190612aed565b610944576040516372657a5160e01b81526001600160a01b038216600482015260240161087d565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561098e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b29190612b15565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008060008051602061305e83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a63573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a879190612b32565b1192915050565b6000610a9d335b6000366116f5565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612b15565b9050610b178360d26117fb565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610b47908690600401612b4b565b6020604051808303816000875af1158015610b66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8a9190612b15565b9392505050565b610b996125d1565b6060610ba433610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610bd790633ad74e8160e01b906004016129fc565b602060405180830381865afa158015610bf4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c189190612aed565b610c3557604051637a71998760e01b815260040160405180910390fd5b610c4284606e5b856118f8565b600154604051636939560f60e11b81523360048201529294509092506000916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015610c93573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb79190612b15565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610ce8908690600401612b4b565b6020604051808303816000875af1158015610d07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d2b9190612b15565b6001600160601b0316835260408051629c230f60e51b815290516001600160a01b0387169163138461e091600480830192600092919082900301818387803b158015610d7657600080fd5b505af1158015610d8a573d6000803e3d6000fd5b50505050509250929050565b610d9e6125d1565b6060610da933610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610ddc90632d744d3360e11b906004016129fc565b602060405180830381865afa158015610df9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1d9190612aed565b610e3a57604051636f61f64160e01b815260040160405180910390fd5b610c4284608c610c3c565b33610e4e611421565b6001600160a01b0316816001600160a01b031614610e895760405162d1953b60e31b81526001600160a01b038216600482015260240161087d565b816001600160a01b03163b600003610ebf576040516361798f2f60e11b81526001600160a01b038316600482015260240161087d565b610ec882611afe565b5050565b610ed46125d1565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a790610f0a9063e72ac88960e01b906004016129fc565b602060405180830381865afa158015610f27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f4b9190612aed565b610f6857604051636795c76360e01b815260040160405180910390fd5b610f758360465b336118f8565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90610fa9908590600401612b4b565b6020604051808303816000875af1158015610fc8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fec9190612b15565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b15801561103757600080fd5b505af115801561104b573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156110b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110dd9190612aed565b1561115d57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015611139573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612b69565b506002546001600160a01b031690565b60008051602061301e833981519152805460009190600160a01b900460ff166111975760006111a0565b638fb3603760e01b5b91505090565b6111ae6125d1565b60606111b933610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a7906111ec906346956fbb60e01b906004016129fc565b602060405180830381865afa158015611209573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061122d9190612aed565b61124a576040516308707e3160e41b815260040160405180910390fd5b610c42846078610c3c565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c6112776105dc565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112db9190612b86565b60008051602061303e8339815191528054600160401b900460ff168061130e575080546001600160401b03808416911610155b1561132c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556113578585611b5f565b61136083611dfe565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061066160008051602061303e833981519152546001600160401b031690565b600060008051602061305e83398151915260010182815481106113f5576113f5612baf565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008051602061301e833981519152546001600160a01b031690565b600061144833610a95565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015611491573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b59190612b15565b9050610b178360dc6117fb565b60006114cc6105dc565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611521573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612bd0565b60008051602061303e8339815191528054600160401b810460ff1615906001600160401b03166000811580156115785750825b90506000826001600160401b031660011480156115945750303b155b9050811580156115a2575080155b156115c05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115ea57845460ff60401b1916600160401b1785555b6115f48888611b5f565b6115fe8787611e06565b831561164457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6116566125d1565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a79061168c90631b4612f160e31b906004016129fc565b602060405180830381865afa1580156116a9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116cd9190612aed565b6116ea57604051635458064d60e11b815260040160405180910390fd5b610f7583603c610f6f565b60008051602061301e833981519152600080611730611712611421565b8730611722600460008a8c612bed565b61172b91612c17565b6120f3565b91509150816117f35763ffffffff8116156117d057825460ff60a01b1916600160a01b17835561175e611421565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161178d93929190612c47565b600060405180830381600087803b1580156117a757600080fd5b505af11580156117bb573d6000803e3d6000fd5b5050845460ff60a01b19168555506117f39050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161087d565b505050505050565b60808201516001600160a01b031615611838576080820151604051634726455360e11b81526001600160a01b03909116600482015260240161087d565b6001546001600160a01b031660a083015160405163c3c5a54760e01b81526001600160a01b03918216600482015291169063c3c5a54790602401602060405180830381865afa15801561188f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118b39190612aed565b806118c9575060a08201516001600160a01b0316155b15610ec85760a082015160405163711c133360e01b81526001600160a01b03909116600482015260240161087d565b6119006125d1565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611940573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526119689190810190612ccc565b6001600160a01b03871660808301526040820151919350915060ff8581169116146119b9576040808301519051632208245760e11b815260ff8087166004830152909116602482015260440161087d565b60a082015160ff8516604614611a0657836001600160a01b0316816001600160a01b031614611a065760405163dfc430cb60e01b81526001600160a01b038516600482015260240161087d565b856001600160a01b0316816001600160a01b031603611a38576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b038116611a5f57604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611ab3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad79190612aed565b15611af557604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b60008051602061301e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611b676121ff565b60008051602061305e8339815191526000611b9760008051602061303e833981519152546001600160401b031690565b90506000611ba36105dc565b9050816001600160401b0316600103611bd05760028301805462ffffff191662ffffff8316179055611c1e565b600283015462ffffff90811690821611611c1e5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161087d565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611cd2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cf69190612dc4565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906113a09083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101da6121ff565b60008051602061303e8339815191528054600160401b810460ff1615906001600160401b0316600081158015611e395750825b90506000826001600160401b03166001148015611e555750303b155b905081158015611e63575080155b15611e815760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611eab57845460ff60401b1916600160401b1785555b60008087806020019051810190611ec29190612deb565b91509150611ecf82612238565b600089611eda6114c2565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a52490611f469086908690600401612e31565b600060405180830381865af4158015611f63573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f8b9190810190612e44565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f0290611fca9085908590600401612e78565b602060405180830381865af4158015611fe7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061200b9190612b69565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa158015612056573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207a9190612b15565b9050612086828e61224c565b61208e6107b9565b61209e63200cc87360e11b6122d9565b50505050505083156120ea57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516121629190612e9a565b600060405180830381855afa9150503d806000811461219d576040519150601f19603f3d011682016040523d82523d6000602084013e6121a2565b606091505b509150915081156121f45760408151106121d457808060200190518101906121ca9190612eb6565b90945092506121f4565b60208151106121f457808060200190518101906121f19190612aed565b93505b505094509492505050565b60008051602061303e83398151915254600160401b900460ff1661223657604051631afcd79f60e31b815260040160405180910390fd5b565b6122406121ff565b612249816122fe565b50565b600061227a60408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b6122826114c2565b604051602001612293929190612eee565b604051602081830303815290604052905060006122af8461230f565b905060006122c28583603c848888612380565b6122d2631b4612f160e31b6122d9565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6123066121ff565b61224981611afe565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015612356573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061237a9190612b15565b92915050565b6123c16301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6123cb828761244c565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b8615150217815590506001810161243b8382612f5e565b506120ea6303fb044760e21b6122d9565b600280546001600160a01b0319166001600160a01b038416179055610ec8816001546001600160a01b0316156124a45760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161087d565b6001600160a01b0381166124cb5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036125015760405163fdeac91f60e01b81526001600160a01b038216600482015260240161087d565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a7906125479063e14a543960e01b906004016129fc565b602060405180830381865afa925050508015612580575060408051601f3d908101601f1916820190925261257d91810190612aed565b60015b6125a85760405163fdeac91f60e01b81526001600160a01b038216600482015260240161087d565b80610ec85760405163fdeac91f60e01b81526001600160a01b038316600482015260240161087d565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561262157600080fd5b81356001600160e01b031981168114610b8a57600080fd5b60005b8381101561265457818101518382015260200161263c565b50506000910152565b60008151808452612675816020860160208601612639565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c08501526126fa60e085018261265d565b949350505050565b6040815260006127156040830185612689565b8281036020840152612727818561265d565b95945050505050565b602081526000610b8a602083018461265d565b62ffffff8116811461224957600080fd5b60006020828403121561276657600080fd5b8135610b8a81612743565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156127a9576127a9612771565b60405290565b604051601f8201601f191681016001600160401b03811182821017156127d7576127d7612771565b604052919050565b6001600160601b038116811461224957600080fd5b80356127ff816127df565b919050565b60ff8116811461224957600080fd5b80356127ff81612804565b801515811461224957600080fd5b80356127ff8161281e565b6001600160a01b038116811461224957600080fd5b80356127ff81612837565b60006001600160401b0382111561287057612870612771565b50601f01601f191660200190565b600082601f83011261288f57600080fd5b81356128a261289d82612857565b6127af565b8181528460208386010111156128b757600080fd5b816020850160208301376000918101602001919091529392505050565b6000602082840312156128e657600080fd5b81356001600160401b03808211156128fd57600080fd5b9083019060e0828603121561291157600080fd5b612919612787565b612922836127f4565b8152612930602084016127f4565b602082015261294160408401612813565b60408201526129526060840161282c565b60608201526129636080840161284c565b608082015261297460a0840161284c565b60a082015260c08301358281111561298b57600080fd5b6129978782860161287e565b60c08301525095945050505050565b600080604083850312156129b957600080fd5b82356129c481612837565b915060208301356129d481612837565b809150509250929050565b6000602082840312156129f157600080fd5b8135610b8a81612837565b6001600160e01b031991909116815260200190565b600080600060608486031215612a2657600080fd5b8335612a3181612837565b92506020840135612a4181612837565b915060408401356001600160401b03811115612a5c57600080fd5b612a688682870161287e565b9150509250925092565b600060208284031215612a8457600080fd5b5035919050565b600060208284031215612a9d57600080fd5b8151610b8a81612743565b600181811c90821680612abc57607f821691505b602082108103612adc57634e487b7160e01b600052602260045260246000fd5b50919050565b80516127ff8161281e565b600060208284031215612aff57600080fd5b8151610b8a8161281e565b80516127ff816127df565b600060208284031215612b2757600080fd5b8151610b8a816127df565b600060208284031215612b4457600080fd5b5051919050565b602081526000610b8a6020830184612689565b80516127ff81612837565b600060208284031215612b7b57600080fd5b8151610b8a81612837565b600060208284031215612b9857600080fd5b81516001600160401b0381168114610b8a57600080fd5b634e487b7160e01b600052603260045260246000fd5b80516127ff81612804565b600060208284031215612be257600080fd5b8151610b8a81612804565b60008085851115612bfd57600080fd5b83861115612c0a57600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612c3f5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612c9857600080fd5b8151612ca661289d82612857565b818152846020838601011115612cbb57600080fd5b6126fa826020830160208701612639565b60008060408385031215612cdf57600080fd5b82516001600160401b0380821115612cf657600080fd5b9084019060e08287031215612d0a57600080fd5b612d12612787565b612d1b83612b0a565b8152612d2960208401612b0a565b6020820152612d3a60408401612bc5565b6040820152612d4b60608401612ae2565b6060820152612d5c60808401612b5e565b6080820152612d6d60a08401612b5e565b60a082015260c083015182811115612d8457600080fd5b612d9088828601612c87565b60c0830152506020860151909450915080821115612dad57600080fd5b50612dba85828601612c87565b9150509250929050565b600060208284031215612dd657600080fd5b815164ffffffffff81168114610b8a57600080fd5b60008060408385031215612dfe57600080fd5b8251612e0981612837565b60208401519092506001600160401b03811115612e2557600080fd5b612dba85828601612c87565b604081526000612715604083018561265d565b600060208284031215612e5657600080fd5b81516001600160401b03811115612e6c57600080fd5b6126fa84828501612c87565b604081526000612e8b604083018561265d565b90508260208301529392505050565b60008251612eac818460208701612639565b9190910192915050565b60008060408385031215612ec957600080fd5b8251612ed48161281e565b602084015190925063ffffffff811681146129d457600080fd5b604081526000612f01604083018561265d565b905060ff831660208301529392505050565b601f821115612f5957600081815260208120601f850160051c81016020861015612f3a5750805b601f850160051c820191505b818110156117f357828155600101612f46565b505050565b81516001600160401b03811115612f7757612f77612771565b612f8b81612f858454612aa8565b84612f13565b602080601f831160018114612fc05760008415612fa85750858301515b600019600386901b1c1916600185901b1785556117f3565b600085815260208120601f198616915b82811015612fef57888601518255948401946001909101908401612fd0565b508582101561300d5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220d4273043256ca61fee82b37d7f6fb6b184dcf0cf02d513c607d4bac01fb5a80d64736f6c63430008140033",
1120
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101da5760003560e01c8063893d20e811610104578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105a6578063e285c9c4146105b9578063ed841d0c146105c1578063fdd9ec7d146105c957600080fd5b8063b88da7591461055e578063bf7e214f14610571578063c2bf08c814610579578063cde749f41461058c57600080fd5b8063946dfcfe116100de578063946dfcfe146104d6578063a3f4df7e146104fd578063a745e3df1461052b578063b3c650151461053e57600080fd5b8063893d20e8146104a65780638fb36037146104ae5780638fbc2d81146104c357600080fd5b80634f4213331161017c578063644c45e01161014b578063644c45e0146104555780637286e5e51461046d5780637a9e5e4b14610480578063834af1531461049357600080fd5b80634f421333146103df5780635ab1bd53146103f25780635c992fed146104175780635d9662891461044257600080fd5b8063138461e0116101b8578063138461e01461025357806317d7de7c1461025d5780631eff4b22146102915780634d459c90146102c657600080fd5b806301ffc9a7146101df5780630d8e6e2c146102215780630fec111c1461023d575b600080fd5b61020c6101ed36600461260f565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102296105dc565b60405162ffffff9091168152602001610218565b610245610666565b604051610218929190612702565b61025b6107b9565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b6040516102189190612730565b6102b87f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b6103826102d4366004612754565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061305e83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610218565b61020c6103ed366004612754565b6109db565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610218565b61042a6104253660046128d4565b610a8e565b6040516001600160601b039091168152602001610218565b6102456104503660046129a6565b610b91565b600154600160a01b90046001600160601b031661042a565b61024561047b3660046129a6565b610d96565b61025b61048e3660046129df565b610e45565b6102456104a13660046129df565b610ecc565b6103ff611054565b6104b661116d565b60405161021891906129fc565b6102456104d13660046129a6565b6111a6565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102b8565b6102846040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b61025b610539366004612a11565b611255565b6105466113af565b6040516001600160401b039091168152602001610218565b61022961056c366004612a72565b6113d0565b6103ff611421565b61042a6105873660046128d4565b61143d565b6105946114c2565b60405160ff9091168152602001610218565b61025b6105b4366004612a11565b611545565b6103ff600181565b6102b8600081565b6102456105d73660046129df565b61164e565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561063d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612a8b565b905090565b61066e6125d1565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806106ba6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610702611054565b6001600160a01b0316815260200182600101805461071f90612aa8565b80601f016020809104026020016040519081016040528092919081815260200182805461074b90612aa8565b80156107985780601f1061076d57610100808354040283529160200191610798565b820191906000526020600020905b81548152906001019060200180831161077b57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561081b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083f9190612aed565b15610886576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166108af5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156108f8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061091c9190612aed565b610944576040516372657a5160e01b81526001600160a01b038216600482015260240161087d565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561098e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b29190612b15565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008060008051602061305e83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610a63573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a879190612b32565b1192915050565b6000610a9d335b6000366116f5565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015610ae6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b0a9190612b15565b9050610b178360d26117fb565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610b47908690600401612b4b565b6020604051808303816000875af1158015610b66573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8a9190612b15565b9392505050565b610b996125d1565b6060610ba433610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610bd790633ad74e8160e01b906004016129fc565b602060405180830381865afa158015610bf4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c189190612aed565b610c3557604051637a71998760e01b815260040160405180910390fd5b610c4284606e5b856118f8565b600154604051636939560f60e11b81523360048201529294509092506000916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015610c93573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cb79190612b15565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610ce8908690600401612b4b565b6020604051808303816000875af1158015610d07573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d2b9190612b15565b6001600160601b0316835260408051629c230f60e51b815290516001600160a01b0387169163138461e091600480830192600092919082900301818387803b158015610d7657600080fd5b505af1158015610d8a573d6000803e3d6000fd5b50505050509250929050565b610d9e6125d1565b6060610da933610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610ddc90632d744d3360e11b906004016129fc565b602060405180830381865afa158015610df9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1d9190612aed565b610e3a57604051636f61f64160e01b815260040160405180910390fd5b610c4284608c610c3c565b33610e4e611421565b6001600160a01b0316816001600160a01b031614610e895760405162d1953b60e31b81526001600160a01b038216600482015260240161087d565b816001600160a01b03163b600003610ebf576040516361798f2f60e11b81526001600160a01b038316600482015260240161087d565b610ec882611afe565b5050565b610ed46125d1565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a790610f0a9063e72ac88960e01b906004016129fc565b602060405180830381865afa158015610f27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f4b9190612aed565b610f6857604051636795c76360e01b815260040160405180910390fd5b610f758360465b336118f8565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90610fa9908590600401612b4b565b6020604051808303816000875af1158015610fc8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fec9190612b15565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b15801561103757600080fd5b505af115801561104b573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156110b9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110dd9190612aed565b1561115d57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015611139573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612b69565b506002546001600160a01b031690565b60008051602061301e833981519152805460009190600160a01b900460ff166111975760006111a0565b638fb3603760e01b5b91505090565b6111ae6125d1565b60606111b933610a95565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a7906111ec906346956fbb60e01b906004016129fc565b602060405180830381865afa158015611209573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061122d9190612aed565b61124a576040516308707e3160e41b815260040160405180910390fd5b610c42846078610c3c565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c6112776105dc565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112db9190612b86565b60008051602061303e8339815191528054600160401b900460ff168061130e575080546001600160401b03808416911610155b1561132c5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556113578585611b5f565b61136083611dfe565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061066160008051602061303e833981519152546001600160401b031690565b600060008051602061305e83398151915260010182815481106113f5576113f5612baf565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008051602061301e833981519152546001600160a01b031690565b600061144833610a95565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015611491573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b59190612b15565b9050610b178360dc6117fb565b60006114cc6105dc565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611521573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106619190612bd0565b60008051602061303e8339815191528054600160401b810460ff1615906001600160401b03166000811580156115785750825b90506000826001600160401b031660011480156115945750303b155b9050811580156115a2575080155b156115c05760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115ea57845460ff60401b1916600160401b1785555b6115f48888611b5f565b6115fe8787611e06565b831561164457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6116566125d1565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a79061168c90631b4612f160e31b906004016129fc565b602060405180830381865afa1580156116a9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116cd9190612aed565b6116ea57604051635458064d60e11b815260040160405180910390fd5b610f7583603c610f6f565b60008051602061301e833981519152600080611730611712611421565b8730611722600460008a8c612bed565b61172b91612c17565b6120f3565b91509150816117f35763ffffffff8116156117d057825460ff60a01b1916600160a01b17835561175e611421565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161178d93929190612c47565b600060405180830381600087803b1580156117a757600080fd5b505af11580156117bb573d6000803e3d6000fd5b5050845460ff60a01b19168555506117f39050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161087d565b505050505050565b60808201516001600160a01b031615611838576080820151604051634726455360e11b81526001600160a01b03909116600482015260240161087d565b6001546001600160a01b031660a083015160405163c3c5a54760e01b81526001600160a01b03918216600482015291169063c3c5a54790602401602060405180830381865afa15801561188f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118b39190612aed565b806118c9575060a08201516001600160a01b0316155b15610ec85760a082015160405163711c133360e01b81526001600160a01b03909116600482015260240161087d565b6119006125d1565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611940573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526119689190810190612ccc565b6001600160a01b03871660808301526040820151919350915060ff8581169116146119b9576040808301519051632208245760e11b815260ff8087166004830152909116602482015260440161087d565b60a082015160ff8516604614611a0657836001600160a01b0316816001600160a01b031614611a065760405163dfc430cb60e01b81526001600160a01b038516600482015260240161087d565b856001600160a01b0316816001600160a01b031603611a38576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b038116611a5f57604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611ab3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad79190612aed565b15611af557604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b60008051602061301e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611b676121ff565b60008051602061305e8339815191526000611b9760008051602061303e833981519152546001600160401b031690565b90506000611ba36105dc565b9050816001600160401b0316600103611bd05760028301805462ffffff191662ffffff8316179055611c1e565b600283015462ffffff90811690821611611c1e5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161087d565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611cd2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cf69190612dc4565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906113a09083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101da6121ff565b60008051602061303e8339815191528054600160401b810460ff1615906001600160401b0316600081158015611e395750825b90506000826001600160401b03166001148015611e555750303b155b905081158015611e63575080155b15611e815760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611eab57845460ff60401b1916600160401b1785555b60008087806020019051810190611ec29190612deb565b91509150611ecf82612238565b600089611eda6114c2565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a52490611f469086908690600401612e31565b600060405180830381865af4158015611f63573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f8b9190810190612e44565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f0290611fca9085908590600401612e78565b602060405180830381865af4158015611fe7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061200b9190612b69565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa158015612056573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207a9190612b15565b9050612086828e61224c565b61208e6107b9565b61209e63200cc87360e11b6122d9565b50505050505083156120ea57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516121629190612e9a565b600060405180830381855afa9150503d806000811461219d576040519150601f19603f3d011682016040523d82523d6000602084013e6121a2565b606091505b509150915081156121f45760408151106121d457808060200190518101906121ca9190612eb6565b90945092506121f4565b60208151106121f457808060200190518101906121f19190612aed565b93505b505094509492505050565b60008051602061303e83398151915254600160401b900460ff1661223657604051631afcd79f60e31b815260040160405180910390fd5b565b6122406121ff565b612249816122fe565b50565b600061227a60408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b6122826114c2565b604051602001612293929190612eee565b604051602081830303815290604052905060006122af8461230f565b905060006122c28583603c848888612380565b6122d2631b4612f160e31b6122d9565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6123066121ff565b61224981611afe565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015612356573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061237a9190612b15565b92915050565b6123c16301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6123cb828761244c565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b8615150217815590506001810161243b8382612f5e565b506120ea6303fb044760e21b6122d9565b600280546001600160a01b0319166001600160a01b038416179055610ec8816001546001600160a01b0316156124a45760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161087d565b6001600160a01b0381166124cb5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036125015760405163fdeac91f60e01b81526001600160a01b038216600482015260240161087d565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a7906125479063e14a543960e01b906004016129fc565b602060405180830381865afa925050508015612580575060408051601f3d908101601f1916820190925261257d91810190612aed565b60015b6125a85760405163fdeac91f60e01b81526001600160a01b038216600482015260240161087d565b80610ec85760405163fdeac91f60e01b81526001600160a01b038316600482015260240161087d565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561262157600080fd5b81356001600160e01b031981168114610b8a57600080fd5b60005b8381101561265457818101518382015260200161263c565b50506000910152565b60008151808452612675816020860160208601612639565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c08501526126fa60e085018261265d565b949350505050565b6040815260006127156040830185612689565b8281036020840152612727818561265d565b95945050505050565b602081526000610b8a602083018461265d565b62ffffff8116811461224957600080fd5b60006020828403121561276657600080fd5b8135610b8a81612743565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b03811182821017156127a9576127a9612771565b60405290565b604051601f8201601f191681016001600160401b03811182821017156127d7576127d7612771565b604052919050565b6001600160601b038116811461224957600080fd5b80356127ff816127df565b919050565b60ff8116811461224957600080fd5b80356127ff81612804565b801515811461224957600080fd5b80356127ff8161281e565b6001600160a01b038116811461224957600080fd5b80356127ff81612837565b60006001600160401b0382111561287057612870612771565b50601f01601f191660200190565b600082601f83011261288f57600080fd5b81356128a261289d82612857565b6127af565b8181528460208386010111156128b757600080fd5b816020850160208301376000918101602001919091529392505050565b6000602082840312156128e657600080fd5b81356001600160401b03808211156128fd57600080fd5b9083019060e0828603121561291157600080fd5b612919612787565b612922836127f4565b8152612930602084016127f4565b602082015261294160408401612813565b60408201526129526060840161282c565b60608201526129636080840161284c565b608082015261297460a0840161284c565b60a082015260c08301358281111561298b57600080fd5b6129978782860161287e565b60c08301525095945050505050565b600080604083850312156129b957600080fd5b82356129c481612837565b915060208301356129d481612837565b809150509250929050565b6000602082840312156129f157600080fd5b8135610b8a81612837565b6001600160e01b031991909116815260200190565b600080600060608486031215612a2657600080fd5b8335612a3181612837565b92506020840135612a4181612837565b915060408401356001600160401b03811115612a5c57600080fd5b612a688682870161287e565b9150509250925092565b600060208284031215612a8457600080fd5b5035919050565b600060208284031215612a9d57600080fd5b8151610b8a81612743565b600181811c90821680612abc57607f821691505b602082108103612adc57634e487b7160e01b600052602260045260246000fd5b50919050565b80516127ff8161281e565b600060208284031215612aff57600080fd5b8151610b8a8161281e565b80516127ff816127df565b600060208284031215612b2757600080fd5b8151610b8a816127df565b600060208284031215612b4457600080fd5b5051919050565b602081526000610b8a6020830184612689565b80516127ff81612837565b600060208284031215612b7b57600080fd5b8151610b8a81612837565b600060208284031215612b9857600080fd5b81516001600160401b0381168114610b8a57600080fd5b634e487b7160e01b600052603260045260246000fd5b80516127ff81612804565b600060208284031215612be257600080fd5b8151610b8a81612804565b60008085851115612bfd57600080fd5b83861115612c0a57600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612c3f5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612c9857600080fd5b8151612ca661289d82612857565b818152846020838601011115612cbb57600080fd5b6126fa826020830160208701612639565b60008060408385031215612cdf57600080fd5b82516001600160401b0380821115612cf657600080fd5b9084019060e08287031215612d0a57600080fd5b612d12612787565b612d1b83612b0a565b8152612d2960208401612b0a565b6020820152612d3a60408401612bc5565b6040820152612d4b60608401612ae2565b6060820152612d5c60808401612b5e565b6080820152612d6d60a08401612b5e565b60a082015260c083015182811115612d8457600080fd5b612d9088828601612c87565b60c0830152506020860151909450915080821115612dad57600080fd5b50612dba85828601612c87565b9150509250929050565b600060208284031215612dd657600080fd5b815164ffffffffff81168114610b8a57600080fd5b60008060408385031215612dfe57600080fd5b8251612e0981612837565b60208401519092506001600160401b03811115612e2557600080fd5b612dba85828601612c87565b604081526000612715604083018561265d565b600060208284031215612e5657600080fd5b81516001600160401b03811115612e6c57600080fd5b6126fa84828501612c87565b604081526000612e8b604083018561265d565b90508260208301529392505050565b60008251612eac818460208701612639565b9190910192915050565b60008060408385031215612ec957600080fd5b8251612ed48161281e565b602084015190925063ffffffff811681146129d457600080fd5b604081526000612f01604083018561265d565b905060ff831660208301529392505050565b601f821115612f5957600081815260208120601f850160051c81016020861015612f3a5750805b601f850160051c820191505b818110156117f357828155600101612f46565b505050565b81516001600160401b03811115612f7757612f77612771565b612f8b81612f858454612aa8565b84612f13565b602080601f831160018114612fc05760008415612fa85750858301515b600019600386901b1c1916600185901b1785556117f3565b600085815260208120601f198616915b82811015612fef57888601518255948401946001909101908401612fd0565b508582101561300d5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220d4273043256ca61fee82b37d7f6fb6b184dcf0cf02d513c607d4bac01fb5a80d64736f6c63430008140033",
1080
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b61285f806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610153575f3560e01c80636c741e78116100bf578063b68d180911610079578063b68d180914610344578063bf7e214f14610353578063c2bf08c81461035b578063c4c79d8b1461036e578063d943342d14610381578063ed841d0c14610394575f80fd5b80636c741e78146102c15780637a9e5e4b146102e15780638105cc7f146102f4578063893d20e8146103075780638fb360371461030f578063ada9652e14610330575f80fd5b8063329d6e7411610110578063329d6e741461023157806349bb9e4b1461024657806357a8fba7146102595780635ab1bd531461026c5780635c992fed14610291578063644c45e0146102a4575f80fd5b806301ffc9a714610157578063026bc43b146101985780630d8e6e2c146101b85780630fec111c146101d4578063138461e0146101dc5780631eff4b22146101fc575b5f80fd5b610183610165366004611f51565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101ab6101a6366004611fa3565b61039b565b60405161018f9190612008565b6101c061054e565b60405162ffffff909116815260200161018f565b6101ab6105d5565b6101e4610761565b6040516001600160601b03909116815260200161018f565b6102237f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161018f565b61024461023f366004612180565b61076b565b005b6102446102543660046121b1565b6108b5565b6101e461026736600461224d565b6109b1565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161018f565b6101e461029f36600461224d565b610a3c565b5f805160206127ca833981519152546001600160601b03166101e4565b6102c9610a51565b6040516001600160401b03909116815260200161018f565b6102446102ef36600461231d565b610b47565b6101e461030236600461224d565b610bcd565b610279610be2565b610317610d13565b6040516001600160e01b0319909116815260200161018f565b6102235f805160206127ca83398151915281565b6040516002815260200161018f565b610279610d48565b6101e461036936600461224d565b610d63565b6101ab61037c366004611fa3565b610d78565b6101ab61038f366004612338565b610e24565b6102235f81565b6103a3611f14565b6103af335b5f36610f66565b6040516301ffc9a760e01b8152632b1cb34b60e11b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa1580156103f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061041c919061238b565b61044957604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b61045683600a5b84611064565b905061046a6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016104959190612008565b6020604051808303815f875af11580156104b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104d591906123b1565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af1158015610523573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054791906123b1565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105d091906123cc565b905090565b6105dd611f14565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610653573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061067791906123b1565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106bf610be2565b6001600160a01b031681526020018260010180546106dc906123ee565b80601f0160208091040260200160405190810160405280929190818152602001828054610708906123ee565b80156107535780601f1061072a57610100808354040283529160200191610753565b820191905f5260205f20905b81548152906001019060200180831161073657829003601f168201915b505050505081525091505090565b5f6105d0306112d5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61078d61054e565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156107cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107ef919061243a565b5f8051602061280a8339815191528054600160401b900460ff1680610821575080546001600160401b03808416911610155b1561083f5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610869836114ce565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061280a8339815191528054600160401b810460ff1615906001600160401b03165f811580156108e65750825b90505f826001600160401b031660011480156109015750303b155b90508115801561090f575080155b1561092d5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561095757845460ff60401b1916600160401b1785555b61096187876114d6565b83156109a857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f6109bb336103a8565b6109c682601d6115f1565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e906109f6908590600401612008565b6020604051808303815f875af1158015610a12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3691906123b1565b92915050565b5f610a46336103a8565b6109c68260156115f1565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36002604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610abc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae09190612460565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610b23573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105d0919061243a565b33610b50610d48565b6001600160a01b0316816001600160a01b031614610b8b5760405162d1953b60e31b81526001600160a01b0382166004820152602401610440565b816001600160a01b03163b5f03610bc0576040516361798f2f60e11b81526001600160a01b0383166004820152602401610440565b610bc982611840565b5050565b5f610bd7336103a8565b6109c68260216115f1565b5f805f805160206127ca83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610c4e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c72919061238b565b15610cfd576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610cd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cf79190612486565b91505090565b54600160601b90046001600160a01b0316919050565b5f805160206127ea83398151915280545f9190600160a01b900460ff16610d3a575f610cf7565b638fb3603760e01b91505090565b5f805160206127ea833981519152546001600160a01b031690565b5f610d6d336103a8565b6109c682601f6115f1565b610d80611f14565b610d89336103a8565b610d94836003610450565b9050610da86001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610dd39190612008565b6020604051808303815f875af1158015610def573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1391906123b1565b6001600160601b0316815292915050565b610e2c611f14565b610e35336103a8565b6040516301ffc9a760e01b8152632986755f60e11b60048201526001600160a01b038516906301ffc9a790602401602060405180830381865afa158015610e7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ea2919061238b565b610eca57604051632624ae7760e01b81526001600160a01b0385166004820152602401610440565b610ed5848484611064565b9050610ee96001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610f149190612008565b6020604051808303815f875af1158015610f30573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5491906123b1565b6001600160601b031681529392505050565b5f805160206127ea8339815191525f80610f9e610f81610d48565b8730610f9060045f8a8c6124a1565b610f99916124c8565b6118a0565b915091508161105c5763ffffffff81161561103957825460ff60a01b1916600160a01b178355610fcc610d48565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401610ffb939291906124fe565b5f604051808303815f87803b158015611012575f80fd5b505af1158015611024573d5f803e3d5ffd5b5050845460ff60a01b191685555061105c9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610440565b505050505050565b61106c611f14565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156110a7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110ce919081019061258a565b9050836001600160a01b031681608001516001600160a01b03161461111f5760808101516040516306704ad960e11b81526001600160a01b0380871660048301529091166024820152604401610440565b604081015160ff84811691161461116b57604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff80861660248301529091166044820152606401610440565b60a08101516001600160a01b03808216908416146111b7576040516335ce70c360e21b81526001600160a01b038087166004830152808516602483015282166044820152606401610440565b846001600160a01b0316816001600160a01b0316036111f457604051638e80a3f960e01b81526001600160a01b0386166004820152602401610440565b6001600160a01b038116611226576040516343e40cb560e01b81526001600160a01b0386166004820152602401610440565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611278573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129c919061238b565b156112cd576040516309ad872b60e41b81526001600160a01b03808716600483015282166024820152604401610440565b509392505050565b5f805f805160206127ca83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611341573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611365919061238b565b156113915780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610440565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113e3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611407919061238b565b61142f5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610440565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611481573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114a591906123b1565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101536119a8565b5f8051602061280a8339815191528054600160401b810460ff1615906001600160401b03165f811580156115075750825b90505f826001600160401b031660011480156115225750303b155b905081158015611530575080155b1561154e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561157857845460ff60401b1916600160401b1785555b5f808780602001905181019061158e919061264c565b9150915061159d82828b6119e0565b6115ad6393a3e0eb60e01b611b1c565b505083156109a857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161099f565b60808201516001600160a01b0316156116285760408083015190516340fda83160e11b815260ff9091166004820152602401610440565b604082015160ff828116911614611665576040808301519051632e5fbed960e21b815260ff80841660048301529091166024820152604401610440565b60a08201516001600160a01b03811661169c576040808401519051633312954f60e21b815260ff9091166004820152602401610440565b336001600160a01b038216036116d057604051633bb3291360e01b81526001600160a01b0382166004820152602401610440565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611722573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611746919061238b565b1561183b575f61175e6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529190911690638b09a5f0906024015f60405180830381865afa1580156117a3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117ca919081019061258a565b60400151905060ff8116600214806117e5575060ff81166003145b806117f3575060ff81166008145b80611801575060ff8116600a145b1561183957604080850151905163b4139d2560e01b815260ff90911660048201526001600160a01b0383166024820152604401610440565b505b505050565b5f805160206127ea83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161190e9190612679565b5f60405180830381855afa9150503d805f8114611946576040519150601f19603f3d011682016040523d82523d5f602084013e61194b565b606091505b5091509150811561199d57604081511061197d5780806020019051810190611973919061268f565b909450925061199d565b602081511061199d578080602001905181019061199a919061238b565b93505b505094509492505050565b5f8051602061280a83398151915254600160401b900460ff166119de57604051631afcd79f60e31b815260040160405180910390fd5b565b6119e86119a8565b6119f0611b48565b6001600160a01b03821615611a0d57611a0882611b58565b611a84565b5f611a186002611b6c565b9050611a82816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a59573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a7d9190612486565b611b58565b505b611b0083846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ae891906123b1565b60085f8560405180602001604052805f815250611c6d565b611b10634a531f3360e01b611b1c565b61183b63daf9067160e01b5b611b246119a8565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b611b506119a8565b6119de611d12565b611b606119a8565b611b6981611d40565b50565b5f611b7f6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611be2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c069190612460565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611c49573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a369190612486565b611c756119a8565b611c7f8287611d51565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611d08838261270f565b5050505050505050565b611d1a6119a8565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611d486119a8565b611b6981611840565b611d596119a8565b611d6281611dc7565b611d6a611ecf565b6001600160a01b038216611d915760405163f17ef42d60e01b815260040160405180910390fd5b505f805160206127ca83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611dcf6119a8565b806001600160a01b03163b5f03611e045760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610440565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611e7e575060408051601f3d908101601f19168201909252611e7b9181019061238b565b60015b611ea65760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610440565b80610bc95760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610440565b611ed76119a8565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611f61575f80fd5b81356001600160e01b031981168114611f78575f80fd5b9392505050565b6001600160a01b0381168114611b69575f80fd5b8035611f9e81611f7f565b919050565b5f8060408385031215611fb4575f80fd5b8235611fbf81611f7f565b91506020830135611fcf81611f7f565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612050608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612094610100840182611fda565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156120d2576120d261209c565b60405290565b604051601f8201601f191681016001600160401b03811182821017156121005761210061209c565b604052919050565b5f6001600160401b038211156121205761212061209c565b50601f01601f191660200190565b5f82601f83011261213d575f80fd5b813561215061214b82612108565b6120d8565b818152846020838601011115612164575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612190575f80fd5b81356001600160401b038111156121a5575f80fd5b6120948482850161212e565b5f80604083850312156121c2575f80fd5b82356121cd81611f7f565b915060208301356001600160401b038111156121e7575f80fd5b6121f38582860161212e565b9150509250929050565b6001600160601b0381168114611b69575f80fd5b8035611f9e816121fd565b60ff81168114611b69575f80fd5b8035611f9e8161221c565b8015158114611b69575f80fd5b8035611f9e81612235565b5f6020828403121561225d575f80fd5b81356001600160401b03811115612272575f80fd5b820160e08185031215612283575f80fd5b61228b6120b0565b61229482612211565b81526122a260208301612211565b60208201526122b36040830161222a565b60408201526122c460608301612242565b60608201526122d560808301611f93565b60808201526122e660a08301611f93565b60a082015260c08201356001600160401b03811115612303575f80fd5b61230f8682850161212e565b60c083015250949350505050565b5f6020828403121561232d575f80fd5b8135611f7881611f7f565b5f805f6060848603121561234a575f80fd5b833561235581611f7f565b925060208401356123658161221c565b9150604084013561237581611f7f565b809150509250925092565b8051611f9e81612235565b5f6020828403121561239b575f80fd5b8151611f7881612235565b8051611f9e816121fd565b5f602082840312156123c1575f80fd5b8151611f78816121fd565b5f602082840312156123dc575f80fd5b815162ffffff81168114611f78575f80fd5b600181811c9082168061240257607f821691505b60208210810361242057634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611b69575f80fd5b5f6020828403121561244a575f80fd5b8151611f7881612426565b8051611f9e8161221c565b5f60208284031215612470575f80fd5b8151611f788161221c565b8051611f9e81611f7f565b5f60208284031215612496575f80fd5b8151611f7881611f7f565b5f80858511156124af575f80fd5b838611156124bb575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015610547576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82601f83011261254c575f80fd5b815161255a61214b82612108565b81815284602083860101111561256e575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561259a575f80fd5b81516001600160401b038111156125af575f80fd5b820160e081850312156125c0575f80fd5b6125c86120b0565b6125d1826123a6565b81526125df602083016123a6565b60208201526125f060408301612455565b604082015261260160608301612380565b60608201526126126080830161247b565b608082015261262360a0830161247b565b60a082015260c08201516001600160401b03811115612640575f80fd5b61230f8682850161253d565b5f806040838503121561265d575f80fd5b825161266881611f7f565b6020840151909250611fcf81611f7f565b5f82518060208501845e5f920191825250919050565b5f80604083850312156126a0575f80fd5b82516126ab81612235565b602084015190925063ffffffff81168114611fcf575f80fd5b601f82111561183b57805f5260205f20601f840160051c810160208510156126e95750805b601f840160051c820191505b81811015612708575f81556001016126f5565b5050505050565b81516001600160401b038111156127285761272861209c565b61273c8161273684546123ee565b846126c4565b6020601f82116001811461276e575f83156127575750848201515b5f19600385901b1c1916600184901b178455612708565b5f84815260208120601f198516915b8281101561279d578785015182556020948501946001909201910161277d565b50848210156127ba57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212203d4bf3fac5fe95804b4c96a7bd3a139845e5bcdf775605d8e6eec6a9559d82dd64736f6c634300081a0033",
1081
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610153575f3560e01c80636c741e78116100bf578063b68d180911610079578063b68d180914610344578063bf7e214f14610353578063c2bf08c81461035b578063c4c79d8b1461036e578063d943342d14610381578063ed841d0c14610394575f80fd5b80636c741e78146102c15780637a9e5e4b146102e15780638105cc7f146102f4578063893d20e8146103075780638fb360371461030f578063ada9652e14610330575f80fd5b8063329d6e7411610110578063329d6e741461023157806349bb9e4b1461024657806357a8fba7146102595780635ab1bd531461026c5780635c992fed14610291578063644c45e0146102a4575f80fd5b806301ffc9a714610157578063026bc43b146101985780630d8e6e2c146101b85780630fec111c146101d4578063138461e0146101dc5780631eff4b22146101fc575b5f80fd5b610183610165366004611f51565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101ab6101a6366004611fa3565b61039b565b60405161018f9190612008565b6101c061054e565b60405162ffffff909116815260200161018f565b6101ab6105d5565b6101e4610761565b6040516001600160601b03909116815260200161018f565b6102237f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161018f565b61024461023f366004612180565b61076b565b005b6102446102543660046121b1565b6108b5565b6101e461026736600461224d565b6109b1565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161018f565b6101e461029f36600461224d565b610a3c565b5f805160206127ca833981519152546001600160601b03166101e4565b6102c9610a51565b6040516001600160401b03909116815260200161018f565b6102446102ef36600461231d565b610b47565b6101e461030236600461224d565b610bcd565b610279610be2565b610317610d13565b6040516001600160e01b0319909116815260200161018f565b6102235f805160206127ca83398151915281565b6040516002815260200161018f565b610279610d48565b6101e461036936600461224d565b610d63565b6101ab61037c366004611fa3565b610d78565b6101ab61038f366004612338565b610e24565b6102235f81565b6103a3611f14565b6103af335b5f36610f66565b6040516301ffc9a760e01b8152632b1cb34b60e11b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa1580156103f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061041c919061238b565b61044957604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b61045683600a5b84611064565b905061046a6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016104959190612008565b6020604051808303815f875af11580156104b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104d591906123b1565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af1158015610523573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054791906123b1565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105d091906123cc565b905090565b6105dd611f14565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610653573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061067791906123b1565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106bf610be2565b6001600160a01b031681526020018260010180546106dc906123ee565b80601f0160208091040260200160405190810160405280929190818152602001828054610708906123ee565b80156107535780601f1061072a57610100808354040283529160200191610753565b820191905f5260205f20905b81548152906001019060200180831161073657829003601f168201915b505050505081525091505090565b5f6105d0306112d5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61078d61054e565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156107cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107ef919061243a565b5f8051602061280a8339815191528054600160401b900460ff1680610821575080546001600160401b03808416911610155b1561083f5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610869836114ce565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061280a8339815191528054600160401b810460ff1615906001600160401b03165f811580156108e65750825b90505f826001600160401b031660011480156109015750303b155b90508115801561090f575080155b1561092d5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561095757845460ff60401b1916600160401b1785555b61096187876114d6565b83156109a857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f6109bb336103a8565b6109c682601d6115f1565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e906109f6908590600401612008565b6020604051808303815f875af1158015610a12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3691906123b1565b92915050565b5f610a46336103a8565b6109c68260156115f1565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36002604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610abc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae09190612460565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610b23573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105d0919061243a565b33610b50610d48565b6001600160a01b0316816001600160a01b031614610b8b5760405162d1953b60e31b81526001600160a01b0382166004820152602401610440565b816001600160a01b03163b5f03610bc0576040516361798f2f60e11b81526001600160a01b0383166004820152602401610440565b610bc982611840565b5050565b5f610bd7336103a8565b6109c68260216115f1565b5f805f805160206127ca83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610c4e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c72919061238b565b15610cfd576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610cd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cf79190612486565b91505090565b54600160601b90046001600160a01b0316919050565b5f805160206127ea83398151915280545f9190600160a01b900460ff16610d3a575f610cf7565b638fb3603760e01b91505090565b5f805160206127ea833981519152546001600160a01b031690565b5f610d6d336103a8565b6109c682601f6115f1565b610d80611f14565b610d89336103a8565b610d94836003610450565b9050610da86001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610dd39190612008565b6020604051808303815f875af1158015610def573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1391906123b1565b6001600160601b0316815292915050565b610e2c611f14565b610e35336103a8565b6040516301ffc9a760e01b8152632986755f60e11b60048201526001600160a01b038516906301ffc9a790602401602060405180830381865afa158015610e7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ea2919061238b565b610eca57604051632624ae7760e01b81526001600160a01b0385166004820152602401610440565b610ed5848484611064565b9050610ee96001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610f149190612008565b6020604051808303815f875af1158015610f30573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5491906123b1565b6001600160601b031681529392505050565b5f805160206127ea8339815191525f80610f9e610f81610d48565b8730610f9060045f8a8c6124a1565b610f99916124c8565b6118a0565b915091508161105c5763ffffffff81161561103957825460ff60a01b1916600160a01b178355610fcc610d48565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401610ffb939291906124fe565b5f604051808303815f87803b158015611012575f80fd5b505af1158015611024573d5f803e3d5ffd5b5050845460ff60a01b191685555061105c9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610440565b505050505050565b61106c611f14565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156110a7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110ce919081019061258a565b9050836001600160a01b031681608001516001600160a01b03161461111f5760808101516040516306704ad960e11b81526001600160a01b0380871660048301529091166024820152604401610440565b604081015160ff84811691161461116b57604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff80861660248301529091166044820152606401610440565b60a08101516001600160a01b03808216908416146111b7576040516335ce70c360e21b81526001600160a01b038087166004830152808516602483015282166044820152606401610440565b846001600160a01b0316816001600160a01b0316036111f457604051638e80a3f960e01b81526001600160a01b0386166004820152602401610440565b6001600160a01b038116611226576040516343e40cb560e01b81526001600160a01b0386166004820152602401610440565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611278573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129c919061238b565b156112cd576040516309ad872b60e41b81526001600160a01b03808716600483015282166024820152604401610440565b509392505050565b5f805f805160206127ca83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611341573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611365919061238b565b156113915780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610440565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113e3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611407919061238b565b61142f5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610440565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611481573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114a591906123b1565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101536119a8565b5f8051602061280a8339815191528054600160401b810460ff1615906001600160401b03165f811580156115075750825b90505f826001600160401b031660011480156115225750303b155b905081158015611530575080155b1561154e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561157857845460ff60401b1916600160401b1785555b5f808780602001905181019061158e919061264c565b9150915061159d82828b6119e0565b6115ad6393a3e0eb60e01b611b1c565b505083156109a857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161099f565b60808201516001600160a01b0316156116285760408083015190516340fda83160e11b815260ff9091166004820152602401610440565b604082015160ff828116911614611665576040808301519051632e5fbed960e21b815260ff80841660048301529091166024820152604401610440565b60a08201516001600160a01b03811661169c576040808401519051633312954f60e21b815260ff9091166004820152602401610440565b336001600160a01b038216036116d057604051633bb3291360e01b81526001600160a01b0382166004820152602401610440565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611722573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611746919061238b565b1561183b575f61175e6001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529190911690638b09a5f0906024015f60405180830381865afa1580156117a3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117ca919081019061258a565b60400151905060ff8116600214806117e5575060ff81166003145b806117f3575060ff81166008145b80611801575060ff8116600a145b1561183957604080850151905163b4139d2560e01b815260ff90911660048201526001600160a01b0383166024820152604401610440565b505b505050565b5f805160206127ea83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161190e9190612679565b5f60405180830381855afa9150503d805f8114611946576040519150601f19603f3d011682016040523d82523d5f602084013e61194b565b606091505b5091509150811561199d57604081511061197d5780806020019051810190611973919061268f565b909450925061199d565b602081511061199d578080602001905181019061199a919061238b565b93505b505094509492505050565b5f8051602061280a83398151915254600160401b900460ff166119de57604051631afcd79f60e31b815260040160405180910390fd5b565b6119e86119a8565b6119f0611b48565b6001600160a01b03821615611a0d57611a0882611b58565b611a84565b5f611a186002611b6c565b9050611a82816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a59573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a7d9190612486565b611b58565b505b611b0083846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ae891906123b1565b60085f8560405180602001604052805f815250611c6d565b611b10634a531f3360e01b611b1c565b61183b63daf9067160e01b5b611b246119a8565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b611b506119a8565b6119de611d12565b611b606119a8565b611b6981611d40565b50565b5f611b7f6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611be2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c069190612460565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611c49573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a369190612486565b611c756119a8565b611c7f8287611d51565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611d08838261270f565b5050505050505050565b611d1a6119a8565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611d486119a8565b611b6981611840565b611d596119a8565b611d6281611dc7565b611d6a611ecf565b6001600160a01b038216611d915760405163f17ef42d60e01b815260040160405180910390fd5b505f805160206127ca83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611dcf6119a8565b806001600160a01b03163b5f03611e045760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610440565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611e7e575060408051601f3d908101601f19168201909252611e7b9181019061238b565b60015b611ea65760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610440565b80610bc95760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610440565b611ed76119a8565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611f61575f80fd5b81356001600160e01b031981168114611f78575f80fd5b9392505050565b6001600160a01b0381168114611b69575f80fd5b8035611f9e81611f7f565b919050565b5f8060408385031215611fb4575f80fd5b8235611fbf81611f7f565b91506020830135611fcf81611f7f565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612050608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612094610100840182611fda565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156120d2576120d261209c565b60405290565b604051601f8201601f191681016001600160401b03811182821017156121005761210061209c565b604052919050565b5f6001600160401b038211156121205761212061209c565b50601f01601f191660200190565b5f82601f83011261213d575f80fd5b813561215061214b82612108565b6120d8565b818152846020838601011115612164575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612190575f80fd5b81356001600160401b038111156121a5575f80fd5b6120948482850161212e565b5f80604083850312156121c2575f80fd5b82356121cd81611f7f565b915060208301356001600160401b038111156121e7575f80fd5b6121f38582860161212e565b9150509250929050565b6001600160601b0381168114611b69575f80fd5b8035611f9e816121fd565b60ff81168114611b69575f80fd5b8035611f9e8161221c565b8015158114611b69575f80fd5b8035611f9e81612235565b5f6020828403121561225d575f80fd5b81356001600160401b03811115612272575f80fd5b820160e08185031215612283575f80fd5b61228b6120b0565b61229482612211565b81526122a260208301612211565b60208201526122b36040830161222a565b60408201526122c460608301612242565b60608201526122d560808301611f93565b60808201526122e660a08301611f93565b60a082015260c08201356001600160401b03811115612303575f80fd5b61230f8682850161212e565b60c083015250949350505050565b5f6020828403121561232d575f80fd5b8135611f7881611f7f565b5f805f6060848603121561234a575f80fd5b833561235581611f7f565b925060208401356123658161221c565b9150604084013561237581611f7f565b809150509250925092565b8051611f9e81612235565b5f6020828403121561239b575f80fd5b8151611f7881612235565b8051611f9e816121fd565b5f602082840312156123c1575f80fd5b8151611f78816121fd565b5f602082840312156123dc575f80fd5b815162ffffff81168114611f78575f80fd5b600181811c9082168061240257607f821691505b60208210810361242057634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611b69575f80fd5b5f6020828403121561244a575f80fd5b8151611f7881612426565b8051611f9e8161221c565b5f60208284031215612470575f80fd5b8151611f788161221c565b8051611f9e81611f7f565b5f60208284031215612496575f80fd5b8151611f7881611f7f565b5f80858511156124af575f80fd5b838611156124bb575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015610547576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82601f83011261254c575f80fd5b815161255a61214b82612108565b81815284602083860101111561256e575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561259a575f80fd5b81516001600160401b038111156125af575f80fd5b820160e081850312156125c0575f80fd5b6125c86120b0565b6125d1826123a6565b81526125df602083016123a6565b60208201526125f060408301612455565b604082015261260160608301612380565b60608201526126126080830161247b565b608082015261262360a0830161247b565b60a082015260c08201516001600160401b03811115612640575f80fd5b61230f8682850161253d565b5f806040838503121561265d575f80fd5b825161266881611f7f565b6020840151909250611fcf81611f7f565b5f82518060208501845e5f920191825250919050565b5f80604083850312156126a0575f80fd5b82516126ab81612235565b602084015190925063ffffffff81168114611fcf575f80fd5b601f82111561183b57805f5260205f20601f840160051c810160208510156126e95750805b601f840160051c820191505b81811015612708575f81556001016126f5565b5050505050565b81516001600160401b038111156127285761272861209c565b61273c8161273684546123ee565b846126c4565b6020601f82116001811461276e575f83156127575750848201515b5f19600385901b1c1916600184901b178455612708565b5f84815260208120601f198516915b8281101561279d578785015182556020948501946001909201910161277d565b50848210156127ba57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212203d4bf3fac5fe95804b4c96a7bd3a139845e5bcdf775605d8e6eec6a9559d82dd64736f6c634300081a0033",
1121
1082
  "linkReferences": {
1122
- "contracts/shared/ContractDeployerLib.sol": {
1123
- "ContractDeployerLib": [
1083
+ "contracts/type/NftId.sol": {
1084
+ "NftIdLib": [
1124
1085
  {
1125
1086
  "length": 20,
1126
- "start": 8278
1087
+ "start": 1764
1127
1088
  },
1128
1089
  {
1129
1090
  "length": 20,
1130
- "start": 8410
1131
- }
1132
- ]
1133
- },
1134
- "contracts/types/Blocknumber.sol": {
1135
- "BlocknumberLib": [
1136
- {
1137
- "length": 20,
1138
- "start": 2915
1139
- }
1140
- ]
1141
- },
1142
- "contracts/types/NftId.sol": {
1143
- "NftIdLib": [
1144
- {
1145
- "length": 20,
1146
- "start": 2331
1091
+ "start": 3308
1147
1092
  },
1148
1093
  {
1149
1094
  "length": 20,
1150
- "start": 4537
1095
+ "start": 5087
1151
1096
  }
1152
1097
  ]
1153
1098
  },
1154
- "contracts/types/Timestamp.sol": {
1155
- "TimestampLib": [
1099
+ "contracts/type/RoleId.sol": {
1100
+ "RoleIdLib": [
1156
1101
  {
1157
1102
  "length": 20,
1158
- "start": 7634
1103
+ "start": 2858
1159
1104
  }
1160
1105
  ]
1161
1106
  },
1162
- "contracts/types/Version.sol": {
1107
+ "contracts/type/Version.sol": {
1163
1108
  "VersionLib": [
1164
1109
  {
1165
1110
  "length": 20,
1166
- "start": 1853
1111
+ "start": 1610
1167
1112
  },
1168
1113
  {
1169
1114
  "length": 20,
1170
- "start": 5009
1115
+ "start": 2115
1116
+ }
1117
+ ],
1118
+ "VersionPartLib": [
1119
+ {
1120
+ "length": 20,
1121
+ "start": 2906
1171
1122
  },
1172
1123
  {
1173
1124
  "length": 20,
1174
- "start": 5665
1125
+ "start": 7296
1175
1126
  }
1176
1127
  ]
1177
1128
  }
1178
1129
  },
1179
1130
  "deployedLinkReferences": {
1180
- "contracts/shared/ContractDeployerLib.sol": {
1181
- "ContractDeployerLib": [
1131
+ "contracts/type/NftId.sol": {
1132
+ "NftIdLib": [
1182
1133
  {
1183
1134
  "length": 20,
1184
- "start": 7964
1135
+ "start": 1550
1185
1136
  },
1186
1137
  {
1187
1138
  "length": 20,
1188
- "start": 8096
1189
- }
1190
- ]
1191
- },
1192
- "contracts/types/Blocknumber.sol": {
1193
- "BlocknumberLib": [
1194
- {
1195
- "length": 20,
1196
- "start": 2601
1197
- }
1198
- ]
1199
- },
1200
- "contracts/types/NftId.sol": {
1201
- "NftIdLib": [
1202
- {
1203
- "length": 20,
1204
- "start": 2017
1139
+ "start": 3094
1205
1140
  },
1206
1141
  {
1207
1142
  "length": 20,
1208
- "start": 4223
1143
+ "start": 4873
1209
1144
  }
1210
1145
  ]
1211
1146
  },
1212
- "contracts/types/Timestamp.sol": {
1213
- "TimestampLib": [
1147
+ "contracts/type/RoleId.sol": {
1148
+ "RoleIdLib": [
1214
1149
  {
1215
1150
  "length": 20,
1216
- "start": 7320
1151
+ "start": 2644
1217
1152
  }
1218
1153
  ]
1219
1154
  },
1220
- "contracts/types/Version.sol": {
1155
+ "contracts/type/Version.sol": {
1221
1156
  "VersionLib": [
1222
1157
  {
1223
1158
  "length": 20,
1224
- "start": 1539
1159
+ "start": 1396
1225
1160
  },
1226
1161
  {
1227
1162
  "length": 20,
1228
- "start": 4695
1163
+ "start": 1901
1164
+ }
1165
+ ],
1166
+ "VersionPartLib": [
1167
+ {
1168
+ "length": 20,
1169
+ "start": 2692
1229
1170
  },
1230
1171
  {
1231
1172
  "length": 20,
1232
- "start": 5351
1173
+ "start": 7082
1233
1174
  }
1234
1175
  ]
1235
1176
  }