@etherisc/gif-next 0.0.2-bad4d33-850 → 0.0.2-baec8d5-329

Sign up to get free protection for your applications and to get access to all the features.
Files changed (673) hide show
  1. package/README.md +40 -16
  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/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +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 +1548 -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 +1234 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1560 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +858 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +943 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +945 -0
  36. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  37. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +237 -1565
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +369 -198
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +442 -2597
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +683 -329
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +506 -385
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +369 -108
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3591 -0
  56. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  59. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  61. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  63. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  64. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +25 -150
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  70. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  71. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  72. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  73. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  74. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  75. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  76. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  77. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1185 -0
  78. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  79. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  80. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  81. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  82. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  83. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → oracle/IOracleComponent.sol/IOracleComponent.json} +246 -293
  84. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  85. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  86. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  87. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1093 -0
  88. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  90. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  92. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  93. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1520 -0
  94. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  95. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  96. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  97. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1300 -0
  98. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  99. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +786 -0
  100. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  101. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +358 -268
  102. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  103. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/IPoolComponent.sol/IPoolComponent.json} +418 -330
  104. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  105. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
  106. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  107. package/artifacts/contracts/pool/Pool.sol/Pool.json +1312 -0
  108. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  110. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  112. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  113. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  114. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  115. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  116. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  117. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → product/BasicProduct.sol/BasicProduct.json} +784 -214
  118. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  119. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  120. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  121. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  122. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  124. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  125. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +211 -230
  126. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  127. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
  128. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  129. package/artifacts/contracts/{instance/service → product}/IPolicyService.sol/IPolicyService.json +251 -297
  130. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  131. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +270 -215
  132. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  133. package/artifacts/contracts/{components/Product.sol/Product.json → product/IProductComponent.sol/IProductComponent.json} +363 -327
  134. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  135. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IProductService.sol/IProductService.json} +126 -167
  136. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  137. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
  138. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  139. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  140. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  141. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
  142. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  144. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  145. package/artifacts/contracts/product/Product.sol/Product.json +1276 -0
  146. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  147. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  148. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  150. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  151. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  152. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  153. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +205 -19
  154. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  155. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +226 -267
  156. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  157. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  158. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  159. package/artifacts/contracts/registry/Registry.sol/Registry.json +467 -35
  160. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  161. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
  162. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  163. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +506 -254
  164. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  165. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +352 -95
  166. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  167. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  168. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
  170. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  171. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  172. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +349 -82
  174. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  175. package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
  176. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  177. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1640 -0
  178. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +812 -0
  180. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  181. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +178 -242
  182. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  183. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  184. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  185. package/artifacts/contracts/{components/Component.sol/Component.json → shared/IComponent.sol/IComponent.json} +192 -217
  186. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  187. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +977 -0
  188. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  189. package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json} +285 -261
  190. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  191. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
  192. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  193. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  194. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  195. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  196. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  197. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  198. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  199. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -30
  200. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  201. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  202. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  203. package/artifacts/contracts/shared/IService.sol/IService.json +84 -154
  204. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  205. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  206. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  207. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1015 -0
  208. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  209. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  210. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  211. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  212. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  213. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  214. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +108 -35
  216. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  217. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  218. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +131 -60
  220. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  221. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  222. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Service.sol/Service.json +188 -157
  224. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  225. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  226. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  227. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  228. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  229. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  230. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  231. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
  232. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  233. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  234. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  235. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  236. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  238. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  239. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  240. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  242. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  244. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2237 -0
  246. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  247. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  248. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  249. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  250. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/Amount.sol/AmountLib.json +369 -0
  252. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  253. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  254. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  256. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  258. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  260. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  261. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  262. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  263. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  264. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  265. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  266. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  268. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  270. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  272. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  274. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  276. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  278. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  280. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  282. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  284. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  286. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  288. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
  290. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/UFixed.sol/MathLib.json +10 -0
  292. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +498 -0
  294. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  296. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  298. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  299. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  300. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  301. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  302. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  303. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  304. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  305. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  306. package/contracts/authorization/AccessAdmin.sol +591 -0
  307. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  308. package/contracts/authorization/Authorization.sol +218 -0
  309. package/contracts/authorization/IAccess.sol +48 -0
  310. package/contracts/authorization/IAccessAdmin.sol +136 -0
  311. package/contracts/authorization/IAuthorization.sol +54 -0
  312. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  313. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  314. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  315. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  316. package/contracts/distribution/BasicDistribution.sol +149 -0
  317. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  318. package/contracts/distribution/Distribution.sol +301 -0
  319. package/contracts/distribution/DistributionService.sol +345 -0
  320. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  321. package/contracts/distribution/IDistributionComponent.sol +52 -0
  322. package/contracts/distribution/IDistributionService.sol +97 -0
  323. package/contracts/instance/{BundleManager.sol → BundleSet.sol} +33 -32
  324. package/contracts/instance/IInstance.sol +61 -47
  325. package/contracts/instance/IInstanceService.sol +72 -21
  326. package/contracts/instance/Instance.sol +178 -193
  327. package/contracts/instance/InstanceAdmin.sol +266 -0
  328. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  329. package/contracts/instance/InstanceReader.sol +173 -61
  330. package/contracts/instance/InstanceService.sol +327 -319
  331. package/contracts/instance/InstanceServiceManager.sol +13 -27
  332. package/contracts/instance/InstanceStore.sol +276 -0
  333. package/contracts/instance/base/BalanceStore.sol +123 -0
  334. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  335. package/contracts/instance/base/ObjectCounter.sol +21 -0
  336. package/contracts/instance/base/ObjectLifecycle.sol +106 -0
  337. package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +19 -24
  338. package/contracts/instance/module/IAccess.sol +19 -21
  339. package/contracts/instance/module/IBundle.sol +8 -8
  340. package/contracts/instance/module/IComponents.sol +51 -0
  341. package/contracts/instance/module/IDistribution.sol +7 -4
  342. package/contracts/instance/module/IPolicy.sol +56 -17
  343. package/contracts/instance/module/IRisk.sol +1 -1
  344. package/contracts/{test/TestToken.sol → mock/Dip.sol} +5 -5
  345. package/contracts/oracle/BasicOracle.sol +48 -0
  346. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  347. package/contracts/oracle/IOracle.sol +36 -0
  348. package/contracts/oracle/IOracleComponent.sol +33 -0
  349. package/contracts/oracle/IOracleService.sol +65 -0
  350. package/contracts/oracle/Oracle.sol +170 -0
  351. package/contracts/oracle/OracleService.sol +278 -0
  352. package/contracts/oracle/OracleServiceManager.sol +39 -0
  353. package/contracts/pool/BasicPool.sol +164 -0
  354. package/contracts/pool/BasicPoolAuthorization.sol +55 -0
  355. package/contracts/pool/BundleService.sol +342 -0
  356. package/contracts/pool/BundleServiceManager.sol +39 -0
  357. package/contracts/pool/IBundleService.sol +120 -0
  358. package/contracts/pool/IPoolComponent.sol +58 -0
  359. package/contracts/pool/IPoolService.sol +150 -0
  360. package/contracts/pool/Pool.sol +328 -0
  361. package/contracts/pool/PoolService.sol +436 -0
  362. package/contracts/pool/PoolServiceManager.sol +39 -0
  363. package/contracts/product/ApplicationService.sol +230 -0
  364. package/contracts/product/ApplicationServiceManager.sol +38 -0
  365. package/contracts/product/BasicProduct.sol +82 -0
  366. package/contracts/product/BasicProductAuthorization.sol +43 -0
  367. package/contracts/product/ClaimService.sol +416 -0
  368. package/contracts/product/ClaimServiceManager.sol +38 -0
  369. package/contracts/product/IApplicationService.sol +62 -0
  370. package/contracts/product/IClaimService.sol +99 -0
  371. package/contracts/product/IPolicyService.sol +78 -0
  372. package/contracts/product/IPricingService.sol +39 -0
  373. package/contracts/product/IProductComponent.sol +40 -0
  374. package/contracts/product/IProductService.sol +33 -0
  375. package/contracts/product/PolicyService.sol +475 -0
  376. package/contracts/product/PolicyServiceManager.sol +39 -0
  377. package/contracts/product/PricingService.sol +300 -0
  378. package/contracts/product/PricingServiceManager.sol +39 -0
  379. package/contracts/product/Product.sol +392 -0
  380. package/contracts/product/ProductService.sol +99 -0
  381. package/contracts/product/ProductServiceManager.sol +39 -0
  382. package/contracts/registry/ChainNft.sol +16 -1
  383. package/contracts/registry/IRegistry.sol +62 -26
  384. package/contracts/registry/IRegistryService.sol +47 -43
  385. package/contracts/registry/ITransferInterceptor.sol +1 -0
  386. package/contracts/registry/Registry.sol +264 -140
  387. package/contracts/registry/RegistryAdmin.sol +365 -0
  388. package/contracts/registry/RegistryService.sol +105 -115
  389. package/contracts/registry/RegistryServiceManager.sol +24 -33
  390. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  391. package/contracts/registry/ReleaseRegistry.sol +487 -0
  392. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  393. package/contracts/registry/TokenRegistry.sol +263 -60
  394. package/contracts/shared/Component.sol +280 -0
  395. package/contracts/shared/ComponentService.sol +622 -0
  396. package/contracts/shared/ComponentServiceManager.sol +35 -0
  397. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  398. package/contracts/shared/ERC165.sol +15 -13
  399. package/contracts/shared/IComponent.sol +70 -0
  400. package/contracts/shared/IComponentService.sol +112 -0
  401. package/contracts/shared/IInstanceLinkedComponent.sol +56 -0
  402. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  403. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  404. package/contracts/shared/INftOwnable.sol +13 -12
  405. package/contracts/shared/IPolicyHolder.sol +45 -0
  406. package/contracts/shared/IRegisterable.sol +3 -3
  407. package/contracts/shared/IRegistryLinked.sol +11 -0
  408. package/contracts/shared/IService.sol +15 -6
  409. package/contracts/shared/InitializableCustom.sol +177 -0
  410. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  411. package/contracts/shared/KeyValueStore.sol +131 -0
  412. package/contracts/shared/Lifecycle.sol +77 -0
  413. package/contracts/shared/NftIdSet.sol +65 -0
  414. package/contracts/shared/NftOwnable.sol +59 -91
  415. package/contracts/shared/PolicyHolder.sol +102 -0
  416. package/contracts/shared/Registerable.sol +19 -30
  417. package/contracts/shared/RegistryLinked.sol +43 -0
  418. package/contracts/shared/Service.sol +54 -32
  419. package/contracts/shared/TokenHandler.sol +37 -6
  420. package/contracts/staking/IStaking.sol +167 -0
  421. package/contracts/staking/IStakingService.sol +160 -0
  422. package/contracts/staking/StakeManagerLib.sol +231 -0
  423. package/contracts/staking/Staking.sol +514 -0
  424. package/contracts/staking/StakingLifecycle.sol +23 -0
  425. package/contracts/staking/StakingManager.sol +50 -0
  426. package/contracts/staking/StakingReader.sol +183 -0
  427. package/contracts/staking/StakingService.sol +411 -0
  428. package/contracts/staking/StakingServiceManager.sol +44 -0
  429. package/contracts/staking/StakingStore.sol +605 -0
  430. package/contracts/staking/TargetManagerLib.sol +207 -0
  431. package/contracts/{types → type}/AddressSet.sol +1 -1
  432. package/contracts/type/Amount.sol +133 -0
  433. package/contracts/{types → type}/Blocknumber.sol +21 -3
  434. package/contracts/type/ClaimId.sol +75 -0
  435. package/contracts/{types → type}/DistributorType.sol +2 -2
  436. package/contracts/{types → type}/Fee.sol +33 -23
  437. package/contracts/{types → type}/NftId.sol +21 -15
  438. package/contracts/{types → type}/NftIdSet.sol +2 -2
  439. package/contracts/type/ObjectType.sol +271 -0
  440. package/contracts/type/PayoutId.sol +82 -0
  441. package/contracts/{types → type}/Referral.sol +5 -1
  442. package/contracts/type/RequestId.sol +75 -0
  443. package/contracts/{types → type}/RiskId.sol +1 -1
  444. package/contracts/type/RoleId.sol +174 -0
  445. package/contracts/type/Seconds.sol +81 -0
  446. package/contracts/type/Selector.sol +102 -0
  447. package/contracts/{types → type}/StateId.sol +34 -4
  448. package/contracts/type/String.sol +53 -0
  449. package/contracts/{types → type}/Timestamp.sol +23 -14
  450. package/contracts/{types → type}/UFixed.sol +7 -0
  451. package/contracts/{types → type}/Version.sol +5 -2
  452. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  453. package/contracts/upgradeability/ProxyManager.sol +198 -0
  454. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  455. package/contracts/upgradeability/Versionable.sol +59 -0
  456. package/package.json +10 -7
  457. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  458. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  459. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  460. package/artifacts/contracts/components/IComponent.sol/IComponent.json +0 -455
  461. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  462. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -648
  463. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  464. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  465. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  466. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  467. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  468. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  469. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  470. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  471. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  472. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  473. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  474. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  475. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  476. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  477. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  478. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  479. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  480. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  481. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  482. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  483. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  484. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  485. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  486. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  487. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  488. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  489. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  490. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  491. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  492. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  493. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  494. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  495. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  496. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  497. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  498. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  499. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  500. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  501. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  502. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  503. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  504. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  505. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  506. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -764
  507. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  508. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  509. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1034
  510. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  511. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -261
  512. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  513. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  514. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  515. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  516. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  517. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  518. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  519. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  520. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  521. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  522. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1102
  523. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  524. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -449
  525. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  526. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -772
  527. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  528. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -437
  529. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  530. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  531. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  532. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  533. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  534. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  535. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1227
  536. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  537. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -505
  538. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  539. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -806
  540. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  541. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -437
  542. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  543. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -856
  544. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  545. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -437
  546. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  547. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  548. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  549. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -547
  550. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  551. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  552. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  553. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  554. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  555. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -362
  556. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  557. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  558. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  559. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  560. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  561. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  562. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  563. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -313
  564. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  565. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  566. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  567. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -608
  568. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  569. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  570. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  571. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  572. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  573. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  574. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  575. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  576. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  577. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  578. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  579. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  580. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  581. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  582. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  583. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  584. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  585. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  586. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  587. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  588. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  589. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  590. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  591. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  592. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  593. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  594. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  595. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  596. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  597. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  598. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  599. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  600. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  601. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  602. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  603. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  604. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  605. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  606. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  607. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  608. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  609. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  610. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  611. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  612. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  613. package/contracts/components/Component.sol +0 -216
  614. package/contracts/components/Distribution.sol +0 -153
  615. package/contracts/components/IComponent.sol +0 -43
  616. package/contracts/components/IDistributionComponent.sol +0 -47
  617. package/contracts/components/IPoolComponent.sol +0 -51
  618. package/contracts/components/IProductComponent.sol +0 -39
  619. package/contracts/components/Pool.sol +0 -208
  620. package/contracts/components/Product.sol +0 -266
  621. package/contracts/experiment/cloning/Cloner.sol +0 -47
  622. package/contracts/experiment/errors/Require.sol +0 -38
  623. package/contracts/experiment/errors/Revert.sol +0 -44
  624. package/contracts/experiment/inheritance/A.sol +0 -53
  625. package/contracts/experiment/inheritance/B.sol +0 -28
  626. package/contracts/experiment/inheritance/C.sol +0 -34
  627. package/contracts/experiment/inheritance/IA.sol +0 -13
  628. package/contracts/experiment/inheritance/IB.sol +0 -10
  629. package/contracts/experiment/inheritance/IC.sol +0 -12
  630. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  631. package/contracts/experiment/statemachine/ISM.sol +0 -25
  632. package/contracts/experiment/statemachine/SM.sol +0 -57
  633. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  634. package/contracts/experiment/types/TypeA.sol +0 -47
  635. package/contracts/experiment/types/TypeB.sol +0 -29
  636. package/contracts/instance/InstanceAccessManager.sol +0 -298
  637. package/contracts/instance/base/ComponentService.sol +0 -134
  638. package/contracts/instance/base/KeyValueStore.sol +0 -172
  639. package/contracts/instance/base/Lifecycle.sol +0 -100
  640. package/contracts/instance/module/ISetup.sol +0 -46
  641. package/contracts/instance/module/ITreasury.sol +0 -23
  642. package/contracts/instance/service/BundleService.sol +0 -293
  643. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  644. package/contracts/instance/service/DistributionService.sol +0 -106
  645. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  646. package/contracts/instance/service/IBundleService.sol +0 -44
  647. package/contracts/instance/service/IDistributionService.sol +0 -12
  648. package/contracts/instance/service/IPolicyService.sol +0 -94
  649. package/contracts/instance/service/IPoolService.sol +0 -20
  650. package/contracts/instance/service/IProductService.sol +0 -40
  651. package/contracts/instance/service/PolicyService.sol +0 -538
  652. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  653. package/contracts/instance/service/PoolService.sol +0 -110
  654. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  655. package/contracts/instance/service/ProductService.sol +0 -233
  656. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  657. package/contracts/registry/RegistryAccessManager.sol +0 -216
  658. package/contracts/registry/ReleaseManager.sol +0 -332
  659. package/contracts/shared/ContractDeployerLib.sol +0 -72
  660. package/contracts/shared/ProxyManager.sol +0 -94
  661. package/contracts/shared/Versionable.sol +0 -147
  662. package/contracts/test/TestFee.sol +0 -25
  663. package/contracts/test/TestRegisterable.sol +0 -18
  664. package/contracts/test/TestRoleId.sol +0 -14
  665. package/contracts/test/TestService.sol +0 -25
  666. package/contracts/test/TestVersion.sol +0 -44
  667. package/contracts/test/TestVersionable.sol +0 -17
  668. package/contracts/test/Usdc.sol +0 -26
  669. package/contracts/types/ChainId.sol +0 -38
  670. package/contracts/types/NumberId.sol +0 -52
  671. package/contracts/types/ObjectType.sol +0 -152
  672. package/contracts/types/RoleId.sol +0 -90
  673. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -0,0 +1,1560 @@
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
+ "name": "ErrorDistributionServiceCommissionWithdrawAmountIsZero",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [
110
+ {
111
+ "internalType": "Amount",
112
+ "name": "transferredDistributionFeeAmount",
113
+ "type": "uint96"
114
+ },
115
+ {
116
+ "internalType": "Amount",
117
+ "name": "expectedDistributionFeeAmount",
118
+ "type": "uint96"
119
+ }
120
+ ],
121
+ "name": "ErrorDistributionServiceInvalidFeeTransferred",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "maxDiscountPercentage",
129
+ "type": "uint256"
130
+ },
131
+ {
132
+ "internalType": "uint256",
133
+ "name": "limit",
134
+ "type": "uint256"
135
+ }
136
+ ],
137
+ "name": "ErrorDistributionServiceMaxDiscountTooHigh",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [
142
+ {
143
+ "internalType": "uint256",
144
+ "name": "maxDiscountPercentage",
145
+ "type": "uint256"
146
+ },
147
+ {
148
+ "internalType": "uint256",
149
+ "name": "limit",
150
+ "type": "uint256"
151
+ }
152
+ ],
153
+ "name": "ErrorDistributionServiceVariableFeesTooHight",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [
158
+ {
159
+ "internalType": "address",
160
+ "name": "wallet",
161
+ "type": "address"
162
+ },
163
+ {
164
+ "internalType": "address",
165
+ "name": "tokenHandler",
166
+ "type": "address"
167
+ },
168
+ {
169
+ "internalType": "uint256",
170
+ "name": "allowance",
171
+ "type": "uint256"
172
+ },
173
+ {
174
+ "internalType": "uint256",
175
+ "name": "amount",
176
+ "type": "uint256"
177
+ }
178
+ ],
179
+ "name": "ErrorDistributionServiceWalletAllowanceTooSmall",
180
+ "type": "error"
181
+ },
182
+ {
183
+ "inputs": [
184
+ {
185
+ "internalType": "address",
186
+ "name": "caller",
187
+ "type": "address"
188
+ }
189
+ ],
190
+ "name": "ErrorIDistributionServiceCallerNotDistributor",
191
+ "type": "error"
192
+ },
193
+ {
194
+ "inputs": [
195
+ {
196
+ "internalType": "uint256",
197
+ "name": "commissionPercentage",
198
+ "type": "uint256"
199
+ },
200
+ {
201
+ "internalType": "uint256",
202
+ "name": "maxCommissionPercentage",
203
+ "type": "uint256"
204
+ }
205
+ ],
206
+ "name": "ErrorIDistributionServiceCommissionTooHigh",
207
+ "type": "error"
208
+ },
209
+ {
210
+ "inputs": [
211
+ {
212
+ "internalType": "uint256",
213
+ "name": "maxDiscountPercentage",
214
+ "type": "uint256"
215
+ },
216
+ {
217
+ "internalType": "uint256",
218
+ "name": "discountPercentage",
219
+ "type": "uint256"
220
+ }
221
+ ],
222
+ "name": "ErrorIDistributionServiceDiscountTooHigh",
223
+ "type": "error"
224
+ },
225
+ {
226
+ "inputs": [
227
+ {
228
+ "internalType": "uint256",
229
+ "name": "minDiscountPercentage",
230
+ "type": "uint256"
231
+ },
232
+ {
233
+ "internalType": "uint256",
234
+ "name": "discountPercentage",
235
+ "type": "uint256"
236
+ }
237
+ ],
238
+ "name": "ErrorIDistributionServiceDiscountTooLow",
239
+ "type": "error"
240
+ },
241
+ {
242
+ "inputs": [
243
+ {
244
+ "internalType": "Timestamp",
245
+ "name": "expiryAt",
246
+ "type": "uint40"
247
+ }
248
+ ],
249
+ "name": "ErrorIDistributionServiceExpirationInvalid",
250
+ "type": "error"
251
+ },
252
+ {
253
+ "inputs": [
254
+ {
255
+ "internalType": "uint256",
256
+ "name": "maxReferralLifetime",
257
+ "type": "uint256"
258
+ },
259
+ {
260
+ "internalType": "uint256",
261
+ "name": "expiryAt",
262
+ "type": "uint256"
263
+ }
264
+ ],
265
+ "name": "ErrorIDistributionServiceExpiryTooLong",
266
+ "type": "error"
267
+ },
268
+ {
269
+ "inputs": [
270
+ {
271
+ "internalType": "string",
272
+ "name": "code",
273
+ "type": "string"
274
+ }
275
+ ],
276
+ "name": "ErrorIDistributionServiceInvalidReferral",
277
+ "type": "error"
278
+ },
279
+ {
280
+ "inputs": [
281
+ {
282
+ "internalType": "ReferralId",
283
+ "name": "referralId",
284
+ "type": "bytes8"
285
+ }
286
+ ],
287
+ "name": "ErrorIDistributionServiceInvalidReferralId",
288
+ "type": "error"
289
+ },
290
+ {
291
+ "inputs": [
292
+ {
293
+ "internalType": "uint256",
294
+ "name": "maxReferrals",
295
+ "type": "uint256"
296
+ }
297
+ ],
298
+ "name": "ErrorIDistributionServiceMaxReferralsExceeded",
299
+ "type": "error"
300
+ },
301
+ {
302
+ "inputs": [
303
+ {
304
+ "internalType": "uint256",
305
+ "name": "minFee",
306
+ "type": "uint256"
307
+ },
308
+ {
309
+ "internalType": "uint256",
310
+ "name": "limit",
311
+ "type": "uint256"
312
+ }
313
+ ],
314
+ "name": "ErrorIDistributionServiceMinFeeTooHigh",
315
+ "type": "error"
316
+ },
317
+ {
318
+ "inputs": [
319
+ {
320
+ "internalType": "NftId",
321
+ "name": "nftId",
322
+ "type": "uint96"
323
+ },
324
+ {
325
+ "internalType": "NftId",
326
+ "name": "parentNftId",
327
+ "type": "uint96"
328
+ }
329
+ ],
330
+ "name": "ErrorIDistributionServiceParentNftIdNotInstance",
331
+ "type": "error"
332
+ },
333
+ {
334
+ "inputs": [
335
+ {
336
+ "internalType": "NftId",
337
+ "name": "distributionNftId",
338
+ "type": "uint96"
339
+ },
340
+ {
341
+ "internalType": "ReferralId",
342
+ "name": "referralId",
343
+ "type": "bytes8"
344
+ }
345
+ ],
346
+ "name": "ErrorIDistributionServiceReferralInvalid",
347
+ "type": "error"
348
+ },
349
+ {
350
+ "inputs": [
351
+ {
352
+ "internalType": "NftId",
353
+ "name": "nftId",
354
+ "type": "uint96"
355
+ }
356
+ ],
357
+ "name": "ErrorNftOwnableAlreadyLinked",
358
+ "type": "error"
359
+ },
360
+ {
361
+ "inputs": [
362
+ {
363
+ "internalType": "address",
364
+ "name": "contractAddress",
365
+ "type": "address"
366
+ }
367
+ ],
368
+ "name": "ErrorNftOwnableContractNotRegistered",
369
+ "type": "error"
370
+ },
371
+ {
372
+ "inputs": [],
373
+ "name": "ErrorNftOwnableInitialOwnerZero",
374
+ "type": "error"
375
+ },
376
+ {
377
+ "inputs": [
378
+ {
379
+ "internalType": "address",
380
+ "name": "account",
381
+ "type": "address"
382
+ }
383
+ ],
384
+ "name": "ErrorNftOwnableNotOwner",
385
+ "type": "error"
386
+ },
387
+ {
388
+ "inputs": [
389
+ {
390
+ "internalType": "address",
391
+ "name": "registryAddress",
392
+ "type": "address"
393
+ }
394
+ ],
395
+ "name": "ErrorNotRegistry",
396
+ "type": "error"
397
+ },
398
+ {
399
+ "inputs": [],
400
+ "name": "ErrorServiceNotImplemented",
401
+ "type": "error"
402
+ },
403
+ {
404
+ "inputs": [],
405
+ "name": "InvalidInitialization",
406
+ "type": "error"
407
+ },
408
+ {
409
+ "inputs": [],
410
+ "name": "NotInitializing",
411
+ "type": "error"
412
+ },
413
+ {
414
+ "anonymous": false,
415
+ "inputs": [
416
+ {
417
+ "indexed": false,
418
+ "internalType": "address",
419
+ "name": "authority",
420
+ "type": "address"
421
+ }
422
+ ],
423
+ "name": "AuthorityUpdated",
424
+ "type": "event"
425
+ },
426
+ {
427
+ "anonymous": false,
428
+ "inputs": [
429
+ {
430
+ "indexed": false,
431
+ "internalType": "uint64",
432
+ "name": "version",
433
+ "type": "uint64"
434
+ }
435
+ ],
436
+ "name": "Initialized",
437
+ "type": "event"
438
+ },
439
+ {
440
+ "anonymous": false,
441
+ "inputs": [
442
+ {
443
+ "indexed": false,
444
+ "internalType": "NftId",
445
+ "name": "distributorNftId",
446
+ "type": "uint96"
447
+ },
448
+ {
449
+ "indexed": false,
450
+ "internalType": "address",
451
+ "name": "recipient",
452
+ "type": "address"
453
+ },
454
+ {
455
+ "indexed": false,
456
+ "internalType": "address",
457
+ "name": "tokenAddress",
458
+ "type": "address"
459
+ },
460
+ {
461
+ "indexed": false,
462
+ "internalType": "Amount",
463
+ "name": "amount",
464
+ "type": "uint96"
465
+ }
466
+ ],
467
+ "name": "LogDistributionServiceCommissionWithdrawn",
468
+ "type": "event"
469
+ },
470
+ {
471
+ "inputs": [],
472
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
473
+ "outputs": [
474
+ {
475
+ "internalType": "bytes32",
476
+ "name": "",
477
+ "type": "bytes32"
478
+ }
479
+ ],
480
+ "stateMutability": "view",
481
+ "type": "function"
482
+ },
483
+ {
484
+ "inputs": [],
485
+ "name": "REGISTERABLE_LOCATION_V1",
486
+ "outputs": [
487
+ {
488
+ "internalType": "bytes32",
489
+ "name": "",
490
+ "type": "bytes32"
491
+ }
492
+ ],
493
+ "stateMutability": "view",
494
+ "type": "function"
495
+ },
496
+ {
497
+ "inputs": [],
498
+ "name": "authority",
499
+ "outputs": [
500
+ {
501
+ "internalType": "address",
502
+ "name": "",
503
+ "type": "address"
504
+ }
505
+ ],
506
+ "stateMutability": "view",
507
+ "type": "function"
508
+ },
509
+ {
510
+ "inputs": [
511
+ {
512
+ "internalType": "address",
513
+ "name": "distributor",
514
+ "type": "address"
515
+ },
516
+ {
517
+ "internalType": "DistributorType",
518
+ "name": "distributorType",
519
+ "type": "bytes8"
520
+ },
521
+ {
522
+ "internalType": "bytes",
523
+ "name": "data",
524
+ "type": "bytes"
525
+ }
526
+ ],
527
+ "name": "createDistributor",
528
+ "outputs": [
529
+ {
530
+ "internalType": "NftId",
531
+ "name": "distributorNftId",
532
+ "type": "uint96"
533
+ }
534
+ ],
535
+ "stateMutability": "nonpayable",
536
+ "type": "function"
537
+ },
538
+ {
539
+ "inputs": [
540
+ {
541
+ "internalType": "string",
542
+ "name": "name",
543
+ "type": "string"
544
+ },
545
+ {
546
+ "internalType": "UFixed",
547
+ "name": "minDiscountPercentage",
548
+ "type": "uint256"
549
+ },
550
+ {
551
+ "internalType": "UFixed",
552
+ "name": "maxDiscountPercentage",
553
+ "type": "uint256"
554
+ },
555
+ {
556
+ "internalType": "UFixed",
557
+ "name": "commissionPercentage",
558
+ "type": "uint256"
559
+ },
560
+ {
561
+ "internalType": "uint32",
562
+ "name": "maxReferralCount",
563
+ "type": "uint32"
564
+ },
565
+ {
566
+ "internalType": "uint32",
567
+ "name": "maxReferralLifetime",
568
+ "type": "uint32"
569
+ },
570
+ {
571
+ "internalType": "bool",
572
+ "name": "allowSelfReferrals",
573
+ "type": "bool"
574
+ },
575
+ {
576
+ "internalType": "bool",
577
+ "name": "allowRenewals",
578
+ "type": "bool"
579
+ },
580
+ {
581
+ "internalType": "bytes",
582
+ "name": "data",
583
+ "type": "bytes"
584
+ }
585
+ ],
586
+ "name": "createDistributorType",
587
+ "outputs": [
588
+ {
589
+ "internalType": "DistributorType",
590
+ "name": "distributorType",
591
+ "type": "bytes8"
592
+ }
593
+ ],
594
+ "stateMutability": "nonpayable",
595
+ "type": "function"
596
+ },
597
+ {
598
+ "inputs": [
599
+ {
600
+ "internalType": "NftId",
601
+ "name": "distributorNftId",
602
+ "type": "uint96"
603
+ },
604
+ {
605
+ "internalType": "string",
606
+ "name": "code",
607
+ "type": "string"
608
+ },
609
+ {
610
+ "internalType": "UFixed",
611
+ "name": "discountPercentage",
612
+ "type": "uint256"
613
+ },
614
+ {
615
+ "internalType": "uint32",
616
+ "name": "maxReferrals",
617
+ "type": "uint32"
618
+ },
619
+ {
620
+ "internalType": "Timestamp",
621
+ "name": "expiryAt",
622
+ "type": "uint40"
623
+ },
624
+ {
625
+ "internalType": "bytes",
626
+ "name": "data",
627
+ "type": "bytes"
628
+ }
629
+ ],
630
+ "name": "createReferral",
631
+ "outputs": [
632
+ {
633
+ "internalType": "ReferralId",
634
+ "name": "referralId",
635
+ "type": "bytes8"
636
+ }
637
+ ],
638
+ "stateMutability": "nonpayable",
639
+ "type": "function"
640
+ },
641
+ {
642
+ "inputs": [],
643
+ "name": "getDomain",
644
+ "outputs": [
645
+ {
646
+ "internalType": "ObjectType",
647
+ "name": "serviceDomain",
648
+ "type": "uint8"
649
+ }
650
+ ],
651
+ "stateMutability": "pure",
652
+ "type": "function"
653
+ },
654
+ {
655
+ "inputs": [],
656
+ "name": "getInitialInfo",
657
+ "outputs": [
658
+ {
659
+ "components": [
660
+ {
661
+ "internalType": "NftId",
662
+ "name": "nftId",
663
+ "type": "uint96"
664
+ },
665
+ {
666
+ "internalType": "NftId",
667
+ "name": "parentNftId",
668
+ "type": "uint96"
669
+ },
670
+ {
671
+ "internalType": "ObjectType",
672
+ "name": "objectType",
673
+ "type": "uint8"
674
+ },
675
+ {
676
+ "internalType": "bool",
677
+ "name": "isInterceptor",
678
+ "type": "bool"
679
+ },
680
+ {
681
+ "internalType": "address",
682
+ "name": "objectAddress",
683
+ "type": "address"
684
+ },
685
+ {
686
+ "internalType": "address",
687
+ "name": "initialOwner",
688
+ "type": "address"
689
+ },
690
+ {
691
+ "internalType": "bytes",
692
+ "name": "data",
693
+ "type": "bytes"
694
+ }
695
+ ],
696
+ "internalType": "struct IRegistry.ObjectInfo",
697
+ "name": "info",
698
+ "type": "tuple"
699
+ }
700
+ ],
701
+ "stateMutability": "view",
702
+ "type": "function"
703
+ },
704
+ {
705
+ "inputs": [],
706
+ "name": "getNftId",
707
+ "outputs": [
708
+ {
709
+ "internalType": "NftId",
710
+ "name": "",
711
+ "type": "uint96"
712
+ }
713
+ ],
714
+ "stateMutability": "view",
715
+ "type": "function"
716
+ },
717
+ {
718
+ "inputs": [],
719
+ "name": "getOwner",
720
+ "outputs": [
721
+ {
722
+ "internalType": "address",
723
+ "name": "",
724
+ "type": "address"
725
+ }
726
+ ],
727
+ "stateMutability": "view",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "inputs": [],
732
+ "name": "getRegistry",
733
+ "outputs": [
734
+ {
735
+ "internalType": "contract IRegistry",
736
+ "name": "",
737
+ "type": "address"
738
+ }
739
+ ],
740
+ "stateMutability": "view",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "inputs": [],
745
+ "name": "getRoleId",
746
+ "outputs": [
747
+ {
748
+ "internalType": "RoleId",
749
+ "name": "serviceRoleId",
750
+ "type": "uint64"
751
+ }
752
+ ],
753
+ "stateMutability": "pure",
754
+ "type": "function"
755
+ },
756
+ {
757
+ "inputs": [],
758
+ "name": "getVersion",
759
+ "outputs": [
760
+ {
761
+ "internalType": "Version",
762
+ "name": "",
763
+ "type": "uint24"
764
+ }
765
+ ],
766
+ "stateMutability": "pure",
767
+ "type": "function"
768
+ },
769
+ {
770
+ "inputs": [],
771
+ "name": "initializeERC165",
772
+ "outputs": [],
773
+ "stateMutability": "nonpayable",
774
+ "type": "function"
775
+ },
776
+ {
777
+ "inputs": [
778
+ {
779
+ "internalType": "address",
780
+ "name": "initialOwner",
781
+ "type": "address"
782
+ },
783
+ {
784
+ "internalType": "address",
785
+ "name": "registryAddress",
786
+ "type": "address"
787
+ }
788
+ ],
789
+ "name": "initializeNftOwnable",
790
+ "outputs": [],
791
+ "stateMutability": "nonpayable",
792
+ "type": "function"
793
+ },
794
+ {
795
+ "inputs": [
796
+ {
797
+ "internalType": "address",
798
+ "name": "registryAddress",
799
+ "type": "address"
800
+ },
801
+ {
802
+ "internalType": "NftId",
803
+ "name": "parentNftId",
804
+ "type": "uint96"
805
+ },
806
+ {
807
+ "internalType": "ObjectType",
808
+ "name": "objectType",
809
+ "type": "uint8"
810
+ },
811
+ {
812
+ "internalType": "bool",
813
+ "name": "isInterceptor",
814
+ "type": "bool"
815
+ },
816
+ {
817
+ "internalType": "address",
818
+ "name": "initialOwner",
819
+ "type": "address"
820
+ },
821
+ {
822
+ "internalType": "bytes",
823
+ "name": "registryData",
824
+ "type": "bytes"
825
+ }
826
+ ],
827
+ "name": "initializeRegisterable",
828
+ "outputs": [],
829
+ "stateMutability": "nonpayable",
830
+ "type": "function"
831
+ },
832
+ {
833
+ "inputs": [
834
+ {
835
+ "internalType": "address",
836
+ "name": "registryAddress",
837
+ "type": "address"
838
+ }
839
+ ],
840
+ "name": "initializeRegistryLinked",
841
+ "outputs": [],
842
+ "stateMutability": "nonpayable",
843
+ "type": "function"
844
+ },
845
+ {
846
+ "inputs": [
847
+ {
848
+ "internalType": "address",
849
+ "name": "registry",
850
+ "type": "address"
851
+ },
852
+ {
853
+ "internalType": "address",
854
+ "name": "authority",
855
+ "type": "address"
856
+ },
857
+ {
858
+ "internalType": "address",
859
+ "name": "initialOwner",
860
+ "type": "address"
861
+ }
862
+ ],
863
+ "name": "initializeService",
864
+ "outputs": [],
865
+ "stateMutability": "nonpayable",
866
+ "type": "function"
867
+ },
868
+ {
869
+ "inputs": [
870
+ {
871
+ "internalType": "address",
872
+ "name": "activatedBy",
873
+ "type": "address"
874
+ },
875
+ {
876
+ "internalType": "bytes",
877
+ "name": "data",
878
+ "type": "bytes"
879
+ }
880
+ ],
881
+ "name": "initializeVersionable",
882
+ "outputs": [],
883
+ "stateMutability": "nonpayable",
884
+ "type": "function"
885
+ },
886
+ {
887
+ "inputs": [],
888
+ "name": "isConsumingScheduledOp",
889
+ "outputs": [
890
+ {
891
+ "internalType": "bytes4",
892
+ "name": "",
893
+ "type": "bytes4"
894
+ }
895
+ ],
896
+ "stateMutability": "view",
897
+ "type": "function"
898
+ },
899
+ {
900
+ "inputs": [],
901
+ "name": "linkToRegisteredNftId",
902
+ "outputs": [
903
+ {
904
+ "internalType": "NftId",
905
+ "name": "nftId",
906
+ "type": "uint96"
907
+ }
908
+ ],
909
+ "stateMutability": "nonpayable",
910
+ "type": "function"
911
+ },
912
+ {
913
+ "inputs": [
914
+ {
915
+ "internalType": "NftId",
916
+ "name": "distributionNftId",
917
+ "type": "uint96"
918
+ },
919
+ {
920
+ "internalType": "ReferralId",
921
+ "name": "referralId",
922
+ "type": "bytes8"
923
+ },
924
+ {
925
+ "components": [
926
+ {
927
+ "internalType": "Amount",
928
+ "name": "productFeeAmount",
929
+ "type": "uint96"
930
+ },
931
+ {
932
+ "internalType": "Amount",
933
+ "name": "distributionFeeAndCommissionAmount",
934
+ "type": "uint96"
935
+ },
936
+ {
937
+ "internalType": "Amount",
938
+ "name": "poolPremiumAndFeeAmount",
939
+ "type": "uint96"
940
+ },
941
+ {
942
+ "internalType": "uint256",
943
+ "name": "netPremiumAmount",
944
+ "type": "uint256"
945
+ },
946
+ {
947
+ "internalType": "uint256",
948
+ "name": "fullPremiumAmount",
949
+ "type": "uint256"
950
+ },
951
+ {
952
+ "internalType": "uint256",
953
+ "name": "premiumAmount",
954
+ "type": "uint256"
955
+ },
956
+ {
957
+ "internalType": "uint256",
958
+ "name": "productFeeFixAmount",
959
+ "type": "uint256"
960
+ },
961
+ {
962
+ "internalType": "uint256",
963
+ "name": "poolFeeFixAmount",
964
+ "type": "uint256"
965
+ },
966
+ {
967
+ "internalType": "uint256",
968
+ "name": "bundleFeeFixAmount",
969
+ "type": "uint256"
970
+ },
971
+ {
972
+ "internalType": "uint256",
973
+ "name": "distributionFeeFixAmount",
974
+ "type": "uint256"
975
+ },
976
+ {
977
+ "internalType": "uint256",
978
+ "name": "productFeeVarAmount",
979
+ "type": "uint256"
980
+ },
981
+ {
982
+ "internalType": "uint256",
983
+ "name": "poolFeeVarAmount",
984
+ "type": "uint256"
985
+ },
986
+ {
987
+ "internalType": "uint256",
988
+ "name": "bundleFeeVarAmount",
989
+ "type": "uint256"
990
+ },
991
+ {
992
+ "internalType": "uint256",
993
+ "name": "distributionFeeVarAmount",
994
+ "type": "uint256"
995
+ },
996
+ {
997
+ "internalType": "uint256",
998
+ "name": "distributionOwnerFeeFixAmount",
999
+ "type": "uint256"
1000
+ },
1001
+ {
1002
+ "internalType": "uint256",
1003
+ "name": "distributionOwnerFeeVarAmount",
1004
+ "type": "uint256"
1005
+ },
1006
+ {
1007
+ "internalType": "uint256",
1008
+ "name": "commissionAmount",
1009
+ "type": "uint256"
1010
+ },
1011
+ {
1012
+ "internalType": "uint256",
1013
+ "name": "discountAmount",
1014
+ "type": "uint256"
1015
+ }
1016
+ ],
1017
+ "internalType": "struct IPolicy.Premium",
1018
+ "name": "premium",
1019
+ "type": "tuple"
1020
+ }
1021
+ ],
1022
+ "name": "processSale",
1023
+ "outputs": [],
1024
+ "stateMutability": "nonpayable",
1025
+ "type": "function"
1026
+ },
1027
+ {
1028
+ "inputs": [
1029
+ {
1030
+ "internalType": "NftId",
1031
+ "name": "distributionNftId",
1032
+ "type": "uint96"
1033
+ },
1034
+ {
1035
+ "internalType": "ReferralId",
1036
+ "name": "referralId",
1037
+ "type": "bytes8"
1038
+ }
1039
+ ],
1040
+ "name": "referralIsValid",
1041
+ "outputs": [
1042
+ {
1043
+ "internalType": "bool",
1044
+ "name": "isValid",
1045
+ "type": "bool"
1046
+ }
1047
+ ],
1048
+ "stateMutability": "view",
1049
+ "type": "function"
1050
+ },
1051
+ {
1052
+ "inputs": [
1053
+ {
1054
+ "internalType": "bytes4",
1055
+ "name": "interfaceId",
1056
+ "type": "bytes4"
1057
+ }
1058
+ ],
1059
+ "name": "registerInterface",
1060
+ "outputs": [],
1061
+ "stateMutability": "nonpayable",
1062
+ "type": "function"
1063
+ },
1064
+ {
1065
+ "inputs": [
1066
+ {
1067
+ "internalType": "address",
1068
+ "name": "newAuthority",
1069
+ "type": "address"
1070
+ }
1071
+ ],
1072
+ "name": "setAuthority",
1073
+ "outputs": [],
1074
+ "stateMutability": "nonpayable",
1075
+ "type": "function"
1076
+ },
1077
+ {
1078
+ "inputs": [
1079
+ {
1080
+ "internalType": "bytes4",
1081
+ "name": "interfaceId",
1082
+ "type": "bytes4"
1083
+ }
1084
+ ],
1085
+ "name": "supportsInterface",
1086
+ "outputs": [
1087
+ {
1088
+ "internalType": "bool",
1089
+ "name": "",
1090
+ "type": "bool"
1091
+ }
1092
+ ],
1093
+ "stateMutability": "view",
1094
+ "type": "function"
1095
+ },
1096
+ {
1097
+ "inputs": [
1098
+ {
1099
+ "internalType": "bytes",
1100
+ "name": "data",
1101
+ "type": "bytes"
1102
+ }
1103
+ ],
1104
+ "name": "upgradeVersionable",
1105
+ "outputs": [],
1106
+ "stateMutability": "nonpayable",
1107
+ "type": "function"
1108
+ },
1109
+ {
1110
+ "inputs": [
1111
+ {
1112
+ "internalType": "NftId",
1113
+ "name": "distributorNftId",
1114
+ "type": "uint96"
1115
+ },
1116
+ {
1117
+ "internalType": "Amount",
1118
+ "name": "amount",
1119
+ "type": "uint96"
1120
+ }
1121
+ ],
1122
+ "name": "withdrawCommission",
1123
+ "outputs": [
1124
+ {
1125
+ "internalType": "Amount",
1126
+ "name": "withdrawnAmount",
1127
+ "type": "uint96"
1128
+ }
1129
+ ],
1130
+ "stateMutability": "nonpayable",
1131
+ "type": "function"
1132
+ }
1133
+ ],
1134
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b61555b806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101bb575f3560e01c80635dcb3bae116100f35780638e32e97911610093578063ada9652e1161006e578063ada9652e1461041f578063b68d180914610433578063bf7e214f14610442578063f7c34ee01461044a575f80fd5b80638e32e979146103d85780638fb36037146103eb578063ab54c5451461040c575f80fd5b80636c741e78116100ce5780636c741e781461038a5780637a9e5e4b146103aa578063893d20e8146103bd5780638dd2b781146103c5575f80fd5b80635dcb3bae14610347578063644c45e01461035a578063675393bf14610377575f80fd5b806325d073841161015e578063329d6e7411610139578063329d6e74146102f457806336fc697e1461030757806349bb9e4b1461030f5780635ab1bd5314610322575f80fd5b806325d07384146102ae57806327bb7a33146102c15780632b5198b1146102d4575f80fd5b80630fec111c116101995780630fec111c14610247578063138461e01461025c5780631eff4b2214610264578063214cdb8014610299575f80fd5b806301ffc9a7146101bf57806307e71a6e146102005780630d8e6e2c1461022b575b5f80fd5b6101eb6101cd3660046140dd565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021361020e366004614128565b61045d565b6040516001600160601b0390911681526020016101f7565b610233610d1f565b60405162ffffff90911681526020016101f7565b61024f610da6565b6040516101f7919061418d565b610213610f32565b61028b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101f7565b6102ac6102a73660046140dd565b610f3c565b005b6101eb6102bc366004614236565b610f68565b6102ac6102cf36600461440c565b611397565b6102e76102e23660046144bb565b61143c565b6040516101f7919061457c565b6102ac610302366004614591565b6119fd565b6102ac611b47565b6102ac61031d3660046145c2565b611b8c565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101f7565b61021361035536600461460e565b611c88565b5f805160206154c6833981519152546001600160601b0316610213565b6102ac61038536600461466b565b611f60565b61039261206d565b6040516001600160401b0390911681526020016101f7565b6102ac6103b836600461466b565b612163565b61032f6121e5565b6102e76103d3366004614698565b612316565b6102ac6103e6366004614706565b612b56565b6103f3612c93565b6040516001600160e01b031990911681526020016101f7565b6102ac61041a36600461474e565b612cc8565b61028b5f805160206154c683398151915281565b604051600e81526020016101f7565b61032f613212565b6102ac610458366004614899565b61322d565b5f808061046a600e6132a3565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104d091906148c5565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa15801561051f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105469190810190614945565b60808101516040516313d8ebc960e11b81526001600160601b038a166004820152919250905f906001600160a01b038516906327b1d792906024015f60405180830381865afa15801561059b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105c29190810190614a33565b9050879650866001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610634573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106589190614aee565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156106a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106c59190614b09565b156106d6578060600151965061079a565b6060810151604051632601631360e21b81526001600160601b038981166004830152909116602482015273__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af415801561073a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075e9190614b09565b1561079a5760608101516040516322d98b0960e11b81526001600160601b03808a16600483015290911660248201526044015b60405180910390fd5b604051630a4d29dd60e31b81526001600160601b038816600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af41580156107f0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108149190614b09565b1561083257604051630baf99af60e21b815260040160405180910390fd5b60408381015160608501519151636eb1769f60e11b81526001600160a01b038581166004830152928316602482015290915f919083169063dd62ed3e90604401602060405180830381865afa15801561088d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b19190614b24565b60405163046e44af60e11b81526001600160601b038b16600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af415801561090a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061092e9190614b24565b8110156109f157606085015160405163046e44af60e11b81526001600160601b038b166004820152859190839073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015610995573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109b99190614b24565b604051630bf4841760e41b81526001600160a01b03948516600482015293909216602484015260448301526064820152608401610791565b5f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5291906148c5565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a14677828b8d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610ac1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae59190614aee565b6040518563ffffffff1660e01b8152600401610b049493929190614b3b565b5f604051808303815f87803b158015610b1b575f80fd5b505af1158015610b2d573d5f803e3d5ffd5b50505050610b3f84606001518b61333f565b6001600160601b03166060850152604051631e40b36360e01b81526001600160a01b03821690631e40b36390610b7e908f90889060ff90600401614bd2565b5f604051808303815f87803b158015610b95575f80fd5b505af1158015610ba7573d5f803e3d5ffd5b50505050505f610bbf6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038e1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c3091906148c5565b606087015160405163c661667d60e01b81526001600160a01b03888116600483015280841660248301526001600160601b038e16604483015292935091169063c661667d906064015f604051808303815f87803b158015610c8f575f80fd5b505af1158015610ca1573d5f803e3d5ffd5b505050507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f8c82858d604051610d0894939291906001600160601b0394851681526001600160a01b0393841660208201529190921660408201529116606082015260800190565b60405180910390a150505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610d7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da19190614c06565b905090565b610dae6140a0565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e489190614aee565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610e906121e5565b6001600160a01b03168152602001826001018054610ead90614c28565b80601f0160208091040260200160405190810160405280929190818152602001828054610ed990614c28565b8015610f245780601f10610efb57610100808354040283529160200191610f24565b820191905f5260205f20905b815481529060010190602001808311610f0757829003601f168201915b505050505081525091505090565b5f610da1306133cb565b610f446135c4565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b604051630a4d29dd60e31b81526001600160601b03831660048201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610fc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fe49190614b09565b8061106a5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061102b906001600160c01b031986169060040161457c565b602060405180830381865af4158015611046573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061106a9190614b09565b1561107657505f611391565b5f611080846135fc565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e391906148c5565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b815260040161110e919061457c565b5f60405180830381865afa158015611128573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261114f9190810190614c6b565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156111ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111cf9190614b09565b156111de575f92505050611391565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611238573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061125c9190614b09565b8061136a575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156112bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e09190614b09565b801561136a575061136a73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611331573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113559190614d4d565b8260a0015164ffffffffff9081169116111590565b925082801561138c5750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b61139f6135c4565b6113a9828761322d565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016114328382614db3565b5050505050505050565b5f8080611449600e6132a3565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561148b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114af91906148c5565b90505f6114bc828561371b565b90505f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114fb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151f91906148c5565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa15801561156d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115919190614eb9565b60808101515160a082015151919250905f906115ad908f613799565b9050808210156116bd5760405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af4158015611605573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116299190614b24565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af4158015611677573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061169b9190614b24565b604051632d8d32a560e21b815260048101929092526024820152604401610791565b5f6116c883836137a4565b90508f73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b815260040161170e929190918252602082015260400190565b602060405180830381865af4158015611729573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061174d9190614b09565b15611860578f73__$bf7bc340cbb9229ef1de2c568356e67902$__63916c5c5790916040518263ffffffff1660e01b815260040161178d91815260200190565b602060405180830381865af41580156117a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117cc9190614b24565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af415801561181a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061183e9190614b24565b6040516306990c9f60e11b815260048101929092526024820152604401610791565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b815260040161189e929190614f7a565b602060405180830381865af41580156118b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118dd9190614f9b565b93505f6040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561196e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199291906148c5565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016119bf929190614fb6565b5f604051808303815f87803b1580156119d6575f80fd5b505af11580156119e8573d5f803e3d5ffd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611a1f610d1f565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611a5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a819190615088565b5f805160206155068339815191528054600160401b900460ff1680611ab3575080546001600160401b03808416911610155b15611ad15760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611afb836137ff565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b611b4f6135c4565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f805160206155068339815191528054600160401b810460ff1615906001600160401b03165f81158015611bbd5750825b90505f826001600160401b03166001148015611bd85750303b155b905081158015611be6575080155b15611c045760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611c2e57845460ff60401b1916600160401b1785555b611c388787613807565b8315611c7f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f8080611c95600e6132a3565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611d04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d289190614aee565b6001600160601b03168152602001856001600160601b03168152602001611d4d601c90565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611daa919061418d565b6020604051808303815f875af1158015611dc6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dea9190614aee565b92505f6040518060a00160405280876001600160c01b031916815260200160011515815260200186815260200173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e829190614aee565b6001600160601b031681526020015f63ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ed8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611efc91906148c5565b6001600160a01b0316637cca112485836040518363ffffffff1660e01b8152600401611f299291906150a3565b5f604051808303815f87803b158015611f40575f80fd5b505af1158015611f52573d5f803e3d5ffd5b505050505050509392505050565b611f686135c4565b806001600160a01b03163b5f03611f9d5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610791565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526318788cbb60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015612017575060408051601f3d908101601f1916820190925261201491810190614b09565b60015b61203f5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610791565b806120685760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610791565b505b50565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600e604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156120d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120fc91906150cf565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561213f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da19190615088565b3361216c613212565b6001600160a01b0316816001600160a01b0316146121a75760405162d1953b60e31b81526001600160a01b0382166004820152602401610791565b816001600160a01b03163b5f036121dc576040516361798f2f60e11b81526001600160a01b0383166004820152602401610791565b612068826139a0565b5f805f805160206154c683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612251573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122759190614b09565b15612300576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156122d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122fa91906148c5565b91505090565b54600160601b90046001600160a01b0316919050565b5f8080612323600e6132a3565b925050915087515f0361234b5787604051634fad6a5360e11b815260040161079191906150ea565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561239f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123c39190614b09565b156123ea5760405163df85467b60e01b815264ffffffffff86166004820152602401610791565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612427573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061244b91906148c5565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa15801561249a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124c19190810190614a33565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c6906124f390859060040161457c565b5f60405180830381865afa15801561250d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261253491908101906150fc565b90508863ffffffff16816080015163ffffffff161015612575576080810151604051636fcee12560e01b815263ffffffff9091166004820152602401610791565b60208101518a101561268d576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156125d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125f99190614b24565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612647573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061266b9190614b24565b6040516338a25a8b60e21b815260048101929092526024820152604401610791565b60408101518a11156127a5576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156126ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127119190614b24565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af415801561275f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127839190614b24565b604051631e1ea4f360e31b815260048101929092526024820152604401610791565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156127f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061281b9190614d4d565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612870573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128949190614b24565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156128e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061290c9190614b24565b6129169190615209565b11156129c05760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612975573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129999190614b24565b6040516331fa6ab160e11b815263ffffffff90921660048301526024820152604401610791565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd6906129f99088908f90600401614f7a565b602060405180830381865af4158015612a14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a389190614f9b565b95505f6040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff1681526020015f63ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ac8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612aec91906148c5565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b8152600401612b199291906152a7565b5f604051808303815f87803b158015612b30575f80fd5b505af1158015612b42573d5f803e3d5ffd5b505050505050505050509695505050505050565b612b5e6135c4565b612bda83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bc29190614aee565b60085f8560405180602001604052805f815250611397565b6001600160a01b03821615612bf757612bf282613a00565b612c6e565b5f612c026002613a11565b9050612c6c816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c6791906148c5565b613a00565b505b612c7e634a531f3360e01b610f3c565b612c8e63daf9067160e01b610f3c565b505050565b5f805160206154e683398151915280545f9190600160a01b900460ff16612cba575f6122fa565b638fb3603760e01b91505090565b612cd3335f36613b12565b5f612cdd846135fc565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d4091906148c5565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d7f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612da391906148c5565b90505f73__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866101e00151876101c00151612dd691906152cb565b6040518263ffffffff1660e01b8152600401612df491815260200190565b602060405180830381865af4158015612e0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e339190614aee565b9050612e3f8787610f68565b1561312c57610200850151604051632620eecb60e11b81525f9173__$3bac17678db7ae928afa209f2f44deec9c$__91634c41dd9691612e859160040190815260200190565b602060405180830381865af4158015612ea0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ec49190614aee565b6002546040516374933c2f60e01b81529192506001600160a01b0316906374933c2f90612efb9086908c9086908890600401614b3b565b5f604051808303815f87803b158015612f12575f80fd5b505af1158015612f24573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be47790612f56908b9060040161457c565b5f60405180830381865afa158015612f70573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612f979190810190614c6b565b9050600181608001818151612fac91906152de565b63ffffffff169052506040516330882f0760e11b81526001600160a01b038516906361105e0e90612fe6908b90859060ff906004016152fa565b5f604051808303815f87803b158015612ffd575f80fd5b505af115801561300f573d5f803e3d5ffd5b505082516040516313d8ebc960e11b81526001600160601b0390911660048201525f92506001600160a01b03881691506327b1d792906024015f60405180830381865afa158015613062573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526130899190810190614a33565b9050613099816060015184613c10565b6001600160601b03166060820152608081018051600191906130bc9083906152de565b63ffffffff169052508151604051631e40b36360e01b81526001600160a01b03871691631e40b363916130f79190859060ff90600401614bd2565b5f604051808303815f87803b15801561310e575f80fd5b505af1158015613120573d5f803e3d5ffd5b50505050505050611c7f565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613198573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131bc9190614aee565b856040518563ffffffff1660e01b81526004016131dc9493929190614b3b565b5f604051808303815f87803b1580156131f3575f80fd5b505af1158015613205573d5f803e3d5ffd5b5050505050505050505050565b5f805160206154e6833981519152546001600160a01b031690565b6132356135c4565b61323e81611f60565b613246611b47565b6001600160a01b03821661326d5760405163f17ef42d60e01b815260040160405180910390fd5b505f805160206154c683398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f6132ac6140a0565b5f6132bf6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015613303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133279190614aee565b925061333583856001613c5a565b9395909450915050565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af41580156133a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133c49190614aee565b9392505050565b5f805f805160206154c683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613437573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061345b9190614b09565b156134875780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610791565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156134d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134fd9190614b09565b6135255760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610791565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015613577573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061359b9190614aee565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8051602061550683398151915254600160401b900460ff166135fa57604051631afcd79f60e31b815260040160405180910390fd5b565b5f806136106001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561365c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613683919081019061531e565b6020015190505f61369c6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156136e8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261370f919081019061531e565b60800151949350505050565b60405163f0ea17c360e01b81526001600160601b03821660048201525f906001600160a01b0384169063f0ea17c3906024015f60405180830381865afa158015613767573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261378e9190810190614945565b602001519392505050565b5f6133c482846152cb565b5f828211156137f55760405162461bcd60e51b815260206004820152601d60248201527f4552524f523a55464d2d3031303a4e454741544956455f524553554c540000006044820152606401610791565b6133c48284615209565b6101bb6135c4565b5f805160206155068339815191528054600160401b810460ff1615906001600160401b03165f811580156138385750825b90505f826001600160401b031660011480156138535750303b155b905081158015613861575080155b1561387f5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156138a957845460ff60401b1916600160401b1785555b5f80878060200190518101906138bf91906153b7565b925090506138ce815f8b612b56565b6138d8600b613a11565b600280546001600160a01b0319166001600160a01b0392909216919091179055613902600a613a11565b600380546001600160a01b0319166001600160a01b039290921691909117905561392c6002613a11565b600480546001600160a01b0319166001600160a01b039290921691909117905561395c63722bb83160e01b610f3c565b50508315611c7f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611c76565b5f805160206154e683398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613a086135c4565b61206a81613ef7565b5f613a246001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613a87573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613aab91906150cf565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613aee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139191906148c5565b5f805160206154e68339815191525f80613b4a613b2d613212565b8730613b3c60045f8a8c6153e4565b613b459161540b565b613f08565b9150915081613c085763ffffffff811615613be557825460ff60a01b1916600160a01b178355613b78613212565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401613ba793929190615443565b5f604051808303815f87803b158015613bbe575f80fd5b505af1158015613bd0573d5f803e3d5ffd5b5050845460ff60a01b1916855550613c089050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610791565b505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401613385565b613c626140a0565b5f80613c766001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613cc3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613cea919081019061531e565b925060ff8516600b14613d4857604083015160ff868116911614613d4357604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610791565b613de4565b613d638360400151613d58600c90565b60ff90811691161490565b80613d795750613d798360400151613d58600f90565b80613d8f5750613d8f8360400151613d58600e90565b80613da55750613da58360400151613d58600d90565b613de457604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610791565b613df18360200151614010565b91508315613eee57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613e35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e5991906148c5565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613ea1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ec59190614b09565b15613eee57604051637d71120960e11b81526001600160601b0387166004820152602401610791565b50935093915050565b613eff6135c4565b61206a816139a0565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613f769190615482565b5f60405180830381855afa9150503d805f8114613fae576040519150601f19603f3d011682016040523d82523d5f602084013e613fb3565b606091505b50915091508115614005576040815110613fe55780806020019051810190613fdb9190615498565b9094509250614005565b602081511061400557808060200190518101906140029190614b09565b93505b505094509492505050565b5f6140236001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561406f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614096919081019061531e565b6080015192915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156140ed575f80fd5b81356001600160e01b0319811681146133c4575f80fd5b6001600160601b038116811461206a575f80fd5b803561412381614104565b919050565b5f8060408385031215614139575f80fd5b823561414481614104565b9150602083013561415481614104565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516141d5608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261421961010084018261415f565b949350505050565b6001600160c01b03198116811461206a575f80fd5b5f8060408385031215614247575f80fd5b823561425281614104565b9150602083013561415481614221565b6001600160a01b038116811461206a575f80fd5b60ff8116811461206a575f80fd5b801515811461206a575f80fd5b803561412381614284565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b03811182821017156142d3576142d361429c565b60405290565b60405160c081016001600160401b03811182821017156142d3576142d361429c565b60405160a081016001600160401b03811182821017156142d3576142d361429c565b60405160e081016001600160401b03811182821017156142d3576142d361429c565b60405161012081016001600160401b03811182821017156142d3576142d361429c565b604051601f8201601f191681016001600160401b038111828210171561438a5761438a61429c565b604052919050565b5f6001600160401b038211156143aa576143aa61429c565b50601f01601f191660200190565b5f82601f8301126143c7575f80fd5b8135602083015f6143df6143da84614392565b614362565b90508281528583830111156143f2575f80fd5b828260208301375f92810160200192909252509392505050565b5f805f805f8060c08789031215614421575f80fd5b863561442c81614262565b9550602087013561443c81614104565b9450604087013561444c81614276565b9350606087013561445c81614284565b9250608087013561446c81614262565b915060a08701356001600160401b03811115614486575f80fd5b61449289828a016143b8565b9150509295509295509295565b63ffffffff8116811461206a575f80fd5b80356141238161449f565b5f805f805f805f805f6101208a8c0312156144d4575f80fd5b89356001600160401b038111156144e9575f80fd5b6144f58c828d016143b8565b99505060208a0135975060408a0135965060608a0135955060808a013561451b8161449f565b945061452960a08b016144b0565b935061453760c08b01614291565b925061454560e08b01614291565b91506101008a01356001600160401b03811115614560575f80fd5b61456c8c828d016143b8565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f602082840312156145a1575f80fd5b81356001600160401b038111156145b6575f80fd5b614219848285016143b8565b5f80604083850312156145d3575f80fd5b82356145de81614262565b915060208301356001600160401b038111156145f8575f80fd5b614604858286016143b8565b9150509250929050565b5f805f60608486031215614620575f80fd5b833561462b81614262565b9250602084013561463b81614221565b915060408401356001600160401b03811115614655575f80fd5b614661868287016143b8565b9150509250925092565b5f6020828403121561467b575f80fd5b81356133c481614262565b64ffffffffff8116811461206a575f80fd5b5f805f805f8060c087890312156146ad575f80fd5b86356146b881614104565b955060208701356001600160401b038111156146d2575f80fd5b6146de89828a016143b8565b9550506040870135935060608701356146f68161449f565b9250608087013561446c81614686565b5f805f60608486031215614718575f80fd5b833561472381614262565b9250602084013561473381614262565b9150604084013561474381614262565b809150509250925092565b5f805f838503610280811215614762575f80fd5b843561476d81614104565b9350602085013561477d81614221565b9250610240603f1982011215614791575f80fd5b5061479a6142b0565b6147a660408601614118565b81526147b460608601614118565b60208201526147c560808601614118565b604082015260a085810135606083015260c080870135608084015260e08088013592840192909252610100808801359184019190915261012080880135928401929092526101408088013591840191909152610160808801359284019290925261018080880135918401919091526101a080880135928401929092526101c080880135918401919091526101e0808801359284019290925261020080880135918401919091526102208088013592840192909252610240870135908301526102609095013594810194909452509093909250565b5f80604083850312156148aa575f80fd5b82356148b581614262565b9150602083013561415481614262565b5f602082840312156148d5575f80fd5b81516133c481614262565b5f82601f8301126148ef575f80fd5b8151602083015f6149026143da84614392565b9050828152858383011115614915575f80fd5b8282602083015e5f92810160200192909252509392505050565b805161412381614104565b805161412381614262565b5f60208284031215614955575f80fd5b81516001600160401b0381111561496a575f80fd5b820160c0818503121561497b575f80fd5b6149836142d9565b81516001600160401b03811115614998575f80fd5b6149a4868285016148e0565b8252506149b36020830161492f565b60208201526149c46040830161493a565b60408201526149d56060830161493a565b60608201526149e66080830161493a565b608082015260a08201516001600160401b03811115614a03575f80fd5b614a0f868285016148e0565b60a083015250949350505050565b805161412381614284565b80516141238161449f565b5f60208284031215614a43575f80fd5b81516001600160401b03811115614a58575f80fd5b820160a08185031215614a69575f80fd5b614a716142fb565b8151614a7c81614221565b81526020820151614a8c81614284565b602082015260408201516001600160401b03811115614aa9575f80fd5b614ab5868285016148e0565b6040830152506060820151614ac981614104565b60608201526080919091015190614adf8261449f565b60808101919091529392505050565b5f60208284031215614afe575f80fd5b81516133c481614104565b5f60208284031215614b19575f80fd5b81516133c481614284565b5f60208284031215614b34575f80fd5b5051919050565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b6001600160401b0360c01b81511682526020810151151560208301525f604082015160a06040850152614ba360a085018261415f565b90506001600160601b03606084015116606085015263ffffffff60808401511660808501528091505092915050565b6001600160601b0384168152606060208201525f614bf36060830185614b6d565b905060ff83166040830152949350505050565b5f60208284031215614c16575f80fd5b815162ffffff811681146133c4575f80fd5b600181811c90821680614c3c57607f821691505b602082108103614c5a57634e487b7160e01b5f52602260045260245ffd5b50919050565b805161412381614686565b5f60208284031215614c7b575f80fd5b81516001600160401b03811115614c90575f80fd5b820160e08185031215614ca1575f80fd5b614ca961431d565b614cb28261492f565b815260208201516001600160401b03811115614ccc575f80fd5b614cd8868285016148e0565b60208301525060408281015190820152614cf460608301614a28565b6060820152614d0560808301614a28565b6080820152614d1660a08301614c60565b60a082015260c08201516001600160401b03811115614d33575f80fd5b614d3f868285016148e0565b60c083015250949350505050565b5f60208284031215614d5d575f80fd5b81516133c481614686565b601f821115612c8e57805f5260205f20601f840160051c81016020851015614d8d5750805b601f840160051c820191505b81811015614dac575f8155600101614d99565b5050505050565b81516001600160401b03811115614dcc57614dcc61429c565b614de081614dda8454614c28565b84614d68565b6020601f821160018114614e12575f8315614dfb5750848201515b5f19600385901b1c1916600184901b178455614dac565b5f84815260208120601f198516915b82811015614e415787850151825560209485019460019092019101614e21565b5084821015614e5e57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60408284031215614e7d575f80fd5b604080519081016001600160401b0381118282101715614e9f57614e9f61429c565b604052825181526020928301519281019290925250919050565b5f610200828403128015614ecb575f80fd5b50614ed461433f565b614edd8361492f565b8152614eeb6020840161492f565b6020820152614efd8460408501614e6d565b6040820152614f0f8460808501614e6d565b6060820152614f218460c08501614e6d565b6080820152614f34846101008501614e6d565b60a0820152614f47846101408501614e6d565b60c0820152614f5a846101808501614e6d565b60e0820152614f6d846101c08501614e6d565b6101008201529392505050565b6001600160601b0383168152604060208201525f614219604083018461415f565b5f60208284031215614fab575f80fd5b81516133c481614221565b6001600160401b0360c01b83168152604060208201525f82516101206040840152614fe561016084018261415f565b90506020840151606084015260408401516080840152606084015160a0840152608084015161501c60c085018263ffffffff169052565b5060a084015163ffffffff811660e08501525060c08401518015156101008501525060e084015180151561012085015250610100840151838203603f190161014085015261506a828261415f565b9695505050505050565b6001600160401b038116811461206a575f80fd5b5f60208284031215615098575f80fd5b81516133c481615074565b6001600160601b0383168152604060208201525f6142196040830184614b6d565b805161412381614276565b5f602082840312156150df575f80fd5b81516133c481614276565b602081525f6133c4602083018461415f565b5f6020828403121561510c575f80fd5b81516001600160401b03811115615121575f80fd5b82016101208185031215615133575f80fd5b61513b61433f565b81516001600160401b03811115615150575f80fd5b61515c868285016148e0565b82525060208281015190820152604080830151908201526060808301519082015261518960808301614a28565b608082015261519a60a08301614a28565b60a08201526151ab60c08301614a1d565b60c08201526151bc60e08301614a1d565b60e08201526101008201516001600160401b038111156151da575f80fd5b6151e6868285016148e0565b61010083015250949350505050565b634e487b7160e01b5f52601160045260245ffd5b81810381811115611391576113916151f5565b6001600160601b0381511682525f602082015160e0602085015261524360e085018261415f565b90506040830151604085015263ffffffff60608401511660608501526080830151615276608086018263ffffffff169052565b5060a083015161528f60a086018264ffffffffff169052565b5060c083015184820360c086015261138c828261415f565b6001600160401b0360c01b83168152604060208201525f614219604083018461521c565b80820180821115611391576113916151f5565b63ffffffff8181168382160190811115611391576113916151f5565b6001600160401b0360c01b84168152606060208201525f614bf3606083018561521c565b5f6020828403121561532e575f80fd5b81516001600160401b03811115615343575f80fd5b820160e08185031215615354575f80fd5b61535c61431d565b6153658261492f565b81526153736020830161492f565b6020820152615384604083016150c4565b604082015261539560608301614a1d565b60608201526153a66080830161493a565b6080820152614d1660a0830161493a565b5f80604083850312156153c8575f80fd5b82516153d381614262565b602084015190925061415481614262565b5f80858511156153f2575f80fd5b838611156153fe575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561543c576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82518060208501845e5f920191825250919050565b5f80604083850312156154a9575f80fd5b82516154b481614284565b60208401519092506141548161449f56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220d96665cd407684f06868c544254195330ef531984cef988c658ed3d3b98f255264736f6c634300081a0033",
1135
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101bb575f3560e01c80635dcb3bae116100f35780638e32e97911610093578063ada9652e1161006e578063ada9652e1461041f578063b68d180914610433578063bf7e214f14610442578063f7c34ee01461044a575f80fd5b80638e32e979146103d85780638fb36037146103eb578063ab54c5451461040c575f80fd5b80636c741e78116100ce5780636c741e781461038a5780637a9e5e4b146103aa578063893d20e8146103bd5780638dd2b781146103c5575f80fd5b80635dcb3bae14610347578063644c45e01461035a578063675393bf14610377575f80fd5b806325d073841161015e578063329d6e7411610139578063329d6e74146102f457806336fc697e1461030757806349bb9e4b1461030f5780635ab1bd5314610322575f80fd5b806325d07384146102ae57806327bb7a33146102c15780632b5198b1146102d4575f80fd5b80630fec111c116101995780630fec111c14610247578063138461e01461025c5780631eff4b2214610264578063214cdb8014610299575f80fd5b806301ffc9a7146101bf57806307e71a6e146102005780630d8e6e2c1461022b575b5f80fd5b6101eb6101cd3660046140dd565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61021361020e366004614128565b61045d565b6040516001600160601b0390911681526020016101f7565b610233610d1f565b60405162ffffff90911681526020016101f7565b61024f610da6565b6040516101f7919061418d565b610213610f32565b61028b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101f7565b6102ac6102a73660046140dd565b610f3c565b005b6101eb6102bc366004614236565b610f68565b6102ac6102cf36600461440c565b611397565b6102e76102e23660046144bb565b61143c565b6040516101f7919061457c565b6102ac610302366004614591565b6119fd565b6102ac611b47565b6102ac61031d3660046145c2565b611b8c565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101f7565b61021361035536600461460e565b611c88565b5f805160206154c6833981519152546001600160601b0316610213565b6102ac61038536600461466b565b611f60565b61039261206d565b6040516001600160401b0390911681526020016101f7565b6102ac6103b836600461466b565b612163565b61032f6121e5565b6102e76103d3366004614698565b612316565b6102ac6103e6366004614706565b612b56565b6103f3612c93565b6040516001600160e01b031990911681526020016101f7565b6102ac61041a36600461474e565b612cc8565b61028b5f805160206154c683398151915281565b604051600e81526020016101f7565b61032f613212565b6102ac610458366004614899565b61322d565b5f808061046a600e6132a3565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104d091906148c5565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa15801561051f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105469190810190614945565b60808101516040516313d8ebc960e11b81526001600160601b038a166004820152919250905f906001600160a01b038516906327b1d792906024015f60405180830381865afa15801561059b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105c29190810190614a33565b9050879650866001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610634573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106589190614aee565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156106a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106c59190614b09565b156106d6578060600151965061079a565b6060810151604051632601631360e21b81526001600160601b038981166004830152909116602482015273__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af415801561073a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075e9190614b09565b1561079a5760608101516040516322d98b0960e11b81526001600160601b03808a16600483015290911660248201526044015b60405180910390fd5b604051630a4d29dd60e31b81526001600160601b038816600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af41580156107f0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108149190614b09565b1561083257604051630baf99af60e21b815260040160405180910390fd5b60408381015160608501519151636eb1769f60e11b81526001600160a01b038581166004830152928316602482015290915f919083169063dd62ed3e90604401602060405180830381865afa15801561088d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108b19190614b24565b60405163046e44af60e11b81526001600160601b038b16600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af415801561090a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061092e9190614b24565b8110156109f157606085015160405163046e44af60e11b81526001600160601b038b166004820152859190839073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015610995573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109b99190614b24565b604051630bf4841760e41b81526001600160a01b03948516600482015293909216602484015260448301526064820152608401610791565b5f876001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5291906148c5565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a14677828b8d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610ac1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae59190614aee565b6040518563ffffffff1660e01b8152600401610b049493929190614b3b565b5f604051808303815f87803b158015610b1b575f80fd5b505af1158015610b2d573d5f803e3d5ffd5b50505050610b3f84606001518b61333f565b6001600160601b03166060850152604051631e40b36360e01b81526001600160a01b03821690631e40b36390610b7e908f90889060ff90600401614bd2565b5f604051808303815f87803b158015610b95575f80fd5b505af1158015610ba7573d5f803e3d5ffd5b50505050505f610bbf6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038e1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c3091906148c5565b606087015160405163c661667d60e01b81526001600160a01b03888116600483015280841660248301526001600160601b038e16604483015292935091169063c661667d906064015f604051808303815f87803b158015610c8f575f80fd5b505af1158015610ca1573d5f803e3d5ffd5b505050507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f8c82858d604051610d0894939291906001600160601b0394851681526001600160a01b0393841660208201529190921660408201529116606082015260800190565b60405180910390a150505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610d7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da19190614c06565b905090565b610dae6140a0565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e489190614aee565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610e906121e5565b6001600160a01b03168152602001826001018054610ead90614c28565b80601f0160208091040260200160405190810160405280929190818152602001828054610ed990614c28565b8015610f245780601f10610efb57610100808354040283529160200191610f24565b820191905f5260205f20905b815481529060010190602001808311610f0757829003601f168201915b505050505081525091505090565b5f610da1306133cb565b610f446135c4565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b604051630a4d29dd60e31b81526001600160601b03831660048201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015610fc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fe49190614b09565b8061106a5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061102b906001600160c01b031986169060040161457c565b602060405180830381865af4158015611046573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061106a9190614b09565b1561107657505f611391565b5f611080846135fc565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110e391906148c5565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b815260040161110e919061457c565b5f60405180830381865afa158015611128573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261114f9190810190614c6b565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156111ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111cf9190614b09565b156111de575f92505050611391565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611238573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061125c9190614b09565b8061136a575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156112bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112e09190614b09565b801561136a575061136a73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611331573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113559190614d4d565b8260a0015164ffffffffff9081169116111590565b925082801561138c5750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b61139f6135c4565b6113a9828761322d565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016114328382614db3565b5050505050505050565b5f8080611449600e6132a3565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561148b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114af91906148c5565b90505f6114bc828561371b565b90505f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114fb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151f91906148c5565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa15801561156d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115919190614eb9565b60808101515160a082015151919250905f906115ad908f613799565b9050808210156116bd5760405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af4158015611605573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116299190614b24565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af4158015611677573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061169b9190614b24565b604051632d8d32a560e21b815260048101929092526024820152604401610791565b5f6116c883836137a4565b90508f73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b815260040161170e929190918252602082015260400190565b602060405180830381865af4158015611729573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061174d9190614b09565b15611860578f73__$bf7bc340cbb9229ef1de2c568356e67902$__63916c5c5790916040518263ffffffff1660e01b815260040161178d91815260200190565b602060405180830381865af41580156117a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117cc9190614b24565b60405163916c5c5760e01b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__9063916c5c5790602401602060405180830381865af415801561181a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061183e9190614b24565b6040516306990c9f60e11b815260048101929092526024820152604401610791565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b815260040161189e929190614f7a565b602060405180830381865af41580156118b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118dd9190614f9b565b93505f6040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561196e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199291906148c5565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016119bf929190614fb6565b5f604051808303815f87803b1580156119d6575f80fd5b505af11580156119e8573d5f803e3d5ffd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611a1f610d1f565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611a5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a819190615088565b5f805160206155068339815191528054600160401b900460ff1680611ab3575080546001600160401b03808416911610155b15611ad15760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611afb836137ff565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b611b4f6135c4565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f805160206155068339815191528054600160401b810460ff1615906001600160401b03165f81158015611bbd5750825b90505f826001600160401b03166001148015611bd85750303b155b905081158015611be6575080155b15611c045760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611c2e57845460ff60401b1916600160401b1785555b611c388787613807565b8315611c7f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f8080611c95600e6132a3565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611d04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d289190614aee565b6001600160601b03168152602001856001600160601b03168152602001611d4d601c90565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611daa919061418d565b6020604051808303815f875af1158015611dc6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dea9190614aee565b92505f6040518060a00160405280876001600160c01b031916815260200160011515815260200186815260200173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e829190614aee565b6001600160601b031681526020015f63ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ed8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611efc91906148c5565b6001600160a01b0316637cca112485836040518363ffffffff1660e01b8152600401611f299291906150a3565b5f604051808303815f87803b158015611f40575f80fd5b505af1158015611f52573d5f803e3d5ffd5b505050505050509392505050565b611f686135c4565b806001600160a01b03163b5f03611f9d5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610791565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526318788cbb60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015612017575060408051601f3d908101601f1916820190925261201491810190614b09565b60015b61203f5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610791565b806120685760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610791565b505b50565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600e604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156120d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120fc91906150cf565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561213f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da19190615088565b3361216c613212565b6001600160a01b0316816001600160a01b0316146121a75760405162d1953b60e31b81526001600160a01b0382166004820152602401610791565b816001600160a01b03163b5f036121dc576040516361798f2f60e11b81526001600160a01b0383166004820152602401610791565b612068826139a0565b5f805f805160206154c683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612251573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122759190614b09565b15612300576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156122d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122fa91906148c5565b91505090565b54600160601b90046001600160a01b0316919050565b5f8080612323600e6132a3565b925050915087515f0361234b5787604051634fad6a5360e11b815260040161079191906150ea565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561239f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123c39190614b09565b156123ea5760405163df85467b60e01b815264ffffffffff86166004820152602401610791565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612427573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061244b91906148c5565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa15801561249a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124c19190810190614a33565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c6906124f390859060040161457c565b5f60405180830381865afa15801561250d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261253491908101906150fc565b90508863ffffffff16816080015163ffffffff161015612575576080810151604051636fcee12560e01b815263ffffffff9091166004820152602401610791565b60208101518a101561268d576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156125d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125f99190614b24565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015612647573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061266b9190614b24565b6040516338a25a8b60e21b815260048101929092526024820152604401610791565b60408101518a11156127a5576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156126ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127119190614b24565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af415801561275f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127839190614b24565b604051631e1ea4f360e31b815260048101929092526024820152604401610791565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156127f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061281b9190614d4d565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612870573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128949190614b24565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156128e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061290c9190614b24565b6129169190615209565b11156129c05760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612975573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129999190614b24565b6040516331fa6ab160e11b815263ffffffff90921660048301526024820152604401610791565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd6906129f99088908f90600401614f7a565b602060405180830381865af4158015612a14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a389190614f9b565b95505f6040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff1681526020015f63ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ac8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612aec91906148c5565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b8152600401612b199291906152a7565b5f604051808303815f87803b158015612b30575f80fd5b505af1158015612b42573d5f803e3d5ffd5b505050505050505050509695505050505050565b612b5e6135c4565b612bda83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bc29190614aee565b60085f8560405180602001604052805f815250611397565b6001600160a01b03821615612bf757612bf282613a00565b612c6e565b5f612c026002613a11565b9050612c6c816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c6791906148c5565b613a00565b505b612c7e634a531f3360e01b610f3c565b612c8e63daf9067160e01b610f3c565b505050565b5f805160206154e683398151915280545f9190600160a01b900460ff16612cba575f6122fa565b638fb3603760e01b91505090565b612cd3335f36613b12565b5f612cdd846135fc565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d4091906148c5565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d7f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612da391906148c5565b90505f73__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866101e00151876101c00151612dd691906152cb565b6040518263ffffffff1660e01b8152600401612df491815260200190565b602060405180830381865af4158015612e0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e339190614aee565b9050612e3f8787610f68565b1561312c57610200850151604051632620eecb60e11b81525f9173__$3bac17678db7ae928afa209f2f44deec9c$__91634c41dd9691612e859160040190815260200190565b602060405180830381865af4158015612ea0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ec49190614aee565b6002546040516374933c2f60e01b81529192506001600160a01b0316906374933c2f90612efb9086908c9086908890600401614b3b565b5f604051808303815f87803b158015612f12575f80fd5b505af1158015612f24573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be47790612f56908b9060040161457c565b5f60405180830381865afa158015612f70573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612f979190810190614c6b565b9050600181608001818151612fac91906152de565b63ffffffff169052506040516330882f0760e11b81526001600160a01b038516906361105e0e90612fe6908b90859060ff906004016152fa565b5f604051808303815f87803b158015612ffd575f80fd5b505af115801561300f573d5f803e3d5ffd5b505082516040516313d8ebc960e11b81526001600160601b0390911660048201525f92506001600160a01b03881691506327b1d792906024015f60405180830381865afa158015613062573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526130899190810190614a33565b9050613099816060015184613c10565b6001600160601b03166060820152608081018051600191906130bc9083906152de565b63ffffffff169052508151604051631e40b36360e01b81526001600160a01b03871691631e40b363916130f79190859060ff90600401614bd2565b5f604051808303815f87803b15801561310e575f80fd5b505af1158015613120573d5f803e3d5ffd5b50505050505050611c7f565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613198573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131bc9190614aee565b856040518563ffffffff1660e01b81526004016131dc9493929190614b3b565b5f604051808303815f87803b1580156131f3575f80fd5b505af1158015613205573d5f803e3d5ffd5b5050505050505050505050565b5f805160206154e6833981519152546001600160a01b031690565b6132356135c4565b61323e81611f60565b613246611b47565b6001600160a01b03821661326d5760405163f17ef42d60e01b815260040160405180910390fd5b505f805160206154c683398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f6132ac6140a0565b5f6132bf6001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015613303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133279190614aee565b925061333583856001613c5a565b9395909450915050565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af41580156133a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133c49190614aee565b9392505050565b5f805f805160206154c683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613437573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061345b9190614b09565b156134875780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610791565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156134d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134fd9190614b09565b6135255760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610791565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015613577573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061359b9190614aee565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8051602061550683398151915254600160401b900460ff166135fa57604051631afcd79f60e31b815260040160405180910390fd5b565b5f806136106001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561365c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613683919081019061531e565b6020015190505f61369c6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156136e8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261370f919081019061531e565b60800151949350505050565b60405163f0ea17c360e01b81526001600160601b03821660048201525f906001600160a01b0384169063f0ea17c3906024015f60405180830381865afa158015613767573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261378e9190810190614945565b602001519392505050565b5f6133c482846152cb565b5f828211156137f55760405162461bcd60e51b815260206004820152601d60248201527f4552524f523a55464d2d3031303a4e454741544956455f524553554c540000006044820152606401610791565b6133c48284615209565b6101bb6135c4565b5f805160206155068339815191528054600160401b810460ff1615906001600160401b03165f811580156138385750825b90505f826001600160401b031660011480156138535750303b155b905081158015613861575080155b1561387f5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156138a957845460ff60401b1916600160401b1785555b5f80878060200190518101906138bf91906153b7565b925090506138ce815f8b612b56565b6138d8600b613a11565b600280546001600160a01b0319166001600160a01b0392909216919091179055613902600a613a11565b600380546001600160a01b0319166001600160a01b039290921691909117905561392c6002613a11565b600480546001600160a01b0319166001600160a01b039290921691909117905561395c63722bb83160e01b610f3c565b50508315611c7f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611c76565b5f805160206154e683398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b613a086135c4565b61206a81613ef7565b5f613a246001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613a87573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613aab91906150cf565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613aee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139191906148c5565b5f805160206154e68339815191525f80613b4a613b2d613212565b8730613b3c60045f8a8c6153e4565b613b459161540b565b613f08565b9150915081613c085763ffffffff811615613be557825460ff60a01b1916600160a01b178355613b78613212565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401613ba793929190615443565b5f604051808303815f87803b158015613bbe575f80fd5b505af1158015613bd0573d5f803e3d5ffd5b5050845460ff60a01b1916855550613c089050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610791565b505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401613385565b613c626140a0565b5f80613c766001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613cc3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613cea919081019061531e565b925060ff8516600b14613d4857604083015160ff868116911614613d4357604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610791565b613de4565b613d638360400151613d58600c90565b60ff90811691161490565b80613d795750613d798360400151613d58600f90565b80613d8f5750613d8f8360400151613d58600e90565b80613da55750613da58360400151613d58600d90565b613de457604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610791565b613df18360200151614010565b91508315613eee57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613e35573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e5991906148c5565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613ea1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ec59190614b09565b15613eee57604051637d71120960e11b81526001600160601b0387166004820152602401610791565b50935093915050565b613eff6135c4565b61206a816139a0565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251613f769190615482565b5f60405180830381855afa9150503d805f8114613fae576040519150601f19603f3d011682016040523d82523d5f602084013e613fb3565b606091505b50915091508115614005576040815110613fe55780806020019051810190613fdb9190615498565b9094509250614005565b602081511061400557808060200190518101906140029190614b09565b93505b505094509492505050565b5f6140236001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa15801561406f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614096919081019061531e565b6080015192915050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156140ed575f80fd5b81356001600160e01b0319811681146133c4575f80fd5b6001600160601b038116811461206a575f80fd5b803561412381614104565b919050565b5f8060408385031215614139575f80fd5b823561414481614104565b9150602083013561415481614104565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516141d5608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261421961010084018261415f565b949350505050565b6001600160c01b03198116811461206a575f80fd5b5f8060408385031215614247575f80fd5b823561425281614104565b9150602083013561415481614221565b6001600160a01b038116811461206a575f80fd5b60ff8116811461206a575f80fd5b801515811461206a575f80fd5b803561412381614284565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b03811182821017156142d3576142d361429c565b60405290565b60405160c081016001600160401b03811182821017156142d3576142d361429c565b60405160a081016001600160401b03811182821017156142d3576142d361429c565b60405160e081016001600160401b03811182821017156142d3576142d361429c565b60405161012081016001600160401b03811182821017156142d3576142d361429c565b604051601f8201601f191681016001600160401b038111828210171561438a5761438a61429c565b604052919050565b5f6001600160401b038211156143aa576143aa61429c565b50601f01601f191660200190565b5f82601f8301126143c7575f80fd5b8135602083015f6143df6143da84614392565b614362565b90508281528583830111156143f2575f80fd5b828260208301375f92810160200192909252509392505050565b5f805f805f8060c08789031215614421575f80fd5b863561442c81614262565b9550602087013561443c81614104565b9450604087013561444c81614276565b9350606087013561445c81614284565b9250608087013561446c81614262565b915060a08701356001600160401b03811115614486575f80fd5b61449289828a016143b8565b9150509295509295509295565b63ffffffff8116811461206a575f80fd5b80356141238161449f565b5f805f805f805f805f6101208a8c0312156144d4575f80fd5b89356001600160401b038111156144e9575f80fd5b6144f58c828d016143b8565b99505060208a0135975060408a0135965060608a0135955060808a013561451b8161449f565b945061452960a08b016144b0565b935061453760c08b01614291565b925061454560e08b01614291565b91506101008a01356001600160401b03811115614560575f80fd5b61456c8c828d016143b8565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f602082840312156145a1575f80fd5b81356001600160401b038111156145b6575f80fd5b614219848285016143b8565b5f80604083850312156145d3575f80fd5b82356145de81614262565b915060208301356001600160401b038111156145f8575f80fd5b614604858286016143b8565b9150509250929050565b5f805f60608486031215614620575f80fd5b833561462b81614262565b9250602084013561463b81614221565b915060408401356001600160401b03811115614655575f80fd5b614661868287016143b8565b9150509250925092565b5f6020828403121561467b575f80fd5b81356133c481614262565b64ffffffffff8116811461206a575f80fd5b5f805f805f8060c087890312156146ad575f80fd5b86356146b881614104565b955060208701356001600160401b038111156146d2575f80fd5b6146de89828a016143b8565b9550506040870135935060608701356146f68161449f565b9250608087013561446c81614686565b5f805f60608486031215614718575f80fd5b833561472381614262565b9250602084013561473381614262565b9150604084013561474381614262565b809150509250925092565b5f805f838503610280811215614762575f80fd5b843561476d81614104565b9350602085013561477d81614221565b9250610240603f1982011215614791575f80fd5b5061479a6142b0565b6147a660408601614118565b81526147b460608601614118565b60208201526147c560808601614118565b604082015260a085810135606083015260c080870135608084015260e08088013592840192909252610100808801359184019190915261012080880135928401929092526101408088013591840191909152610160808801359284019290925261018080880135918401919091526101a080880135928401929092526101c080880135918401919091526101e0808801359284019290925261020080880135918401919091526102208088013592840192909252610240870135908301526102609095013594810194909452509093909250565b5f80604083850312156148aa575f80fd5b82356148b581614262565b9150602083013561415481614262565b5f602082840312156148d5575f80fd5b81516133c481614262565b5f82601f8301126148ef575f80fd5b8151602083015f6149026143da84614392565b9050828152858383011115614915575f80fd5b8282602083015e5f92810160200192909252509392505050565b805161412381614104565b805161412381614262565b5f60208284031215614955575f80fd5b81516001600160401b0381111561496a575f80fd5b820160c0818503121561497b575f80fd5b6149836142d9565b81516001600160401b03811115614998575f80fd5b6149a4868285016148e0565b8252506149b36020830161492f565b60208201526149c46040830161493a565b60408201526149d56060830161493a565b60608201526149e66080830161493a565b608082015260a08201516001600160401b03811115614a03575f80fd5b614a0f868285016148e0565b60a083015250949350505050565b805161412381614284565b80516141238161449f565b5f60208284031215614a43575f80fd5b81516001600160401b03811115614a58575f80fd5b820160a08185031215614a69575f80fd5b614a716142fb565b8151614a7c81614221565b81526020820151614a8c81614284565b602082015260408201516001600160401b03811115614aa9575f80fd5b614ab5868285016148e0565b6040830152506060820151614ac981614104565b60608201526080919091015190614adf8261449f565b60808101919091529392505050565b5f60208284031215614afe575f80fd5b81516133c481614104565b5f60208284031215614b19575f80fd5b81516133c481614284565b5f60208284031215614b34575f80fd5b5051919050565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b6001600160401b0360c01b81511682526020810151151560208301525f604082015160a06040850152614ba360a085018261415f565b90506001600160601b03606084015116606085015263ffffffff60808401511660808501528091505092915050565b6001600160601b0384168152606060208201525f614bf36060830185614b6d565b905060ff83166040830152949350505050565b5f60208284031215614c16575f80fd5b815162ffffff811681146133c4575f80fd5b600181811c90821680614c3c57607f821691505b602082108103614c5a57634e487b7160e01b5f52602260045260245ffd5b50919050565b805161412381614686565b5f60208284031215614c7b575f80fd5b81516001600160401b03811115614c90575f80fd5b820160e08185031215614ca1575f80fd5b614ca961431d565b614cb28261492f565b815260208201516001600160401b03811115614ccc575f80fd5b614cd8868285016148e0565b60208301525060408281015190820152614cf460608301614a28565b6060820152614d0560808301614a28565b6080820152614d1660a08301614c60565b60a082015260c08201516001600160401b03811115614d33575f80fd5b614d3f868285016148e0565b60c083015250949350505050565b5f60208284031215614d5d575f80fd5b81516133c481614686565b601f821115612c8e57805f5260205f20601f840160051c81016020851015614d8d5750805b601f840160051c820191505b81811015614dac575f8155600101614d99565b5050505050565b81516001600160401b03811115614dcc57614dcc61429c565b614de081614dda8454614c28565b84614d68565b6020601f821160018114614e12575f8315614dfb5750848201515b5f19600385901b1c1916600184901b178455614dac565b5f84815260208120601f198516915b82811015614e415787850151825560209485019460019092019101614e21565b5084821015614e5e57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60408284031215614e7d575f80fd5b604080519081016001600160401b0381118282101715614e9f57614e9f61429c565b604052825181526020928301519281019290925250919050565b5f610200828403128015614ecb575f80fd5b50614ed461433f565b614edd8361492f565b8152614eeb6020840161492f565b6020820152614efd8460408501614e6d565b6040820152614f0f8460808501614e6d565b6060820152614f218460c08501614e6d565b6080820152614f34846101008501614e6d565b60a0820152614f47846101408501614e6d565b60c0820152614f5a846101808501614e6d565b60e0820152614f6d846101c08501614e6d565b6101008201529392505050565b6001600160601b0383168152604060208201525f614219604083018461415f565b5f60208284031215614fab575f80fd5b81516133c481614221565b6001600160401b0360c01b83168152604060208201525f82516101206040840152614fe561016084018261415f565b90506020840151606084015260408401516080840152606084015160a0840152608084015161501c60c085018263ffffffff169052565b5060a084015163ffffffff811660e08501525060c08401518015156101008501525060e084015180151561012085015250610100840151838203603f190161014085015261506a828261415f565b9695505050505050565b6001600160401b038116811461206a575f80fd5b5f60208284031215615098575f80fd5b81516133c481615074565b6001600160601b0383168152604060208201525f6142196040830184614b6d565b805161412381614276565b5f602082840312156150df575f80fd5b81516133c481614276565b602081525f6133c4602083018461415f565b5f6020828403121561510c575f80fd5b81516001600160401b03811115615121575f80fd5b82016101208185031215615133575f80fd5b61513b61433f565b81516001600160401b03811115615150575f80fd5b61515c868285016148e0565b82525060208281015190820152604080830151908201526060808301519082015261518960808301614a28565b608082015261519a60a08301614a28565b60a08201526151ab60c08301614a1d565b60c08201526151bc60e08301614a1d565b60e08201526101008201516001600160401b038111156151da575f80fd5b6151e6868285016148e0565b61010083015250949350505050565b634e487b7160e01b5f52601160045260245ffd5b81810381811115611391576113916151f5565b6001600160601b0381511682525f602082015160e0602085015261524360e085018261415f565b90506040830151604085015263ffffffff60608401511660608501526080830151615276608086018263ffffffff169052565b5060a083015161528f60a086018264ffffffffff169052565b5060c083015184820360c086015261138c828261415f565b6001600160401b0360c01b83168152604060208201525f614219604083018461521c565b80820180821115611391576113916151f5565b63ffffffff8181168382160190811115611391576113916151f5565b6001600160401b0360c01b84168152606060208201525f614bf3606083018561521c565b5f6020828403121561532e575f80fd5b81516001600160401b03811115615343575f80fd5b820160e08185031215615354575f80fd5b61535c61431d565b6153658261492f565b81526153736020830161492f565b6020820152615384604083016150c4565b604082015261539560608301614a1d565b60608201526153a66080830161493a565b6080820152614d1660a0830161493a565b5f80604083850312156153c8575f80fd5b82516153d381614262565b602084015190925061415481614262565b5f80858511156153f2575f80fd5b838611156153fe575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561543c576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82518060208501845e5f920191825250919050565b5f80604083850312156154a9575f80fd5b82516154b481614284565b60208401519092506141548161449f56fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220d96665cd407684f06868c544254195330ef531984cef988c658ed3d3b98f255264736f6c634300081a0033",
1136
+ "linkReferences": {
1137
+ "contracts/type/Amount.sol": {
1138
+ "AmountLib": [
1139
+ {
1140
+ "length": 20,
1141
+ "start": 1705
1142
+ },
1143
+ {
1144
+ "length": 20,
1145
+ "start": 1733
1146
+ },
1147
+ {
1148
+ "length": 20,
1149
+ "start": 2008
1150
+ },
1151
+ {
1152
+ "length": 20,
1153
+ "start": 2190
1154
+ },
1155
+ {
1156
+ "length": 20,
1157
+ "start": 2472
1158
+ },
1159
+ {
1160
+ "length": 20,
1161
+ "start": 2611
1162
+ },
1163
+ {
1164
+ "length": 20,
1165
+ "start": 2898
1166
+ },
1167
+ {
1168
+ "length": 20,
1169
+ "start": 7919
1170
+ },
1171
+ {
1172
+ "length": 20,
1173
+ "start": 11902
1174
+ },
1175
+ {
1176
+ "length": 20,
1177
+ "start": 12081
1178
+ },
1179
+ {
1180
+ "length": 20,
1181
+ "start": 12841
1182
+ },
1183
+ {
1184
+ "length": 20,
1185
+ "start": 13373
1186
+ },
1187
+ {
1188
+ "length": 20,
1189
+ "start": 15630
1190
+ }
1191
+ ]
1192
+ },
1193
+ "contracts/type/DistributorType.sol": {
1194
+ "DistributorTypeLib": [
1195
+ {
1196
+ "length": 20,
1197
+ "start": 6461
1198
+ }
1199
+ ]
1200
+ },
1201
+ "contracts/type/NftId.sol": {
1202
+ "NftIdLib": [
1203
+ {
1204
+ "length": 20,
1205
+ "start": 3765
1206
+ },
1207
+ {
1208
+ "length": 20,
1209
+ "start": 4190
1210
+ },
1211
+ {
1212
+ "length": 20,
1213
+ "start": 4681
1214
+ },
1215
+ {
1216
+ "length": 20,
1217
+ "start": 7584
1218
+ },
1219
+ {
1220
+ "length": 20,
1221
+ "start": 8943
1222
+ },
1223
+ {
1224
+ "length": 20,
1225
+ "start": 13525
1226
+ }
1227
+ ]
1228
+ },
1229
+ "contracts/type/Referral.sol": {
1230
+ "ReferralLib": [
1231
+ {
1232
+ "length": 20,
1233
+ "start": 4303
1234
+ },
1235
+ {
1236
+ "length": 20,
1237
+ "start": 10917
1238
+ }
1239
+ ]
1240
+ },
1241
+ "contracts/type/RoleId.sol": {
1242
+ "RoleIdLib": [
1243
+ {
1244
+ "length": 20,
1245
+ "start": 8518
1246
+ }
1247
+ ]
1248
+ },
1249
+ "contracts/type/Timestamp.sol": {
1250
+ "TimestampLib": [
1251
+ {
1252
+ "length": 20,
1253
+ "start": 4822
1254
+ },
1255
+ {
1256
+ "length": 20,
1257
+ "start": 4954
1258
+ },
1259
+ {
1260
+ "length": 20,
1261
+ "start": 5058
1262
+ },
1263
+ {
1264
+ "length": 20,
1265
+ "start": 9277
1266
+ },
1267
+ {
1268
+ "length": 20,
1269
+ "start": 10376
1270
+ },
1271
+ {
1272
+ "length": 20,
1273
+ "start": 10510
1274
+ },
1275
+ {
1276
+ "length": 20,
1277
+ "start": 10630
1278
+ },
1279
+ {
1280
+ "length": 20,
1281
+ "start": 10771
1282
+ }
1283
+ ]
1284
+ },
1285
+ "contracts/type/UFixed.sol": {
1286
+ "UFixedLib": [
1287
+ {
1288
+ "length": 20,
1289
+ "start": 5795
1290
+ },
1291
+ {
1292
+ "length": 20,
1293
+ "start": 5909
1294
+ },
1295
+ {
1296
+ "length": 20,
1297
+ "start": 6051
1298
+ },
1299
+ {
1300
+ "length": 20,
1301
+ "start": 6187
1302
+ },
1303
+ {
1304
+ "length": 20,
1305
+ "start": 6328
1306
+ },
1307
+ {
1308
+ "length": 20,
1309
+ "start": 9843
1310
+ },
1311
+ {
1312
+ "length": 20,
1313
+ "start": 9957
1314
+ },
1315
+ {
1316
+ "length": 20,
1317
+ "start": 10123
1318
+ },
1319
+ {
1320
+ "length": 20,
1321
+ "start": 10237
1322
+ }
1323
+ ]
1324
+ },
1325
+ "contracts/type/Version.sol": {
1326
+ "VersionLib": [
1327
+ {
1328
+ "length": 20,
1329
+ "start": 3611
1330
+ },
1331
+ {
1332
+ "length": 20,
1333
+ "start": 6869
1334
+ }
1335
+ ],
1336
+ "VersionPartLib": [
1337
+ {
1338
+ "length": 20,
1339
+ "start": 8566
1340
+ },
1341
+ {
1342
+ "length": 20,
1343
+ "start": 15141
1344
+ }
1345
+ ]
1346
+ }
1347
+ },
1348
+ "deployedLinkReferences": {
1349
+ "contracts/type/Amount.sol": {
1350
+ "AmountLib": [
1351
+ {
1352
+ "length": 20,
1353
+ "start": 1491
1354
+ },
1355
+ {
1356
+ "length": 20,
1357
+ "start": 1519
1358
+ },
1359
+ {
1360
+ "length": 20,
1361
+ "start": 1794
1362
+ },
1363
+ {
1364
+ "length": 20,
1365
+ "start": 1976
1366
+ },
1367
+ {
1368
+ "length": 20,
1369
+ "start": 2258
1370
+ },
1371
+ {
1372
+ "length": 20,
1373
+ "start": 2397
1374
+ },
1375
+ {
1376
+ "length": 20,
1377
+ "start": 2684
1378
+ },
1379
+ {
1380
+ "length": 20,
1381
+ "start": 7705
1382
+ },
1383
+ {
1384
+ "length": 20,
1385
+ "start": 11688
1386
+ },
1387
+ {
1388
+ "length": 20,
1389
+ "start": 11867
1390
+ },
1391
+ {
1392
+ "length": 20,
1393
+ "start": 12627
1394
+ },
1395
+ {
1396
+ "length": 20,
1397
+ "start": 13159
1398
+ },
1399
+ {
1400
+ "length": 20,
1401
+ "start": 15416
1402
+ }
1403
+ ]
1404
+ },
1405
+ "contracts/type/DistributorType.sol": {
1406
+ "DistributorTypeLib": [
1407
+ {
1408
+ "length": 20,
1409
+ "start": 6247
1410
+ }
1411
+ ]
1412
+ },
1413
+ "contracts/type/NftId.sol": {
1414
+ "NftIdLib": [
1415
+ {
1416
+ "length": 20,
1417
+ "start": 3551
1418
+ },
1419
+ {
1420
+ "length": 20,
1421
+ "start": 3976
1422
+ },
1423
+ {
1424
+ "length": 20,
1425
+ "start": 4467
1426
+ },
1427
+ {
1428
+ "length": 20,
1429
+ "start": 7370
1430
+ },
1431
+ {
1432
+ "length": 20,
1433
+ "start": 8729
1434
+ },
1435
+ {
1436
+ "length": 20,
1437
+ "start": 13311
1438
+ }
1439
+ ]
1440
+ },
1441
+ "contracts/type/Referral.sol": {
1442
+ "ReferralLib": [
1443
+ {
1444
+ "length": 20,
1445
+ "start": 4089
1446
+ },
1447
+ {
1448
+ "length": 20,
1449
+ "start": 10703
1450
+ }
1451
+ ]
1452
+ },
1453
+ "contracts/type/RoleId.sol": {
1454
+ "RoleIdLib": [
1455
+ {
1456
+ "length": 20,
1457
+ "start": 8304
1458
+ }
1459
+ ]
1460
+ },
1461
+ "contracts/type/Timestamp.sol": {
1462
+ "TimestampLib": [
1463
+ {
1464
+ "length": 20,
1465
+ "start": 4608
1466
+ },
1467
+ {
1468
+ "length": 20,
1469
+ "start": 4740
1470
+ },
1471
+ {
1472
+ "length": 20,
1473
+ "start": 4844
1474
+ },
1475
+ {
1476
+ "length": 20,
1477
+ "start": 9063
1478
+ },
1479
+ {
1480
+ "length": 20,
1481
+ "start": 10162
1482
+ },
1483
+ {
1484
+ "length": 20,
1485
+ "start": 10296
1486
+ },
1487
+ {
1488
+ "length": 20,
1489
+ "start": 10416
1490
+ },
1491
+ {
1492
+ "length": 20,
1493
+ "start": 10557
1494
+ }
1495
+ ]
1496
+ },
1497
+ "contracts/type/UFixed.sol": {
1498
+ "UFixedLib": [
1499
+ {
1500
+ "length": 20,
1501
+ "start": 5581
1502
+ },
1503
+ {
1504
+ "length": 20,
1505
+ "start": 5695
1506
+ },
1507
+ {
1508
+ "length": 20,
1509
+ "start": 5837
1510
+ },
1511
+ {
1512
+ "length": 20,
1513
+ "start": 5973
1514
+ },
1515
+ {
1516
+ "length": 20,
1517
+ "start": 6114
1518
+ },
1519
+ {
1520
+ "length": 20,
1521
+ "start": 9629
1522
+ },
1523
+ {
1524
+ "length": 20,
1525
+ "start": 9743
1526
+ },
1527
+ {
1528
+ "length": 20,
1529
+ "start": 9909
1530
+ },
1531
+ {
1532
+ "length": 20,
1533
+ "start": 10023
1534
+ }
1535
+ ]
1536
+ },
1537
+ "contracts/type/Version.sol": {
1538
+ "VersionLib": [
1539
+ {
1540
+ "length": 20,
1541
+ "start": 3397
1542
+ },
1543
+ {
1544
+ "length": 20,
1545
+ "start": 6655
1546
+ }
1547
+ ],
1548
+ "VersionPartLib": [
1549
+ {
1550
+ "length": 20,
1551
+ "start": 8352
1552
+ },
1553
+ {
1554
+ "length": 20,
1555
+ "start": 14927
1556
+ }
1557
+ ]
1558
+ }
1559
+ }
1560
+ }