@etherisc/gif-next 0.0.2-fc8b370-882 → 0.0.2-fcbeffe-064

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