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

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