@etherisc/gif-next 0.0.2-790d44b-698 → 0.0.2-79292f9-089

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