@etherisc/gif-next 0.0.2-de0a1d3-009 → 0.0.2-de7c770-422

Sign up to get free protection for your applications and to get access to all the features.
Files changed (754) hide show
  1. package/README.md +267 -42
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -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 +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1342 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1012 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1400 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +787 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -0
  36. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  37. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1411 -0
  38. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  39. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
  40. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  41. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1517 -0
  42. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1978 -0
  44. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  45. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  46. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  47. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +283 -1679
  48. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  49. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
  50. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  51. package/artifacts/contracts/instance/Instance.sol/Instance.json +428 -2085
  52. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  53. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
  54. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  56. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  57. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1850 -0
  58. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  59. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1048 -0
  60. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  61. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +683 -0
  62. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3587 -0
  64. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  66. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  67. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  68. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  69. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  70. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  71. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  72. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  73. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  74. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  75. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  76. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  77. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  78. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  79. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  80. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  81. package/artifacts/contracts/instance/module/{distribution/IDistribution.sol → IDistribution.sol}/IDistribution.json +1 -1
  82. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  83. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  84. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  85. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  86. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  87. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  88. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +979 -0
  90. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  92. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  93. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  94. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  95. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
  96. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  98. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +871 -0
  100. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +922 -0
  102. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +679 -0
  104. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  105. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1248 -0
  106. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  107. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  108. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1362 -0
  110. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +771 -0
  112. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  113. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +907 -0
  114. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  115. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  116. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  117. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1198 -0
  118. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  119. package/artifacts/contracts/pool/Pool.sol/Pool.json +1034 -0
  120. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  121. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1469 -0
  122. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +695 -0
  124. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  125. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +732 -0
  126. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  127. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +667 -0
  128. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  129. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1096 -0
  130. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  131. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  132. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  133. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1325 -0
  134. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +775 -0
  136. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  137. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +230 -384
  138. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  139. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +886 -0
  140. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  141. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +785 -0
  142. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  143. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
  144. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  145. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +948 -0
  146. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  147. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → product/IRiskService.sol/IRiskService.json} +187 -174
  148. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  149. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1104 -0
  150. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  151. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +715 -0
  152. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  153. package/artifacts/contracts/product/PricingService.sol/PricingService.json +860 -0
  154. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  155. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +715 -0
  156. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  157. package/artifacts/contracts/product/Product.sol/Product.json +1054 -0
  158. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  159. package/artifacts/contracts/product/RiskService.sol/RiskService.json +583 -0
  160. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +651 -0
  162. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  163. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  164. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  165. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +924 -119
  166. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  167. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
  168. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  170. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  171. package/artifacts/contracts/registry/Registry.sol/Registry.json +1343 -220
  172. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  173. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1861 -0
  174. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  175. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1340 -0
  176. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  177. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +670 -0
  178. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  179. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  180. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  181. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
  182. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  183. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  184. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  185. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  186. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  187. package/artifacts/contracts/shared/Component.sol/Component.json +685 -0
  188. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  189. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1568 -0
  190. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  191. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +753 -0
  192. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  193. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +216 -194
  194. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  195. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +605 -0
  196. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  197. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  198. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  199. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
  200. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  201. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +474 -0
  202. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  203. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  204. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  205. package/artifacts/contracts/{instance/module/component/IComponent.sol/IComponentModule.json → shared/INftOwnable.sol/INftOwnable.json} +66 -52
  206. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  207. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/IPolicyHolder.sol/IPolicyHolder.json} +75 -84
  208. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  209. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
  210. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  211. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  212. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base → shared}/IService.sol/IService.json +159 -154
  214. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  215. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  216. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  217. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  218. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  219. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +793 -0
  220. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  221. package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +102 -165
  222. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  223. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  224. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  225. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  226. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  227. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +193 -0
  228. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  229. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +188 -0
  230. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  231. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +170 -27
  232. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  233. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  234. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  235. package/artifacts/contracts/{instance/base/ServiceBase.sol/ServiceBase.json → shared/Service.sol/Service.json} +185 -177
  236. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  237. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
  238. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  239. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  240. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  241. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  242. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  243. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  244. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  246. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  247. package/artifacts/contracts/staking/Staking.sol/Staking.json +1828 -0
  248. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  249. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  250. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  251. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +714 -0
  252. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  253. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  254. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  255. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1231 -0
  256. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +667 -0
  258. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  259. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  260. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  261. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  262. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  263. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  264. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/Amount.sol/AmountLib.json +374 -0
  266. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  268. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  270. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  272. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  274. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  276. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  278. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  279. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  280. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  282. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  284. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  286. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  288. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  290. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  292. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  294. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  296. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  298. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  300. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  302. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  304. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  306. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +535 -0
  308. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  310. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  312. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  313. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  314. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  315. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +566 -0
  316. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  317. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  318. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  319. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  320. package/contracts/authorization/AccessAdmin.sol +589 -0
  321. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  322. package/contracts/authorization/Authorization.sol +217 -0
  323. package/contracts/authorization/IAccess.sol +48 -0
  324. package/contracts/authorization/IAccessAdmin.sol +136 -0
  325. package/contracts/authorization/IAuthorization.sol +54 -0
  326. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  327. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  328. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  329. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  330. package/contracts/distribution/BasicDistribution.sol +138 -0
  331. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  332. package/contracts/distribution/Distribution.sol +295 -0
  333. package/contracts/distribution/DistributionService.sol +336 -0
  334. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  335. package/contracts/distribution/IDistributionComponent.sol +52 -0
  336. package/contracts/distribution/IDistributionService.sol +101 -0
  337. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  338. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  339. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  340. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  341. package/contracts/instance/BundleSet.sol +126 -0
  342. package/contracts/instance/IInstance.sol +57 -47
  343. package/contracts/instance/IInstanceService.sol +92 -0
  344. package/contracts/instance/Instance.sol +216 -61
  345. package/contracts/instance/InstanceAdmin.sol +285 -0
  346. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  347. package/contracts/instance/InstanceReader.sol +430 -0
  348. package/contracts/instance/InstanceService.sol +467 -0
  349. package/contracts/instance/InstanceServiceManager.sol +40 -0
  350. package/contracts/instance/InstanceStore.sol +287 -0
  351. package/contracts/instance/base/BalanceStore.sol +123 -0
  352. package/contracts/instance/base/Cloneable.sol +28 -0
  353. package/contracts/instance/base/ObjectCounter.sol +21 -0
  354. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  355. package/contracts/instance/base/ObjectSet.sol +79 -0
  356. package/contracts/instance/module/IAccess.sol +46 -0
  357. package/contracts/instance/module/IBundle.sol +20 -0
  358. package/contracts/instance/module/IComponents.sol +46 -0
  359. package/contracts/instance/module/IDistribution.sol +41 -0
  360. package/contracts/instance/module/IPolicy.sol +84 -0
  361. package/contracts/instance/module/IRisk.sol +11 -0
  362. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  363. package/contracts/oracle/BasicOracle.sol +48 -0
  364. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  365. package/contracts/oracle/IOracle.sol +36 -0
  366. package/contracts/oracle/IOracleComponent.sol +33 -0
  367. package/contracts/oracle/IOracleService.sol +65 -0
  368. package/contracts/oracle/Oracle.sol +167 -0
  369. package/contracts/oracle/OracleService.sol +279 -0
  370. package/contracts/oracle/OracleServiceManager.sol +39 -0
  371. package/contracts/pool/BasicPool.sol +166 -0
  372. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  373. package/contracts/pool/BundleService.sol +438 -0
  374. package/contracts/pool/BundleServiceManager.sol +39 -0
  375. package/contracts/pool/IBundleService.sol +134 -0
  376. package/contracts/pool/IPoolComponent.sol +58 -0
  377. package/contracts/pool/IPoolService.sol +160 -0
  378. package/contracts/pool/Pool.sol +326 -0
  379. package/contracts/pool/PoolService.sol +509 -0
  380. package/contracts/pool/PoolServiceManager.sol +39 -0
  381. package/contracts/product/ApplicationService.sol +248 -0
  382. package/contracts/product/ApplicationServiceManager.sol +38 -0
  383. package/contracts/product/BasicProduct.sol +53 -0
  384. package/contracts/product/BasicProductAuthorization.sol +43 -0
  385. package/contracts/product/ClaimService.sol +487 -0
  386. package/contracts/product/ClaimServiceManager.sol +38 -0
  387. package/contracts/product/IApplicationService.sol +63 -0
  388. package/contracts/product/IClaimService.sol +122 -0
  389. package/contracts/product/IPolicyService.sol +73 -0
  390. package/contracts/product/IPricingService.sol +39 -0
  391. package/contracts/product/IProductComponent.sol +39 -0
  392. package/contracts/product/IRiskService.sol +33 -0
  393. package/contracts/product/PolicyService.sol +573 -0
  394. package/contracts/product/PolicyServiceManager.sol +39 -0
  395. package/contracts/product/PricingService.sol +301 -0
  396. package/contracts/product/PricingServiceManager.sol +39 -0
  397. package/contracts/product/Product.sol +425 -0
  398. package/contracts/product/RiskService.sol +97 -0
  399. package/contracts/product/RiskServiceManager.sol +39 -0
  400. package/contracts/registry/ChainNft.sol +131 -40
  401. package/contracts/registry/IRegistry.sol +140 -29
  402. package/contracts/registry/IRegistryService.sol +69 -0
  403. package/contracts/registry/ITransferInterceptor.sol +7 -0
  404. package/contracts/registry/Registry.sol +603 -282
  405. package/contracts/registry/RegistryAdmin.sol +464 -0
  406. package/contracts/registry/RegistryService.sol +252 -0
  407. package/contracts/registry/RegistryServiceManager.sol +53 -0
  408. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  409. package/contracts/registry/ReleaseRegistry.sol +491 -0
  410. package/contracts/registry/ServiceAuthorizationV3.sol +199 -0
  411. package/contracts/registry/TokenRegistry.sol +315 -0
  412. package/contracts/shared/Component.sol +268 -0
  413. package/contracts/shared/ComponentService.sol +641 -0
  414. package/contracts/shared/ComponentServiceManager.sol +35 -0
  415. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  416. package/contracts/shared/IComponent.sol +70 -0
  417. package/contracts/shared/IComponentService.sol +108 -0
  418. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  419. package/contracts/shared/IKeyValueStore.sol +54 -0
  420. package/contracts/{instance/base → shared}/ILifecycle.sol +4 -5
  421. package/contracts/shared/INftOwnable.sol +23 -0
  422. package/contracts/shared/IPolicyHolder.sol +36 -0
  423. package/contracts/shared/IRegisterable.sol +10 -19
  424. package/contracts/shared/IRegistryLinked.sol +11 -0
  425. package/contracts/shared/IService.sol +25 -0
  426. package/contracts/shared/InitializableCustom.sol +177 -0
  427. package/contracts/shared/InitializableERC165.sol +27 -0
  428. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  429. package/contracts/shared/KeyValueStore.sol +131 -0
  430. package/contracts/shared/Lifecycle.sol +77 -0
  431. package/contracts/shared/NftIdSet.sol +65 -0
  432. package/contracts/shared/NftOwnable.sol +107 -0
  433. package/contracts/shared/PolicyHolder.sol +56 -0
  434. package/contracts/shared/Registerable.sol +54 -65
  435. package/contracts/shared/RegistryLinked.sol +44 -0
  436. package/contracts/shared/Service.sol +82 -0
  437. package/contracts/shared/TokenHandler.sol +139 -0
  438. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  439. package/contracts/staking/IStaking.sol +168 -0
  440. package/contracts/staking/IStakingService.sol +160 -0
  441. package/contracts/staking/StakeManagerLib.sol +224 -0
  442. package/contracts/staking/Staking.sol +498 -0
  443. package/contracts/staking/StakingLifecycle.sol +23 -0
  444. package/contracts/staking/StakingManager.sol +50 -0
  445. package/contracts/staking/StakingReader.sol +183 -0
  446. package/contracts/staking/StakingService.sol +407 -0
  447. package/contracts/staking/StakingServiceManager.sol +44 -0
  448. package/contracts/staking/StakingStore.sol +605 -0
  449. package/contracts/staking/TargetManagerLib.sol +211 -0
  450. package/contracts/{types → type}/AddressSet.sol +1 -1
  451. package/contracts/type/Amount.sol +135 -0
  452. package/contracts/{types → type}/Blocknumber.sol +27 -3
  453. package/contracts/type/ClaimId.sol +75 -0
  454. package/contracts/type/DistributorType.sol +55 -0
  455. package/contracts/type/Fee.sol +66 -0
  456. package/contracts/{types → type}/Key32.sol +8 -3
  457. package/contracts/{types → type}/NftId.sol +21 -15
  458. package/contracts/type/NftIdSet.sol +62 -0
  459. package/contracts/type/ObjectType.sol +275 -0
  460. package/contracts/type/PayoutId.sol +82 -0
  461. package/contracts/type/Referral.sol +90 -0
  462. package/contracts/type/RequestId.sol +75 -0
  463. package/contracts/{types → type}/RiskId.sol +1 -1
  464. package/contracts/type/RoleId.sol +174 -0
  465. package/contracts/type/Seconds.sol +101 -0
  466. package/contracts/type/Selector.sol +102 -0
  467. package/contracts/{types → type}/StateId.sol +40 -5
  468. package/contracts/type/String.sol +53 -0
  469. package/contracts/{types → type}/Timestamp.sol +38 -15
  470. package/contracts/type/UFixed.sol +351 -0
  471. package/contracts/{types → type}/Version.sol +9 -2
  472. package/contracts/upgradeability/IVersionable.sol +53 -0
  473. package/contracts/upgradeability/ProxyManager.sol +198 -0
  474. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  475. package/contracts/upgradeability/Versionable.sol +59 -0
  476. package/package.json +11 -7
  477. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  478. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  479. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  480. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -405
  481. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  482. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  483. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -340
  484. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  485. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -487
  486. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  487. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -370
  488. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  489. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -578
  490. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  491. package/artifacts/contracts/components/Product.sol/Product.json +0 -444
  492. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  493. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  494. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  495. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  496. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  497. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  498. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  499. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  500. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  501. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  502. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  503. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  504. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  505. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  506. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  508. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  510. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  512. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  514. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  516. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  517. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  518. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  519. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  520. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  521. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  522. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  523. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  524. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  525. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  526. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  527. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  528. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  529. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  530. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  531. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  532. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  533. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  534. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -463
  535. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  536. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -710
  537. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  538. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  539. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  540. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  541. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  542. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  543. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  544. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  545. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  546. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  547. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -297
  548. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  549. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  550. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -297
  551. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  552. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -117
  553. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  554. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  555. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  556. package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.dbg.json +0 -4
  557. package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.json +0 -10
  558. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistribution.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.dbg.json +0 -4
  560. package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.json +0 -10
  561. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  562. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  563. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -284
  564. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  565. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -284
  566. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  567. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  568. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  569. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -144
  570. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  571. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -144
  572. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  573. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  574. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -113
  575. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  576. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -131
  577. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  578. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  579. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  580. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -511
  581. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  582. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  583. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  584. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -511
  585. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  586. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -618
  587. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  588. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -507
  589. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  590. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  591. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -366
  592. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  593. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -481
  594. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  595. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  596. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -630
  597. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  598. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -945
  599. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  600. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  601. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  602. package/artifacts/contracts/registry/RegistryUpgradeable.sol/RegistryUpgradeable.dbg.json +0 -4
  603. package/artifacts/contracts/registry/RegistryUpgradeable.sol/RegistryUpgradeable.json +0 -724
  604. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  605. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  606. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  607. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  608. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  609. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  610. package/artifacts/contracts/shared/Proxy.sol/ProxyDeployer.dbg.json +0 -4
  611. package/artifacts/contracts/shared/Proxy.sol/ProxyDeployer.json +0 -248
  612. package/artifacts/contracts/shared/Proxy.sol/ProxyWithProxyAdminGetter.dbg.json +0 -4
  613. package/artifacts/contracts/shared/Proxy.sol/ProxyWithProxyAdminGetter.json +0 -129
  614. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  615. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -251
  616. package/artifacts/contracts/shared/VersionableUpgradeable.sol/VersionableUpgradeable.dbg.json +0 -4
  617. package/artifacts/contracts/shared/VersionableUpgradeable.sol/VersionableUpgradeable.json +0 -228
  618. package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.dbg.json +0 -4
  619. package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.json +0 -405
  620. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  621. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  622. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  623. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -578
  624. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  625. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -575
  626. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  627. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  628. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  629. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  630. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  631. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -466
  632. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  633. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  634. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  635. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  636. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  637. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -293
  638. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  639. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  640. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  641. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  642. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  643. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  644. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  645. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  646. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  648. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  649. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  650. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  652. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  653. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  654. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  656. package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.dbg.json +0 -4
  657. package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.json +0 -99
  658. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  659. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  660. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  661. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  662. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  663. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  664. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  665. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  666. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  667. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  668. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  669. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  670. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  671. package/contracts/components/BaseComponent.sol +0 -94
  672. package/contracts/components/Distribution.sol +0 -132
  673. package/contracts/components/IBaseComponent.sol +0 -19
  674. package/contracts/components/IDistributionComponent.sol +0 -47
  675. package/contracts/components/IPoolComponent.sol +0 -71
  676. package/contracts/components/IProductComponent.sol +0 -38
  677. package/contracts/components/Pool.sol +0 -235
  678. package/contracts/components/Product.sol +0 -227
  679. package/contracts/experiment/errors/Require.sol +0 -38
  680. package/contracts/experiment/errors/Revert.sol +0 -44
  681. package/contracts/experiment/inheritance/A.sol +0 -53
  682. package/contracts/experiment/inheritance/B.sol +0 -28
  683. package/contracts/experiment/inheritance/C.sol +0 -34
  684. package/contracts/experiment/inheritance/IA.sol +0 -13
  685. package/contracts/experiment/inheritance/IB.sol +0 -10
  686. package/contracts/experiment/inheritance/IC.sol +0 -12
  687. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  688. package/contracts/experiment/statemachine/ISM.sol +0 -25
  689. package/contracts/experiment/statemachine/README.md +0 -112
  690. package/contracts/experiment/statemachine/SM.sol +0 -57
  691. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  692. package/contracts/experiment/types/TypeA.sol +0 -47
  693. package/contracts/experiment/types/TypeB.sol +0 -29
  694. package/contracts/instance/IInstanceLinked.sol +0 -8
  695. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  696. package/contracts/instance/base/IInstanceBase.sol +0 -22
  697. package/contracts/instance/base/IKeyValueStore.sol +0 -50
  698. package/contracts/instance/base/IService.sol +0 -15
  699. package/contracts/instance/base/InstanceBase.sol +0 -91
  700. package/contracts/instance/base/KeyValueStore.sol +0 -161
  701. package/contracts/instance/base/Lifecycle.sol +0 -100
  702. package/contracts/instance/base/ModuleBase.sol +0 -57
  703. package/contracts/instance/base/ServiceBase.sol +0 -37
  704. package/contracts/instance/module/access/Access.sol +0 -149
  705. package/contracts/instance/module/access/IAccess.sol +0 -53
  706. package/contracts/instance/module/bundle/BundleModule.sol +0 -134
  707. package/contracts/instance/module/bundle/IBundle.sol +0 -53
  708. package/contracts/instance/module/component/ComponentModule.sol +0 -70
  709. package/contracts/instance/module/component/IComponent.sol +0 -28
  710. package/contracts/instance/module/distribution/DistributionModule.sol +0 -17
  711. package/contracts/instance/module/distribution/IDistribution.sol +0 -10
  712. package/contracts/instance/module/policy/IPolicy.sol +0 -63
  713. package/contracts/instance/module/policy/PolicyModule.sol +0 -91
  714. package/contracts/instance/module/pool/IPoolModule.sol +0 -40
  715. package/contracts/instance/module/pool/PoolModule.sol +0 -90
  716. package/contracts/instance/module/risk/IRisk.sol +0 -26
  717. package/contracts/instance/module/risk/RiskModule.sol +0 -62
  718. package/contracts/instance/module/treasury/ITreasury.sol +0 -82
  719. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  720. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -138
  721. package/contracts/instance/service/ComponentOwnerService.sol +0 -157
  722. package/contracts/instance/service/DistributionService.sol +0 -59
  723. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  724. package/contracts/instance/service/IDistributionService.sol +0 -12
  725. package/contracts/instance/service/IPoolService.sol +0 -37
  726. package/contracts/instance/service/IProductService.sol +0 -107
  727. package/contracts/instance/service/PoolService.sol +0 -149
  728. package/contracts/instance/service/ProductService.sol +0 -509
  729. package/contracts/registry/IChainNft.sol +0 -21
  730. package/contracts/registry/IRegistryLinked.sol +0 -8
  731. package/contracts/registry/RegistryUpgradeable.sol +0 -473
  732. package/contracts/shared/ERC165.sol +0 -21
  733. package/contracts/shared/IOwnable.sol +0 -6
  734. package/contracts/shared/IVersionable.sol +0 -65
  735. package/contracts/shared/Proxy.sol +0 -94
  736. package/contracts/shared/Versionable.sol +0 -99
  737. package/contracts/shared/VersionableUpgradeable.sol +0 -133
  738. package/contracts/test/TestDistribution.sol +0 -21
  739. package/contracts/test/TestFee.sol +0 -25
  740. package/contracts/test/TestPool.sol +0 -25
  741. package/contracts/test/TestProduct.sol +0 -72
  742. package/contracts/test/TestRegisterable.sol +0 -19
  743. package/contracts/test/TestRoleId.sol +0 -14
  744. package/contracts/test/TestService.sol +0 -32
  745. package/contracts/test/TestToken.sol +0 -26
  746. package/contracts/test/TestVersion.sol +0 -44
  747. package/contracts/test/TestVersionable.sol +0 -17
  748. package/contracts/types/ChainId.sol +0 -38
  749. package/contracts/types/Fee.sol +0 -56
  750. package/contracts/types/NftIdSet.sol +0 -60
  751. package/contracts/types/ObjectType.sol +0 -131
  752. package/contracts/types/ReferralId.sol +0 -48
  753. package/contracts/types/RoleId.sol +0 -38
  754. package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,775 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ClaimServiceManager",
4
+ "sourceName": "contracts/product/ClaimServiceManager.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "address",
15
+ "name": "registryAddress",
16
+ "type": "address"
17
+ },
18
+ {
19
+ "internalType": "bytes32",
20
+ "name": "salt",
21
+ "type": "bytes32"
22
+ }
23
+ ],
24
+ "stateMutability": "nonpayable",
25
+ "type": "constructor"
26
+ },
27
+ {
28
+ "inputs": [
29
+ {
30
+ "internalType": "NftId",
31
+ "name": "nftId",
32
+ "type": "uint96"
33
+ }
34
+ ],
35
+ "name": "ErrorNftOwnableAlreadyLinked",
36
+ "type": "error"
37
+ },
38
+ {
39
+ "inputs": [
40
+ {
41
+ "internalType": "address",
42
+ "name": "contractAddress",
43
+ "type": "address"
44
+ }
45
+ ],
46
+ "name": "ErrorNftOwnableContractNotRegistered",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [],
51
+ "name": "ErrorNftOwnableInitialOwnerZero",
52
+ "type": "error"
53
+ },
54
+ {
55
+ "inputs": [
56
+ {
57
+ "internalType": "address",
58
+ "name": "account",
59
+ "type": "address"
60
+ }
61
+ ],
62
+ "name": "ErrorNftOwnableNotOwner",
63
+ "type": "error"
64
+ },
65
+ {
66
+ "inputs": [
67
+ {
68
+ "internalType": "address",
69
+ "name": "registryAddress",
70
+ "type": "address"
71
+ }
72
+ ],
73
+ "name": "ErrorNotRegistry",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "ErrorProxyManagerAlreadyDeployed",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [
83
+ {
84
+ "internalType": "Version",
85
+ "name": "nextVersion",
86
+ "type": "uint24"
87
+ }
88
+ ],
89
+ "name": "ErrorProxyManagerNextVersionNotIncreasing",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [],
94
+ "name": "ErrorProxyManagerNotYetDeployed",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [],
99
+ "name": "ErrorProxyManagerZeroVersion",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [],
104
+ "name": "InvalidInitialization",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "inputs": [],
109
+ "name": "NotInitializing",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "anonymous": false,
114
+ "inputs": [
115
+ {
116
+ "indexed": false,
117
+ "internalType": "uint64",
118
+ "name": "version",
119
+ "type": "uint64"
120
+ }
121
+ ],
122
+ "name": "Initialized",
123
+ "type": "event"
124
+ },
125
+ {
126
+ "anonymous": false,
127
+ "inputs": [
128
+ {
129
+ "indexed": true,
130
+ "internalType": "address",
131
+ "name": "proxy",
132
+ "type": "address"
133
+ },
134
+ {
135
+ "indexed": false,
136
+ "internalType": "address",
137
+ "name": "initialImplementation",
138
+ "type": "address"
139
+ }
140
+ ],
141
+ "name": "LogProxyManagerVersionableDeployed",
142
+ "type": "event"
143
+ },
144
+ {
145
+ "anonymous": false,
146
+ "inputs": [
147
+ {
148
+ "indexed": true,
149
+ "internalType": "address",
150
+ "name": "proxy",
151
+ "type": "address"
152
+ },
153
+ {
154
+ "indexed": false,
155
+ "internalType": "address",
156
+ "name": "upgradedImplementation",
157
+ "type": "address"
158
+ }
159
+ ],
160
+ "name": "LogProxyManagerVersionableUpgraded",
161
+ "type": "event"
162
+ },
163
+ {
164
+ "inputs": [],
165
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
166
+ "outputs": [
167
+ {
168
+ "internalType": "bytes32",
169
+ "name": "",
170
+ "type": "bytes32"
171
+ }
172
+ ],
173
+ "stateMutability": "view",
174
+ "type": "function"
175
+ },
176
+ {
177
+ "inputs": [
178
+ {
179
+ "internalType": "address",
180
+ "name": "initialImplementation",
181
+ "type": "address"
182
+ },
183
+ {
184
+ "internalType": "bytes",
185
+ "name": "initializationData",
186
+ "type": "bytes"
187
+ }
188
+ ],
189
+ "name": "deploy",
190
+ "outputs": [
191
+ {
192
+ "internalType": "contract IVersionable",
193
+ "name": "versionable",
194
+ "type": "address"
195
+ }
196
+ ],
197
+ "stateMutability": "nonpayable",
198
+ "type": "function"
199
+ },
200
+ {
201
+ "inputs": [
202
+ {
203
+ "internalType": "address",
204
+ "name": "initialImplementation",
205
+ "type": "address"
206
+ },
207
+ {
208
+ "internalType": "bytes",
209
+ "name": "initializationData",
210
+ "type": "bytes"
211
+ },
212
+ {
213
+ "internalType": "bytes32",
214
+ "name": "salt",
215
+ "type": "bytes32"
216
+ }
217
+ ],
218
+ "name": "deployDetermenistic",
219
+ "outputs": [
220
+ {
221
+ "internalType": "contract IVersionable",
222
+ "name": "versionable",
223
+ "type": "address"
224
+ }
225
+ ],
226
+ "stateMutability": "nonpayable",
227
+ "type": "function"
228
+ },
229
+ {
230
+ "inputs": [],
231
+ "name": "getClaimService",
232
+ "outputs": [
233
+ {
234
+ "internalType": "contract ClaimService",
235
+ "name": "",
236
+ "type": "address"
237
+ }
238
+ ],
239
+ "stateMutability": "view",
240
+ "type": "function"
241
+ },
242
+ {
243
+ "inputs": [
244
+ {
245
+ "internalType": "address",
246
+ "name": "proxyOwner",
247
+ "type": "address"
248
+ },
249
+ {
250
+ "internalType": "bytes",
251
+ "name": "deployData",
252
+ "type": "bytes"
253
+ }
254
+ ],
255
+ "name": "getDeployData",
256
+ "outputs": [
257
+ {
258
+ "internalType": "bytes",
259
+ "name": "data",
260
+ "type": "bytes"
261
+ }
262
+ ],
263
+ "stateMutability": "pure",
264
+ "type": "function"
265
+ },
266
+ {
267
+ "inputs": [],
268
+ "name": "getNftId",
269
+ "outputs": [
270
+ {
271
+ "internalType": "NftId",
272
+ "name": "",
273
+ "type": "uint96"
274
+ }
275
+ ],
276
+ "stateMutability": "view",
277
+ "type": "function"
278
+ },
279
+ {
280
+ "inputs": [],
281
+ "name": "getOwner",
282
+ "outputs": [
283
+ {
284
+ "internalType": "address",
285
+ "name": "",
286
+ "type": "address"
287
+ }
288
+ ],
289
+ "stateMutability": "view",
290
+ "type": "function"
291
+ },
292
+ {
293
+ "inputs": [],
294
+ "name": "getProxy",
295
+ "outputs": [
296
+ {
297
+ "internalType": "contract UpgradableProxyWithAdmin",
298
+ "name": "",
299
+ "type": "address"
300
+ }
301
+ ],
302
+ "stateMutability": "view",
303
+ "type": "function"
304
+ },
305
+ {
306
+ "inputs": [],
307
+ "name": "getRegistry",
308
+ "outputs": [
309
+ {
310
+ "internalType": "contract IRegistry",
311
+ "name": "",
312
+ "type": "address"
313
+ }
314
+ ],
315
+ "stateMutability": "view",
316
+ "type": "function"
317
+ },
318
+ {
319
+ "inputs": [
320
+ {
321
+ "internalType": "bytes",
322
+ "name": "upgradeData",
323
+ "type": "bytes"
324
+ }
325
+ ],
326
+ "name": "getUpgradeData",
327
+ "outputs": [
328
+ {
329
+ "internalType": "bytes",
330
+ "name": "data",
331
+ "type": "bytes"
332
+ }
333
+ ],
334
+ "stateMutability": "pure",
335
+ "type": "function"
336
+ },
337
+ {
338
+ "inputs": [],
339
+ "name": "getVersion",
340
+ "outputs": [
341
+ {
342
+ "internalType": "Version",
343
+ "name": "",
344
+ "type": "uint24"
345
+ }
346
+ ],
347
+ "stateMutability": "view",
348
+ "type": "function"
349
+ },
350
+ {
351
+ "inputs": [
352
+ {
353
+ "internalType": "uint256",
354
+ "name": "idx",
355
+ "type": "uint256"
356
+ }
357
+ ],
358
+ "name": "getVersion",
359
+ "outputs": [
360
+ {
361
+ "internalType": "Version",
362
+ "name": "",
363
+ "type": "uint24"
364
+ }
365
+ ],
366
+ "stateMutability": "view",
367
+ "type": "function"
368
+ },
369
+ {
370
+ "inputs": [],
371
+ "name": "getVersionCount",
372
+ "outputs": [
373
+ {
374
+ "internalType": "uint256",
375
+ "name": "",
376
+ "type": "uint256"
377
+ }
378
+ ],
379
+ "stateMutability": "view",
380
+ "type": "function"
381
+ },
382
+ {
383
+ "inputs": [
384
+ {
385
+ "internalType": "Version",
386
+ "name": "_version",
387
+ "type": "uint24"
388
+ }
389
+ ],
390
+ "name": "getVersionInfo",
391
+ "outputs": [
392
+ {
393
+ "components": [
394
+ {
395
+ "internalType": "Version",
396
+ "name": "version",
397
+ "type": "uint24"
398
+ },
399
+ {
400
+ "internalType": "address",
401
+ "name": "implementation",
402
+ "type": "address"
403
+ },
404
+ {
405
+ "internalType": "address",
406
+ "name": "activatedBy",
407
+ "type": "address"
408
+ },
409
+ {
410
+ "internalType": "Timestamp",
411
+ "name": "activatedAt",
412
+ "type": "uint40"
413
+ },
414
+ {
415
+ "internalType": "Blocknumber",
416
+ "name": "activatedIn",
417
+ "type": "uint32"
418
+ }
419
+ ],
420
+ "internalType": "struct ProxyManager.VersionInfo",
421
+ "name": "",
422
+ "type": "tuple"
423
+ }
424
+ ],
425
+ "stateMutability": "view",
426
+ "type": "function"
427
+ },
428
+ {
429
+ "inputs": [
430
+ {
431
+ "internalType": "address",
432
+ "name": "registry",
433
+ "type": "address"
434
+ }
435
+ ],
436
+ "name": "initializeProxyManager",
437
+ "outputs": [],
438
+ "stateMutability": "nonpayable",
439
+ "type": "function"
440
+ },
441
+ {
442
+ "inputs": [],
443
+ "name": "linkToProxy",
444
+ "outputs": [
445
+ {
446
+ "internalType": "NftId",
447
+ "name": "",
448
+ "type": "uint96"
449
+ }
450
+ ],
451
+ "stateMutability": "nonpayable",
452
+ "type": "function"
453
+ },
454
+ {
455
+ "inputs": [],
456
+ "name": "linkToRegisteredNftId",
457
+ "outputs": [
458
+ {
459
+ "internalType": "NftId",
460
+ "name": "nftId",
461
+ "type": "uint96"
462
+ }
463
+ ],
464
+ "stateMutability": "nonpayable",
465
+ "type": "function"
466
+ },
467
+ {
468
+ "inputs": [
469
+ {
470
+ "internalType": "bytes4",
471
+ "name": "interfaceId",
472
+ "type": "bytes4"
473
+ }
474
+ ],
475
+ "name": "supportsInterface",
476
+ "outputs": [
477
+ {
478
+ "internalType": "bool",
479
+ "name": "",
480
+ "type": "bool"
481
+ }
482
+ ],
483
+ "stateMutability": "view",
484
+ "type": "function"
485
+ },
486
+ {
487
+ "inputs": [
488
+ {
489
+ "internalType": "address",
490
+ "name": "newImplementation",
491
+ "type": "address"
492
+ },
493
+ {
494
+ "internalType": "bytes",
495
+ "name": "upgradeData",
496
+ "type": "bytes"
497
+ }
498
+ ],
499
+ "name": "upgrade",
500
+ "outputs": [
501
+ {
502
+ "internalType": "contract IVersionable",
503
+ "name": "versionable",
504
+ "type": "address"
505
+ }
506
+ ],
507
+ "stateMutability": "nonpayable",
508
+ "type": "function"
509
+ }
510
+ ],
511
+ "bytecode": "0x608060405234801561000f575f80fd5b5060405161990538038061990583398101604081905261002e91610b18565b81610038816100d6565b505f8160405161004790610ae3565b8190604051809103905ff5905080158015610064573d5f803e3d5ffd5b50604080516001600160a01b038681166020830152308284015287166060808301919091528251808303909101815260809091019091529091505f6100aa8383866101ec565b600580546001600160a01b0319166001600160a01b039290921691909117905550610cad945050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f8115801561011f5750825b90505f826001600160401b0316600114801561013a5750303b155b905081158015610148575080155b156101665760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561019457845460ff60401b1916680100000000000000001785555b61019e3387610375565b83156101e457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f6101f5610407565b6001600160a01b0316336001600160a01b03161461022d5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004541561024e5760405163402b135f60e11b815260040160405180910390fd5b5f610257610407565b9050308386826102678589610554565b60405161027390610af0565b61027f93929190610b7f565b8190604051809103905ff590508015801561029c573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610328918591630d8e6e2c9160048083019260209291908290030181865afa1580156102fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103219190610bb3565b87846105ac565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b61037d610942565b61038681610992565b61038e610a9e565b6001600160a01b0382166103b55760405163f17ef42d60e01b815260040160405180910390fd5b507f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b0390931692909202919091179055565b5f807f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610486573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104aa9190610bdc565b15610535576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561050b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061052f9190610bfb565b91505090565b546c0100000000000000000000000090046001600160a01b0316919050565b60606349bb9e4b60e01b8383604051602401610571929190610c14565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b6106288373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af41580156105f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061061b9190610bb3565b62ffffff90811691161490565b15610646576040516348c618db60e01b815260040160405180910390fd5b6004541561079e576004805461065e90600190610c3f565b8154811061066e5761066e610c5e565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af41580156106df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107039190610c72565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610755573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107799190610c72565b1161079e57604051633e614b6d60e11b815262ffffff84166004820152602401610224565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af415801561086e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108929190610c89565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661099057604051631afcd79f60e31b815260040160405180910390fd5b565b61099a610942565b806001600160a01b03163b5f036109cf5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610224565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015610a49575060408051601f3d908101601f19168201909252610a4691810190610bdc565b60015b610a715760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610224565b80610a9a5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610224565b5050565b610aa6610942565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61575e8061335b83390190565b610e4c80618ab983390190565b80516001600160a01b0381168114610b13575f80fd5b919050565b5f805f60608486031215610b2a575f80fd5b610b3384610afd565b9250610b4160208501610afd565b9150604084015190509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b6001600160a01b038481168252831660208201526060604082018190525f90610baa90830184610b51565b95945050505050565b5f60208284031215610bc3575f80fd5b815162ffffff81168114610bd5575f80fd5b9392505050565b5f60208284031215610bec575f80fd5b81518015158114610bd5575f80fd5b5f60208284031215610c0b575f80fd5b610bd582610afd565b6001600160a01b03831681526040602082018190525f90610c3790830184610b51565b949350505050565b818103818111156105a657634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215610c82575f80fd5b5051919050565b5f60208284031215610c99575f80fd5b815164ffffffffff81168114610bd5575f80fd5b6126a180610cba5f395ff3fe608060405234801561000f575f80fd5b506004361061011c575f3560e01c80636c250961116100a9578063ada9652e1161006e578063ada9652e14610387578063b88da7591461039b578063c987336c146103ae578063e97fac05146103c1578063fd0c63d9146103d4575f80fd5b80636c25096114610338578063893d20e8146103495780638e9afce614610351578063933a9ce814610364578063946dfcfe14610375575f80fd5b8063138461e0116100ef578063138461e0146101bd5780631775564d146101dd5780634d459c90146101fd5780635ab1bd531461030a578063644c45e01461031b575f80fd5b806301ffc9a714610120578063058f7a971461016157806307484e80146101765780630d8e6e2c146101a1575b5f80fd5b61014c61012e366004611465565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046114a7565b6103dc565b005b610189610184366004611561565b6104eb565b6040516001600160a01b039091168152602001610158565b6101a9610674565b60405162ffffff9091168152602001610158565b6101c56106e4565b6040516001600160601b039091168152602001610158565b6101f06101eb3660046115b6565b6106ee565b6040516101589190611631565b6102ad61020b366004611653565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610158565b6001546001600160a01b0316610189565b5f8051602061264c833981519152546001600160601b03166101c5565b6005546001600160a01b0316610189565b610189610746565b6101f061035f36600461166e565b610877565b6002546001600160a01b0316610189565b6004545b604051908152602001610158565b6103795f8051602061264c83398151915281565b6101a96103a93660046116a8565b6108ca565b6101896103bc3660046115b6565b610908565b6101896103cf3660046115b6565b610b21565b6101c5610c9f565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f811580156104215750825b90505f8267ffffffffffffffff16600114801561043d5750303b155b90508115801561044b575080155b156104695760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561049357845460ff60401b1916600160401b1785555b61049d3387610cb6565b83156104e357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f6104f4610746565b6001600160a01b0316336001600160a01b03161461052c5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004541561054d5760405163402b135f60e11b815260040160405180910390fd5b5f610556610746565b90503083868261056685896106ee565b60405161057290611458565b61057e939291906116bf565b8190604051809103905ff590508015801561059b573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610627918591630d8e6e2c9160048083019260209291908290030181865afa1580156105fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061062091906116f3565b8784610d2c565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa1580156106bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106df91906116f3565b905090565b5f6106df306110c2565b60606349bb9e4b60e01b838360405160240161070b92919061170e565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f805f8051602061264c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156107b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d69190611731565b15610861576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610837573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085b9190611750565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016108929190611631565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106108de576108de61176b565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610911610746565b6001600160a01b0316336001600160a01b0316146109445760405163086391f760e31b8152336004820152602401610523565b6004545f036109665760405163366dfd2160e21b815260040160405180910390fd5b5f61096f610746565b90505f6109846002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156109c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109e49190611750565b6002549091506001600160a01b03908116908216639623609d8288610a0889610877565b6040518463ffffffff1660e01b8152600401610a26939291906116bf565b5f604051808303815f87803b158015610a3d575f80fd5b505af1158015610a4f573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03169350610ad4846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aa9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acd91906116f3565b8785610d2c565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b5f610b2a610746565b6001600160a01b0316336001600160a01b031614610b5d5760405163086391f760e31b8152336004820152602401610523565b60045415610b7e5760405163402b135f60e11b815260040160405180910390fd5b5f610b87610746565b9050308481610b9684876106ee565b604051610ba290611458565b610bae939291906116bf565b604051809103905ff080158015610bc7573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610c53918591630d8e6e2c9160048083019260209291908290030181865afa158015610c28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4c91906116f3565b8684610d2c565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b6002545f906106df906001600160a01b03166110c2565b610cbe6112bb565b610cc781611306565b610ccf611413565b6001600160a01b038216610cf65760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061264c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b610da88373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d9b91906116f3565b62ffffff90811691161490565b15610dc6576040516348c618db60e01b815260040160405180910390fd5b60045415610f1e5760048054610dde9060019061177f565b81548110610dee57610dee61176b565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610e5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e83919061179e565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610ed5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef9919061179e565b11610f1e57604051633e614b6d60e11b815262ffffff84166004820152602401610523565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af4158015610fee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061101291906117b5565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b5f805f8051602061264c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561112e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111529190611731565b1561117e5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610523565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156111d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111f49190611731565b61121c5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610523565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561126e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129291906117d9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661130457604051631afcd79f60e31b815260040160405180910390fd5b565b61130e6112bb565b806001600160a01b03163b5f036113435760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610523565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156113bd575060408051601f3d908101601f191682019092526113ba91810190611731565b60015b6113e55760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610523565b8061140e5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610523565b505b50565b61141b6112bb565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610e4c8061180083390190565b5f60208284031215611475575f80fd5b81356001600160e01b03198116811461148c575f80fd5b9392505050565b6001600160a01b0381168114611410575f80fd5b5f602082840312156114b7575f80fd5b813561148c81611493565b634e487b7160e01b5f52604160045260245ffd5b5f82601f8301126114e5575f80fd5b813567ffffffffffffffff8111156114ff576114ff6114c2565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561152e5761152e6114c2565b604052818152838201602001851015611545575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f60608486031215611573575f80fd5b833561157e81611493565b9250602084013567ffffffffffffffff811115611599575f80fd5b6115a5868287016114d6565b925050604084013590509250925092565b5f80604083850312156115c7575f80fd5b82356115d281611493565b9150602083013567ffffffffffffffff8111156115ed575f80fd5b6115f9858286016114d6565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61148c6020830184611603565b62ffffff81168114611410575f80fd5b5f60208284031215611663575f80fd5b813561148c81611643565b5f6020828403121561167e575f80fd5b813567ffffffffffffffff811115611694575f80fd5b6116a0848285016114d6565b949350505050565b5f602082840312156116b8575f80fd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f906116ea90830184611603565b95945050505050565b5f60208284031215611703575f80fd5b815161148c81611643565b6001600160a01b03831681526040602082018190525f906116a090830184611603565b5f60208284031215611741575f80fd5b8151801515811461148c575f80fd5b5f60208284031215611760575f80fd5b815161148c81611493565b634e487b7160e01b5f52603260045260245ffd5b8181038181111561074057634e487b7160e01b5f52601160045260245ffd5b5f602082840312156117ae575f80fd5b5051919050565b5f602082840312156117c5575f80fd5b815164ffffffffff8116811461148c575f80fd5b5f602082840312156117e9575f80fd5b81516001600160601b038116811461148c575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a264697066735822122083f7c5f2d7447ea7c4ee066df20b09f487b8d942637f99e7a193c690861a380e64736f6c634300081a00336080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615688806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610153575f3560e01c8063644c45e0116100bf5780638fb36037116100795780638fb3603714610348578063ada9652e14610369578063b68d18091461037d578063bf7e214f1461038c578063e01f7a43146103a9578063f450e2b5146103bc575f80fd5b8063644c45e0146102b75780636c741e78146102d45780636e2cdce7146102f457806374b775eb146103075780637a9e5e4b1461032d578063893d20e814610340575f80fd5b8063329d6e7411610110578063329d6e74146102335780633838d739146102465780633c53258e1461025957806349bb9e4b1461026c5780635ab1bd531461027f5780635dbf2c8d146102a4575f80fd5b806301ffc9a7146101575780630d8e6e2c146101985780630fec111c146101b4578063138461e0146101c95780631eff4b22146101e957806327c054b71461021e575b5f80fd5b610183610165366004614315565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a06103cf565b60405162ffffff909116815260200161018f565b6101bc610456565b60405161018f9190614371565b6101d16105e2565b6040516001600160601b03909116815260200161018f565b6102107f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161018f565b61023161022c366004614429565b6105ec565b005b6102316102413660046145ce565b611014565b61023161025436600461460e565b61115e565b6101a061026736600461463a565b6113f0565b61023161027a3660046146be565b611407565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161018f565b6102316102b236600461460e565b611503565b5f805160206155f3833981519152546001600160601b03166101d1565b6102dc611803565b6040516001600160401b03909116815260200161018f565b61023161030236600461463a565b6118f9565b61031a61031536600461470a565b611b31565b60405161ffff909116815260200161018f565b61023161033b366004614767565b612212565b61028c6122ae565b6103506123df565b6040516001600160e01b0319909116815260200161018f565b6102105f805160206155f383398151915281565b6040516017815260200161018f565b5f80516020615613833981519152546001600160a01b031661028c565b6101a06103b7366004614782565b612414565b6102316103ca366004614804565b612468565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561042d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104519190614831565b905090565b61045e6142d8565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156104d4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104f8919061485c565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105406122ae565b6001600160a01b0316815260200182600101805461055d90614877565b80601f016020809104026020016040519081016040528092919081815260200182805461058990614877565b80156105d45780601f106105ab576101008083540402835291602001916105d4565b820191905f5260205f20905b8154815290600101906020018083116105b757829003601f168201915b505050505081525091505090565b5f610451306126f3565b5f805f6105f8856128ec565b6040516339bb60cd60e01b81526001600160601b038916600482015262ffffff8816602482015292955090935091505f906001600160a01b038416906339bb60cd906044015f60405180830381865afa158015610657573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261067e9190810190614931565b905073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156106c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106eb91906149eb565b64ffffffffff16608082015260408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa15801561073a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075e9190614a06565b6001600160a01b031663d23c6f6387878460dc6040518563ffffffff1660e01b81526004016107909493929190614a83565b5f604051808303815f87803b1580156107a7575f80fd5b505af11580156107b9573d5f803e3d5ffd5b5050604051636f2f88d160e11b815262ffffff881660048201525f925073__$0f9396e6447a4be57af83e53f51d234633$__915063de5f11a290602401602060405180830381865af4158015610811573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108359190614ac3565b602083015160405163a7ef3d2160e01b81526001600160601b038a16600482015261ffff83166024820152919250905f906001600160a01b0387169063a7ef3d21906044015f60405180830381865afa158015610894573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108bb9190810190614af7565b602081015160405163274acb3560e01b81526001600160601b039182166004820152908416602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015610922573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610946919061485c565b6001600160601b0316602082015260608101805160019190610969908390614bf4565b60ff908116909152606083015116159050801561099257506109928160200151825f0151612aa8565b15610af957610a198160c0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156109e6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a0a91906149eb565b64ffffffffff90811691161490565b50866001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a7a9190614a06565b6001600160a01b031663fae5df9b8a858460c86040518563ffffffff1660e01b8152600401610aac9493929190614cad565b5f604051808303815f87803b158015610ac3575f80fd5b505af1158015610ad5573d5f803e3d5ffd5b5050505060018561014001818151610aed9190614cd8565b61ffff16905250610bb9565b866001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b599190614a06565b6001600160a01b031663fae5df9b8a858460ff6040518563ffffffff1660e01b8152600401610b8b9493929190614cad565b5f604051808303815f87803b158015610ba2575f80fd5b505af1158015610bb4573d5f803e3d5ffd5b505050505b61018085015160405163274acb3560e01b81526001600160601b039182166004820152908316602482015273__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015610c1e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c42919061485c565b6001600160601b031661018086015260408051631a99b41b60e31b815290516001600160a01b0389169163d4cda0d89160048083019260209291908290030181865afa158015610c94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb89190614a06565b6001600160a01b031663d625d7588a8760ff6040518463ffffffff1660e01b8152600401610ce893929190614e95565b5f604051808303815f87803b158015610cff575f80fd5b505af1158015610d11573d5f803e3d5ffd5b5050600254875160405163f0ea17c360e01b81526001600160601b0390911660048201526001600160a01b0391821693506396fa19e892508a918a169063f0ea17c3906024015f60405180830381865afa158015610d71573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d989190810190614ec9565b604001518c89876040518663ffffffff1660e01b8152600401610dbf959493929190614fa1565b5f604051808303815f87803b158015610dd6575f80fd5b505af1158015610de8573d5f803e3d5ffd5b505050505f805f610dfb898d8a8a612b36565b9250925092507fb367a73159dcdb193cdd8eb36e498d43a90b5abd2d5f698d23e149a2b91a91e98c8c87848787604051610e7d969594939291906001600160601b03968716815262ffffff95909516602086015292851660408501526001600160a01b039190911660608401528316608083015290911660a082015260c00190565b60405180910390a15f610e986001546001600160a01b031690565b60208a01516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015610eea573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610f119190810190615005565b6020015160405163f0ea17c360e01b81526001600160601b03821660048201529091505f906001600160a01b038c169063f0ea17c3906024015f60405180830381865afa158015610f64573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610f8b9190810190614ec9565b6060810151608082015160405163153c361360e21b81526001600160a01b03918216600482015286821660248201526001600160601b038916604482015292935016906354f0d84c906064015f604051808303815f87803b158015610fee575f80fd5b505af1158015611000573d5f803e3d5ffd5b505050505050505050505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6110366103cf565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611074573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061109891906150e9565b5f805160206156338339815191528054600160401b900460ff16806110ca575080546001600160401b03808416911610155b156110e85760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561111283612e77565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805f61116a856128ec565b9250925092505f61118483878761117f603290565b612e7f565b905073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156111cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111f191906149eb565b64ffffffffff1660c082015260408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa158015611240573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112649190614a06565b6001600160a01b031663fae5df9b87878460146040518563ffffffff1660e01b81526004016112969493929190614cad565b5f604051808303815f87803b1580156112ad575f80fd5b505af11580156112bf573d5f803e3d5ffd5b50505050600182610140018181516112d79190614cd8565b61ffff1690525060408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa158015611321573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113459190614a06565b6001600160a01b031663d625d758878460ff6040518463ffffffff1660e01b815260040161137593929190614e95565b5f604051808303815f87803b15801561138c575f80fd5b505af115801561139e573d5f803e3d5ffd5b5050604080516001600160601b038a16815261ffff891660208201527f1faaad16c345dc1936ac3a4a01ff31232a396d4cb78f913d62ae01e2b39be9cc935001905060405180910390a1505050505050565b5f6113fe8585855f86612ffa565b95945050505050565b5f805160206156338339815191528054600160401b810460ff1615906001600160401b03165f811580156114385750825b90505f826001600160401b031660011480156114535750303b155b905081158015611461575080155b1561147f5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156114a957845460ff60401b1916600160401b1785555b6114b38787613633565b83156114fa57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f805f61150f856128ec565b9250925092505f61152483878761117f603390565b606081015190915060ff1615611576576060810151604051632f1a047f60e11b81526001600160601b038816600482015261ffff8716602482015260ff90911660448201526064015b60405180910390fd5b805160405163046e44af60e11b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af41580156115cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115f39190615104565b602082015160405163046e44af60e11b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af415801561164f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116739190615104565b10156116be5780516020820151604051633c781b2760e11b81526001600160601b03808a16600483015261ffff8916602483015292831660448201529116606482015260840161156d565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611705573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061172991906149eb565b64ffffffffff1660c082015260408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa158015611778573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061179c9190614a06565b6001600160a01b031663fae5df9b87878460c86040518563ffffffff1660e01b81526004016117ce9493929190614cad565b5f604051808303815f87803b1580156117e5575f80fd5b505af11580156117f7573d5f803e3d5ffd5b50505050505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36017604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561186e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611892919061511b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af41580156118d5573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061045191906150e9565b5f805f611905876128ec565b9250925092505f61191a83898961117f603290565b6001600160601b038716815260a0810186905260408051631a99b41b60e31b815290519192506001600160a01b0386169163d4cda0d8916004808201926020929091908290030181865afa158015611974573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119989190614a06565b6001600160a01b031663fae5df9b89898460336040518563ffffffff1660e01b81526004016119ca9493929190614cad565b5f604051808303815f87803b1580156119e1575f80fd5b505af11580156119f3573d5f803e3d5ffd5b50505050611a0682610160015187613868565b6001600160601b031661016083015260408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa158015611a58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a7c9190614a06565b6001600160a01b031663d625d758898460ff6040518463ffffffff1660e01b8152600401611aac93929190614e95565b5f604051808303815f87803b158015611ac3575f80fd5b505af1158015611ad5573d5f803e3d5ffd5b5050604080516001600160601b038c8116825261ffff8c1660208301528a168183015290517fccd5503b328e5b54e15c01d8de50b60e170834460b94faf05be56b4b25a1a1409350908190036060019150a15050505050505050565b5f805f80611b3e876128ec565b6101a081015160405163790a38ad60e01b815264ffffffffff9091166004820152929550909350915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611ba1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bc59190615136565b80611c4f5750611c4f73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611c15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c3991906149eb565b826101c0015164ffffffffff9081169116101590565b15611c7857604051631abadea960e01b81526001600160601b038816600482015260240161156d565b611c94611c8a82610180015188613868565b82608001516138ec565b15611e4057608081015160405163046e44af60e11b81526001600160601b038816600482015288919073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd969082906308dc895e90602401602060405180830381865af4158015611cff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d239190615104565b61018086015160405163046e44af60e11b81526001600160601b03909116600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611d80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611da49190615104565b611dae919061514f565b6040518263ffffffff1660e01b8152600401611dcc91815260200190565b602060405180830381865af4158015611de7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e0b919061485c565b604051631acfc80160e21b81526001600160601b0393841660048201529183166024830152909116604482015260640161156d565b73__$9e81531fe4994e01e99541f86b55500b4b$__639cc45a368261012001516001611e6c9190615162565b6040516001600160e01b031960e084901b16815261ffff9091166004820152602401602060405180830381865af4158015611ea9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ecd9190614ac3565b9350826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f0b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f2f9190614a06565b6001600160a01b0316630cfc3ba388866040518060e001604052808b6001600160601b0316815260200173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611fa0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fc4919061485c565b6001600160601b031681526020015f60ff1681526020015f60ff1681526020018a815260200160405180602001604052805f815250815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612045573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061206991906149eb565b64ffffffffff168152506040518463ffffffff1660e01b81526004016120919392919061517c565b5f604051808303815f87803b1580156120a8575f80fd5b505af11580156120ba573d5f803e3d5ffd5b50505050600181610120018181516120d29190615162565b61ffff1690525061014081018051600191906120ef908390615162565b61ffff1690525060408051631a99b41b60e31b815290516001600160a01b0385169163d4cda0d89160048083019260209291908290030181865afa158015612139573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061215d9190614a06565b6001600160a01b031663d625d758888360ff6040518463ffffffff1660e01b815260040161218d93929190614e95565b5f604051808303815f87803b1580156121a4575f80fd5b505af11580156121b6573d5f803e3d5ffd5b5050604080516001600160601b038b8116825261ffff891660208301528a168183015290517fcbffe0c4cf4814bd79bac10830275e65911ae7d71347b96c61fa8e4635423ba49350908190036060019150a15050509392505050565b336122315f80516020615613833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b03161461226c5760405162d1953b60e31b81526001600160a01b038216600482015260240161156d565b816001600160a01b03163b5f036122a1576040516361798f2f60e11b81526001600160a01b038316600482015260240161156d565b6122aa82613936565b5050565b5f805f805160206155f383398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561231a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061233e9190615136565b156123c9576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561239f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123c39190614a06565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061561383398151915280545f9190600160a01b900460ff16612406575f6123c3565b638fb3603760e01b91505090565b5f6001600160a01b038316612451576040516377e59c8360e11b81526001600160601b038716600482015261ffff8616602482015260440161156d565b61245e8686868686612ffa565b9695505050505050565b5f805f612474866128ec565b9250925092505f61248983888861117f603290565b9050848160a0018190525073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156124db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ff91906149eb565b64ffffffffff1660c082015260408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa15801561254e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125729190614a06565b6001600160a01b031663fae5df9b888884601e6040518563ffffffff1660e01b81526004016125a49493929190614cad565b5f604051808303815f87803b1580156125bb575f80fd5b505af11580156125cd573d5f803e3d5ffd5b50505050600182610140018181516125e59190614cd8565b61ffff1690525060408051631a99b41b60e31b815290516001600160a01b0386169163d4cda0d89160048083019260209291908290030181865afa15801561262f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126539190614a06565b6001600160a01b031663d625d758888460ff6040518463ffffffff1660e01b815260040161268393929190614e95565b5f604051808303815f87803b15801561269a575f80fd5b505af11580156126ac573d5f803e3d5ffd5b5050604080516001600160601b038b16815261ffff8a1660208201527f835aca3a92b79a82038b38ef30bc398955a23c24b64db0183839129d0772a4fb93500190506114f1565b5f805f805160206155f383398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561275f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127839190615136565b156127af5780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161156d565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612801573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128259190615136565b61284d5760405163b9304b0d60e01b81526001600160a01b038416600482015260240161156d565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561289f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128c3919061485c565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60408051610200810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820181905261010082015261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e0810182905281905f612977600c613996565b90508095508192505050836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156129bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129e19190614a06565b60405163bd7d9d8560e01b81526001600160601b03871660048201529093506001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015612a2e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a5591908101906151be565b9150612a64825f015182613a32565b15612aa057815160405163169efc1d60e11b81526001600160601b0380881660048301529182166024820152908216604482015260640161156d565b509193909250565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d906044015b602060405180830381865af4158015612b09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b2d9190615136565b90505b92915050565b60208101516040516330b8415f60e01b81526001600160601b03821660048201525f91829182919073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612b98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bbc9190615136565b15612e6c5785515f612bd66001546001600160a01b031690565b60208901516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612c28573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c4f9190810190615005565b6020015160405163f0ea17c360e01b81526001600160601b03821660048201529091505f906001600160a01b038c169063f0ea17c3906024015f60405180830381865afa158015612ca2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612cc99190810190614ec9565b604089015194975087949091506001600160a01b0316612d67576001546001600160a01b0316604051631c5da14d60e11b81526001600160601b038c1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612d3c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d609190614a06565b9450612d6f565b876040015194505b6040516302d764c760e21b81526001600160601b03841660048201525f906001600160a01b038d1690630b5d931c9060240161020060405180830381865afa158015612dbd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612de1919061539d565b60608101516040516305deb8b760e01b815281516004820152602090910151602482015290915073__$58e11c6004c5796aaa8c56e718245e69a2$__906305deb8b790604401602060405180830381865af4158015612e42573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e669190615136565b50505050505b509450945094915050565b610153613a7c565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820181905260a082015260c081019190915260405163078ae93560e41b81526001600160601b038516600482015261ffff841660248201525f906001600160a01b038716906378ae935090604401602060405180830381865afa158015612f0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f31919061511b565b905060ff80821690841614612f7f576040516398b9e22f60e01b81526001600160601b038616600482015261ffff8516602482015260ff80851660448301528216606482015260840161156d565b60405163a7ef3d2160e01b81526001600160601b038616600482015261ffff851660248201526001600160a01b0387169063a7ef3d21906044015f60405180830381865afa158015612fd3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261245e9190810190614af7565b5f805f80613007896128ec565b60405163a7ef3d2160e01b81526001600160601b038d16600482015261ffff8c16602482015292955090935091505f906001600160a01b0384169063a7ef3d21906044015f60405180830381865afa158015613065573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261308c9190810190614af7565b60405163078ae93560e41b81526001600160601b038c16600482015261ffff8b1660248201529091505f906001600160a01b038516906378ae935090604401602060405180830381865afa1580156130e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061310a919061511b565b90505f8260400151600161311e919061545e565b60405163d5b5ee5d60e01b815261ffff8d16600482015260ff8216602482015290915073__$0f9396e6447a4be57af83e53f51d234633$__9063d5b5ee5d90604401602060405180830381865af415801561317b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061319f9190614831565b9650856001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132019190614a06565b6040805160a0810191829052636f2f88d160e11b90915262ffffff891660a48201526001600160a01b03919091169063d6c08df7908e908a908073__$0f9396e6447a4be57af83e53f51d234633$__63de5f11a260c48301602060405180830381865af4158015613274573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132989190614ac3565b61ffff1681526020018f6001600160601b031681526020018e6001600160a01b031681526020018d815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561330c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061333091906149eb565b64ffffffffff168152506040518463ffffffff1660e01b815260040161335893929190615477565b5f604051808303815f87803b15801561336f575f80fd5b505af1158015613381573d5f803e3d5ffd5b50505050600183604001818151613398919061545e565b60ff16905250606083018051600191906133b390839061545e565b60ff1690525060408051631a99b41b60e31b815290516001600160a01b0388169163d4cda0d89160048083019260209291908290030181865afa1580156133fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134209190614a06565b6001600160a01b031663fae5df9b8d8d8660ff6040518563ffffffff1660e01b81526004016134529493929190614cad565b5f604051808303815f87803b158015613469575f80fd5b505af115801561347b573d5f803e3d5ffd5b5050505061018084015160405163274acb3560e01b81526001600160601b039182166004820152908b16602482015273__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156134e4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613508919061485c565b50856001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015613545573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135699190614a06565b6001600160a01b031663d625d7588d8660ff6040518463ffffffff1660e01b815260040161359993929190614e95565b5f604051808303815f87803b1580156135b0575f80fd5b505af11580156135c2573d5f803e3d5ffd5b505050507fb5856e4c56d591cac27a46c8f3f1a71928ac5d7488bd2037022030f04100118f8c888c60405161361c939291906001600160601b03938416815262ffffff929092166020830152909116604082015260600190565b60405180910390a150505050505095945050505050565b5f805160206156338339815191528054600160401b810460ff1615906001600160401b03165f811580156136645750825b90505f826001600160401b0316600114801561367f5750303b155b90508115801561368d575080155b156136ab5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156136d557845460ff60401b1916600160401b1785555b5f80878060200190518101906136eb91906154a3565b92505091506136fb82828b613ab4565b6001546001600160a01b031663d39e6043600f6137166103cf565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015613769573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061378d919061511b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156137d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137f49190614a06565b600280546001600160a01b0319166001600160a01b03929092169190911790556138246370c0bb7760e01b613bf1565b505083156114fa57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016114f1565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156138c8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b2d919061485c565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401612aee565b5f8051602061561383398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f61399f6142d8565b5f6139b26001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156139f6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a1a919061485c565b9250613a2883856001613c1d565b9395909450915050565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401612aee565b5f8051602061563383398151915254600160401b900460ff16613ab257604051631afcd79f60e31b815260040160405180910390fd5b565b613abc613a7c565b613b3883846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613afc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b20919061485c565b60085f8560405180602001604052805f815250613eba565b6001600160a01b03821615613b5557613b5082613f5f565b613bcc565b5f613b606002613f73565b9050613bca816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613ba1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bc59190614a06565b613f5f565b505b613bdc634a531f3360e01b613bf1565b613bec63daf9067160e01b613bf1565b505050565b613bf9613a7c565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b613c256142d8565b5f80613c396001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613c86573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613cad9190810190615005565b925060ff8516600b14613d0b57604083015160ff868116911614613d0657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff8088166024830152909116604482015260640161156d565b613da7565b613d268360400151613d1b600c90565b60ff90811691161490565b80613d3c5750613d3c8360400151613d1b600f90565b80613d525750613d528360400151613d1b600e90565b80613d685750613d688360400151613d1b600d90565b613da757604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff8088166024830152909116604482015260640161156d565b613db48360200151614074565b91508315613eb157816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613df8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e1c9190614a06565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613e64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e889190615136565b15613eb157604051637d71120960e11b81526001600160601b038716600482015260240161156d565b50935093915050565b613ec2613a7c565b613ecc8287614104565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301613f558382615538565b5050505050505050565b613f67613a7c565b613f708161417a565b50565b5f613f866001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613fe9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061400d919061511b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614050573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b309190614a06565b5f6140876001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156140d3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526140fa9190810190615005565b6080015192915050565b61410c613a7c565b6141158161418b565b61411d614293565b6001600160a01b0382166141445760405163f17ef42d60e01b815260040160405180910390fd5b505f805160206155f383398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b614182613a7c565b613f7081613936565b614193613a7c565b806001600160a01b03163b5f036141c85760405163fdeac91f60e01b81526001600160a01b038216600482015260240161156d565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015614242575060408051601f3d908101601f1916820190925261423f91810190615136565b60015b61426a5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161156d565b806122aa5760405163fdeac91f60e01b81526001600160a01b038316600482015260240161156d565b61429b613a7c565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614325575f80fd5b81356001600160e01b03198116811461433c575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516143b9608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526143fd610100840182614343565b949350505050565b6001600160601b0381168114613f70575f80fd5b62ffffff81168114613f70575f80fd5b5f806040838503121561443a575f80fd5b823561444581614405565b9150602083013561445581614419565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b60405160a081016001600160401b038111828210171561449657614496614460565b60405290565b60405160e081016001600160401b038111828210171561449657614496614460565b60405160c081016001600160401b038111828210171561449657614496614460565b60405161020081016001600160401b038111828210171561449657614496614460565b60405161012081016001600160401b038111828210171561449657614496614460565b604051601f8201601f191681016001600160401b038111828210171561454e5761454e614460565b604052919050565b5f6001600160401b0382111561456e5761456e614460565b50601f01601f191660200190565b5f82601f83011261458b575f80fd5b813561459e61459982614556565b614526565b8181528460208386010111156145b2575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156145de575f80fd5b81356001600160401b038111156145f3575f80fd5b6143fd8482850161457c565b61ffff81168114613f70575f80fd5b5f806040838503121561461f575f80fd5b823561462a81614405565b91506020830135614455816145ff565b5f805f806080858703121561464d575f80fd5b843561465881614405565b93506020850135614668816145ff565b9250604085013561467881614405565b915060608501356001600160401b03811115614692575f80fd5b61469e8782880161457c565b91505092959194509250565b6001600160a01b0381168114613f70575f80fd5b5f80604083850312156146cf575f80fd5b82356146da816146aa565b915060208301356001600160401b038111156146f4575f80fd5b6147008582860161457c565b9150509250929050565b5f805f6060848603121561471c575f80fd5b833561472781614405565b9250602084013561473781614405565b915060408401356001600160401b03811115614751575f80fd5b61475d8682870161457c565b9150509250925092565b5f60208284031215614777575f80fd5b813561433c816146aa565b5f805f805f60a08688031215614796575f80fd5b85356147a181614405565b945060208601356147b1816145ff565b935060408601356147c181614405565b925060608601356147d1816146aa565b915060808601356001600160401b038111156147eb575f80fd5b6147f78882890161457c565b9150509295509295909350565b5f805f60608486031215614816575f80fd5b833561482181614405565b92506020840135614737816145ff565b5f60208284031215614841575f80fd5b815161433c81614419565b805161485781614405565b919050565b5f6020828403121561486c575f80fd5b815161433c81614405565b600181811c9082168061488b57607f821691505b6020821081036148a957634e487b7160e01b5f52602260045260245ffd5b50919050565b8051614857816145ff565b8051614857816146aa565b5f82601f8301126148d4575f80fd5b8151602083015f6148e761459984614556565b90508281528583830111156148fa575f80fd5b8282602083015e5f92810160200192909252509392505050565b64ffffffffff81168114613f70575f80fd5b805161485781614914565b5f60208284031215614941575f80fd5b81516001600160401b03811115614956575f80fd5b820160a08185031215614967575f80fd5b61496f614474565b815161497a816145ff565b8152602082015161498a81614405565b6020820152604082015161499d816146aa565b604082015260608201516001600160401b038111156149ba575f80fd5b6149c6868285016148c5565b606083015250608082015191506149dc82614914565b60808101919091529392505050565b5f602082840312156149fb575f80fd5b815161433c81614914565b5f60208284031215614a16575f80fd5b815161433c816146aa565b61ffff81511682526001600160601b03602082015116602083015260018060a01b0360408201511660408301525f606082015160a06060850152614a6860a0850182614343565b60809384015164ffffffffff16949093019390935250919050565b6001600160601b038516815262ffffff84166020820152608060408201525f614aaf6080830185614a21565b905060ff8316606083015295945050505050565b5f60208284031215614ad3575f80fd5b815161433c816145ff565b60ff81168114613f70575f80fd5b805161485781614ade565b5f60208284031215614b07575f80fd5b81516001600160401b03811115614b1c575f80fd5b820160e08185031215614b2d575f80fd5b614b3561449c565b614b3e8261484c565b8152614b4c6020830161484c565b6020820152614b5d60408301614aec565b6040820152614b6e60608301614aec565b606082015260808201516001600160401b03811115614b8b575f80fd5b614b97868285016148c5565b60808301525060a08201516001600160401b03811115614bb5575f80fd5b614bc1868285016148c5565b60a083015250614bd360c08301614926565b60c0820152949350505050565b634e487b7160e01b5f52601160045260245ffd5b60ff8281168282160390811115612b3057612b30614be0565b6001600160601b0381511682526001600160601b0360208201511660208301525f6040820151614c42604085018260ff169052565b506060820151614c57606085018260ff169052565b50608082015160e06080850152614c7160e0850182614343565b905060a083015184820360a0860152614c8a8282614343565b91505060c0830151614ca560c086018264ffffffffff169052565b509392505050565b6001600160601b038516815261ffff84166020820152608060408201525f614aaf6080830185614c0d565b61ffff8281168282160390811115612b3057612b30614be0565b80516001600160601b031682525f6020820151614d1a60208501826001600160601b03169052565b506040820151614d3660408501826001600160c01b0319169052565b506060820151614d5260608501826001600160c01b0319169052565b506080820151614d6d60808501826001600160601b03169052565b5060a0820151614d8860a08501826001600160601b03169052565b5060c0820151614da160c085018264ffffffffff169052565b5060e082015161020060e0850152614dbd610200850182614343565b9050610100830151848203610100860152614dd88282614343565b915050610120830151614df261012086018261ffff169052565b50610140830151614e0a61014086018261ffff169052565b50610160830151614e276101608601826001600160601b03169052565b50610180830151614e446101808601826001600160601b03169052565b506101a0830151614e5f6101a086018264ffffffffff169052565b506101c0830151614e7a6101c086018264ffffffffff169052565b506101e0830151614ca56101e086018264ffffffffff169052565b6001600160601b0384168152606060208201525f614eb66060830185614cf2565b905060ff83166040830152949350505050565b5f60208284031215614ed9575f80fd5b81516001600160401b03811115614eee575f80fd5b820160c08185031215614eff575f80fd5b614f076144be565b81516001600160401b03811115614f1c575f80fd5b614f28868285016148c5565b825250614f376020830161484c565b6020820152614f48604083016148ba565b6040820152614f59606083016148ba565b6060820152614f6a608083016148ba565b608082015260a08201516001600160401b03811115614f87575f80fd5b614f93868285016148c5565b60a083015250949350505050565b6001600160a01b038681168252851660208201526001600160601b038416604082015260a0606082018190525f90614fdb90830185614cf2565b90506001600160601b03831660808301529695505050505050565b80518015158114614857575f80fd5b5f60208284031215615015575f80fd5b81516001600160401b0381111561502a575f80fd5b820160e0818503121561503b575f80fd5b61504361449c565b61504c8261484c565b815261505a6020830161484c565b602082015261506b60408301614aec565b604082015261507c60608301614ff6565b606082015261508d608083016148ba565b608082015261509e60a083016148ba565b60a082015260c08201516001600160401b038111156150bb575f80fd5b6150c7868285016148c5565b60c083015250949350505050565b6001600160401b0381168114613f70575f80fd5b5f602082840312156150f9575f80fd5b815161433c816150d5565b5f60208284031215615114575f80fd5b5051919050565b5f6020828403121561512b575f80fd5b815161433c81614ade565b5f60208284031215615146575f80fd5b612b2d82614ff6565b80820180821115612b3057612b30614be0565b61ffff8181168382160190811115612b3057612b30614be0565b6001600160601b038416815261ffff83166020820152606060408201525f6113fe6060830184614c0d565b80516001600160c01b031981168114614857575f80fd5b5f602082840312156151ce575f80fd5b81516001600160401b038111156151e3575f80fd5b820161020081850312156151f5575f80fd5b6151fd6144e0565b6152068261484c565b81526152146020830161484c565b6020820152615225604083016151a7565b6040820152615236606083016151a7565b60608201526152476080830161484c565b608082015261525860a0830161484c565b60a082015261526960c08301614926565b60c082015260e08201516001600160401b03811115615286575f80fd5b615292868285016148c5565b60e0830152506101008201516001600160401b038111156152b1575f80fd5b6152bd868285016148c5565b610100830152506152d161012083016148af565b6101208201526152e461014083016148af565b6101408201526152f7610160830161484c565b61016082015261530a610180830161484c565b61018082015261531d6101a08301614926565b6101a08201526153306101c08301614926565b6101c08201526153436101e08301614926565b6101e0820152949350505050565b5f60408284031215615361575f80fd5b604080519081016001600160401b038111828210171561538357615383614460565b604052825181526020928301519281019290925250919050565b5f6102008284031280156153af575f80fd5b506153b8614503565b6153c18361484c565b81526153cf6020840161484c565b60208201526153e18460408501615351565b60408201526153f38460808501615351565b60608201526154058460c08501615351565b6080820152615418846101008501615351565b60a082015261542b846101408501615351565b60c082015261543e846101808501615351565b60e0820152615451846101c08501615351565b6101008201529392505050565b60ff8181168382160190811115612b3057612b30614be0565b6001600160601b038416815262ffffff83166020820152606060408201525f6113fe6060830184614a21565b5f805f606084860312156154b5575f80fd5b83516154c0816146aa565b60208501519093506154d1816146aa565b60408501519092506154e2816146aa565b809150509250925092565b601f821115613bec57805f5260205f20601f840160051c810160208510156155125750805b601f840160051c820191505b81811015615531575f815560010161551e565b5050505050565b81516001600160401b0381111561555157615551614460565b6155658161555f8454614877565b846154ed565b6020601f821160018114615597575f83156155805750848201515b5f19600385901b1c1916600184901b178455615531565b5f84815260208120601f198516915b828110156155c657878501518255602094850194600190920191016155a6565b50848210156155e357868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212203887c17aead9c1c78bb4bbe350368bf4085c402c45df42f52ec6d2ff8e19233d64736f6c634300081a003360a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103",
512
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061011c575f3560e01c80636c250961116100a9578063ada9652e1161006e578063ada9652e14610387578063b88da7591461039b578063c987336c146103ae578063e97fac05146103c1578063fd0c63d9146103d4575f80fd5b80636c25096114610338578063893d20e8146103495780638e9afce614610351578063933a9ce814610364578063946dfcfe14610375575f80fd5b8063138461e0116100ef578063138461e0146101bd5780631775564d146101dd5780634d459c90146101fd5780635ab1bd531461030a578063644c45e01461031b575f80fd5b806301ffc9a714610120578063058f7a971461016157806307484e80146101765780630d8e6e2c146101a1575b5f80fd5b61014c61012e366004611465565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f3660046114a7565b6103dc565b005b610189610184366004611561565b6104eb565b6040516001600160a01b039091168152602001610158565b6101a9610674565b60405162ffffff9091168152602001610158565b6101c56106e4565b6040516001600160601b039091168152602001610158565b6101f06101eb3660046115b6565b6106ee565b6040516101589190611631565b6102ad61020b366004611653565b6040805160a0810182525f808252602082018190529181018290526060810182905260808101919091525062ffffff9081165f90815260036020908152604091829020825160a0810184528154948516815263010000009094046001600160a01b03908116928501929092526001015490811691830191909152600160a01b810464ffffffffff166060830152600160c81b900463ffffffff16608082015290565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610158565b6001546001600160a01b0316610189565b5f8051602061264c833981519152546001600160601b03166101c5565b6005546001600160a01b0316610189565b610189610746565b6101f061035f36600461166e565b610877565b6002546001600160a01b0316610189565b6004545b604051908152602001610158565b6103795f8051602061264c83398151915281565b6101a96103a93660046116a8565b6108ca565b6101896103bc3660046115b6565b610908565b6101896103cf3660046115b6565b610b21565b6101c5610c9f565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f811580156104215750825b90505f8267ffffffffffffffff16600114801561043d5750303b155b90508115801561044b575080155b156104695760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561049357845460ff60401b1916600160401b1785555b61049d3387610cb6565b83156104e357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f6104f4610746565b6001600160a01b0316336001600160a01b03161461052c5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6004541561054d5760405163402b135f60e11b815260040160405180910390fd5b5f610556610746565b90503083868261056685896106ee565b60405161057290611458565b61057e939291906116bf565b8190604051809103905ff590508015801561059b573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610627918591630d8e6e2c9160048083019260209291908290030181865afa1580156105fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061062091906116f3565b8784610d2c565b6002546040516001600160a01b038881168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a250509392505050565b600254604080516303639b8b60e21b815290515f926001600160a01b031691630d8e6e2c9160048083019260209291908290030181865afa1580156106bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106df91906116f3565b905090565b5f6106df306110c2565b60606349bb9e4b60e01b838360405160240161070b92919061170e565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915290505b92915050565b5f805f8051602061264c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156107b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d69190611731565b15610861576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610837573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085b9190611750565b91505090565b54600160601b90046001600160a01b0316919050565b606063329d6e7460e01b826040516024016108929190611631565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b03199093169290921790915292915050565b5f600482815481106108de576108de61176b565b905f5260205f2090600a91828204019190066003029054906101000a900462ffffff169050919050565b5f610911610746565b6001600160a01b0316336001600160a01b0316146109445760405163086391f760e31b8152336004820152602401610523565b6004545f036109665760405163366dfd2160e21b815260040160405180910390fd5b5f61096f610746565b90505f6109846002546001600160a01b031690565b6001600160a01b0316638b3240a06040518163ffffffff1660e01b81526004016020604051808303815f875af11580156109c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109e49190611750565b6002549091506001600160a01b03908116908216639623609d8288610a0889610877565b6040518463ffffffff1660e01b8152600401610a26939291906116bf565b5f604051808303815f87803b158015610a3d575f80fd5b505af1158015610a4f573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03169350610ad4846001600160a01b0316630d8e6e2c6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aa9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acd91906116f3565b8785610d2c565b6002546040516001600160a01b038881168252909116907f1356a2c922be684528fa1759d1808395e5c5010181dd333cdb6f03e2d8545b659060200160405180910390a250505092915050565b5f610b2a610746565b6001600160a01b0316336001600160a01b031614610b5d5760405163086391f760e31b8152336004820152602401610523565b60045415610b7e5760405163402b135f60e11b815260040160405180910390fd5b5f610b87610746565b9050308481610b9684876106ee565b604051610ba290611458565b610bae939291906116bf565b604051809103905ff080158015610bc7573d5f803e3d5ffd5b50600280546001600160a01b0319166001600160a01b03929092169182179055604080516303639b8b60e21b81529051919450610c53918591630d8e6e2c9160048083019260209291908290030181865afa158015610c28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4c91906116f3565b8684610d2c565b6002546040516001600160a01b038781168252909116907f78922e3fa1abc96399973cb25528ba892214b57da9d1a573937c460d9f5eb4759060200160405180910390a2505092915050565b6002545f906106df906001600160a01b03166110c2565b610cbe6112bb565b610cc781611306565b610ccf611413565b6001600160a01b038216610cf65760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061264c83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b610da88373__$8eede297b65ed5a56eb3f84d8232ae93f5$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d9b91906116f3565b62ffffff90811691161490565b15610dc6576040516348c618db60e01b815260040160405180910390fd5b60045415610f1e5760048054610dde9060019061177f565b81548110610dee57610dee61176b565b5f9182526020909120600a80830490910154604051635560100760e01b8152919092066003026101000a90910462ffffff16600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610e5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e83919061179e565b604051635560100760e01b815262ffffff8516600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__90635560100790602401602060405180830381865af4158015610ed5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ef9919061179e565b11610f1e57604051633e614b6d60e11b815262ffffff84166004820152602401610523565b600480546001810182555f829052600a8082047f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01805462ffffff808916600394909506939093026101000a848102930219169190911790556040805160a0810182529182526001600160a01b038086166020848101919091529085168383015281516356db0c1960e11b815291519293606085019373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9363adb6183293818401939092918290030181865af4158015610fee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061101291906117b5565b64ffffffffff90811682524363ffffffff90811660209384015262ffffff9687165f90815260038452604090819020855181549587015199166001600160b81b03199095169490941763010000006001600160a01b03998a1602178455840151600190930180546060860151608090960151949098166001600160c81b031990981697909717600160a01b94909216939093021763ffffffff60c81b1916600160c81b9190921602179092555050565b5f805f8051602061264c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561112e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111529190611731565b1561117e5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610523565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156111d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111f49190611731565b61121c5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610523565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561126e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129291906117d9565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661130457604051631afcd79f60e31b815260040160405180910390fd5b565b61130e6112bb565b806001600160a01b03163b5f036113435760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610523565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156113bd575060408051601f3d908101601f191682019092526113ba91810190611731565b60015b6113e55760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610523565b8061140e5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610523565b505b50565b61141b6112bb565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610e4c8061180083390190565b5f60208284031215611475575f80fd5b81356001600160e01b03198116811461148c575f80fd5b9392505050565b6001600160a01b0381168114611410575f80fd5b5f602082840312156114b7575f80fd5b813561148c81611493565b634e487b7160e01b5f52604160045260245ffd5b5f82601f8301126114e5575f80fd5b813567ffffffffffffffff8111156114ff576114ff6114c2565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561152e5761152e6114c2565b604052818152838201602001851015611545575f80fd5b816020850160208301375f918101602001919091529392505050565b5f805f60608486031215611573575f80fd5b833561157e81611493565b9250602084013567ffffffffffffffff811115611599575f80fd5b6115a5868287016114d6565b925050604084013590509250925092565b5f80604083850312156115c7575f80fd5b82356115d281611493565b9150602083013567ffffffffffffffff8111156115ed575f80fd5b6115f9858286016114d6565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61148c6020830184611603565b62ffffff81168114611410575f80fd5b5f60208284031215611663575f80fd5b813561148c81611643565b5f6020828403121561167e575f80fd5b813567ffffffffffffffff811115611694575f80fd5b6116a0848285016114d6565b949350505050565b5f602082840312156116b8575f80fd5b5035919050565b6001600160a01b038481168252831660208201526060604082018190525f906116ea90830184611603565b95945050505050565b5f60208284031215611703575f80fd5b815161148c81611643565b6001600160a01b03831681526040602082018190525f906116a090830184611603565b5f60208284031215611741575f80fd5b8151801515811461148c575f80fd5b5f60208284031215611760575f80fd5b815161148c81611493565b634e487b7160e01b5f52603260045260245ffd5b8181038181111561074057634e487b7160e01b5f52601160045260245ffd5b5f602082840312156117ae575f80fd5b5051919050565b5f602082840312156117c5575f80fd5b815164ffffffffff8116811461148c575f80fd5b5f602082840312156117e9575f80fd5b81516001600160601b038116811461148c575f80fdfe60a060405234801561000f575f80fd5b50604051610e4c380380610e4c83398101604081905261002e9161037c565b828282828161003d828261009e565b50508160405161004c90610340565b6001600160a01b039091168152602001604051809103905ff080158015610075573d5f803e3d5ffd5b506001600160a01b031660805261009361008e60805190565b6100fc565b505050505050610463565b6100a782610169565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a28051156100f0576100eb82826101e7565b505050565b6100f861025a565b5050565b7f7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f61013b5f80516020610e2c833981519152546001600160a01b031690565b604080516001600160a01b03928316815291841660208301520160405180910390a16101668161027b565b50565b806001600160a01b03163b5f036101a357604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b807f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5b80546001600160a01b0319166001600160a01b039290921691909117905550565b60605f80846001600160a01b031684604051610203919061044d565b5f60405180830381855af49150503d805f811461023b576040519150601f19603f3d011682016040523d82523d5f602084013e610240565b606091505b5090925090506102518583836102b8565b95945050505050565b34156102795760405163b398979f60e01b815260040160405180910390fd5b565b6001600160a01b0381166102a457604051633173bdd160e11b81525f600482015260240161019a565b805f80516020610e2c8339815191526101c6565b6060826102cd576102c882610317565b610310565b81511580156102e457506001600160a01b0384163b155b1561030d57604051639996b31560e01b81526001600160a01b038516600482015260240161019a565b50805b9392505050565b8051156103275780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6104ef8061093d83390190565b80516001600160a01b0381168114610363575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b5f805f6060848603121561038e575f80fd5b6103978461034d565b92506103a56020850161034d565b60408501519092506001600160401b038111156103c0575f80fd5b8401601f810186136103d0575f80fd5b80516001600160401b038111156103e9576103e9610368565b604051601f8201601f19908116603f011681016001600160401b038111828210171561041757610417610368565b60405281815282820160200188101561042e575f80fd5b8160208401602083015e5f602083830101528093505050509250925092565b5f82518060208501845e5f920191825250919050565b6080516104bd6104805f395f818160350152607201526104bd5ff3fe60806040526004361061001d575f3560e01c80638b3240a014610027575b610025610070565b005b348015610032575f80fd5b507f00000000000000000000000000000000000000000000000000000000000000006040516001600160a01b03909116815260200160405180910390f35b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031633036100dc575f356001600160e01b03191663278f794360e11b146100d2576040516334ad5dbb60e21b815260040160405180910390fd5b6100da6100e9565b565b6100da610117565b905090565b5f806100f83660048184610365565b81019061010591906103a0565b915091506101138282610127565b5050565b6100da610122610181565b6101b3565b610130826101d1565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b905f90a280511561017957610174828261024c565b505050565b6101136102be565b5f6100e47f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b365f80375f80365f845af43d5f803e8080156101cd573d5ff35b3d5ffd5b806001600160a01b03163b5f0361020b57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b60605f80846001600160a01b0316846040516102689190610471565b5f60405180830381855af49150503d805f81146102a0576040519150601f19603f3d011682016040523d82523d5f602084013e6102a5565b606091505b50915091506102b58583836102dd565b95945050505050565b34156100da5760405163b398979f60e01b815260040160405180910390fd5b6060826102f2576102ed8261033c565b610335565b815115801561030957506001600160a01b0384163b155b1561033257604051639996b31560e01b81526001600160a01b0385166004820152602401610202565b50805b9392505050565b80511561034c5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b5f8085851115610373575f80fd5b8386111561037f575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f80604083850312156103b1575f80fd5b82356001600160a01b03811681146103c7575f80fd5b9150602083013567ffffffffffffffff8111156103e2575f80fd5b8301601f810185136103f2575f80fd5b803567ffffffffffffffff81111561040c5761040c61038c565b604051601f8201601f19908116603f0116810167ffffffffffffffff8111828210171561043b5761043b61038c565b604052818152828201602001871015610452575f80fd5b816020840160208301375f602083830101528093505050509250929050565b5f82518060208501845e5f92019182525091905056fea26469706673582212205f12e4d638be8d591db7c67d942f3e9eeb14e9e44f78ba8cddaca37631bdc49764736f6c634300081a0033608060405234801561000f575f80fd5b506040516104ef3803806104ef83398101604081905261002e916100bb565b806001600160a01b03811661005c57604051631e4fbdf760e01b81525f600482015260240160405180910390fd5b6100658161006c565b50506100e8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f602082840312156100cb575f80fd5b81516001600160a01b03811681146100e1575f80fd5b9392505050565b6103fa806100f55f395ff3fe608060405260043610610049575f3560e01c8063715018a61461004d5780638da5cb5b146100635780639623609d1461008e578063ad3cb1cc146100a1578063f2fde38b146100de575b5f80fd5b348015610058575f80fd5b506100616100fd565b005b34801561006e575f80fd5b505f546040516001600160a01b0390911681526020015b60405180910390f35b61006161009c366004610260565b610110565b3480156100ac575f80fd5b506100d1604051806040016040528060058152602001640352e302e360dc1b81525081565b6040516100859190610365565b3480156100e9575f80fd5b506100616100f836600461037e565b61017b565b6101056101bd565b61010e5f6101e9565b565b6101186101bd565b60405163278f794360e11b81526001600160a01b03841690634f1ef2869034906101489086908690600401610399565b5f604051808303818588803b15801561015f575f80fd5b505af1158015610171573d5f803e3d5ffd5b5050505050505050565b6101836101bd565b6001600160a01b0381166101b157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6101ba816101e9565b50565b5f546001600160a01b0316331461010e5760405163118cdaa760e01b81523360048201526024016101a8565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b03811681146101ba575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f805f60608486031215610272575f80fd5b833561027d81610238565b9250602084013561028d81610238565b9150604084013567ffffffffffffffff8111156102a8575f80fd5b8401601f810186136102b8575f80fd5b803567ffffffffffffffff8111156102d2576102d261024c565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156103015761030161024c565b604052818152828201602001881015610318575f80fd5b816020840160208301375f602083830101528093505050509250925092565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6103776020830184610337565b9392505050565b5f6020828403121561038e575f80fd5b813561037781610238565b6001600160a01b03831681526040602082018190525f906103bc90830184610337565b94935050505056fea264697066735822122063012ab3c3421087c307802be7295f03bec95db9eea702a4c2db9595befa162464736f6c634300081a0033b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610307ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a264697066735822122083f7c5f2d7447ea7c4ee066df20b09f487b8d942637f99e7a193c690861a380e64736f6c634300081a0033",
513
+ "linkReferences": {
514
+ "contracts/type/Amount.sol": {
515
+ "AmountLib": [
516
+ {
517
+ "length": 20,
518
+ "start": 15643
519
+ },
520
+ {
521
+ "length": 20,
522
+ "start": 16407
523
+ },
524
+ {
525
+ "length": 20,
526
+ "start": 18888
527
+ },
528
+ {
529
+ "length": 20,
530
+ "start": 19016
531
+ },
532
+ {
533
+ "length": 20,
534
+ "start": 20720
535
+ },
536
+ {
537
+ "length": 20,
538
+ "start": 20857
539
+ },
540
+ {
541
+ "length": 20,
542
+ "start": 21388
543
+ },
544
+ {
545
+ "length": 20,
546
+ "start": 24321
547
+ },
548
+ {
549
+ "length": 20,
550
+ "start": 24465
551
+ },
552
+ {
553
+ "length": 20,
554
+ "start": 26845
555
+ },
556
+ {
557
+ "length": 20,
558
+ "start": 27841
559
+ },
560
+ {
561
+ "length": 20,
562
+ "start": 27973
563
+ }
564
+ ]
565
+ },
566
+ "contracts/type/ClaimId.sol": {
567
+ "ClaimIdLib": [
568
+ {
569
+ "length": 20,
570
+ "start": 21107
571
+ }
572
+ ]
573
+ },
574
+ "contracts/type/Fee.sol": {
575
+ "FeeLib": [
576
+ {
577
+ "length": 20,
578
+ "start": 25147
579
+ }
580
+ ]
581
+ },
582
+ "contracts/type/NftId.sol": {
583
+ "NftIdLib": [
584
+ {
585
+ "length": 20,
586
+ "start": 1102
587
+ },
588
+ {
589
+ "length": 20,
590
+ "start": 5172
591
+ },
592
+ {
593
+ "length": 20,
594
+ "start": 7600
595
+ },
596
+ {
597
+ "length": 20,
598
+ "start": 14528
599
+ },
600
+ {
601
+ "length": 20,
602
+ "start": 22291
603
+ },
604
+ {
605
+ "length": 20,
606
+ "start": 23384
607
+ },
608
+ {
609
+ "length": 20,
610
+ "start": 28299
611
+ }
612
+ ]
613
+ },
614
+ "contracts/type/PayoutId.sol": {
615
+ "PayoutIdLib": [
616
+ {
617
+ "length": 20,
618
+ "start": 15369
619
+ },
620
+ {
621
+ "length": 20,
622
+ "start": 25972
623
+ },
624
+ {
625
+ "length": 20,
626
+ "start": 26222
627
+ }
628
+ ]
629
+ },
630
+ "contracts/type/RoleId.sol": {
631
+ "RoleIdLib": [
632
+ {
633
+ "length": 20,
634
+ "start": 19511
635
+ }
636
+ ]
637
+ },
638
+ "contracts/type/Timestamp.sol": {
639
+ "TimestampLib": [
640
+ {
641
+ "length": 20,
642
+ "start": 2102
643
+ },
644
+ {
645
+ "length": 20,
646
+ "start": 7280
647
+ },
648
+ {
649
+ "length": 20,
650
+ "start": 15027
651
+ },
652
+ {
653
+ "length": 20,
654
+ "start": 15826
655
+ },
656
+ {
657
+ "length": 20,
658
+ "start": 17849
659
+ },
660
+ {
661
+ "length": 20,
662
+ "start": 19185
663
+ },
664
+ {
665
+ "length": 20,
666
+ "start": 20378
667
+ },
668
+ {
669
+ "length": 20,
670
+ "start": 20481
671
+ },
672
+ {
673
+ "length": 20,
674
+ "start": 21553
675
+ },
676
+ {
677
+ "length": 20,
678
+ "start": 22727
679
+ },
680
+ {
681
+ "length": 20,
682
+ "start": 26360
683
+ }
684
+ ]
685
+ },
686
+ "contracts/type/Version.sol": {
687
+ "VersionLib": [
688
+ {
689
+ "length": 20,
690
+ "start": 1458
691
+ },
692
+ {
693
+ "length": 20,
694
+ "start": 1703
695
+ },
696
+ {
697
+ "length": 20,
698
+ "start": 1821
699
+ },
700
+ {
701
+ "length": 20,
702
+ "start": 6636
703
+ },
704
+ {
705
+ "length": 20,
706
+ "start": 6881
707
+ },
708
+ {
709
+ "length": 20,
710
+ "start": 6999
711
+ },
712
+ {
713
+ "length": 20,
714
+ "start": 14374
715
+ },
716
+ {
717
+ "length": 20,
718
+ "start": 17479
719
+ },
720
+ {
721
+ "length": 20,
722
+ "start": 27490
723
+ }
724
+ ],
725
+ "VersionPartLib": [
726
+ {
727
+ "length": 20,
728
+ "start": 19559
729
+ },
730
+ {
731
+ "length": 20,
732
+ "start": 29666
733
+ }
734
+ ]
735
+ }
736
+ },
737
+ "deployedLinkReferences": {
738
+ "contracts/type/NftId.sol": {
739
+ "NftIdLib": [
740
+ {
741
+ "length": 20,
742
+ "start": 1914
743
+ },
744
+ {
745
+ "length": 20,
746
+ "start": 4342
747
+ }
748
+ ]
749
+ },
750
+ "contracts/type/Timestamp.sol": {
751
+ "TimestampLib": [
752
+ {
753
+ "length": 20,
754
+ "start": 4022
755
+ }
756
+ ]
757
+ },
758
+ "contracts/type/Version.sol": {
759
+ "VersionLib": [
760
+ {
761
+ "length": 20,
762
+ "start": 3378
763
+ },
764
+ {
765
+ "length": 20,
766
+ "start": 3623
767
+ },
768
+ {
769
+ "length": 20,
770
+ "start": 3741
771
+ }
772
+ ]
773
+ }
774
+ }
775
+ }