@etherisc/gif-next 0.0.2-d96b9e1-825 → 0.0.2-d9e8211-569

Sign up to get free protection for your applications and to get access to all the features.
Files changed (721) hide show
  1. package/README.md +309 -21
  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 +280 -1494
  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 +394 -1735
  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/IDistribution.sol/IDistribution.json +10 -0
  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} +259 -219
  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/service/IPoolService.sol/IPoolService.json → product/IRiskService.sol/IRiskService.json} +202 -178
  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/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +427 -0
  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/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +104 -141
  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/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
  206. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  207. package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.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/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +163 -143
  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/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  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/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/Service.sol/Service.json} +197 -166
  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/type/StateId.sol/StateIdLib.json +92 -0
  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 -46
  343. package/contracts/instance/IInstanceService.sol +92 -0
  344. package/contracts/instance/Instance.sol +215 -54
  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/TestToken.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/type/RiskId.sol +43 -0
  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 +17 -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 +14 -7
  477. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  478. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  479. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  480. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  481. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  482. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  483. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  484. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  485. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  486. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  487. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  488. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  489. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  490. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  491. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  492. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  493. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  494. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  495. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  496. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  497. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  498. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  499. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  500. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  501. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  502. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  503. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  504. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  505. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  506. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  507. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  508. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  509. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  510. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  512. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  514. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  516. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  518. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  520. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  521. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  522. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  523. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  524. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  525. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
  526. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  527. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  528. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  529. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
  530. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  531. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  532. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
  533. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  534. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  535. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  536. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  537. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
  538. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  539. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  540. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  541. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  542. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  543. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  544. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
  545. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  546. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  547. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
  548. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  549. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  550. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  551. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  552. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  553. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  554. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  555. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  556. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  557. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  558. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  560. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  561. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  562. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  563. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  564. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  565. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  566. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  567. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  568. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  569. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  570. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  571. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  572. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  573. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  574. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  575. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  576. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  577. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  578. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  579. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  580. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  581. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  582. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  583. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  584. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  585. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -491
  586. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  587. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  588. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  589. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  590. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  591. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  592. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  593. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  594. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  595. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  596. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  597. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  598. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  599. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  600. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  601. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
  602. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  603. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
  604. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  605. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  606. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  607. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  608. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  609. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  610. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  611. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  612. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  613. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -82
  614. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  615. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
  616. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  617. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  618. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  619. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  620. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  621. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
  622. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  623. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  624. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  625. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  626. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  627. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  628. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  629. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
  630. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  631. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  632. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  633. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  634. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  635. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  636. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  637. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  638. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  639. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  640. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  641. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  642. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  643. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -453
  644. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  645. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
  646. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  648. package/contracts/components/BaseComponent.sol +0 -88
  649. package/contracts/components/IBaseComponent.sol +0 -19
  650. package/contracts/components/IPoolComponent.sol +0 -57
  651. package/contracts/components/IProductComponent.sol +0 -19
  652. package/contracts/components/Pool.sol +0 -174
  653. package/contracts/components/Product.sol +0 -117
  654. package/contracts/experiment/errors/Require.sol +0 -38
  655. package/contracts/experiment/errors/Revert.sol +0 -44
  656. package/contracts/experiment/inheritance/A.sol +0 -53
  657. package/contracts/experiment/inheritance/B.sol +0 -28
  658. package/contracts/experiment/inheritance/C.sol +0 -34
  659. package/contracts/experiment/inheritance/IA.sol +0 -13
  660. package/contracts/experiment/inheritance/IB.sol +0 -10
  661. package/contracts/experiment/inheritance/IC.sol +0 -12
  662. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  663. package/contracts/experiment/statemachine/ISM.sol +0 -25
  664. package/contracts/experiment/statemachine/README.md +0 -112
  665. package/contracts/experiment/statemachine/SM.sol +0 -57
  666. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  667. package/contracts/experiment/types/TypeA.sol +0 -47
  668. package/contracts/experiment/types/TypeB.sol +0 -29
  669. package/contracts/instance/IInstanceLinked.sol +0 -8
  670. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  671. package/contracts/instance/base/IInstanceBase.sol +0 -14
  672. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  673. package/contracts/instance/base/IService.sol +0 -15
  674. package/contracts/instance/base/InstanceBase.sol +0 -80
  675. package/contracts/instance/base/KeyValueStore.sol +0 -147
  676. package/contracts/instance/base/Lifecycle.sol +0 -95
  677. package/contracts/instance/base/ModuleBase.sol +0 -52
  678. package/contracts/instance/base/ServiceBase.sol +0 -37
  679. package/contracts/instance/module/access/Access.sol +0 -149
  680. package/contracts/instance/module/access/IAccess.sol +0 -53
  681. package/contracts/instance/module/bundle/BundleModule.sol +0 -136
  682. package/contracts/instance/module/bundle/IBundle.sol +0 -58
  683. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  684. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  685. package/contracts/instance/module/component/ComponentModule.sol +0 -95
  686. package/contracts/instance/module/component/IComponent.sol +0 -53
  687. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  688. package/contracts/instance/module/policy/PolicyModule.sol +0 -76
  689. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  690. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  691. package/contracts/instance/module/risk/IRisk.sol +0 -10
  692. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  693. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  694. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  695. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  696. package/contracts/instance/service/ComponentOwnerService.sol +0 -170
  697. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  698. package/contracts/instance/service/IPoolService.sol +0 -30
  699. package/contracts/instance/service/IProductService.sol +0 -58
  700. package/contracts/instance/service/PoolService.sol +0 -123
  701. package/contracts/instance/service/ProductService.sol +0 -354
  702. package/contracts/registry/IChainNft.sol +0 -21
  703. package/contracts/registry/IRegistryLinked.sol +0 -8
  704. package/contracts/shared/ERC165.sol +0 -21
  705. package/contracts/shared/IOwnable.sol +0 -6
  706. package/contracts/shared/IVersionable.sol +0 -52
  707. package/contracts/shared/Versionable.sol +0 -89
  708. package/contracts/test/TestFee.sol +0 -25
  709. package/contracts/test/TestPool.sol +0 -22
  710. package/contracts/test/TestProduct.sol +0 -44
  711. package/contracts/test/TestRegisterable.sol +0 -19
  712. package/contracts/test/TestRoleId.sol +0 -14
  713. package/contracts/test/TestService.sol +0 -32
  714. package/contracts/test/TestVersion.sol +0 -44
  715. package/contracts/test/TestVersionable.sol +0 -17
  716. package/contracts/types/ChainId.sol +0 -38
  717. package/contracts/types/Fee.sol +0 -51
  718. package/contracts/types/NftIdSet.sol +0 -60
  719. package/contracts/types/ObjectType.sol +0 -115
  720. package/contracts/types/RoleId.sol +0 -36
  721. package/contracts/types/UFixed.sol +0 -206
@@ -0,0 +1,1400 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "DistributionService",
4
+ "sourceName": "contracts/distribution/DistributionService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "NftId",
48
+ "name": "componentNftId",
49
+ "type": "uint96"
50
+ }
51
+ ],
52
+ "name": "ErrorComponentVerifyingServiceComponentIsLocked",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "NftId",
59
+ "name": "componentNftId",
60
+ "type": "uint96"
61
+ },
62
+ {
63
+ "internalType": "ObjectType",
64
+ "name": "expectedType",
65
+ "type": "uint8"
66
+ },
67
+ {
68
+ "internalType": "ObjectType",
69
+ "name": "actualType",
70
+ "type": "uint8"
71
+ }
72
+ ],
73
+ "name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "address",
80
+ "name": "caller",
81
+ "type": "address"
82
+ }
83
+ ],
84
+ "name": "ErrorDistributionServiceCallerNotRegistered",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "Amount",
91
+ "name": "amount",
92
+ "type": "uint96"
93
+ },
94
+ {
95
+ "internalType": "Amount",
96
+ "name": "limit",
97
+ "type": "uint96"
98
+ }
99
+ ],
100
+ "name": "ErrorDistributionServiceCommissionWithdrawAmountExceedsLimit",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [
105
+ {
106
+ "internalType": "Amount",
107
+ "name": "transferredDistributionFeeAmount",
108
+ "type": "uint96"
109
+ },
110
+ {
111
+ "internalType": "Amount",
112
+ "name": "expectedDistributionFeeAmount",
113
+ "type": "uint96"
114
+ }
115
+ ],
116
+ "name": "ErrorDistributionServiceInvalidFeeTransferred",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "maxDiscountPercentage",
124
+ "type": "uint256"
125
+ },
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "limit",
129
+ "type": "uint256"
130
+ }
131
+ ],
132
+ "name": "ErrorDistributionServiceMaxDiscountTooHigh",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [
137
+ {
138
+ "internalType": "uint256",
139
+ "name": "maxDiscountPercentage",
140
+ "type": "uint256"
141
+ },
142
+ {
143
+ "internalType": "uint256",
144
+ "name": "limit",
145
+ "type": "uint256"
146
+ }
147
+ ],
148
+ "name": "ErrorDistributionServiceVariableFeesTooHight",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "address",
155
+ "name": "caller",
156
+ "type": "address"
157
+ }
158
+ ],
159
+ "name": "ErrorIDistributionServiceCallerNotDistributor",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [
164
+ {
165
+ "internalType": "uint256",
166
+ "name": "commissionPercentage",
167
+ "type": "uint256"
168
+ },
169
+ {
170
+ "internalType": "uint256",
171
+ "name": "maxCommissionPercentage",
172
+ "type": "uint256"
173
+ }
174
+ ],
175
+ "name": "ErrorIDistributionServiceCommissionTooHigh",
176
+ "type": "error"
177
+ },
178
+ {
179
+ "inputs": [
180
+ {
181
+ "internalType": "uint256",
182
+ "name": "maxDiscountPercentage",
183
+ "type": "uint256"
184
+ },
185
+ {
186
+ "internalType": "uint256",
187
+ "name": "discountPercentage",
188
+ "type": "uint256"
189
+ }
190
+ ],
191
+ "name": "ErrorIDistributionServiceDiscountTooHigh",
192
+ "type": "error"
193
+ },
194
+ {
195
+ "inputs": [
196
+ {
197
+ "internalType": "uint256",
198
+ "name": "minDiscountPercentage",
199
+ "type": "uint256"
200
+ },
201
+ {
202
+ "internalType": "uint256",
203
+ "name": "discountPercentage",
204
+ "type": "uint256"
205
+ }
206
+ ],
207
+ "name": "ErrorIDistributionServiceDiscountTooLow",
208
+ "type": "error"
209
+ },
210
+ {
211
+ "inputs": [
212
+ {
213
+ "internalType": "Timestamp",
214
+ "name": "expiryAt",
215
+ "type": "uint40"
216
+ }
217
+ ],
218
+ "name": "ErrorIDistributionServiceExpirationInvalid",
219
+ "type": "error"
220
+ },
221
+ {
222
+ "inputs": [
223
+ {
224
+ "internalType": "uint256",
225
+ "name": "maxReferralLifetime",
226
+ "type": "uint256"
227
+ },
228
+ {
229
+ "internalType": "uint256",
230
+ "name": "expiryAt",
231
+ "type": "uint256"
232
+ }
233
+ ],
234
+ "name": "ErrorIDistributionServiceExpiryTooLong",
235
+ "type": "error"
236
+ },
237
+ {
238
+ "inputs": [
239
+ {
240
+ "internalType": "string",
241
+ "name": "code",
242
+ "type": "string"
243
+ }
244
+ ],
245
+ "name": "ErrorIDistributionServiceInvalidReferral",
246
+ "type": "error"
247
+ },
248
+ {
249
+ "inputs": [
250
+ {
251
+ "internalType": "ReferralId",
252
+ "name": "referralId",
253
+ "type": "bytes8"
254
+ }
255
+ ],
256
+ "name": "ErrorIDistributionServiceInvalidReferralId",
257
+ "type": "error"
258
+ },
259
+ {
260
+ "inputs": [
261
+ {
262
+ "internalType": "uint256",
263
+ "name": "maxReferrals",
264
+ "type": "uint256"
265
+ }
266
+ ],
267
+ "name": "ErrorIDistributionServiceMaxReferralsExceeded",
268
+ "type": "error"
269
+ },
270
+ {
271
+ "inputs": [
272
+ {
273
+ "internalType": "uint256",
274
+ "name": "minFee",
275
+ "type": "uint256"
276
+ },
277
+ {
278
+ "internalType": "uint256",
279
+ "name": "limit",
280
+ "type": "uint256"
281
+ }
282
+ ],
283
+ "name": "ErrorIDistributionServiceMinFeeTooHigh",
284
+ "type": "error"
285
+ },
286
+ {
287
+ "inputs": [
288
+ {
289
+ "internalType": "NftId",
290
+ "name": "nftId",
291
+ "type": "uint96"
292
+ },
293
+ {
294
+ "internalType": "NftId",
295
+ "name": "parentNftId",
296
+ "type": "uint96"
297
+ }
298
+ ],
299
+ "name": "ErrorIDistributionServiceParentNftIdNotInstance",
300
+ "type": "error"
301
+ },
302
+ {
303
+ "inputs": [
304
+ {
305
+ "internalType": "NftId",
306
+ "name": "distributionNftId",
307
+ "type": "uint96"
308
+ },
309
+ {
310
+ "internalType": "ReferralId",
311
+ "name": "referralId",
312
+ "type": "bytes8"
313
+ }
314
+ ],
315
+ "name": "ErrorIDistributionServiceReferralInvalid",
316
+ "type": "error"
317
+ },
318
+ {
319
+ "inputs": [
320
+ {
321
+ "internalType": "NftId",
322
+ "name": "nftId",
323
+ "type": "uint96"
324
+ }
325
+ ],
326
+ "name": "ErrorNftOwnableAlreadyLinked",
327
+ "type": "error"
328
+ },
329
+ {
330
+ "inputs": [
331
+ {
332
+ "internalType": "address",
333
+ "name": "contractAddress",
334
+ "type": "address"
335
+ }
336
+ ],
337
+ "name": "ErrorNftOwnableContractNotRegistered",
338
+ "type": "error"
339
+ },
340
+ {
341
+ "inputs": [],
342
+ "name": "ErrorNftOwnableInitialOwnerZero",
343
+ "type": "error"
344
+ },
345
+ {
346
+ "inputs": [
347
+ {
348
+ "internalType": "address",
349
+ "name": "account",
350
+ "type": "address"
351
+ }
352
+ ],
353
+ "name": "ErrorNftOwnableNotOwner",
354
+ "type": "error"
355
+ },
356
+ {
357
+ "inputs": [
358
+ {
359
+ "internalType": "address",
360
+ "name": "registryAddress",
361
+ "type": "address"
362
+ }
363
+ ],
364
+ "name": "ErrorNotRegistry",
365
+ "type": "error"
366
+ },
367
+ {
368
+ "inputs": [],
369
+ "name": "ErrorServiceNotImplemented",
370
+ "type": "error"
371
+ },
372
+ {
373
+ "inputs": [],
374
+ "name": "InvalidInitialization",
375
+ "type": "error"
376
+ },
377
+ {
378
+ "inputs": [],
379
+ "name": "NotInitializing",
380
+ "type": "error"
381
+ },
382
+ {
383
+ "inputs": [],
384
+ "name": "UFixedLibNegativeResult",
385
+ "type": "error"
386
+ },
387
+ {
388
+ "anonymous": false,
389
+ "inputs": [
390
+ {
391
+ "indexed": false,
392
+ "internalType": "address",
393
+ "name": "authority",
394
+ "type": "address"
395
+ }
396
+ ],
397
+ "name": "AuthorityUpdated",
398
+ "type": "event"
399
+ },
400
+ {
401
+ "anonymous": false,
402
+ "inputs": [
403
+ {
404
+ "indexed": false,
405
+ "internalType": "uint64",
406
+ "name": "version",
407
+ "type": "uint64"
408
+ }
409
+ ],
410
+ "name": "Initialized",
411
+ "type": "event"
412
+ },
413
+ {
414
+ "anonymous": false,
415
+ "inputs": [
416
+ {
417
+ "indexed": false,
418
+ "internalType": "NftId",
419
+ "name": "distributorNftId",
420
+ "type": "uint96"
421
+ },
422
+ {
423
+ "indexed": false,
424
+ "internalType": "address",
425
+ "name": "recipient",
426
+ "type": "address"
427
+ },
428
+ {
429
+ "indexed": false,
430
+ "internalType": "address",
431
+ "name": "tokenAddress",
432
+ "type": "address"
433
+ },
434
+ {
435
+ "indexed": false,
436
+ "internalType": "Amount",
437
+ "name": "amount",
438
+ "type": "uint96"
439
+ }
440
+ ],
441
+ "name": "LogDistributionServiceCommissionWithdrawn",
442
+ "type": "event"
443
+ },
444
+ {
445
+ "inputs": [],
446
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
447
+ "outputs": [
448
+ {
449
+ "internalType": "bytes32",
450
+ "name": "",
451
+ "type": "bytes32"
452
+ }
453
+ ],
454
+ "stateMutability": "view",
455
+ "type": "function"
456
+ },
457
+ {
458
+ "inputs": [],
459
+ "name": "REGISTERABLE_LOCATION_V1",
460
+ "outputs": [
461
+ {
462
+ "internalType": "bytes32",
463
+ "name": "",
464
+ "type": "bytes32"
465
+ }
466
+ ],
467
+ "stateMutability": "view",
468
+ "type": "function"
469
+ },
470
+ {
471
+ "inputs": [],
472
+ "name": "authority",
473
+ "outputs": [
474
+ {
475
+ "internalType": "address",
476
+ "name": "",
477
+ "type": "address"
478
+ }
479
+ ],
480
+ "stateMutability": "view",
481
+ "type": "function"
482
+ },
483
+ {
484
+ "inputs": [
485
+ {
486
+ "internalType": "address",
487
+ "name": "distributor",
488
+ "type": "address"
489
+ },
490
+ {
491
+ "internalType": "DistributorType",
492
+ "name": "distributorType",
493
+ "type": "bytes8"
494
+ },
495
+ {
496
+ "internalType": "bytes",
497
+ "name": "data",
498
+ "type": "bytes"
499
+ }
500
+ ],
501
+ "name": "createDistributor",
502
+ "outputs": [
503
+ {
504
+ "internalType": "NftId",
505
+ "name": "distributorNftId",
506
+ "type": "uint96"
507
+ }
508
+ ],
509
+ "stateMutability": "nonpayable",
510
+ "type": "function"
511
+ },
512
+ {
513
+ "inputs": [
514
+ {
515
+ "internalType": "string",
516
+ "name": "name",
517
+ "type": "string"
518
+ },
519
+ {
520
+ "internalType": "UFixed",
521
+ "name": "minDiscountPercentage",
522
+ "type": "uint256"
523
+ },
524
+ {
525
+ "internalType": "UFixed",
526
+ "name": "maxDiscountPercentage",
527
+ "type": "uint256"
528
+ },
529
+ {
530
+ "internalType": "UFixed",
531
+ "name": "commissionPercentage",
532
+ "type": "uint256"
533
+ },
534
+ {
535
+ "internalType": "uint32",
536
+ "name": "maxReferralCount",
537
+ "type": "uint32"
538
+ },
539
+ {
540
+ "internalType": "uint32",
541
+ "name": "maxReferralLifetime",
542
+ "type": "uint32"
543
+ },
544
+ {
545
+ "internalType": "bool",
546
+ "name": "allowSelfReferrals",
547
+ "type": "bool"
548
+ },
549
+ {
550
+ "internalType": "bool",
551
+ "name": "allowRenewals",
552
+ "type": "bool"
553
+ },
554
+ {
555
+ "internalType": "bytes",
556
+ "name": "data",
557
+ "type": "bytes"
558
+ }
559
+ ],
560
+ "name": "createDistributorType",
561
+ "outputs": [
562
+ {
563
+ "internalType": "DistributorType",
564
+ "name": "distributorType",
565
+ "type": "bytes8"
566
+ }
567
+ ],
568
+ "stateMutability": "nonpayable",
569
+ "type": "function"
570
+ },
571
+ {
572
+ "inputs": [
573
+ {
574
+ "internalType": "NftId",
575
+ "name": "distributorNftId",
576
+ "type": "uint96"
577
+ },
578
+ {
579
+ "internalType": "string",
580
+ "name": "code",
581
+ "type": "string"
582
+ },
583
+ {
584
+ "internalType": "UFixed",
585
+ "name": "discountPercentage",
586
+ "type": "uint256"
587
+ },
588
+ {
589
+ "internalType": "uint32",
590
+ "name": "maxReferrals",
591
+ "type": "uint32"
592
+ },
593
+ {
594
+ "internalType": "Timestamp",
595
+ "name": "expiryAt",
596
+ "type": "uint40"
597
+ },
598
+ {
599
+ "internalType": "bytes",
600
+ "name": "data",
601
+ "type": "bytes"
602
+ }
603
+ ],
604
+ "name": "createReferral",
605
+ "outputs": [
606
+ {
607
+ "internalType": "ReferralId",
608
+ "name": "referralId",
609
+ "type": "bytes8"
610
+ }
611
+ ],
612
+ "stateMutability": "nonpayable",
613
+ "type": "function"
614
+ },
615
+ {
616
+ "inputs": [],
617
+ "name": "getDomain",
618
+ "outputs": [
619
+ {
620
+ "internalType": "ObjectType",
621
+ "name": "serviceDomain",
622
+ "type": "uint8"
623
+ }
624
+ ],
625
+ "stateMutability": "pure",
626
+ "type": "function"
627
+ },
628
+ {
629
+ "inputs": [],
630
+ "name": "getInitialInfo",
631
+ "outputs": [
632
+ {
633
+ "components": [
634
+ {
635
+ "internalType": "NftId",
636
+ "name": "nftId",
637
+ "type": "uint96"
638
+ },
639
+ {
640
+ "internalType": "NftId",
641
+ "name": "parentNftId",
642
+ "type": "uint96"
643
+ },
644
+ {
645
+ "internalType": "ObjectType",
646
+ "name": "objectType",
647
+ "type": "uint8"
648
+ },
649
+ {
650
+ "internalType": "bool",
651
+ "name": "isInterceptor",
652
+ "type": "bool"
653
+ },
654
+ {
655
+ "internalType": "address",
656
+ "name": "objectAddress",
657
+ "type": "address"
658
+ },
659
+ {
660
+ "internalType": "address",
661
+ "name": "initialOwner",
662
+ "type": "address"
663
+ },
664
+ {
665
+ "internalType": "bytes",
666
+ "name": "data",
667
+ "type": "bytes"
668
+ }
669
+ ],
670
+ "internalType": "struct IRegistry.ObjectInfo",
671
+ "name": "info",
672
+ "type": "tuple"
673
+ }
674
+ ],
675
+ "stateMutability": "view",
676
+ "type": "function"
677
+ },
678
+ {
679
+ "inputs": [],
680
+ "name": "getNftId",
681
+ "outputs": [
682
+ {
683
+ "internalType": "NftId",
684
+ "name": "",
685
+ "type": "uint96"
686
+ }
687
+ ],
688
+ "stateMutability": "view",
689
+ "type": "function"
690
+ },
691
+ {
692
+ "inputs": [],
693
+ "name": "getOwner",
694
+ "outputs": [
695
+ {
696
+ "internalType": "address",
697
+ "name": "",
698
+ "type": "address"
699
+ }
700
+ ],
701
+ "stateMutability": "view",
702
+ "type": "function"
703
+ },
704
+ {
705
+ "inputs": [],
706
+ "name": "getRegistry",
707
+ "outputs": [
708
+ {
709
+ "internalType": "contract IRegistry",
710
+ "name": "",
711
+ "type": "address"
712
+ }
713
+ ],
714
+ "stateMutability": "view",
715
+ "type": "function"
716
+ },
717
+ {
718
+ "inputs": [],
719
+ "name": "getRoleId",
720
+ "outputs": [
721
+ {
722
+ "internalType": "RoleId",
723
+ "name": "serviceRoleId",
724
+ "type": "uint64"
725
+ }
726
+ ],
727
+ "stateMutability": "pure",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "inputs": [],
732
+ "name": "getVersion",
733
+ "outputs": [
734
+ {
735
+ "internalType": "Version",
736
+ "name": "",
737
+ "type": "uint24"
738
+ }
739
+ ],
740
+ "stateMutability": "pure",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "inputs": [
745
+ {
746
+ "internalType": "address",
747
+ "name": "activatedBy",
748
+ "type": "address"
749
+ },
750
+ {
751
+ "internalType": "bytes",
752
+ "name": "data",
753
+ "type": "bytes"
754
+ }
755
+ ],
756
+ "name": "initializeVersionable",
757
+ "outputs": [],
758
+ "stateMutability": "nonpayable",
759
+ "type": "function"
760
+ },
761
+ {
762
+ "inputs": [],
763
+ "name": "isConsumingScheduledOp",
764
+ "outputs": [
765
+ {
766
+ "internalType": "bytes4",
767
+ "name": "",
768
+ "type": "bytes4"
769
+ }
770
+ ],
771
+ "stateMutability": "view",
772
+ "type": "function"
773
+ },
774
+ {
775
+ "inputs": [],
776
+ "name": "linkToRegisteredNftId",
777
+ "outputs": [
778
+ {
779
+ "internalType": "NftId",
780
+ "name": "nftId",
781
+ "type": "uint96"
782
+ }
783
+ ],
784
+ "stateMutability": "nonpayable",
785
+ "type": "function"
786
+ },
787
+ {
788
+ "inputs": [
789
+ {
790
+ "internalType": "NftId",
791
+ "name": "distributionNftId",
792
+ "type": "uint96"
793
+ },
794
+ {
795
+ "internalType": "ReferralId",
796
+ "name": "referralId",
797
+ "type": "bytes8"
798
+ }
799
+ ],
800
+ "name": "processReferral",
801
+ "outputs": [],
802
+ "stateMutability": "nonpayable",
803
+ "type": "function"
804
+ },
805
+ {
806
+ "inputs": [
807
+ {
808
+ "internalType": "NftId",
809
+ "name": "distributionNftId",
810
+ "type": "uint96"
811
+ },
812
+ {
813
+ "internalType": "ReferralId",
814
+ "name": "referralId",
815
+ "type": "bytes8"
816
+ },
817
+ {
818
+ "components": [
819
+ {
820
+ "internalType": "Amount",
821
+ "name": "productFeeAmount",
822
+ "type": "uint96"
823
+ },
824
+ {
825
+ "internalType": "Amount",
826
+ "name": "distributionFeeAndCommissionAmount",
827
+ "type": "uint96"
828
+ },
829
+ {
830
+ "internalType": "Amount",
831
+ "name": "poolPremiumAndFeeAmount",
832
+ "type": "uint96"
833
+ },
834
+ {
835
+ "internalType": "Amount",
836
+ "name": "netPremiumAmount",
837
+ "type": "uint96"
838
+ },
839
+ {
840
+ "internalType": "Amount",
841
+ "name": "fullPremiumAmount",
842
+ "type": "uint96"
843
+ },
844
+ {
845
+ "internalType": "Amount",
846
+ "name": "premiumAmount",
847
+ "type": "uint96"
848
+ },
849
+ {
850
+ "internalType": "Amount",
851
+ "name": "productFeeFixAmount",
852
+ "type": "uint96"
853
+ },
854
+ {
855
+ "internalType": "Amount",
856
+ "name": "poolFeeFixAmount",
857
+ "type": "uint96"
858
+ },
859
+ {
860
+ "internalType": "Amount",
861
+ "name": "bundleFeeFixAmount",
862
+ "type": "uint96"
863
+ },
864
+ {
865
+ "internalType": "Amount",
866
+ "name": "distributionFeeFixAmount",
867
+ "type": "uint96"
868
+ },
869
+ {
870
+ "internalType": "Amount",
871
+ "name": "productFeeVarAmount",
872
+ "type": "uint96"
873
+ },
874
+ {
875
+ "internalType": "Amount",
876
+ "name": "poolFeeVarAmount",
877
+ "type": "uint96"
878
+ },
879
+ {
880
+ "internalType": "Amount",
881
+ "name": "bundleFeeVarAmount",
882
+ "type": "uint96"
883
+ },
884
+ {
885
+ "internalType": "Amount",
886
+ "name": "distributionFeeVarAmount",
887
+ "type": "uint96"
888
+ },
889
+ {
890
+ "internalType": "Amount",
891
+ "name": "distributionOwnerFeeFixAmount",
892
+ "type": "uint96"
893
+ },
894
+ {
895
+ "internalType": "Amount",
896
+ "name": "distributionOwnerFeeVarAmount",
897
+ "type": "uint96"
898
+ },
899
+ {
900
+ "internalType": "Amount",
901
+ "name": "commissionAmount",
902
+ "type": "uint96"
903
+ },
904
+ {
905
+ "internalType": "Amount",
906
+ "name": "discountAmount",
907
+ "type": "uint96"
908
+ }
909
+ ],
910
+ "internalType": "struct IPolicy.PremiumInfo",
911
+ "name": "premium",
912
+ "type": "tuple"
913
+ }
914
+ ],
915
+ "name": "processSale",
916
+ "outputs": [],
917
+ "stateMutability": "nonpayable",
918
+ "type": "function"
919
+ },
920
+ {
921
+ "inputs": [
922
+ {
923
+ "internalType": "NftId",
924
+ "name": "distributionNftId",
925
+ "type": "uint96"
926
+ },
927
+ {
928
+ "internalType": "ReferralId",
929
+ "name": "referralId",
930
+ "type": "bytes8"
931
+ }
932
+ ],
933
+ "name": "referralIsValid",
934
+ "outputs": [
935
+ {
936
+ "internalType": "bool",
937
+ "name": "isValid",
938
+ "type": "bool"
939
+ }
940
+ ],
941
+ "stateMutability": "view",
942
+ "type": "function"
943
+ },
944
+ {
945
+ "inputs": [
946
+ {
947
+ "internalType": "address",
948
+ "name": "newAuthority",
949
+ "type": "address"
950
+ }
951
+ ],
952
+ "name": "setAuthority",
953
+ "outputs": [],
954
+ "stateMutability": "nonpayable",
955
+ "type": "function"
956
+ },
957
+ {
958
+ "inputs": [
959
+ {
960
+ "internalType": "bytes4",
961
+ "name": "interfaceId",
962
+ "type": "bytes4"
963
+ }
964
+ ],
965
+ "name": "supportsInterface",
966
+ "outputs": [
967
+ {
968
+ "internalType": "bool",
969
+ "name": "",
970
+ "type": "bool"
971
+ }
972
+ ],
973
+ "stateMutability": "view",
974
+ "type": "function"
975
+ },
976
+ {
977
+ "inputs": [
978
+ {
979
+ "internalType": "bytes",
980
+ "name": "data",
981
+ "type": "bytes"
982
+ }
983
+ ],
984
+ "name": "upgradeVersionable",
985
+ "outputs": [],
986
+ "stateMutability": "nonpayable",
987
+ "type": "function"
988
+ },
989
+ {
990
+ "inputs": [
991
+ {
992
+ "internalType": "NftId",
993
+ "name": "distributorNftId",
994
+ "type": "uint96"
995
+ },
996
+ {
997
+ "internalType": "Amount",
998
+ "name": "amount",
999
+ "type": "uint96"
1000
+ }
1001
+ ],
1002
+ "name": "withdrawCommission",
1003
+ "outputs": [
1004
+ {
1005
+ "internalType": "Amount",
1006
+ "name": "withdrawnAmount",
1007
+ "type": "uint96"
1008
+ }
1009
+ ],
1010
+ "stateMutability": "nonpayable",
1011
+ "type": "function"
1012
+ }
1013
+ ],
1014
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615207806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610148575f3560e01c80635ab1bd53116100bf578063893d20e811610079578063893d20e81461032f5780638dd2b781146103375780638fb360371461034a578063ada9652e1461036b578063b68d18091461037f578063bf7e214f1461038e575f80fd5b80635ab1bd53146102945780635dcb3bae146102b9578063644c45e0146102cc5780636c741e78146102e95780637950d0e2146103095780637a9e5e4b1461031c575f80fd5b8063138461e011610110578063138461e0146101fe5780631eff4b221461020657806325d073841461023b5780632b5198b11461024e578063329d6e741461026e57806349bb9e4b14610281575f80fd5b806301ffc9a71461014c578063071e1e4a1461018d57806307e71a6e146101a25780630d8e6e2c146101cd5780630fec111c146101e9575b5f80fd5b61017861015a366004613e35565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a061019b366004613e95565b610396565b005b6101b56101b0366004613ecc565b610573565b6040516001600160601b039091168152602001610184565b6101d5610c24565b60405162ffffff9091168152602001610184565b6101f1610cab565b6040516101849190613f26565b6101b5610e37565b61022d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610184565b610178610249366004613e95565b610e41565b61026161025c36600461415e565b611270565b604051610184919061421f565b6101a061027c366004614234565b611831565b6101a061028f366004614279565b61197b565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610184565b6101b56102c73660046142c5565b611a77565b5f80516020615172833981519152546001600160601b03166101b5565b6102f1611cd6565b6040516001600160401b039091168152602001610184565b6101a0610317366004614322565b611dcc565b6101a061032a3660046144be565b612268565b6102a16122ea565b6102616103453660046144eb565b61241b565b610352612c5b565b6040516001600160e01b03199091168152602001610184565b61022d5f8051602061517283398151915281565b604051600e8152602001610184565b6102a1612c90565b6103a2335b5f36612cab565b6103ac8282610e41565b1561056f575f6103bb83612da9565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061041e919061458c565b6001600160a01b0316631d3be477846040518263ffffffff1660e01b8152600401610449919061421f565b5f60405180830381865afa158015610463573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261048a9190810190614617565b905060018160800181815161049f919061470d565b63ffffffff1690525060408051631a99b41b60e31b815290516001600160a01b0384169163d4cda0d89160048083019260209291908290030181865afa1580156104eb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061050f919061458c565b6001600160a01b03166361105e0e848360ff6040518463ffffffff1660e01b815260040161053f939291906147b4565b5f604051808303815f87803b158015610556575f80fd5b505af1158015610568573d5f803e3d5ffd5b5050505050505b5050565b5f8080610580600e612ec8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105e6919061458c565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa158015610635573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261065c91908101906147f6565b6080810151604051630232ca4960e01b81526001600160601b038a166004820152919250905f906001600160a01b03851690630232ca4990602401602060405180830381865afa1580156106b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106d691906148ce565b9050879650866001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610748573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061076c91906148ce565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156107b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d991906148f4565b156107e65780965061089e565b604051632601631360e21b81526001600160601b0388811660048301528216602482015273__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610844573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086891906148f4565b1561089e576040516322d98b0960e11b81526001600160601b038089166004830152821660248201526044015b60405180910390fd5b5f856001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ff919061458c565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a1467782898b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561096e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061099291906148ce565b6040518563ffffffff1660e01b81526004016109b1949392919061490f565b5f604051808303815f87803b1580156109c8575f80fd5b505af11580156109da573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03166001600160a01b03166366101781828c73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a6e91906148ce565b8c6040518563ffffffff1660e01b8152600401610a8e949392919061490f565b5f604051808303815f87803b158015610aa5575f80fd5b505af1158015610ab7573d5f803e3d5ffd5b50505050505f610acf6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038c1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610b1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b40919061458c565b60408581015181516001600160601b038e811682526001600160a01b03858116602084015290921681840152908b16606082015290519192507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f919081900360800190a1606084015160405163153c361360e21b81526001600160a01b03858116600483015283811660248301526001600160601b038b166044830152909116906354f0d84c906064015f604051808303815f87803b158015610c01575f80fd5b505af1158015610c13573d5f803e3d5ffd5b505050505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610c82573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca69190614941565b905090565b610cb3613df8565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4d91906148ce565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610d956122ea565b6001600160a01b03168152602001826001018054610db290614963565b80601f0160208091040260200160405190810160405280929190818152602001828054610dde90614963565b8015610e295780601f10610e0057610100808354040283529160200191610e29565b820191905f5260205f20905b815481529060010190602001808311610e0c57829003601f168201915b505050505081525091505090565b5f610ca630612f64565b604051630a4d29dd60e31b81526001600160601b03831660048201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610e99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ebd91906148f4565b80610f435750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf90610f04906001600160c01b031986169060040161421f565b602060405180830381865af4158015610f1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4391906148f4565b15610f4f57505f61126a565b5f610f5984612da9565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fbc919061458c565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b8152600401610fe7919061421f565b5f60405180830381865afa158015611001573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110289190810190614617565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611084573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110a891906148f4565b156110b7575f9250505061126a565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611111573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061113591906148f4565b80611243575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611195573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111b991906148f4565b8015611243575061124373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561120a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061122e919061499b565b8260a0015164ffffffffff9081169116111590565b92508280156112655750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b5f808061127d600e612ec8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e3919061458c565b90505f6112f0828561315d565b90505f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561132f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611353919061458c565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa1580156113a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c59190614a02565b60808101515160a082015151919250905f906113e1908f6131db565b9050808210156114f15760405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af4158015611439573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061145d9190614ac3565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af41580156114ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114cf9190614ac3565b604051632d8d32a560e21b815260048101929092526024820152604401610895565b5f6114fc83836131ed565b90508f73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b8152600401611542929190918252602082015260400190565b602060405180830381865af415801561155d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061158191906148f4565b15611694578f73__$bf7bc340cbb9229ef1de2c568356e67902$__63916c5c5790916040518263ffffffff1660e01b81526004016115c191815260200190565b602060405180830381865af41580156115dc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116009190614ac3565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af415801561164e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116729190614ac3565b6040516306990c9f60e11b815260048101929092526024820152604401610895565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b81526004016116d2929190614ada565b602060405180830381865af41580156116ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117119190614afb565b93505f6040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c6919061458c565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016117f3929190614b16565b5f604051808303815f87803b15801561180a575f80fd5b505af115801561181c573d5f803e3d5ffd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611853610c24565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611891573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118b59190614be8565b5f805160206151b28339815191528054600160401b900460ff16806118e7575080546001600160401b03808416911610155b156119055760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561192f83613219565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206151b28339815191528054600160401b810460ff1615906001600160401b03165f811580156119ac5750825b90505f826001600160401b031660011480156119c75750303b155b9050811580156119d5575080155b156119f35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611a1d57845460ff60401b1916600160401b1785555b611a278787613221565b8315611a6e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f8080611a84600e612ec8565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611af3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b1791906148ce565b6001600160601b03168152602001856001600160601b03168152602001611b3c601d90565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611b999190613f26565b6020604051808303815f875af1158015611bb5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bd991906148ce565b92505f6040518060800160405280876001600160c01b03191681526020016001151581526020018681526020015f63ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c4e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c72919061458c565b6001600160a01b031663f71d7ffe85836040518363ffffffff1660e01b8152600401611c9f929190614c53565b5f604051808303815f87803b158015611cb6575f80fd5b505af1158015611cc8573d5f803e3d5ffd5b505050505050509392505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600e604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611d41573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d659190614c8d565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611da8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca69190614be8565b611dd53361039b565b5f611ddf84612da9565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e1e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e42919061458c565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e81573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ea5919061458c565b90505f611ebc856101c00151866101e001516133ba565b9050611ec88787610e41565b15612182576102008501516002546040516374933c2f60e01b81526001600160a01b03909116906374933c2f90611f099086908c908690889060040161490f565b5f604051808303815f87803b158015611f20575f80fd5b505af1158015611f32573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be47790611f64908b9060040161421f565b5f60405180830381865afa158015611f7e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611fa59190810190614617565b905060025f9054906101000a90046001600160a01b03166001600160a01b031663d165cb6485835f015173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612016573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061203a91906148ce565b866040518563ffffffff1660e01b815260040161205a949392919061490f565b5f604051808303815f87803b158015612071575f80fd5b505af1158015612083573d5f803e3d5ffd5b505082516040516313d8ebc960e11b81526001600160601b0390911660048201525f92506001600160a01b03881691506327b1d792906024015f60405180830381865afa1580156120d6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526120fd9190810190614ca8565b9050600181606001818151612112919061470d565b63ffffffff169052508151604051632a72b0c760e11b81526001600160a01b038716916354e5618e9161214d9190859060ff90600401614d4f565b5f604051808303815f87803b158015612164575f80fd5b505af1158015612176573d5f803e3d5ffd5b50505050505050611a6e565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156121ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061221291906148ce565b856040518563ffffffff1660e01b8152600401612232949392919061490f565b5f604051808303815f87803b158015612249575f80fd5b505af115801561225b573d5f803e3d5ffd5b5050505050505050505050565b33612271612c90565b6001600160a01b0316816001600160a01b0316146122ac5760405162d1953b60e31b81526001600160a01b0382166004820152602401610895565b816001600160a01b03163b5f036122e1576040516361798f2f60e11b81526001600160a01b0383166004820152602401610895565b61056f8261343e565b5f805f8051602061517283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612356573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061237a91906148f4565b15612405576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156123db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ff919061458c565b91505090565b54600160601b90046001600160a01b0316919050565b5f8080612428600e612ec8565b925050915087515f036124505787604051634fad6a5360e11b81526004016108959190614d70565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156124a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124c891906148f4565b156124ef5760405163df85467b60e01b815264ffffffffff86166004820152602401610895565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561252c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612550919061458c565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa15801561259f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125c69190810190614ca8565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c6906125f890859060040161421f565b5f60405180830381865afa158015612612573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126399190810190614d82565b90508863ffffffff16816080015163ffffffff16101561267a576080810151604051636fcee12560e01b815263ffffffff9091166004820152602401610895565b60208101518a1015612792576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156126da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126fe9190614ac3565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af415801561274c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127709190614ac3565b6040516338a25a8b60e21b815260048101929092526024820152604401610895565b60408101518a11156128aa576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156127f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128169190614ac3565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612864573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128889190614ac3565b604051631e1ea4f360e31b815260048101929092526024820152604401610895565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156128fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612920919061499b565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612975573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129999190614ac3565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156129ed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a119190614ac3565b612a1b9190614e7b565b1115612ac55760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a9e9190614ac3565b6040516331fa6ab160e11b815263ffffffff90921660048301526024820152604401610895565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd690612afe9088908f90600401614ada565b602060405180830381865af4158015612b19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b3d9190614afb565b95505f6040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff1681526020015f63ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bf1919061458c565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b8152600401612c1e929190614e8e565b5f604051808303815f87803b158015612c35575f80fd5b505af1158015612c47573d5f803e3d5ffd5b505050505050505050509695505050505050565b5f8051602061519283398151915280545f9190600160a01b900460ff16612c82575f6123ff565b638fb3603760e01b91505090565b5f80516020615192833981519152546001600160a01b031690565b5f805160206151928339815191525f80612ce3612cc6612c90565b8730612cd560045f8a8c614eb2565b612cde91614ed9565b61349e565b9150915081612da15763ffffffff811615612d7e57825460ff60a01b1916600160a01b178355612d11612c90565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612d4093929190614f11565b5f604051808303815f87803b158015612d57575f80fd5b505af1158015612d69573d5f803e3d5ffd5b5050845460ff60a01b1916855550612da19050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610895565b505050505050565b5f80612dbd6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612e09573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612e309190810190614f50565b6020015190505f612e496001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612e95573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612ebc9190810190614f50565b60800151949350505050565b5f612ed1613df8565b5f612ee46001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612f28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f4c91906148ce565b9250612f5a838560016135a6565b9395909450915050565b5f805f8051602061517283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612fd0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ff491906148f4565b156130205780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610895565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613072573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061309691906148f4565b6130be5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610895565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613110573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061313491906148ce565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60405163f0ea17c360e01b81526001600160601b03821660048201525f906001600160a01b0384169063f0ea17c3906024015f60405180830381865afa1580156131a9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526131d091908101906147f6565b602001519392505050565b5f6131e68284614fe9565b9392505050565b5f8282111561320f5760405163117efe6d60e31b815260040160405180910390fd5b6131e68284614e7b565b610148613843565b5f805160206151b28339815191528054600160401b810460ff1615906001600160401b03165f811580156132525750825b90505f826001600160401b0316600114801561326d5750303b155b90508115801561327b575080155b156132995760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156132c357845460ff60401b1916600160401b1785555b5f80878060200190518101906132d99190614ffc565b925090506132e8815f8b61387b565b6132f2600b6139b8565b600280546001600160a01b0319166001600160a01b039290921691909117905561331c600a6139b8565b600380546001600160a01b0319166001600160a01b039290921691909117905561334660026139b8565b600480546001600160a01b0319166001600160a01b03929092169190911790556133766329cc6cf760e21b613ab9565b50508315611a6e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611a65565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af415801561341a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131e691906148ce565b5f8051602061519283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161350c9190615029565b5f60405180830381855afa9150503d805f8114613544576040519150601f19603f3d011682016040523d82523d5f602084013e613549565b606091505b5091509150811561359b57604081511061357b5780806020019051810190613571919061503f565b909450925061359b565b602081511061359b578080602001905181019061359891906148f4565b93505b505094509492505050565b6135ae613df8565b5f806135c26001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561360f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136369190810190614f50565b925060ff8516600b1461369457604083015160ff86811691161461368f57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610895565b613730565b6136af83604001516136a4600c90565b60ff90811691161490565b806136c557506136c583604001516136a4600f90565b806136db57506136db83604001516136a4600e90565b806136f157506136f183604001516136a4600d90565b61373057604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610895565b61373d8360200151613ae5565b9150831561383a57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613781573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137a5919061458c565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156137ed573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061381191906148f4565b1561383a57604051637d71120960e11b81526001600160601b0387166004820152602401610895565b50935093915050565b5f805160206151b283398151915254600160401b900460ff1661387957604051631afcd79f60e31b815260040160405180910390fd5b565b613883613843565b6138ff83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156138c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138e791906148ce565b60085f8560405180602001604052805f815250613b75565b6001600160a01b0382161561391c5761391782613c10565b613993565b5f61392760026139b8565b9050613991816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613968573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061398c919061458c565b613c10565b505b6139a3634a531f3360e01b613ab9565b6139b363daf9067160e01b613ab9565b505050565b5f6139cb6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613a2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a529190614c8d565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613a95573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061126a919061458c565b613ac1613843565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f613af86001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015613b44573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613b6b9190810190614f50565b6080015192915050565b613b7d613843565b613b878287613c24565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161056883826150b7565b613c18613843565b613c2181613c9a565b50565b613c2c613843565b613c3581613cab565b613c3d613db3565b6001600160a01b038216613c645760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061517283398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613ca2613843565b613c218161343e565b613cb3613843565b806001600160a01b03163b5f03613ce85760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610895565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015613d62575060408051601f3d908101601f19168201909252613d5f918101906148f4565b60015b613d8a5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610895565b8061056f5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610895565b613dbb613843565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215613e45575f80fd5b81356001600160e01b0319811681146131e6575f80fd5b6001600160601b0381168114613c21575f80fd5b8035613e7b81613e5c565b919050565b6001600160c01b031981168114613c21575f80fd5b5f8060408385031215613ea6575f80fd5b8235613eb181613e5c565b91506020830135613ec181613e80565b809150509250929050565b5f8060408385031215613edd575f80fd5b8235613ee881613e5c565b91506020830135613ec181613e5c565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613f6e608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613fb2610100840182613ef8565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b0381118282101715613ff157613ff1613fba565b60405290565b60405160e081016001600160401b0381118282101715613ff157613ff1613fba565b60405160c081016001600160401b0381118282101715613ff157613ff1613fba565b60405161012081016001600160401b0381118282101715613ff157613ff1613fba565b604051608081016001600160401b0381118282101715613ff157613ff1613fba565b604051601f8201601f191681016001600160401b03811182821017156140a8576140a8613fba565b604052919050565b5f6001600160401b038211156140c8576140c8613fba565b50601f01601f191660200190565b5f82601f8301126140e5575f80fd5b8135602083015f6140fd6140f8846140b0565b614080565b9050828152858383011115614110575f80fd5b828260208301375f92810160200192909252509392505050565b63ffffffff81168114613c21575f80fd5b8035613e7b8161412a565b8015158114613c21575f80fd5b8035613e7b81614146565b5f805f805f805f805f6101208a8c031215614177575f80fd5b89356001600160401b0381111561418c575f80fd5b6141988c828d016140d6565b99505060208a0135975060408a0135965060608a0135955060808a01356141be8161412a565b94506141cc60a08b0161413b565b93506141da60c08b01614153565b92506141e860e08b01614153565b91506101008a01356001600160401b03811115614203575f80fd5b61420f8c828d016140d6565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f60208284031215614244575f80fd5b81356001600160401b03811115614259575f80fd5b613fb2848285016140d6565b6001600160a01b0381168114613c21575f80fd5b5f806040838503121561428a575f80fd5b823561429581614265565b915060208301356001600160401b038111156142af575f80fd5b6142bb858286016140d6565b9150509250929050565b5f805f606084860312156142d7575f80fd5b83356142e281614265565b925060208401356142f281613e80565b915060408401356001600160401b0381111561430c575f80fd5b614318868287016140d6565b9150509250925092565b5f805f838503610280811215614336575f80fd5b843561434181613e5c565b9350602085013561435181613e80565b9250610240603f1982011215614365575f80fd5b5061436e613fce565b61437a60408601613e70565b815261438860608601613e70565b602082015261439960808601613e70565b60408201526143aa60a08601613e70565b60608201526143bb60c08601613e70565b60808201526143cc60e08601613e70565b60a08201526143de6101008601613e70565b60c08201526143f06101208601613e70565b60e08201526144026101408601613e70565b6101008201526144156101608601613e70565b6101208201526144286101808601613e70565b61014082015261443b6101a08601613e70565b61016082015261444e6101c08601613e70565b6101808201526144616101e08601613e70565b6101a08201526144746102008601613e70565b6101c08201526144876102208601613e70565b6101e082015261449a6102408601613e70565b6102008201526144ad6102608601613e70565b610220820152809150509250925092565b5f602082840312156144ce575f80fd5b81356131e681614265565b64ffffffffff81168114613c21575f80fd5b5f805f805f8060c08789031215614500575f80fd5b863561450b81613e5c565b955060208701356001600160401b03811115614525575f80fd5b61453189828a016140d6565b9550506040870135935060608701356145498161412a565b92506080870135614559816144d9565b915060a08701356001600160401b03811115614573575f80fd5b61457f89828a016140d6565b9150509295509295509295565b5f6020828403121561459c575f80fd5b81516131e681614265565b8051613e7b81613e5c565b5f82601f8301126145c1575f80fd5b8151602083015f6145d46140f8846140b0565b90508281528583830111156145e7575f80fd5b8282602083015e5f92810160200192909252509392505050565b8051613e7b8161412a565b8051613e7b816144d9565b5f60208284031215614627575f80fd5b81516001600160401b0381111561463c575f80fd5b820160e0818503121561464d575f80fd5b614655613ff7565b61465e826145a7565b815260208201516001600160401b03811115614678575f80fd5b614684868285016145b2565b602083015250604082810151908201526146a060608301614601565b60608201526146b160808301614601565b60808201526146c260a0830161460c565b60a082015260c08201516001600160401b038111156146df575f80fd5b6146eb868285016145b2565b60c083015250949350505050565b634e487b7160e01b5f52601160045260245ffd5b63ffffffff818116838216019081111561126a5761126a6146f9565b6001600160601b0381511682525f602082015160e0602085015261475060e0850182613ef8565b90506040830151604085015263ffffffff60608401511660608501526080830151614783608086018263ffffffff169052565b5060a083015161479c60a086018264ffffffffff169052565b5060c083015184820360c08601526112658282613ef8565b6001600160401b0360c01b84168152606060208201525f6147d86060830185614729565b905060ff83166040830152949350505050565b8051613e7b81614265565b5f60208284031215614806575f80fd5b81516001600160401b0381111561481b575f80fd5b820160c0818503121561482c575f80fd5b614834614019565b81516001600160401b03811115614849575f80fd5b614855868285016145b2565b825250614864602083016145a7565b6020820152614875604083016147eb565b6040820152614886606083016147eb565b6060820152614897608083016147eb565b608082015260a08201516001600160401b038111156148b4575f80fd5b6148c0868285016145b2565b60a083015250949350505050565b5f602082840312156148de575f80fd5b81516131e681613e5c565b8051613e7b81614146565b5f60208284031215614904575f80fd5b81516131e681614146565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f60208284031215614951575f80fd5b815162ffffff811681146131e6575f80fd5b600181811c9082168061497757607f821691505b60208210810361499557634e487b7160e01b5f52602260045260245ffd5b50919050565b5f602082840312156149ab575f80fd5b81516131e6816144d9565b5f604082840312156149c6575f80fd5b604080519081016001600160401b03811182821017156149e8576149e8613fba565b604052825181526020928301519281019290925250919050565b5f610200828403128015614a14575f80fd5b50614a1d61403b565b614a26836145a7565b8152614a34602084016145a7565b6020820152614a4684604085016149b6565b6040820152614a5884608085016149b6565b6060820152614a6a8460c085016149b6565b6080820152614a7d8461010085016149b6565b60a0820152614a908461014085016149b6565b60c0820152614aa38461018085016149b6565b60e0820152614ab6846101c085016149b6565b6101008201529392505050565b5f60208284031215614ad3575f80fd5b5051919050565b6001600160601b0383168152604060208201525f613fb26040830184613ef8565b5f60208284031215614b0b575f80fd5b81516131e681613e80565b6001600160401b0360c01b83168152604060208201525f82516101206040840152614b45610160840182613ef8565b90506020840151606084015260408401516080840152606084015160a08401526080840151614b7c60c085018263ffffffff169052565b5060a084015163ffffffff811660e08501525060c08401518015156101008501525060e084015180151561012085015250610100840151838203603f1901610140850152614bca8282613ef8565b9695505050505050565b6001600160401b0381168114613c21575f80fd5b5f60208284031215614bf8575f80fd5b81516131e681614bd4565b6001600160401b0360c01b81511682526020810151151560208301525f604082015160806040850152614c396080850182613ef8565b60609384015163ffffffff16949093019390935250919050565b6001600160601b0383168152604060208201525f613fb26040830184614c03565b60ff81168114613c21575f80fd5b8051613e7b81614c74565b5f60208284031215614c9d575f80fd5b81516131e681614c74565b5f60208284031215614cb8575f80fd5b81516001600160401b03811115614ccd575f80fd5b820160808185031215614cde575f80fd5b614ce661405e565b8151614cf181613e80565b81526020820151614d0181614146565b602082015260408201516001600160401b03811115614d1e575f80fd5b614d2a868285016145b2565b60408301525060608201519150614d408261412a565b60608101919091529392505050565b6001600160601b0384168152606060208201525f6147d86060830185614c03565b602081525f6131e66020830184613ef8565b5f60208284031215614d92575f80fd5b81516001600160401b03811115614da7575f80fd5b82016101208185031215614db9575f80fd5b614dc161403b565b81516001600160401b03811115614dd6575f80fd5b614de2868285016145b2565b825250602082810151908201526040808301519082015260608083015190820152614e0f60808301614601565b6080820152614e2060a08301614601565b60a0820152614e3160c083016148e9565b60c0820152614e4260e083016148e9565b60e08201526101008201516001600160401b03811115614e60575f80fd5b614e6c868285016145b2565b61010083015250949350505050565b8181038181111561126a5761126a6146f9565b6001600160401b0360c01b83168152604060208201525f613fb26040830184614729565b5f8085851115614ec0575f80fd5b83861115614ecc575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614f0a576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215614f60575f80fd5b81516001600160401b03811115614f75575f80fd5b820160e08185031215614f86575f80fd5b614f8e613ff7565b614f97826145a7565b8152614fa5602083016145a7565b6020820152614fb660408301614c82565b6040820152614fc7606083016148e9565b6060820152614fd8608083016147eb565b60808201526146c260a083016147eb565b8082018082111561126a5761126a6146f9565b5f806040838503121561500d575f80fd5b825161501881614265565b6020840151909250613ec181614265565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615050575f80fd5b825161505b81614146565b6020840151909250613ec18161412a565b601f8211156139b357805f5260205f20601f840160051c810160208510156150915750805b601f840160051c820191505b818110156150b0575f815560010161509d565b5050505050565b81516001600160401b038111156150d0576150d0613fba565b6150e4816150de8454614963565b8461506c565b6020601f821160018114615116575f83156150ff5750848201515b5f19600385901b1c1916600184901b1784556150b0565b5f84815260208120601f198516915b828110156151455787850151825560209485019460019092019101615125565b508482101561516257868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212207403e62b232567301331ea0d1f516bcbbff569bb6681813f86d5245d77dffec364736f6c634300081a0033",
1015
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610148575f3560e01c80635ab1bd53116100bf578063893d20e811610079578063893d20e81461032f5780638dd2b781146103375780638fb360371461034a578063ada9652e1461036b578063b68d18091461037f578063bf7e214f1461038e575f80fd5b80635ab1bd53146102945780635dcb3bae146102b9578063644c45e0146102cc5780636c741e78146102e95780637950d0e2146103095780637a9e5e4b1461031c575f80fd5b8063138461e011610110578063138461e0146101fe5780631eff4b221461020657806325d073841461023b5780632b5198b11461024e578063329d6e741461026e57806349bb9e4b14610281575f80fd5b806301ffc9a71461014c578063071e1e4a1461018d57806307e71a6e146101a25780630d8e6e2c146101cd5780630fec111c146101e9575b5f80fd5b61017861015a366004613e35565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a061019b366004613e95565b610396565b005b6101b56101b0366004613ecc565b610573565b6040516001600160601b039091168152602001610184565b6101d5610c24565b60405162ffffff9091168152602001610184565b6101f1610cab565b6040516101849190613f26565b6101b5610e37565b61022d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610184565b610178610249366004613e95565b610e41565b61026161025c36600461415e565b611270565b604051610184919061421f565b6101a061027c366004614234565b611831565b6101a061028f366004614279565b61197b565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610184565b6101b56102c73660046142c5565b611a77565b5f80516020615172833981519152546001600160601b03166101b5565b6102f1611cd6565b6040516001600160401b039091168152602001610184565b6101a0610317366004614322565b611dcc565b6101a061032a3660046144be565b612268565b6102a16122ea565b6102616103453660046144eb565b61241b565b610352612c5b565b6040516001600160e01b03199091168152602001610184565b61022d5f8051602061517283398151915281565b604051600e8152602001610184565b6102a1612c90565b6103a2335b5f36612cab565b6103ac8282610e41565b1561056f575f6103bb83612da9565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061041e919061458c565b6001600160a01b0316631d3be477846040518263ffffffff1660e01b8152600401610449919061421f565b5f60405180830381865afa158015610463573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261048a9190810190614617565b905060018160800181815161049f919061470d565b63ffffffff1690525060408051631a99b41b60e31b815290516001600160a01b0384169163d4cda0d89160048083019260209291908290030181865afa1580156104eb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061050f919061458c565b6001600160a01b03166361105e0e848360ff6040518463ffffffff1660e01b815260040161053f939291906147b4565b5f604051808303815f87803b158015610556575f80fd5b505af1158015610568573d5f803e3d5ffd5b5050505050505b5050565b5f8080610580600e612ec8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105e6919061458c565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa158015610635573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261065c91908101906147f6565b6080810151604051630232ca4960e01b81526001600160601b038a166004820152919250905f906001600160a01b03851690630232ca4990602401602060405180830381865afa1580156106b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106d691906148ce565b9050879650866001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610748573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061076c91906148ce565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156107b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d991906148f4565b156107e65780965061089e565b604051632601631360e21b81526001600160601b0388811660048301528216602482015273__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610844573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086891906148f4565b1561089e576040516322d98b0960e11b81526001600160601b038089166004830152821660248201526044015b60405180910390fd5b5f856001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ff919061458c565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a1467782898b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561096e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061099291906148ce565b6040518563ffffffff1660e01b81526004016109b1949392919061490f565b5f604051808303815f87803b1580156109c8575f80fd5b505af11580156109da573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03166001600160a01b03166366101781828c73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a6e91906148ce565b8c6040518563ffffffff1660e01b8152600401610a8e949392919061490f565b5f604051808303815f87803b158015610aa5575f80fd5b505af1158015610ab7573d5f803e3d5ffd5b50505050505f610acf6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038c1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610b1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b40919061458c565b60408581015181516001600160601b038e811682526001600160a01b03858116602084015290921681840152908b16606082015290519192507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f919081900360800190a1606084015160405163153c361360e21b81526001600160a01b03858116600483015283811660248301526001600160601b038b166044830152909116906354f0d84c906064015f604051808303815f87803b158015610c01575f80fd5b505af1158015610c13573d5f803e3d5ffd5b505050505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610c82573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca69190614941565b905090565b610cb3613df8565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4d91906148ce565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610d956122ea565b6001600160a01b03168152602001826001018054610db290614963565b80601f0160208091040260200160405190810160405280929190818152602001828054610dde90614963565b8015610e295780601f10610e0057610100808354040283529160200191610e29565b820191905f5260205f20905b815481529060010190602001808311610e0c57829003601f168201915b505050505081525091505090565b5f610ca630612f64565b604051630a4d29dd60e31b81526001600160601b03831660048201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610e99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ebd91906148f4565b80610f435750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf90610f04906001600160c01b031986169060040161421f565b602060405180830381865af4158015610f1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4391906148f4565b15610f4f57505f61126a565b5f610f5984612da9565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fbc919061458c565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b8152600401610fe7919061421f565b5f60405180830381865afa158015611001573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110289190810190614617565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611084573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110a891906148f4565b156110b7575f9250505061126a565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611111573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061113591906148f4565b80611243575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611195573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111b991906148f4565b8015611243575061124373__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561120a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061122e919061499b565b8260a0015164ffffffffff9081169116111590565b92508280156112655750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b5f808061127d600e612ec8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e3919061458c565b90505f6112f0828561315d565b90505f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561132f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611353919061458c565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa1580156113a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c59190614a02565b60808101515160a082015151919250905f906113e1908f6131db565b9050808210156114f15760405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af4158015611439573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061145d9190614ac3565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af41580156114ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114cf9190614ac3565b604051632d8d32a560e21b815260048101929092526024820152604401610895565b5f6114fc83836131ed565b90508f73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b8152600401611542929190918252602082015260400190565b602060405180830381865af415801561155d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061158191906148f4565b15611694578f73__$bf7bc340cbb9229ef1de2c568356e67902$__63916c5c5790916040518263ffffffff1660e01b81526004016115c191815260200190565b602060405180830381865af41580156115dc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116009190614ac3565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af415801561164e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116729190614ac3565b6040516306990c9f60e11b815260048101929092526024820152604401610895565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b81526004016116d2929190614ada565b602060405180830381865af41580156116ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117119190614afb565b93505f6040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117c6919061458c565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016117f3929190614b16565b5f604051808303815f87803b15801561180a575f80fd5b505af115801561181c573d5f803e3d5ffd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611853610c24565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611891573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118b59190614be8565b5f805160206151b28339815191528054600160401b900460ff16806118e7575080546001600160401b03808416911610155b156119055760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561192f83613219565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206151b28339815191528054600160401b810460ff1615906001600160401b03165f811580156119ac5750825b90505f826001600160401b031660011480156119c75750303b155b9050811580156119d5575080155b156119f35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611a1d57845460ff60401b1916600160401b1785555b611a278787613221565b8315611a6e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f8080611a84600e612ec8565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611af3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b1791906148ce565b6001600160601b03168152602001856001600160601b03168152602001611b3c601d90565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611b999190613f26565b6020604051808303815f875af1158015611bb5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bd991906148ce565b92505f6040518060800160405280876001600160c01b03191681526020016001151581526020018681526020015f63ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c4e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c72919061458c565b6001600160a01b031663f71d7ffe85836040518363ffffffff1660e01b8152600401611c9f929190614c53565b5f604051808303815f87803b158015611cb6575f80fd5b505af1158015611cc8573d5f803e3d5ffd5b505050505050509392505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600e604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611d41573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d659190614c8d565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611da8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca69190614be8565b611dd53361039b565b5f611ddf84612da9565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e1e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e42919061458c565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e81573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ea5919061458c565b90505f611ebc856101c00151866101e001516133ba565b9050611ec88787610e41565b15612182576102008501516002546040516374933c2f60e01b81526001600160a01b03909116906374933c2f90611f099086908c908690889060040161490f565b5f604051808303815f87803b158015611f20575f80fd5b505af1158015611f32573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be47790611f64908b9060040161421f565b5f60405180830381865afa158015611f7e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611fa59190810190614617565b905060025f9054906101000a90046001600160a01b03166001600160a01b031663d165cb6485835f015173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612016573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061203a91906148ce565b866040518563ffffffff1660e01b815260040161205a949392919061490f565b5f604051808303815f87803b158015612071575f80fd5b505af1158015612083573d5f803e3d5ffd5b505082516040516313d8ebc960e11b81526001600160601b0390911660048201525f92506001600160a01b03881691506327b1d792906024015f60405180830381865afa1580156120d6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526120fd9190810190614ca8565b9050600181606001818151612112919061470d565b63ffffffff169052508151604051632a72b0c760e11b81526001600160a01b038716916354e5618e9161214d9190859060ff90600401614d4f565b5f604051808303815f87803b158015612164575f80fd5b505af1158015612176573d5f803e3d5ffd5b50505050505050611a6e565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156121ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061221291906148ce565b856040518563ffffffff1660e01b8152600401612232949392919061490f565b5f604051808303815f87803b158015612249575f80fd5b505af115801561225b573d5f803e3d5ffd5b5050505050505050505050565b33612271612c90565b6001600160a01b0316816001600160a01b0316146122ac5760405162d1953b60e31b81526001600160a01b0382166004820152602401610895565b816001600160a01b03163b5f036122e1576040516361798f2f60e11b81526001600160a01b0383166004820152602401610895565b61056f8261343e565b5f805f8051602061517283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612356573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061237a91906148f4565b15612405576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156123db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ff919061458c565b91505090565b54600160601b90046001600160a01b0316919050565b5f8080612428600e612ec8565b925050915087515f036124505787604051634fad6a5360e11b81526004016108959190614d70565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156124a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124c891906148f4565b156124ef5760405163df85467b60e01b815264ffffffffff86166004820152602401610895565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561252c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612550919061458c565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa15801561259f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125c69190810190614ca8565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c6906125f890859060040161421f565b5f60405180830381865afa158015612612573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126399190810190614d82565b90508863ffffffff16816080015163ffffffff16101561267a576080810151604051636fcee12560e01b815263ffffffff9091166004820152602401610895565b60208101518a1015612792576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156126da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126fe9190614ac3565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af415801561274c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127709190614ac3565b6040516338a25a8b60e21b815260048101929092526024820152604401610895565b60408101518a11156128aa576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156127f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128169190614ac3565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612864573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128889190614ac3565b604051631e1ea4f360e31b815260048101929092526024820152604401610895565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156128fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612920919061499b565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612975573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129999190614ac3565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156129ed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a119190614ac3565b612a1b9190614e7b565b1115612ac55760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612a7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a9e9190614ac3565b6040516331fa6ab160e11b815263ffffffff90921660048301526024820152604401610895565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd690612afe9088908f90600401614ada565b602060405180830381865af4158015612b19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b3d9190614afb565b95505f6040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff1681526020015f63ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bf1919061458c565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b8152600401612c1e929190614e8e565b5f604051808303815f87803b158015612c35575f80fd5b505af1158015612c47573d5f803e3d5ffd5b505050505050505050509695505050505050565b5f8051602061519283398151915280545f9190600160a01b900460ff16612c82575f6123ff565b638fb3603760e01b91505090565b5f80516020615192833981519152546001600160a01b031690565b5f805160206151928339815191525f80612ce3612cc6612c90565b8730612cd560045f8a8c614eb2565b612cde91614ed9565b61349e565b9150915081612da15763ffffffff811615612d7e57825460ff60a01b1916600160a01b178355612d11612c90565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612d4093929190614f11565b5f604051808303815f87803b158015612d57575f80fd5b505af1158015612d69573d5f803e3d5ffd5b5050845460ff60a01b1916855550612da19050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610895565b505050505050565b5f80612dbd6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612e09573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612e309190810190614f50565b6020015190505f612e496001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015612e95573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612ebc9190810190614f50565b60800151949350505050565b5f612ed1613df8565b5f612ee46001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612f28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f4c91906148ce565b9250612f5a838560016135a6565b9395909450915050565b5f805f8051602061517283398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612fd0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ff491906148f4565b156130205780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610895565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613072573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061309691906148f4565b6130be5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610895565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613110573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061313491906148ce565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60405163f0ea17c360e01b81526001600160601b03821660048201525f906001600160a01b0384169063f0ea17c3906024015f60405180830381865afa1580156131a9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526131d091908101906147f6565b602001519392505050565b5f6131e68284614fe9565b9392505050565b5f8282111561320f5760405163117efe6d60e31b815260040160405180910390fd5b6131e68284614e7b565b610148613843565b5f805160206151b28339815191528054600160401b810460ff1615906001600160401b03165f811580156132525750825b90505f826001600160401b0316600114801561326d5750303b155b90508115801561327b575080155b156132995760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156132c357845460ff60401b1916600160401b1785555b5f80878060200190518101906132d99190614ffc565b925090506132e8815f8b61387b565b6132f2600b6139b8565b600280546001600160a01b0319166001600160a01b039290921691909117905561331c600a6139b8565b600380546001600160a01b0319166001600160a01b039290921691909117905561334660026139b8565b600480546001600160a01b0319166001600160a01b03929092169190911790556133766329cc6cf760e21b613ab9565b50508315611a6e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611a65565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af415801561341a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131e691906148ce565b5f8051602061519283398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161350c9190615029565b5f60405180830381855afa9150503d805f8114613544576040519150601f19603f3d011682016040523d82523d5f602084013e613549565b606091505b5091509150811561359b57604081511061357b5780806020019051810190613571919061503f565b909450925061359b565b602081511061359b578080602001905181019061359891906148f4565b93505b505094509492505050565b6135ae613df8565b5f806135c26001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561360f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136369190810190614f50565b925060ff8516600b1461369457604083015160ff86811691161461368f57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610895565b613730565b6136af83604001516136a4600c90565b60ff90811691161490565b806136c557506136c583604001516136a4600f90565b806136db57506136db83604001516136a4600e90565b806136f157506136f183604001516136a4600d90565b61373057604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610895565b61373d8360200151613ae5565b9150831561383a57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613781573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137a5919061458c565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156137ed573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061381191906148f4565b1561383a57604051637d71120960e11b81526001600160601b0387166004820152602401610895565b50935093915050565b5f805160206151b283398151915254600160401b900460ff1661387957604051631afcd79f60e31b815260040160405180910390fd5b565b613883613843565b6138ff83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156138c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138e791906148ce565b60085f8560405180602001604052805f815250613b75565b6001600160a01b0382161561391c5761391782613c10565b613993565b5f61392760026139b8565b9050613991816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613968573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061398c919061458c565b613c10565b505b6139a3634a531f3360e01b613ab9565b6139b363daf9067160e01b613ab9565b505050565b5f6139cb6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613a2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a529190614c8d565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613a95573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061126a919061458c565b613ac1613843565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f613af86001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015613b44573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613b6b9190810190614f50565b6080015192915050565b613b7d613843565b613b878287613c24565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161056883826150b7565b613c18613843565b613c2181613c9a565b50565b613c2c613843565b613c3581613cab565b613c3d613db3565b6001600160a01b038216613c645760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061517283398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b613ca2613843565b613c218161343e565b613cb3613843565b806001600160a01b03163b5f03613ce85760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610895565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632f6da6f960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015613d62575060408051601f3d908101601f19168201909252613d5f918101906148f4565b60015b613d8a5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610895565b8061056f5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610895565b613dbb613843565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215613e45575f80fd5b81356001600160e01b0319811681146131e6575f80fd5b6001600160601b0381168114613c21575f80fd5b8035613e7b81613e5c565b919050565b6001600160c01b031981168114613c21575f80fd5b5f8060408385031215613ea6575f80fd5b8235613eb181613e5c565b91506020830135613ec181613e80565b809150509250929050565b5f8060408385031215613edd575f80fd5b8235613ee881613e5c565b91506020830135613ec181613e5c565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151613f6e608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152613fb2610100840182613ef8565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b0381118282101715613ff157613ff1613fba565b60405290565b60405160e081016001600160401b0381118282101715613ff157613ff1613fba565b60405160c081016001600160401b0381118282101715613ff157613ff1613fba565b60405161012081016001600160401b0381118282101715613ff157613ff1613fba565b604051608081016001600160401b0381118282101715613ff157613ff1613fba565b604051601f8201601f191681016001600160401b03811182821017156140a8576140a8613fba565b604052919050565b5f6001600160401b038211156140c8576140c8613fba565b50601f01601f191660200190565b5f82601f8301126140e5575f80fd5b8135602083015f6140fd6140f8846140b0565b614080565b9050828152858383011115614110575f80fd5b828260208301375f92810160200192909252509392505050565b63ffffffff81168114613c21575f80fd5b8035613e7b8161412a565b8015158114613c21575f80fd5b8035613e7b81614146565b5f805f805f805f805f6101208a8c031215614177575f80fd5b89356001600160401b0381111561418c575f80fd5b6141988c828d016140d6565b99505060208a0135975060408a0135965060608a0135955060808a01356141be8161412a565b94506141cc60a08b0161413b565b93506141da60c08b01614153565b92506141e860e08b01614153565b91506101008a01356001600160401b03811115614203575f80fd5b61420f8c828d016140d6565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f60208284031215614244575f80fd5b81356001600160401b03811115614259575f80fd5b613fb2848285016140d6565b6001600160a01b0381168114613c21575f80fd5b5f806040838503121561428a575f80fd5b823561429581614265565b915060208301356001600160401b038111156142af575f80fd5b6142bb858286016140d6565b9150509250929050565b5f805f606084860312156142d7575f80fd5b83356142e281614265565b925060208401356142f281613e80565b915060408401356001600160401b0381111561430c575f80fd5b614318868287016140d6565b9150509250925092565b5f805f838503610280811215614336575f80fd5b843561434181613e5c565b9350602085013561435181613e80565b9250610240603f1982011215614365575f80fd5b5061436e613fce565b61437a60408601613e70565b815261438860608601613e70565b602082015261439960808601613e70565b60408201526143aa60a08601613e70565b60608201526143bb60c08601613e70565b60808201526143cc60e08601613e70565b60a08201526143de6101008601613e70565b60c08201526143f06101208601613e70565b60e08201526144026101408601613e70565b6101008201526144156101608601613e70565b6101208201526144286101808601613e70565b61014082015261443b6101a08601613e70565b61016082015261444e6101c08601613e70565b6101808201526144616101e08601613e70565b6101a08201526144746102008601613e70565b6101c08201526144876102208601613e70565b6101e082015261449a6102408601613e70565b6102008201526144ad6102608601613e70565b610220820152809150509250925092565b5f602082840312156144ce575f80fd5b81356131e681614265565b64ffffffffff81168114613c21575f80fd5b5f805f805f8060c08789031215614500575f80fd5b863561450b81613e5c565b955060208701356001600160401b03811115614525575f80fd5b61453189828a016140d6565b9550506040870135935060608701356145498161412a565b92506080870135614559816144d9565b915060a08701356001600160401b03811115614573575f80fd5b61457f89828a016140d6565b9150509295509295509295565b5f6020828403121561459c575f80fd5b81516131e681614265565b8051613e7b81613e5c565b5f82601f8301126145c1575f80fd5b8151602083015f6145d46140f8846140b0565b90508281528583830111156145e7575f80fd5b8282602083015e5f92810160200192909252509392505050565b8051613e7b8161412a565b8051613e7b816144d9565b5f60208284031215614627575f80fd5b81516001600160401b0381111561463c575f80fd5b820160e0818503121561464d575f80fd5b614655613ff7565b61465e826145a7565b815260208201516001600160401b03811115614678575f80fd5b614684868285016145b2565b602083015250604082810151908201526146a060608301614601565b60608201526146b160808301614601565b60808201526146c260a0830161460c565b60a082015260c08201516001600160401b038111156146df575f80fd5b6146eb868285016145b2565b60c083015250949350505050565b634e487b7160e01b5f52601160045260245ffd5b63ffffffff818116838216019081111561126a5761126a6146f9565b6001600160601b0381511682525f602082015160e0602085015261475060e0850182613ef8565b90506040830151604085015263ffffffff60608401511660608501526080830151614783608086018263ffffffff169052565b5060a083015161479c60a086018264ffffffffff169052565b5060c083015184820360c08601526112658282613ef8565b6001600160401b0360c01b84168152606060208201525f6147d86060830185614729565b905060ff83166040830152949350505050565b8051613e7b81614265565b5f60208284031215614806575f80fd5b81516001600160401b0381111561481b575f80fd5b820160c0818503121561482c575f80fd5b614834614019565b81516001600160401b03811115614849575f80fd5b614855868285016145b2565b825250614864602083016145a7565b6020820152614875604083016147eb565b6040820152614886606083016147eb565b6060820152614897608083016147eb565b608082015260a08201516001600160401b038111156148b4575f80fd5b6148c0868285016145b2565b60a083015250949350505050565b5f602082840312156148de575f80fd5b81516131e681613e5c565b8051613e7b81614146565b5f60208284031215614904575f80fd5b81516131e681614146565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f60208284031215614951575f80fd5b815162ffffff811681146131e6575f80fd5b600181811c9082168061497757607f821691505b60208210810361499557634e487b7160e01b5f52602260045260245ffd5b50919050565b5f602082840312156149ab575f80fd5b81516131e6816144d9565b5f604082840312156149c6575f80fd5b604080519081016001600160401b03811182821017156149e8576149e8613fba565b604052825181526020928301519281019290925250919050565b5f610200828403128015614a14575f80fd5b50614a1d61403b565b614a26836145a7565b8152614a34602084016145a7565b6020820152614a4684604085016149b6565b6040820152614a5884608085016149b6565b6060820152614a6a8460c085016149b6565b6080820152614a7d8461010085016149b6565b60a0820152614a908461014085016149b6565b60c0820152614aa38461018085016149b6565b60e0820152614ab6846101c085016149b6565b6101008201529392505050565b5f60208284031215614ad3575f80fd5b5051919050565b6001600160601b0383168152604060208201525f613fb26040830184613ef8565b5f60208284031215614b0b575f80fd5b81516131e681613e80565b6001600160401b0360c01b83168152604060208201525f82516101206040840152614b45610160840182613ef8565b90506020840151606084015260408401516080840152606084015160a08401526080840151614b7c60c085018263ffffffff169052565b5060a084015163ffffffff811660e08501525060c08401518015156101008501525060e084015180151561012085015250610100840151838203603f1901610140850152614bca8282613ef8565b9695505050505050565b6001600160401b0381168114613c21575f80fd5b5f60208284031215614bf8575f80fd5b81516131e681614bd4565b6001600160401b0360c01b81511682526020810151151560208301525f604082015160806040850152614c396080850182613ef8565b60609384015163ffffffff16949093019390935250919050565b6001600160601b0383168152604060208201525f613fb26040830184614c03565b60ff81168114613c21575f80fd5b8051613e7b81614c74565b5f60208284031215614c9d575f80fd5b81516131e681614c74565b5f60208284031215614cb8575f80fd5b81516001600160401b03811115614ccd575f80fd5b820160808185031215614cde575f80fd5b614ce661405e565b8151614cf181613e80565b81526020820151614d0181614146565b602082015260408201516001600160401b03811115614d1e575f80fd5b614d2a868285016145b2565b60408301525060608201519150614d408261412a565b60608101919091529392505050565b6001600160601b0384168152606060208201525f6147d86060830185614c03565b602081525f6131e66020830184613ef8565b5f60208284031215614d92575f80fd5b81516001600160401b03811115614da7575f80fd5b82016101208185031215614db9575f80fd5b614dc161403b565b81516001600160401b03811115614dd6575f80fd5b614de2868285016145b2565b825250602082810151908201526040808301519082015260608083015190820152614e0f60808301614601565b6080820152614e2060a08301614601565b60a0820152614e3160c083016148e9565b60c0820152614e4260e083016148e9565b60e08201526101008201516001600160401b03811115614e60575f80fd5b614e6c868285016145b2565b61010083015250949350505050565b8181038181111561126a5761126a6146f9565b6001600160401b0360c01b83168152604060208201525f613fb26040830184614729565b5f8085851115614ec0575f80fd5b83861115614ecc575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614f0a576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215614f60575f80fd5b81516001600160401b03811115614f75575f80fd5b820160e08185031215614f86575f80fd5b614f8e613ff7565b614f97826145a7565b8152614fa5602083016145a7565b6020820152614fb660408301614c82565b6040820152614fc7606083016148e9565b6060820152614fd8608083016147eb565b60808201526146c260a083016147eb565b8082018082111561126a5761126a6146f9565b5f806040838503121561500d575f80fd5b825161501881614265565b6020840151909250613ec181614265565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615050575f80fd5b825161505b81614146565b6020840151909250613ec18161412a565b601f8211156139b357805f5260205f20601f840160051c810160208510156150915750805b601f840160051c820191505b818110156150b0575f815560010161509d565b5050505050565b81516001600160401b038111156150d0576150d0613fba565b6150e4816150de8454614963565b8461506c565b6020601f821160018114615116575f83156150ff5750848201515b5f19600385901b1c1916600184901b1784556150b0565b5f84815260208120601f198516915b828110156151455787850151825560209485019460019092019101615125565b508482101561516257868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212207403e62b232567301331ea0d1f516bcbbff569bb6681813f86d5245d77dffec364736f6c634300081a0033",
1016
+ "linkReferences": {
1017
+ "contracts/type/Amount.sol": {
1018
+ "AmountLib": [
1019
+ {
1020
+ "length": 20,
1021
+ "start": 1981
1022
+ },
1023
+ {
1024
+ "length": 20,
1025
+ "start": 2009
1026
+ },
1027
+ {
1028
+ "length": 20,
1029
+ "start": 2274
1030
+ },
1031
+ {
1032
+ "length": 20,
1033
+ "start": 2559
1034
+ },
1035
+ {
1036
+ "length": 20,
1037
+ "start": 2779
1038
+ },
1039
+ {
1040
+ "length": 20,
1041
+ "start": 8359
1042
+ },
1043
+ {
1044
+ "length": 20,
1045
+ "start": 8831
1046
+ },
1047
+ {
1048
+ "length": 20,
1049
+ "start": 13496
1050
+ }
1051
+ ]
1052
+ },
1053
+ "contracts/type/DistributorType.sol": {
1054
+ "DistributorTypeLib": [
1055
+ {
1056
+ "length": 20,
1057
+ "start": 6001
1058
+ }
1059
+ ]
1060
+ },
1061
+ "contracts/type/NftId.sol": {
1062
+ "NftIdLib": [
1063
+ {
1064
+ "length": 20,
1065
+ "start": 3514
1066
+ },
1067
+ {
1068
+ "length": 20,
1069
+ "start": 3895
1070
+ },
1071
+ {
1072
+ "length": 20,
1073
+ "start": 4386
1074
+ },
1075
+ {
1076
+ "length": 20,
1077
+ "start": 7055
1078
+ },
1079
+ {
1080
+ "length": 20,
1081
+ "start": 9204
1082
+ },
1083
+ {
1084
+ "length": 20,
1085
+ "start": 12398
1086
+ }
1087
+ ]
1088
+ },
1089
+ "contracts/type/Referral.sol": {
1090
+ "ReferralLib": [
1091
+ {
1092
+ "length": 20,
1093
+ "start": 4008
1094
+ },
1095
+ {
1096
+ "length": 20,
1097
+ "start": 11178
1098
+ }
1099
+ ]
1100
+ },
1101
+ "contracts/type/RoleId.sol": {
1102
+ "RoleIdLib": [
1103
+ {
1104
+ "length": 20,
1105
+ "start": 7599
1106
+ }
1107
+ ]
1108
+ },
1109
+ "contracts/type/Timestamp.sol": {
1110
+ "TimestampLib": [
1111
+ {
1112
+ "length": 20,
1113
+ "start": 4527
1114
+ },
1115
+ {
1116
+ "length": 20,
1117
+ "start": 4659
1118
+ },
1119
+ {
1120
+ "length": 20,
1121
+ "start": 4763
1122
+ },
1123
+ {
1124
+ "length": 20,
1125
+ "start": 9538
1126
+ },
1127
+ {
1128
+ "length": 20,
1129
+ "start": 10637
1130
+ },
1131
+ {
1132
+ "length": 20,
1133
+ "start": 10771
1134
+ },
1135
+ {
1136
+ "length": 20,
1137
+ "start": 10891
1138
+ },
1139
+ {
1140
+ "length": 20,
1141
+ "start": 11032
1142
+ }
1143
+ ]
1144
+ },
1145
+ "contracts/type/UFixed.sol": {
1146
+ "UFixedLib": [
1147
+ {
1148
+ "length": 20,
1149
+ "start": 5335
1150
+ },
1151
+ {
1152
+ "length": 20,
1153
+ "start": 5449
1154
+ },
1155
+ {
1156
+ "length": 20,
1157
+ "start": 5591
1158
+ },
1159
+ {
1160
+ "length": 20,
1161
+ "start": 5727
1162
+ },
1163
+ {
1164
+ "length": 20,
1165
+ "start": 5868
1166
+ },
1167
+ {
1168
+ "length": 20,
1169
+ "start": 10104
1170
+ },
1171
+ {
1172
+ "length": 20,
1173
+ "start": 10218
1174
+ },
1175
+ {
1176
+ "length": 20,
1177
+ "start": 10384
1178
+ },
1179
+ {
1180
+ "length": 20,
1181
+ "start": 10498
1182
+ }
1183
+ ]
1184
+ },
1185
+ "contracts/type/Version.sol": {
1186
+ "VersionLib": [
1187
+ {
1188
+ "length": 20,
1189
+ "start": 3360
1190
+ },
1191
+ {
1192
+ "length": 20,
1193
+ "start": 6409
1194
+ }
1195
+ ],
1196
+ "VersionPartLib": [
1197
+ {
1198
+ "length": 20,
1199
+ "start": 7647
1200
+ },
1201
+ {
1202
+ "length": 20,
1203
+ "start": 15052
1204
+ }
1205
+ ]
1206
+ }
1207
+ },
1208
+ "deployedLinkReferences": {
1209
+ "contracts/type/Amount.sol": {
1210
+ "AmountLib": [
1211
+ {
1212
+ "length": 20,
1213
+ "start": 1767
1214
+ },
1215
+ {
1216
+ "length": 20,
1217
+ "start": 1795
1218
+ },
1219
+ {
1220
+ "length": 20,
1221
+ "start": 2060
1222
+ },
1223
+ {
1224
+ "length": 20,
1225
+ "start": 2345
1226
+ },
1227
+ {
1228
+ "length": 20,
1229
+ "start": 2565
1230
+ },
1231
+ {
1232
+ "length": 20,
1233
+ "start": 8145
1234
+ },
1235
+ {
1236
+ "length": 20,
1237
+ "start": 8617
1238
+ },
1239
+ {
1240
+ "length": 20,
1241
+ "start": 13282
1242
+ }
1243
+ ]
1244
+ },
1245
+ "contracts/type/DistributorType.sol": {
1246
+ "DistributorTypeLib": [
1247
+ {
1248
+ "length": 20,
1249
+ "start": 5787
1250
+ }
1251
+ ]
1252
+ },
1253
+ "contracts/type/NftId.sol": {
1254
+ "NftIdLib": [
1255
+ {
1256
+ "length": 20,
1257
+ "start": 3300
1258
+ },
1259
+ {
1260
+ "length": 20,
1261
+ "start": 3681
1262
+ },
1263
+ {
1264
+ "length": 20,
1265
+ "start": 4172
1266
+ },
1267
+ {
1268
+ "length": 20,
1269
+ "start": 6841
1270
+ },
1271
+ {
1272
+ "length": 20,
1273
+ "start": 8990
1274
+ },
1275
+ {
1276
+ "length": 20,
1277
+ "start": 12184
1278
+ }
1279
+ ]
1280
+ },
1281
+ "contracts/type/Referral.sol": {
1282
+ "ReferralLib": [
1283
+ {
1284
+ "length": 20,
1285
+ "start": 3794
1286
+ },
1287
+ {
1288
+ "length": 20,
1289
+ "start": 10964
1290
+ }
1291
+ ]
1292
+ },
1293
+ "contracts/type/RoleId.sol": {
1294
+ "RoleIdLib": [
1295
+ {
1296
+ "length": 20,
1297
+ "start": 7385
1298
+ }
1299
+ ]
1300
+ },
1301
+ "contracts/type/Timestamp.sol": {
1302
+ "TimestampLib": [
1303
+ {
1304
+ "length": 20,
1305
+ "start": 4313
1306
+ },
1307
+ {
1308
+ "length": 20,
1309
+ "start": 4445
1310
+ },
1311
+ {
1312
+ "length": 20,
1313
+ "start": 4549
1314
+ },
1315
+ {
1316
+ "length": 20,
1317
+ "start": 9324
1318
+ },
1319
+ {
1320
+ "length": 20,
1321
+ "start": 10423
1322
+ },
1323
+ {
1324
+ "length": 20,
1325
+ "start": 10557
1326
+ },
1327
+ {
1328
+ "length": 20,
1329
+ "start": 10677
1330
+ },
1331
+ {
1332
+ "length": 20,
1333
+ "start": 10818
1334
+ }
1335
+ ]
1336
+ },
1337
+ "contracts/type/UFixed.sol": {
1338
+ "UFixedLib": [
1339
+ {
1340
+ "length": 20,
1341
+ "start": 5121
1342
+ },
1343
+ {
1344
+ "length": 20,
1345
+ "start": 5235
1346
+ },
1347
+ {
1348
+ "length": 20,
1349
+ "start": 5377
1350
+ },
1351
+ {
1352
+ "length": 20,
1353
+ "start": 5513
1354
+ },
1355
+ {
1356
+ "length": 20,
1357
+ "start": 5654
1358
+ },
1359
+ {
1360
+ "length": 20,
1361
+ "start": 9890
1362
+ },
1363
+ {
1364
+ "length": 20,
1365
+ "start": 10004
1366
+ },
1367
+ {
1368
+ "length": 20,
1369
+ "start": 10170
1370
+ },
1371
+ {
1372
+ "length": 20,
1373
+ "start": 10284
1374
+ }
1375
+ ]
1376
+ },
1377
+ "contracts/type/Version.sol": {
1378
+ "VersionLib": [
1379
+ {
1380
+ "length": 20,
1381
+ "start": 3146
1382
+ },
1383
+ {
1384
+ "length": 20,
1385
+ "start": 6195
1386
+ }
1387
+ ],
1388
+ "VersionPartLib": [
1389
+ {
1390
+ "length": 20,
1391
+ "start": 7433
1392
+ },
1393
+ {
1394
+ "length": 20,
1395
+ "start": 14838
1396
+ }
1397
+ ]
1398
+ }
1399
+ }
1400
+ }