@etherisc/gif-next 0.0.2-efdb520-159 → 0.0.2-f00a368-815

Sign up to get free protection for your applications and to get access to all the features.
Files changed (762) hide show
  1. package/README.md +373 -27
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1664 -0
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1372 -0
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1244 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +949 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1850 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +950 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +848 -0
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1285 -0
  40. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  42. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1480 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2045 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -0
  50. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1423 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1647 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2471 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
  66. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  67. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  68. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  69. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +620 -1496
  70. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  71. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +1019 -0
  72. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/Instance.sol/Instance.json +643 -1625
  74. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2349 -0
  76. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
  78. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  79. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2646 -0
  80. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  81. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1265 -0
  82. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  83. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +772 -0
  84. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  85. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3784 -0
  86. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
  88. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  89. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  90. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  91. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  92. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  93. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  94. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  96. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  97. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  98. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  100. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  101. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  102. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  103. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
  104. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  105. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  106. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  107. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  108. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  109. package/artifacts/contracts/instance/module/{pool/IPoolModule.sol/IPool.json → IRisk.sol/IRisk.json} +2 -2
  110. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  111. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  112. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +957 -0
  114. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -0
  116. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  118. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  119. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +772 -0
  120. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  121. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
  122. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +873 -0
  124. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  125. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
  126. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  127. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +810 -0
  128. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  129. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1250 -0
  130. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  131. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
  132. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  133. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1454 -0
  134. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +870 -0
  136. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  137. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1041 -0
  138. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  139. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +905 -0
  140. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  141. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
  142. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  143. package/artifacts/contracts/pool/Pool.sol/Pool.json +1025 -0
  144. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  145. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +546 -0
  146. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  147. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
  148. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +866 -0
  150. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  151. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
  152. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  153. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +790 -0
  154. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  155. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1159 -0
  156. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  157. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
  158. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  159. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1552 -0
  160. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +894 -0
  162. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  163. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
  164. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  165. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
  166. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  167. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
  168. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  169. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
  170. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  171. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1016 -0
  172. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  173. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +572 -0
  174. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  175. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
  176. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  177. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  178. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +854 -0
  180. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  181. package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
  182. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  183. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +814 -0
  184. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  185. package/artifacts/contracts/product/Product.sol/Product.json +1117 -0
  186. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  187. package/artifacts/contracts/product/RiskService.sol/RiskService.json +780 -0
  188. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  189. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +774 -0
  190. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  191. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  192. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1035 -119
  194. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  195. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1072 -0
  196. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  197. package/artifacts/contracts/{instance/IInstanceLinked.sol/IInstanceLinked.json → registry/IRelease.sol/IRelease.json} +6 -6
  198. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  199. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  200. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  201. package/artifacts/contracts/registry/Registry.sol/Registry.json +1473 -231
  202. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  203. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2147 -0
  204. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  205. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1053 -0
  206. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  207. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1298 -0
  208. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  209. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +773 -0
  210. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  211. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
  212. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  213. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  214. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  215. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
  216. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  217. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
  218. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  219. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  220. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  221. package/artifacts/contracts/shared/Component.sol/Component.json +705 -0
  222. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  223. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1535 -0
  224. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  225. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +854 -0
  226. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  229. package/artifacts/contracts/shared/{IOwnable.sol/IOwnable.json → ContractLib.sol/IInstanceAdminHelper.json} +5 -5
  230. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  231. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  232. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  233. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  234. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  235. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +630 -0
  236. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  237. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
  238. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  239. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +707 -0
  240. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  241. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
  242. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  243. package/artifacts/contracts/{instance/module/lifecycle → shared}/ILifecycle.sol/ILifecycle.json +65 -53
  244. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  245. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +62 -70
  246. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  247. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  248. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  249. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +248 -21
  250. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  251. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  252. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  253. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +224 -160
  254. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  255. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  256. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  257. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +795 -0
  258. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  259. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  260. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  261. package/artifacts/contracts/{instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/Lifecycle.sol/Lifecycle.json} +50 -58
  262. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  263. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  264. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  265. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +228 -0
  266. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  267. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  268. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  269. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +294 -18
  270. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  271. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  272. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  273. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/Service.sol/Service.json} +239 -234
  274. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  275. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
  276. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  277. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  278. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  279. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  280. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  281. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1646 -0
  282. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  283. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1196 -0
  284. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  285. package/artifacts/contracts/staking/Staking.sol/Staking.json +2054 -0
  286. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  287. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
  288. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  290. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +842 -0
  292. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +616 -0
  294. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  295. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1425 -0
  296. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  297. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +782 -0
  298. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  299. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
  300. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  301. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -0
  302. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  303. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  304. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  306. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  308. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  310. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  312. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
  314. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  316. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  317. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  318. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  320. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  321. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  322. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
  324. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  326. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  328. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  330. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  332. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  334. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +265 -0
  336. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  338. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  340. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  342. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  343. package/artifacts/contracts/type/String.sol/StrLib.json +180 -0
  344. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  345. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  346. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
  348. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  349. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  350. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  351. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  352. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  353. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +65 -0
  354. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  355. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +656 -0
  356. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  357. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
  358. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  359. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +88 -0
  360. package/contracts/accounting/AccountingService.sol +274 -0
  361. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  362. package/contracts/accounting/IAccountingService.sol +47 -0
  363. package/contracts/authorization/AccessAdmin.sol +780 -0
  364. package/contracts/authorization/AccessAdminLib.sol +396 -0
  365. package/contracts/authorization/AccessManagerCloneable.sol +158 -0
  366. package/contracts/authorization/Authorization.sol +169 -0
  367. package/contracts/authorization/IAccess.sol +67 -0
  368. package/contracts/authorization/IAccessAdmin.sol +144 -0
  369. package/contracts/authorization/IAuthorization.sol +27 -0
  370. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  371. package/contracts/authorization/ServiceAuthorization.sol +320 -0
  372. package/contracts/distribution/BasicDistribution.sol +141 -0
  373. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  374. package/contracts/distribution/Distribution.sol +247 -0
  375. package/contracts/distribution/DistributionService.sol +448 -0
  376. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  377. package/contracts/distribution/IDistributionComponent.sol +45 -0
  378. package/contracts/distribution/IDistributionService.sol +115 -0
  379. package/contracts/examples/fire/DamageLevel.sol +59 -0
  380. package/contracts/examples/fire/FirePool.sol +86 -0
  381. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  382. package/contracts/examples/fire/FireProduct.sol +433 -0
  383. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  384. package/contracts/examples/fire/FireUSD.sol +26 -0
  385. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  386. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  387. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  388. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  389. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  390. package/contracts/examples/unpermissioned/SimpleProduct.sol +385 -0
  391. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  392. package/contracts/instance/BundleSet.sol +130 -0
  393. package/contracts/instance/IInstance.sol +138 -43
  394. package/contracts/instance/IInstanceService.sol +113 -0
  395. package/contracts/instance/Instance.sol +332 -48
  396. package/contracts/instance/InstanceAdmin.sol +383 -0
  397. package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
  398. package/contracts/instance/InstanceReader.sol +632 -0
  399. package/contracts/instance/InstanceService.sol +512 -0
  400. package/contracts/instance/InstanceServiceManager.sol +39 -0
  401. package/contracts/instance/InstanceStore.sol +298 -0
  402. package/contracts/instance/RiskSet.sol +118 -0
  403. package/contracts/instance/base/BalanceStore.sol +121 -0
  404. package/contracts/instance/base/Cloneable.sol +28 -0
  405. package/contracts/instance/base/ObjectCounter.sol +20 -0
  406. package/contracts/instance/base/ObjectLifecycle.sol +113 -0
  407. package/contracts/instance/base/ObjectSet.sol +77 -0
  408. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  409. package/contracts/instance/module/IBundle.sol +21 -0
  410. package/contracts/instance/module/IComponents.sol +62 -0
  411. package/contracts/instance/module/IDistribution.sol +54 -0
  412. package/contracts/instance/module/IPolicy.sol +105 -0
  413. package/contracts/instance/module/IRisk.sol +16 -0
  414. package/contracts/{test/TestToken.sol → mock/Dip.sol} +6 -6
  415. package/contracts/oracle/BasicOracle.sol +45 -0
  416. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  417. package/contracts/oracle/IOracle.sol +41 -0
  418. package/contracts/oracle/IOracleComponent.sol +33 -0
  419. package/contracts/oracle/IOracleService.sol +66 -0
  420. package/contracts/oracle/Oracle.sol +154 -0
  421. package/contracts/oracle/OracleService.sol +310 -0
  422. package/contracts/oracle/OracleServiceManager.sol +39 -0
  423. package/contracts/pool/BasicPool.sol +173 -0
  424. package/contracts/pool/BasicPoolAuthorization.sol +82 -0
  425. package/contracts/pool/BundleService.sol +406 -0
  426. package/contracts/pool/BundleServiceManager.sol +39 -0
  427. package/contracts/pool/IBundleService.sol +121 -0
  428. package/contracts/pool/IPoolComponent.sol +62 -0
  429. package/contracts/pool/IPoolService.sol +170 -0
  430. package/contracts/pool/Pool.sol +343 -0
  431. package/contracts/pool/PoolLib.sol +359 -0
  432. package/contracts/pool/PoolService.sol +614 -0
  433. package/contracts/pool/PoolServiceManager.sol +39 -0
  434. package/contracts/product/ApplicationService.sol +327 -0
  435. package/contracts/product/ApplicationServiceManager.sol +38 -0
  436. package/contracts/product/BasicProduct.sol +49 -0
  437. package/contracts/product/BasicProductAuthorization.sol +63 -0
  438. package/contracts/product/ClaimService.sol +641 -0
  439. package/contracts/product/ClaimServiceManager.sol +38 -0
  440. package/contracts/product/IApplicationService.sol +88 -0
  441. package/contracts/product/IClaimService.sol +135 -0
  442. package/contracts/product/IPolicyService.sol +102 -0
  443. package/contracts/product/IPricingService.sol +40 -0
  444. package/contracts/product/IProductComponent.sol +62 -0
  445. package/contracts/product/IRiskService.sol +37 -0
  446. package/contracts/product/PolicyService.sol +645 -0
  447. package/contracts/product/PolicyServiceLib.sol +139 -0
  448. package/contracts/product/PolicyServiceManager.sol +39 -0
  449. package/contracts/product/PricingService.sol +306 -0
  450. package/contracts/product/PricingServiceManager.sol +39 -0
  451. package/contracts/product/Product.sol +472 -0
  452. package/contracts/product/RiskService.sol +163 -0
  453. package/contracts/product/RiskServiceManager.sol +39 -0
  454. package/contracts/registry/ChainNft.sol +130 -40
  455. package/contracts/registry/IRegistry.sol +147 -29
  456. package/contracts/registry/IRegistryService.sol +62 -0
  457. package/contracts/registry/IRelease.sol +29 -0
  458. package/contracts/registry/ITransferInterceptor.sol +6 -0
  459. package/contracts/registry/Registry.sol +637 -282
  460. package/contracts/registry/RegistryAdmin.sol +188 -0
  461. package/contracts/registry/RegistryAuthorization.sol +284 -0
  462. package/contracts/registry/RegistryService.sol +241 -0
  463. package/contracts/registry/RegistryServiceManager.sol +53 -0
  464. package/contracts/registry/ReleaseAdmin.sol +195 -0
  465. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  466. package/contracts/registry/ReleaseRegistry.sol +520 -0
  467. package/contracts/registry/ServiceAuthorizationV3.sol +345 -0
  468. package/contracts/registry/TokenRegistry.sol +314 -0
  469. package/contracts/shared/Component.sol +210 -0
  470. package/contracts/shared/ComponentService.sol +679 -0
  471. package/contracts/shared/ComponentServiceManager.sol +38 -0
  472. package/contracts/shared/ContractLib.sol +311 -0
  473. package/contracts/shared/IComponent.sol +58 -0
  474. package/contracts/shared/IComponentService.sol +111 -0
  475. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  476. package/contracts/shared/IKeyValueStore.sol +54 -0
  477. package/contracts/shared/ILifecycle.sol +31 -0
  478. package/contracts/shared/INftOwnable.sol +27 -0
  479. package/contracts/shared/IPolicyHolder.sol +35 -0
  480. package/contracts/shared/IRegisterable.sol +31 -19
  481. package/contracts/shared/IRegistryLinked.sol +11 -0
  482. package/contracts/shared/IService.sol +23 -0
  483. package/contracts/shared/InitializableERC165.sol +35 -0
  484. package/contracts/shared/InstanceLinkedComponent.sol +194 -0
  485. package/contracts/shared/KeyValueStore.sol +131 -0
  486. package/contracts/shared/Lifecycle.sol +88 -0
  487. package/contracts/shared/NftIdSet.sol +65 -0
  488. package/contracts/shared/NftOwnable.sol +129 -0
  489. package/contracts/shared/PolicyHolder.sol +63 -0
  490. package/contracts/shared/Registerable.sol +80 -60
  491. package/contracts/shared/RegistryLinked.sol +38 -0
  492. package/contracts/shared/Service.sol +67 -0
  493. package/contracts/shared/TokenHandler.sol +342 -0
  494. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  495. package/contracts/staking/IStaking.sol +195 -0
  496. package/contracts/staking/IStakingService.sol +170 -0
  497. package/contracts/staking/Staking.sol +605 -0
  498. package/contracts/staking/StakingLib.sol +281 -0
  499. package/contracts/staking/StakingLifecycle.sol +23 -0
  500. package/contracts/staking/StakingManager.sol +52 -0
  501. package/contracts/staking/StakingReader.sol +199 -0
  502. package/contracts/staking/StakingService.sol +468 -0
  503. package/contracts/staking/StakingServiceManager.sol +45 -0
  504. package/contracts/staking/StakingStore.sol +606 -0
  505. package/contracts/staking/TargetManagerLib.sol +211 -0
  506. package/contracts/{types → type}/AddressSet.sol +1 -1
  507. package/contracts/type/Amount.sol +150 -0
  508. package/contracts/{types → type}/Blocknumber.sol +27 -3
  509. package/contracts/type/ClaimId.sol +80 -0
  510. package/contracts/type/DistributorType.sol +55 -0
  511. package/contracts/type/Fee.sol +66 -0
  512. package/contracts/type/Key32.sol +50 -0
  513. package/contracts/type/Key32Set.sol +62 -0
  514. package/contracts/type/NftId.sol +85 -0
  515. package/contracts/type/NftIdSet.sol +62 -0
  516. package/contracts/type/ObjectType.sol +307 -0
  517. package/contracts/type/PayoutId.sol +82 -0
  518. package/contracts/type/Referral.sol +90 -0
  519. package/contracts/type/RequestId.sol +75 -0
  520. package/contracts/type/RiskId.sol +75 -0
  521. package/contracts/type/RoleId.sol +180 -0
  522. package/contracts/type/Seconds.sol +105 -0
  523. package/contracts/type/Selector.sol +107 -0
  524. package/contracts/{types → type}/StateId.sol +60 -6
  525. package/contracts/type/String.sol +65 -0
  526. package/contracts/{types → type}/Timestamp.sol +37 -19
  527. package/contracts/{types → type}/UFixed.sol +90 -34
  528. package/contracts/type/Version.sol +159 -0
  529. package/contracts/upgradeability/IVersionable.sol +56 -0
  530. package/contracts/upgradeability/ProxyManager.sol +246 -0
  531. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +20 -0
  532. package/contracts/upgradeability/Versionable.sol +62 -0
  533. package/package.json +13 -8
  534. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  535. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  536. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  537. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  538. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  539. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  540. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  541. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  542. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  543. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  544. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  545. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  546. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  547. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  548. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  549. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  550. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  551. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  552. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  553. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  554. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  555. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  556. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  557. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  558. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  559. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  560. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  561. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  562. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  563. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  564. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  565. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  566. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  567. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  568. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  569. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  570. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  571. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  572. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  573. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  574. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  575. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  576. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  577. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  578. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  579. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  580. package/artifacts/contracts/instance/IServiceLinked.sol/IServiceLinked.dbg.json +0 -4
  581. package/artifacts/contracts/instance/IServiceLinked.sol/IServiceLinked.json +0 -50
  582. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  583. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -313
  584. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  585. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  586. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  587. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  588. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  589. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  590. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -276
  591. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  592. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  593. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -276
  594. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  595. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  596. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  597. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  598. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  599. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  600. package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  601. package/artifacts/contracts/instance/module/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
  602. package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
  603. package/artifacts/contracts/instance/module/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
  604. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  605. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  606. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  607. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  608. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  609. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  610. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  611. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  612. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  613. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  614. package/artifacts/contracts/instance/module/product/IProductModule.sol/IProductModule.dbg.json +0 -4
  615. package/artifacts/contracts/instance/module/product/IProductModule.sol/IProductModule.json +0 -10
  616. package/artifacts/contracts/instance/module/product/ProductModule.sol/ProductModule.dbg.json +0 -4
  617. package/artifacts/contracts/instance/module/product/ProductModule.sol/ProductModule.json +0 -10
  618. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  619. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  620. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  621. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -538
  622. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  623. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  624. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  625. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -538
  626. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  627. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -519
  628. package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  629. package/artifacts/contracts/instance/service/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  630. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  631. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  632. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
  633. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  634. package/artifacts/contracts/instance/service/IService.sol/IService.dbg.json +0 -4
  635. package/artifacts/contracts/instance/service/IService.sol/IService.json +0 -300
  636. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  637. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -499
  638. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  639. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -685
  640. package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  641. package/artifacts/contracts/instance/service/ServiceBase.sol/ServiceBase.json +0 -300
  642. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  643. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  644. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  645. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  646. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  647. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  648. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  649. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
  650. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  651. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
  652. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  653. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -95
  654. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  655. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  656. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  657. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  658. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  659. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  660. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  661. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -82
  662. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  663. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -407
  664. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  665. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  666. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  667. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -222
  668. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  669. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -230
  670. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  671. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  672. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  673. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  674. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  675. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  676. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  677. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
  678. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  679. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  680. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  681. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  682. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  683. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  684. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  685. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  686. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  687. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -453
  688. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  689. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -78
  690. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  691. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  692. package/contracts/components/BaseComponent.sol +0 -89
  693. package/contracts/components/IBaseComponent.sol +0 -19
  694. package/contracts/components/IPoolComponent.sol +0 -57
  695. package/contracts/components/IProductComponent.sol +0 -19
  696. package/contracts/components/Pool.sol +0 -174
  697. package/contracts/components/Product.sol +0 -117
  698. package/contracts/experiment/errors/Require.sol +0 -38
  699. package/contracts/experiment/errors/Revert.sol +0 -44
  700. package/contracts/experiment/inheritance/A.sol +0 -53
  701. package/contracts/experiment/inheritance/B.sol +0 -28
  702. package/contracts/experiment/inheritance/C.sol +0 -34
  703. package/contracts/experiment/inheritance/IA.sol +0 -13
  704. package/contracts/experiment/inheritance/IB.sol +0 -10
  705. package/contracts/experiment/inheritance/IC.sol +0 -12
  706. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  707. package/contracts/experiment/statemachine/ISM.sol +0 -25
  708. package/contracts/experiment/statemachine/README.md +0 -112
  709. package/contracts/experiment/statemachine/SM.sol +0 -57
  710. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  711. package/contracts/experiment/types/TypeA.sol +0 -47
  712. package/contracts/experiment/types/TypeB.sol +0 -29
  713. package/contracts/instance/IInstanceLinked.sol +0 -8
  714. package/contracts/instance/IServiceLinked.sol +0 -12
  715. package/contracts/instance/InstanceBase.sol +0 -74
  716. package/contracts/instance/module/access/Access.sol +0 -149
  717. package/contracts/instance/module/access/IAccess.sol +0 -53
  718. package/contracts/instance/module/bundle/BundleModule.sol +0 -228
  719. package/contracts/instance/module/bundle/IBundle.sol +0 -53
  720. package/contracts/instance/module/component/ComponentModule.sol +0 -104
  721. package/contracts/instance/module/component/IComponent.sol +0 -53
  722. package/contracts/instance/module/lifecycle/ILifecycle.sol +0 -47
  723. package/contracts/instance/module/lifecycle/LifecycleModule.sol +0 -89
  724. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  725. package/contracts/instance/module/policy/PolicyModule.sol +0 -84
  726. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  727. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  728. package/contracts/instance/module/product/IProductModule.sol +0 -6
  729. package/contracts/instance/module/product/ProductModule.sol +0 -8
  730. package/contracts/instance/module/treasury/ITreasury.sol +0 -104
  731. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  732. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -148
  733. package/contracts/instance/service/ComponentOwnerService.sol +0 -174
  734. package/contracts/instance/service/ComponentServiceBase.sol +0 -41
  735. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  736. package/contracts/instance/service/IPoolService.sol +0 -30
  737. package/contracts/instance/service/IProductService.sol +0 -58
  738. package/contracts/instance/service/IService.sol +0 -15
  739. package/contracts/instance/service/PoolService.sol +0 -98
  740. package/contracts/instance/service/ProductService.sol +0 -358
  741. package/contracts/instance/service/ServiceBase.sol +0 -39
  742. package/contracts/registry/IChainNft.sol +0 -21
  743. package/contracts/registry/IRegistryLinked.sol +0 -8
  744. package/contracts/shared/ERC165.sol +0 -21
  745. package/contracts/shared/IOwnable.sol +0 -6
  746. package/contracts/shared/IVersionable.sol +0 -52
  747. package/contracts/shared/Versionable.sol +0 -92
  748. package/contracts/test/TestFee.sol +0 -25
  749. package/contracts/test/TestPool.sol +0 -22
  750. package/contracts/test/TestProduct.sol +0 -44
  751. package/contracts/test/TestRegisterable.sol +0 -19
  752. package/contracts/test/TestRoleId.sol +0 -14
  753. package/contracts/test/TestService.sol +0 -35
  754. package/contracts/test/TestVersion.sol +0 -47
  755. package/contracts/test/TestVersionable.sol +0 -20
  756. package/contracts/types/ChainId.sol +0 -38
  757. package/contracts/types/Fee.sol +0 -32
  758. package/contracts/types/NftId.sol +0 -57
  759. package/contracts/types/NftIdSet.sol +0 -60
  760. package/contracts/types/ObjectType.sol +0 -115
  761. package/contracts/types/RoleId.sol +0 -36
  762. package/contracts/types/Version.sol +0 -91
@@ -0,0 +1,1850 @@
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": "address",
48
+ "name": "authority",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "ErrorAuthorityInvalid",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "caller",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorDistributionServiceCallerNotDistributor",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
68
+ {
69
+ "internalType": "address",
70
+ "name": "caller",
71
+ "type": "address"
72
+ }
73
+ ],
74
+ "name": "ErrorDistributionServiceCallerNotRegistered",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [
79
+ {
80
+ "internalType": "uint256",
81
+ "name": "commissionPercentage",
82
+ "type": "uint256"
83
+ },
84
+ {
85
+ "internalType": "uint256",
86
+ "name": "maxCommissionPercentage",
87
+ "type": "uint256"
88
+ }
89
+ ],
90
+ "name": "ErrorDistributionServiceCommissionTooHigh",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [
95
+ {
96
+ "internalType": "Amount",
97
+ "name": "amount",
98
+ "type": "uint96"
99
+ },
100
+ {
101
+ "internalType": "Amount",
102
+ "name": "limit",
103
+ "type": "uint96"
104
+ }
105
+ ],
106
+ "name": "ErrorDistributionServiceCommissionWithdrawAmountExceedsLimit",
107
+ "type": "error"
108
+ },
109
+ {
110
+ "inputs": [
111
+ {
112
+ "internalType": "uint256",
113
+ "name": "maxDiscountPercentage",
114
+ "type": "uint256"
115
+ },
116
+ {
117
+ "internalType": "uint256",
118
+ "name": "discountPercentage",
119
+ "type": "uint256"
120
+ }
121
+ ],
122
+ "name": "ErrorDistributionServiceDiscountTooHigh",
123
+ "type": "error"
124
+ },
125
+ {
126
+ "inputs": [
127
+ {
128
+ "internalType": "uint256",
129
+ "name": "minDiscountPercentage",
130
+ "type": "uint256"
131
+ },
132
+ {
133
+ "internalType": "uint256",
134
+ "name": "discountPercentage",
135
+ "type": "uint256"
136
+ }
137
+ ],
138
+ "name": "ErrorDistributionServiceDiscountTooLow",
139
+ "type": "error"
140
+ },
141
+ {
142
+ "inputs": [
143
+ {
144
+ "internalType": "NftId",
145
+ "name": "distributorNftId",
146
+ "type": "uint96"
147
+ },
148
+ {
149
+ "internalType": "NftId",
150
+ "name": "distributorDistributionNftId",
151
+ "type": "uint96"
152
+ },
153
+ {
154
+ "internalType": "NftId",
155
+ "name": "distributionNftId",
156
+ "type": "uint96"
157
+ }
158
+ ],
159
+ "name": "ErrorDistributionServiceDistributorDistributionMismatch",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [
164
+ {
165
+ "internalType": "DistributorType",
166
+ "name": "distributorType",
167
+ "type": "bytes8"
168
+ },
169
+ {
170
+ "internalType": "NftId",
171
+ "name": "distributorTypeDistributionNftId",
172
+ "type": "uint96"
173
+ },
174
+ {
175
+ "internalType": "NftId",
176
+ "name": "distributionNftId",
177
+ "type": "uint96"
178
+ }
179
+ ],
180
+ "name": "ErrorDistributionServiceDistributorTypeDistributionMismatch",
181
+ "type": "error"
182
+ },
183
+ {
184
+ "inputs": [
185
+ {
186
+ "internalType": "Timestamp",
187
+ "name": "expiryAt",
188
+ "type": "uint40"
189
+ }
190
+ ],
191
+ "name": "ErrorDistributionServiceExpirationInvalid",
192
+ "type": "error"
193
+ },
194
+ {
195
+ "inputs": [
196
+ {
197
+ "internalType": "Seconds",
198
+ "name": "maxReferralLifetime",
199
+ "type": "uint40"
200
+ },
201
+ {
202
+ "internalType": "Timestamp",
203
+ "name": "expiryAt",
204
+ "type": "uint40"
205
+ }
206
+ ],
207
+ "name": "ErrorDistributionServiceExpiryTooLong",
208
+ "type": "error"
209
+ },
210
+ {
211
+ "inputs": [
212
+ {
213
+ "internalType": "Amount",
214
+ "name": "transferredDistributionFeeAmount",
215
+ "type": "uint96"
216
+ },
217
+ {
218
+ "internalType": "Amount",
219
+ "name": "expectedDistributionFeeAmount",
220
+ "type": "uint96"
221
+ }
222
+ ],
223
+ "name": "ErrorDistributionServiceInvalidFeeTransferred",
224
+ "type": "error"
225
+ },
226
+ {
227
+ "inputs": [
228
+ {
229
+ "internalType": "string",
230
+ "name": "code",
231
+ "type": "string"
232
+ }
233
+ ],
234
+ "name": "ErrorDistributionServiceInvalidReferral",
235
+ "type": "error"
236
+ },
237
+ {
238
+ "inputs": [
239
+ {
240
+ "internalType": "ReferralId",
241
+ "name": "referralId",
242
+ "type": "bytes8"
243
+ }
244
+ ],
245
+ "name": "ErrorDistributionServiceInvalidReferralId",
246
+ "type": "error"
247
+ },
248
+ {
249
+ "inputs": [
250
+ {
251
+ "internalType": "uint256",
252
+ "name": "maxDiscountPercentage",
253
+ "type": "uint256"
254
+ },
255
+ {
256
+ "internalType": "uint256",
257
+ "name": "limit",
258
+ "type": "uint256"
259
+ }
260
+ ],
261
+ "name": "ErrorDistributionServiceMaxDiscountTooHigh",
262
+ "type": "error"
263
+ },
264
+ {
265
+ "inputs": [
266
+ {
267
+ "internalType": "uint256",
268
+ "name": "maxReferrals",
269
+ "type": "uint256"
270
+ }
271
+ ],
272
+ "name": "ErrorDistributionServiceMaxReferralsExceeded",
273
+ "type": "error"
274
+ },
275
+ {
276
+ "inputs": [
277
+ {
278
+ "internalType": "uint256",
279
+ "name": "minFee",
280
+ "type": "uint256"
281
+ },
282
+ {
283
+ "internalType": "uint256",
284
+ "name": "limit",
285
+ "type": "uint256"
286
+ }
287
+ ],
288
+ "name": "ErrorDistributionServiceMinFeeTooHigh",
289
+ "type": "error"
290
+ },
291
+ {
292
+ "inputs": [
293
+ {
294
+ "internalType": "NftId",
295
+ "name": "nftId",
296
+ "type": "uint96"
297
+ },
298
+ {
299
+ "internalType": "NftId",
300
+ "name": "parentNftId",
301
+ "type": "uint96"
302
+ }
303
+ ],
304
+ "name": "ErrorDistributionServiceParentNftIdNotInstance",
305
+ "type": "error"
306
+ },
307
+ {
308
+ "inputs": [
309
+ {
310
+ "internalType": "ReferralId",
311
+ "name": "referralId",
312
+ "type": "bytes8"
313
+ },
314
+ {
315
+ "internalType": "NftId",
316
+ "name": "referralDistributionNft",
317
+ "type": "uint96"
318
+ },
319
+ {
320
+ "internalType": "NftId",
321
+ "name": "distributionNftId",
322
+ "type": "uint96"
323
+ }
324
+ ],
325
+ "name": "ErrorDistributionServiceReferralDistributionMismatch",
326
+ "type": "error"
327
+ },
328
+ {
329
+ "inputs": [
330
+ {
331
+ "internalType": "NftId",
332
+ "name": "distributionNftId",
333
+ "type": "uint96"
334
+ },
335
+ {
336
+ "internalType": "ReferralId",
337
+ "name": "referralId",
338
+ "type": "bytes8"
339
+ }
340
+ ],
341
+ "name": "ErrorDistributionServiceReferralInvalid",
342
+ "type": "error"
343
+ },
344
+ {
345
+ "inputs": [
346
+ {
347
+ "internalType": "uint256",
348
+ "name": "maxDiscountPercentage",
349
+ "type": "uint256"
350
+ },
351
+ {
352
+ "internalType": "uint256",
353
+ "name": "limit",
354
+ "type": "uint256"
355
+ }
356
+ ],
357
+ "name": "ErrorDistributionServiceVariableFeesTooHight",
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": "NftId",
391
+ "name": "nftId",
392
+ "type": "uint96"
393
+ },
394
+ {
395
+ "internalType": "ObjectType",
396
+ "name": "expectedObjectType",
397
+ "type": "uint8"
398
+ }
399
+ ],
400
+ "name": "ErrorNftOwnableInvalidType",
401
+ "type": "error"
402
+ },
403
+ {
404
+ "inputs": [
405
+ {
406
+ "internalType": "address",
407
+ "name": "account",
408
+ "type": "address"
409
+ }
410
+ ],
411
+ "name": "ErrorNftOwnableNotOwner",
412
+ "type": "error"
413
+ },
414
+ {
415
+ "inputs": [
416
+ {
417
+ "internalType": "address",
418
+ "name": "registryAddress",
419
+ "type": "address"
420
+ }
421
+ ],
422
+ "name": "ErrorNotRegistry",
423
+ "type": "error"
424
+ },
425
+ {
426
+ "inputs": [],
427
+ "name": "ErrorRegisterableNotActive",
428
+ "type": "error"
429
+ },
430
+ {
431
+ "inputs": [],
432
+ "name": "ErrorVersionableInitializeNotImplemented",
433
+ "type": "error"
434
+ },
435
+ {
436
+ "inputs": [],
437
+ "name": "ErrorVersionableUpgradeNotImplemented",
438
+ "type": "error"
439
+ },
440
+ {
441
+ "inputs": [],
442
+ "name": "InvalidInitialization",
443
+ "type": "error"
444
+ },
445
+ {
446
+ "inputs": [],
447
+ "name": "NotInitializing",
448
+ "type": "error"
449
+ },
450
+ {
451
+ "inputs": [],
452
+ "name": "ReentrancyGuardReentrantCall",
453
+ "type": "error"
454
+ },
455
+ {
456
+ "inputs": [],
457
+ "name": "UFixedLibNegativeResult",
458
+ "type": "error"
459
+ },
460
+ {
461
+ "anonymous": false,
462
+ "inputs": [
463
+ {
464
+ "indexed": false,
465
+ "internalType": "address",
466
+ "name": "authority",
467
+ "type": "address"
468
+ }
469
+ ],
470
+ "name": "AuthorityUpdated",
471
+ "type": "event"
472
+ },
473
+ {
474
+ "anonymous": false,
475
+ "inputs": [
476
+ {
477
+ "indexed": false,
478
+ "internalType": "uint64",
479
+ "name": "version",
480
+ "type": "uint64"
481
+ }
482
+ ],
483
+ "name": "Initialized",
484
+ "type": "event"
485
+ },
486
+ {
487
+ "anonymous": false,
488
+ "inputs": [
489
+ {
490
+ "indexed": false,
491
+ "internalType": "NftId",
492
+ "name": "distributorNftId",
493
+ "type": "uint96"
494
+ },
495
+ {
496
+ "indexed": false,
497
+ "internalType": "address",
498
+ "name": "recipient",
499
+ "type": "address"
500
+ },
501
+ {
502
+ "indexed": false,
503
+ "internalType": "address",
504
+ "name": "tokenAddress",
505
+ "type": "address"
506
+ },
507
+ {
508
+ "indexed": false,
509
+ "internalType": "Amount",
510
+ "name": "amount",
511
+ "type": "uint96"
512
+ }
513
+ ],
514
+ "name": "LogDistributionServiceCommissionWithdrawn",
515
+ "type": "event"
516
+ },
517
+ {
518
+ "anonymous": false,
519
+ "inputs": [
520
+ {
521
+ "indexed": false,
522
+ "internalType": "NftId",
523
+ "name": "distributionNftId",
524
+ "type": "uint96"
525
+ },
526
+ {
527
+ "indexed": false,
528
+ "internalType": "NftId",
529
+ "name": "distributorNftId",
530
+ "type": "uint96"
531
+ },
532
+ {
533
+ "indexed": false,
534
+ "internalType": "DistributorType",
535
+ "name": "distributorType",
536
+ "type": "bytes8"
537
+ },
538
+ {
539
+ "indexed": false,
540
+ "internalType": "address",
541
+ "name": "distributor",
542
+ "type": "address"
543
+ }
544
+ ],
545
+ "name": "LogDistributionServiceDistributorCreated",
546
+ "type": "event"
547
+ },
548
+ {
549
+ "anonymous": false,
550
+ "inputs": [
551
+ {
552
+ "indexed": false,
553
+ "internalType": "NftId",
554
+ "name": "distributorNftId",
555
+ "type": "uint96"
556
+ },
557
+ {
558
+ "indexed": false,
559
+ "internalType": "DistributorType",
560
+ "name": "oldDistributorType",
561
+ "type": "bytes8"
562
+ },
563
+ {
564
+ "indexed": false,
565
+ "internalType": "DistributorType",
566
+ "name": "newDistributorType",
567
+ "type": "bytes8"
568
+ }
569
+ ],
570
+ "name": "LogDistributionServiceDistributorTypeChanged",
571
+ "type": "event"
572
+ },
573
+ {
574
+ "anonymous": false,
575
+ "inputs": [
576
+ {
577
+ "indexed": false,
578
+ "internalType": "NftId",
579
+ "name": "distributionNftId",
580
+ "type": "uint96"
581
+ },
582
+ {
583
+ "indexed": false,
584
+ "internalType": "string",
585
+ "name": "name",
586
+ "type": "string"
587
+ }
588
+ ],
589
+ "name": "LogDistributionServiceDistributorTypeCreated",
590
+ "type": "event"
591
+ },
592
+ {
593
+ "anonymous": false,
594
+ "inputs": [
595
+ {
596
+ "indexed": false,
597
+ "internalType": "NftId",
598
+ "name": "distributionNftId",
599
+ "type": "uint96"
600
+ },
601
+ {
602
+ "indexed": false,
603
+ "internalType": "NftId",
604
+ "name": "distributorNftId",
605
+ "type": "uint96"
606
+ },
607
+ {
608
+ "indexed": false,
609
+ "internalType": "ReferralId",
610
+ "name": "referralId",
611
+ "type": "bytes8"
612
+ },
613
+ {
614
+ "indexed": false,
615
+ "internalType": "string",
616
+ "name": "code",
617
+ "type": "string"
618
+ }
619
+ ],
620
+ "name": "LogDistributionServiceReferralCreated",
621
+ "type": "event"
622
+ },
623
+ {
624
+ "anonymous": false,
625
+ "inputs": [
626
+ {
627
+ "indexed": false,
628
+ "internalType": "NftId",
629
+ "name": "distributionNftId",
630
+ "type": "uint96"
631
+ },
632
+ {
633
+ "indexed": false,
634
+ "internalType": "NftId",
635
+ "name": "distributorNftId",
636
+ "type": "uint96"
637
+ },
638
+ {
639
+ "indexed": false,
640
+ "internalType": "ReferralId",
641
+ "name": "referralId",
642
+ "type": "bytes8"
643
+ },
644
+ {
645
+ "indexed": false,
646
+ "internalType": "uint32",
647
+ "name": "usedReferrals",
648
+ "type": "uint32"
649
+ }
650
+ ],
651
+ "name": "LogDistributionServiceReferralProcessed",
652
+ "type": "event"
653
+ },
654
+ {
655
+ "anonymous": false,
656
+ "inputs": [
657
+ {
658
+ "indexed": false,
659
+ "internalType": "NftId",
660
+ "name": "distributionNftId",
661
+ "type": "uint96"
662
+ },
663
+ {
664
+ "indexed": false,
665
+ "internalType": "ReferralId",
666
+ "name": "referralId",
667
+ "type": "bytes8"
668
+ }
669
+ ],
670
+ "name": "LogDistributionServiceSaleProcessed",
671
+ "type": "event"
672
+ },
673
+ {
674
+ "anonymous": false,
675
+ "inputs": [
676
+ {
677
+ "indexed": false,
678
+ "internalType": "NftId",
679
+ "name": "nftId",
680
+ "type": "uint96"
681
+ },
682
+ {
683
+ "indexed": false,
684
+ "internalType": "address",
685
+ "name": "owner",
686
+ "type": "address"
687
+ }
688
+ ],
689
+ "name": "LogNftOwnableNftLinkedToAddress",
690
+ "type": "event"
691
+ },
692
+ {
693
+ "inputs": [],
694
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
695
+ "outputs": [
696
+ {
697
+ "internalType": "bytes32",
698
+ "name": "",
699
+ "type": "bytes32"
700
+ }
701
+ ],
702
+ "stateMutability": "view",
703
+ "type": "function"
704
+ },
705
+ {
706
+ "inputs": [],
707
+ "name": "REGISTERABLE_LOCATION_V1",
708
+ "outputs": [
709
+ {
710
+ "internalType": "bytes32",
711
+ "name": "",
712
+ "type": "bytes32"
713
+ }
714
+ ],
715
+ "stateMutability": "view",
716
+ "type": "function"
717
+ },
718
+ {
719
+ "inputs": [],
720
+ "name": "authority",
721
+ "outputs": [
722
+ {
723
+ "internalType": "address",
724
+ "name": "",
725
+ "type": "address"
726
+ }
727
+ ],
728
+ "stateMutability": "view",
729
+ "type": "function"
730
+ },
731
+ {
732
+ "inputs": [
733
+ {
734
+ "internalType": "NftId",
735
+ "name": "distributorNftId",
736
+ "type": "uint96"
737
+ },
738
+ {
739
+ "internalType": "DistributorType",
740
+ "name": "newDistributorType",
741
+ "type": "bytes8"
742
+ },
743
+ {
744
+ "internalType": "bytes",
745
+ "name": "data",
746
+ "type": "bytes"
747
+ }
748
+ ],
749
+ "name": "changeDistributorType",
750
+ "outputs": [],
751
+ "stateMutability": "nonpayable",
752
+ "type": "function"
753
+ },
754
+ {
755
+ "inputs": [
756
+ {
757
+ "internalType": "address",
758
+ "name": "distributor",
759
+ "type": "address"
760
+ },
761
+ {
762
+ "internalType": "DistributorType",
763
+ "name": "distributorType",
764
+ "type": "bytes8"
765
+ },
766
+ {
767
+ "internalType": "bytes",
768
+ "name": "data",
769
+ "type": "bytes"
770
+ }
771
+ ],
772
+ "name": "createDistributor",
773
+ "outputs": [
774
+ {
775
+ "internalType": "NftId",
776
+ "name": "distributorNftId",
777
+ "type": "uint96"
778
+ }
779
+ ],
780
+ "stateMutability": "nonpayable",
781
+ "type": "function"
782
+ },
783
+ {
784
+ "inputs": [
785
+ {
786
+ "internalType": "string",
787
+ "name": "name",
788
+ "type": "string"
789
+ },
790
+ {
791
+ "internalType": "UFixed",
792
+ "name": "minDiscountPercentage",
793
+ "type": "uint160"
794
+ },
795
+ {
796
+ "internalType": "UFixed",
797
+ "name": "maxDiscountPercentage",
798
+ "type": "uint160"
799
+ },
800
+ {
801
+ "internalType": "UFixed",
802
+ "name": "commissionPercentage",
803
+ "type": "uint160"
804
+ },
805
+ {
806
+ "internalType": "uint32",
807
+ "name": "maxReferralCount",
808
+ "type": "uint32"
809
+ },
810
+ {
811
+ "internalType": "Seconds",
812
+ "name": "maxReferralLifetime",
813
+ "type": "uint40"
814
+ },
815
+ {
816
+ "internalType": "bool",
817
+ "name": "allowSelfReferrals",
818
+ "type": "bool"
819
+ },
820
+ {
821
+ "internalType": "bool",
822
+ "name": "allowRenewals",
823
+ "type": "bool"
824
+ },
825
+ {
826
+ "internalType": "bytes",
827
+ "name": "data",
828
+ "type": "bytes"
829
+ }
830
+ ],
831
+ "name": "createDistributorType",
832
+ "outputs": [
833
+ {
834
+ "internalType": "DistributorType",
835
+ "name": "distributorType",
836
+ "type": "bytes8"
837
+ }
838
+ ],
839
+ "stateMutability": "nonpayable",
840
+ "type": "function"
841
+ },
842
+ {
843
+ "inputs": [
844
+ {
845
+ "internalType": "NftId",
846
+ "name": "distributorNftId",
847
+ "type": "uint96"
848
+ },
849
+ {
850
+ "internalType": "string",
851
+ "name": "code",
852
+ "type": "string"
853
+ },
854
+ {
855
+ "internalType": "UFixed",
856
+ "name": "discountPercentage",
857
+ "type": "uint160"
858
+ },
859
+ {
860
+ "internalType": "uint32",
861
+ "name": "maxReferrals",
862
+ "type": "uint32"
863
+ },
864
+ {
865
+ "internalType": "Timestamp",
866
+ "name": "expiryAt",
867
+ "type": "uint40"
868
+ },
869
+ {
870
+ "internalType": "bytes",
871
+ "name": "data",
872
+ "type": "bytes"
873
+ }
874
+ ],
875
+ "name": "createReferral",
876
+ "outputs": [
877
+ {
878
+ "internalType": "ReferralId",
879
+ "name": "referralId",
880
+ "type": "bytes8"
881
+ }
882
+ ],
883
+ "stateMutability": "nonpayable",
884
+ "type": "function"
885
+ },
886
+ {
887
+ "inputs": [
888
+ {
889
+ "internalType": "contract InstanceReader",
890
+ "name": "instanceReader",
891
+ "type": "address"
892
+ },
893
+ {
894
+ "internalType": "ReferralId",
895
+ "name": "referralId",
896
+ "type": "bytes8"
897
+ }
898
+ ],
899
+ "name": "getDiscountPercentage",
900
+ "outputs": [
901
+ {
902
+ "internalType": "UFixed",
903
+ "name": "discountPercentage",
904
+ "type": "uint160"
905
+ },
906
+ {
907
+ "internalType": "ReferralStatus",
908
+ "name": "status",
909
+ "type": "uint8"
910
+ }
911
+ ],
912
+ "stateMutability": "view",
913
+ "type": "function"
914
+ },
915
+ {
916
+ "inputs": [],
917
+ "name": "getDomain",
918
+ "outputs": [
919
+ {
920
+ "internalType": "ObjectType",
921
+ "name": "serviceDomain",
922
+ "type": "uint8"
923
+ }
924
+ ],
925
+ "stateMutability": "pure",
926
+ "type": "function"
927
+ },
928
+ {
929
+ "inputs": [],
930
+ "name": "getInitialInfo",
931
+ "outputs": [
932
+ {
933
+ "components": [
934
+ {
935
+ "internalType": "NftId",
936
+ "name": "nftId",
937
+ "type": "uint96"
938
+ },
939
+ {
940
+ "internalType": "NftId",
941
+ "name": "parentNftId",
942
+ "type": "uint96"
943
+ },
944
+ {
945
+ "internalType": "ObjectType",
946
+ "name": "objectType",
947
+ "type": "uint8"
948
+ },
949
+ {
950
+ "internalType": "bool",
951
+ "name": "isInterceptor",
952
+ "type": "bool"
953
+ },
954
+ {
955
+ "internalType": "address",
956
+ "name": "objectAddress",
957
+ "type": "address"
958
+ },
959
+ {
960
+ "internalType": "address",
961
+ "name": "initialOwner",
962
+ "type": "address"
963
+ },
964
+ {
965
+ "internalType": "bytes",
966
+ "name": "data",
967
+ "type": "bytes"
968
+ }
969
+ ],
970
+ "internalType": "struct IRegistry.ObjectInfo",
971
+ "name": "info",
972
+ "type": "tuple"
973
+ }
974
+ ],
975
+ "stateMutability": "view",
976
+ "type": "function"
977
+ },
978
+ {
979
+ "inputs": [],
980
+ "name": "getNftId",
981
+ "outputs": [
982
+ {
983
+ "internalType": "NftId",
984
+ "name": "",
985
+ "type": "uint96"
986
+ }
987
+ ],
988
+ "stateMutability": "view",
989
+ "type": "function"
990
+ },
991
+ {
992
+ "inputs": [],
993
+ "name": "getOwner",
994
+ "outputs": [
995
+ {
996
+ "internalType": "address",
997
+ "name": "",
998
+ "type": "address"
999
+ }
1000
+ ],
1001
+ "stateMutability": "view",
1002
+ "type": "function"
1003
+ },
1004
+ {
1005
+ "inputs": [],
1006
+ "name": "getRegistry",
1007
+ "outputs": [
1008
+ {
1009
+ "internalType": "contract IRegistry",
1010
+ "name": "",
1011
+ "type": "address"
1012
+ }
1013
+ ],
1014
+ "stateMutability": "view",
1015
+ "type": "function"
1016
+ },
1017
+ {
1018
+ "inputs": [],
1019
+ "name": "getRelease",
1020
+ "outputs": [
1021
+ {
1022
+ "internalType": "VersionPart",
1023
+ "name": "release",
1024
+ "type": "uint8"
1025
+ }
1026
+ ],
1027
+ "stateMutability": "view",
1028
+ "type": "function"
1029
+ },
1030
+ {
1031
+ "inputs": [],
1032
+ "name": "getRoleId",
1033
+ "outputs": [
1034
+ {
1035
+ "internalType": "RoleId",
1036
+ "name": "serviceRoleId",
1037
+ "type": "uint64"
1038
+ }
1039
+ ],
1040
+ "stateMutability": "view",
1041
+ "type": "function"
1042
+ },
1043
+ {
1044
+ "inputs": [],
1045
+ "name": "getVersion",
1046
+ "outputs": [
1047
+ {
1048
+ "internalType": "Version",
1049
+ "name": "",
1050
+ "type": "uint24"
1051
+ }
1052
+ ],
1053
+ "stateMutability": "pure",
1054
+ "type": "function"
1055
+ },
1056
+ {
1057
+ "inputs": [
1058
+ {
1059
+ "internalType": "address",
1060
+ "name": "activatedBy",
1061
+ "type": "address"
1062
+ },
1063
+ {
1064
+ "internalType": "bytes",
1065
+ "name": "data",
1066
+ "type": "bytes"
1067
+ }
1068
+ ],
1069
+ "name": "initializeVersionable",
1070
+ "outputs": [],
1071
+ "stateMutability": "nonpayable",
1072
+ "type": "function"
1073
+ },
1074
+ {
1075
+ "inputs": [],
1076
+ "name": "isActive",
1077
+ "outputs": [
1078
+ {
1079
+ "internalType": "bool",
1080
+ "name": "active",
1081
+ "type": "bool"
1082
+ }
1083
+ ],
1084
+ "stateMutability": "view",
1085
+ "type": "function"
1086
+ },
1087
+ {
1088
+ "inputs": [],
1089
+ "name": "isConsumingScheduledOp",
1090
+ "outputs": [
1091
+ {
1092
+ "internalType": "bytes4",
1093
+ "name": "",
1094
+ "type": "bytes4"
1095
+ }
1096
+ ],
1097
+ "stateMutability": "view",
1098
+ "type": "function"
1099
+ },
1100
+ {
1101
+ "inputs": [],
1102
+ "name": "linkToRegisteredNftId",
1103
+ "outputs": [
1104
+ {
1105
+ "internalType": "NftId",
1106
+ "name": "nftId",
1107
+ "type": "uint96"
1108
+ }
1109
+ ],
1110
+ "stateMutability": "nonpayable",
1111
+ "type": "function"
1112
+ },
1113
+ {
1114
+ "inputs": [
1115
+ {
1116
+ "internalType": "NftId",
1117
+ "name": "distributionNftId",
1118
+ "type": "uint96"
1119
+ },
1120
+ {
1121
+ "internalType": "ReferralId",
1122
+ "name": "referralId",
1123
+ "type": "bytes8"
1124
+ }
1125
+ ],
1126
+ "name": "processReferral",
1127
+ "outputs": [],
1128
+ "stateMutability": "nonpayable",
1129
+ "type": "function"
1130
+ },
1131
+ {
1132
+ "inputs": [
1133
+ {
1134
+ "internalType": "NftId",
1135
+ "name": "distributionNftId",
1136
+ "type": "uint96"
1137
+ },
1138
+ {
1139
+ "internalType": "ReferralId",
1140
+ "name": "referralId",
1141
+ "type": "bytes8"
1142
+ },
1143
+ {
1144
+ "components": [
1145
+ {
1146
+ "internalType": "Amount",
1147
+ "name": "productFeeAmount",
1148
+ "type": "uint96"
1149
+ },
1150
+ {
1151
+ "internalType": "Amount",
1152
+ "name": "distributionFeeAndCommissionAmount",
1153
+ "type": "uint96"
1154
+ },
1155
+ {
1156
+ "internalType": "Amount",
1157
+ "name": "poolPremiumAndFeeAmount",
1158
+ "type": "uint96"
1159
+ },
1160
+ {
1161
+ "internalType": "Amount",
1162
+ "name": "netPremiumAmount",
1163
+ "type": "uint96"
1164
+ },
1165
+ {
1166
+ "internalType": "Amount",
1167
+ "name": "fullPremiumAmount",
1168
+ "type": "uint96"
1169
+ },
1170
+ {
1171
+ "internalType": "Amount",
1172
+ "name": "premiumAmount",
1173
+ "type": "uint96"
1174
+ },
1175
+ {
1176
+ "internalType": "Amount",
1177
+ "name": "productFeeFixAmount",
1178
+ "type": "uint96"
1179
+ },
1180
+ {
1181
+ "internalType": "Amount",
1182
+ "name": "poolFeeFixAmount",
1183
+ "type": "uint96"
1184
+ },
1185
+ {
1186
+ "internalType": "Amount",
1187
+ "name": "bundleFeeFixAmount",
1188
+ "type": "uint96"
1189
+ },
1190
+ {
1191
+ "internalType": "Amount",
1192
+ "name": "distributionFeeFixAmount",
1193
+ "type": "uint96"
1194
+ },
1195
+ {
1196
+ "internalType": "Amount",
1197
+ "name": "productFeeVarAmount",
1198
+ "type": "uint96"
1199
+ },
1200
+ {
1201
+ "internalType": "Amount",
1202
+ "name": "poolFeeVarAmount",
1203
+ "type": "uint96"
1204
+ },
1205
+ {
1206
+ "internalType": "Amount",
1207
+ "name": "bundleFeeVarAmount",
1208
+ "type": "uint96"
1209
+ },
1210
+ {
1211
+ "internalType": "Amount",
1212
+ "name": "distributionFeeVarAmount",
1213
+ "type": "uint96"
1214
+ },
1215
+ {
1216
+ "internalType": "Amount",
1217
+ "name": "distributionOwnerFeeFixAmount",
1218
+ "type": "uint96"
1219
+ },
1220
+ {
1221
+ "internalType": "Amount",
1222
+ "name": "distributionOwnerFeeVarAmount",
1223
+ "type": "uint96"
1224
+ },
1225
+ {
1226
+ "internalType": "Amount",
1227
+ "name": "commissionAmount",
1228
+ "type": "uint96"
1229
+ },
1230
+ {
1231
+ "internalType": "Amount",
1232
+ "name": "discountAmount",
1233
+ "type": "uint96"
1234
+ }
1235
+ ],
1236
+ "internalType": "struct IPolicy.PremiumInfo",
1237
+ "name": "premium",
1238
+ "type": "tuple"
1239
+ }
1240
+ ],
1241
+ "name": "processSale",
1242
+ "outputs": [],
1243
+ "stateMutability": "nonpayable",
1244
+ "type": "function"
1245
+ },
1246
+ {
1247
+ "inputs": [
1248
+ {
1249
+ "internalType": "NftId",
1250
+ "name": "distributionNftId",
1251
+ "type": "uint96"
1252
+ },
1253
+ {
1254
+ "internalType": "ReferralId",
1255
+ "name": "referralId",
1256
+ "type": "bytes8"
1257
+ }
1258
+ ],
1259
+ "name": "referralIsValid",
1260
+ "outputs": [
1261
+ {
1262
+ "internalType": "bool",
1263
+ "name": "isValid",
1264
+ "type": "bool"
1265
+ }
1266
+ ],
1267
+ "stateMutability": "view",
1268
+ "type": "function"
1269
+ },
1270
+ {
1271
+ "inputs": [
1272
+ {
1273
+ "internalType": "address",
1274
+ "name": "newAuthority",
1275
+ "type": "address"
1276
+ }
1277
+ ],
1278
+ "name": "setAuthority",
1279
+ "outputs": [],
1280
+ "stateMutability": "nonpayable",
1281
+ "type": "function"
1282
+ },
1283
+ {
1284
+ "inputs": [
1285
+ {
1286
+ "internalType": "bytes4",
1287
+ "name": "interfaceId",
1288
+ "type": "bytes4"
1289
+ }
1290
+ ],
1291
+ "name": "supportsInterface",
1292
+ "outputs": [
1293
+ {
1294
+ "internalType": "bool",
1295
+ "name": "",
1296
+ "type": "bool"
1297
+ }
1298
+ ],
1299
+ "stateMutability": "view",
1300
+ "type": "function"
1301
+ },
1302
+ {
1303
+ "inputs": [
1304
+ {
1305
+ "internalType": "bytes",
1306
+ "name": "data",
1307
+ "type": "bytes"
1308
+ }
1309
+ ],
1310
+ "name": "upgradeVersionable",
1311
+ "outputs": [],
1312
+ "stateMutability": "nonpayable",
1313
+ "type": "function"
1314
+ },
1315
+ {
1316
+ "inputs": [
1317
+ {
1318
+ "internalType": "NftId",
1319
+ "name": "distributorNftId",
1320
+ "type": "uint96"
1321
+ },
1322
+ {
1323
+ "internalType": "Amount",
1324
+ "name": "amount",
1325
+ "type": "uint96"
1326
+ }
1327
+ ],
1328
+ "name": "withdrawCommission",
1329
+ "outputs": [
1330
+ {
1331
+ "internalType": "Amount",
1332
+ "name": "withdrawnAmount",
1333
+ "type": "uint96"
1334
+ }
1335
+ ],
1336
+ "stateMutability": "nonpayable",
1337
+ "type": "function"
1338
+ }
1339
+ ],
1340
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615e0a806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635dcb3bae116100f35780638fb3603711610093578063ada9652e1161006e578063ada9652e146103f9578063b68d18091461040d578063bf7e214f14610414578063eed283151461041c575f80fd5b80638fb36037146103b2578063987cb161146103d3578063ab3fc75f146103e6575f80fd5b806376b707b7116100ce57806376b707b71461036a5780637950d0e2146103845780637a9e5e4b14610397578063893d20e8146103aa575f80fd5b80635dcb3bae1461031a578063644c45e01461032d5780636c741e781461034a575f80fd5b80631bda5efa1161015e57806325d073841161013957806325d07384146102bc578063329d6e74146102cf57806349bb9e4b146102e25780635ab1bd53146102f5575f80fd5b80631bda5efa1461025f5780631eff4b221461027f57806322f3e2d4146102b4575f80fd5b806301ffc9a7146101a5578063071e1e4a146101e657806307e71a6e146101fb5780630d8e6e2c146102265780630fec111c14610242578063138461e014610257575b5f80fd5b6101d16101b3366004614916565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f436600461497d565b610450565b005b61020e6102093660046149b4565b610735565b6040516001600160601b0390911681526020016101dd565b61022e610d3f565b60405162ffffff90911681526020016101dd565b61024a610dc6565b6040516101dd9190614a0e565b61020e610f80565b61027261026d366004614c83565b610f8a565b6040516101dd9190614d59565b6102a67f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b6101d1611597565b6101d16102ca36600461497d565b61160e565b6101f96102dd366004614d6e565b611aff565b6101f96102f0366004614d9f565b611c49565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b61020e610328366004614deb565b611d45565b5f80516020615d75833981519152546001600160601b031661020e565b610352612082565b6040516001600160401b0390911681526020016101dd565b61037261210e565b60405160ff90911681526020016101dd565b6101f9610392366004614e48565b612176565b6101f96103a5366004614fe4565b6126f4565b61030261277a565b6103ba6128ab565b6040516001600160e01b031990911681526020016101dd565b6102726103e1366004614fff565b6128e0565b6101f96103f43660046150a9565b613386565b6102a65f80516020615d7583398151915281565b600e610372565b61030261361a565b61042f61042a3660046150c6565b613635565b604080516001600160a01b03909316835260ff9091166020830152016101dd565b61045c335b5f3661393b565b81600e6104698282613a39565b610473848461160e565b1561072f575f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816104a56001546001600160a01b031690565b876040518363ffffffff1660e01b81526004016104c39291906150e2565b602060405180830381865af41580156104de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105029190615104565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610541573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105659190615104565b6001600160a01b0316631d3be477866040518263ffffffff1660e01b81526004016105909190614d59565b5f60405180830381865afa1580156105aa573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105d1919081019061519a565b90506001816060018181516105e691906152a9565b63ffffffff1690525060408051631a99b41b60e31b815290516001600160a01b0384169163d4cda0d89160048083019260209291908290030181865afa158015610632573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106569190615104565b6001600160a01b03166396260559868360ff6040518463ffffffff1660e01b81526004016106869392919061538f565b5f604051808303815f87803b15801561069d575f80fd5b505af11580156106af573d5f803e3d5ffd5b505050507fd0fb19cbe3e6c7666a69cce6e9e84c1d4d23353bb2023d89040efa1ce3e5a82e86826020015187846060015160405161072494939291906001600160601b0394851681529290931660208301526001600160c01b031916604082015263ffffffff91909116606082015260800190565b60405180910390a150505b50505050565b5f61073f33610455565b82601761074c8282613a39565b5f80610756613b6d565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610797573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107bb9190615104565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa15801561080a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261083191908101906153c6565b604051630232ca4960e01b81526001600160601b038b1660048201529091505f906001600160a01b03841690630232ca4990602401602060405180830381865afa158015610881573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a5919061546d565b905088975061091e8873__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156108f5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610919919061546d565b613c19565b1561092b5780975061096b565b6109358882613ca7565b1561096b576040516322d98b0960e11b81526001600160601b03808a166004830152821660248201526044015b60405180910390fd5b5f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109cc9190615104565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a1467782888c73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5f919061546d565b6040518563ffffffff1660e01b8152600401610a7e9493929190615488565b5f604051808303815f87803b158015610a95575f80fd5b505af1158015610aa7573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03166001600160a01b03166366101781828d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b919061546d565b8d6040518563ffffffff1660e01b8152600401610b5b9493929190615488565b5f604051808303815f87803b158015610b72575f80fd5b505af1158015610b84573d5f803e3d5ffd5b50505050505f610b9c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038d1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610be9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c0d9190615104565b90507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f8b8285602001516001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c969190615104565b604080516001600160601b0394851681526001600160a01b0393841660208201529290911690820152908b16606082015260800160405180910390a182602001516001600160a01b03166367ed5f36828b6040518363ffffffff1660e01b8152600401610d049291906150e2565b5f604051808303815f87803b158015610d1b575f80fd5b505af1158015610d2d573d5f803e3d5ffd5b50505050505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610d9d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc191906154ba565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e96919061546d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610ede61277a565b6001600160a01b03168152602001826001018054610efb906154dc565b80601f0160208091040260200160405190810160405280929190818152602001828054610f27906154dc565b8015610f725780601f10610f4957610100808354040283529160200191610f72565b820191905f5260205f20905b815481529060010190602001808311610f5557829003601f168201915b505050505081525091505090565b5f610dc130613cf1565b5f610f9433610455565b5f80610f9e613b6d565b915091505f610fb56001546001600160a01b031690565b60405163677d3feb60e11b81526001600160601b03851660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015611002573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611026919061546d565b90505f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611065573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110899190615104565b604051636a05a41360e01b81526001600160601b03841660048201526001600160a01b039190911690636a05a413906024016101c060405180830381865afa1580156110d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110fb9190615576565b604081015151606082015151919250905f90611117908e613f47565b90506001600160a01b03808316908216111561124357604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af4158015611183573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a79190615630565b604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af41580156111fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112219190615630565b604051632d8d32a560e21b815260048101929092526024820152604401610962565b5f61124e8383613f52565b90506112668f826001600160a01b0390811691161190565b15611397578e6001600160a01b031673__$bf7bc340cbb9229ef1de2c568356e67902$__635ff51efe90916040518263ffffffff1660e01b81526004016112bc91906001600160a01b0391909116815260200190565b602060405180830381865af41580156112d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112fb9190615630565b604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af4158015611351573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113759190615630565b6040516306990c9f60e11b815260048101929092526024820152604401610962565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039838e6040518363ffffffff1660e01b81526004016113d5929190615647565b602060405180830381865af41580156113f0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114149190615668565b92505f6040518061014001604052808d6001600160a01b03168152602001846001600160601b031681526020018c6001600160a01b031681526020018a63ffffffff1681526020018964ffffffffff168152602001881515815260200187151581526020018b6001600160a01b031681526020018e8152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114f49190615104565b6001600160a01b0316634bb2d19785836040518363ffffffff1660e01b8152600401611521929190615683565b5f604051808303815f87803b158015611538575f80fd5b505af115801561154a573d5f803e3d5ffd5b505050507fcd159579c9776c25aaa89df3e9e0e273cbd95c8827ec72a5e8c28aa21c34c01b838e60405161157f929190615647565b60405180910390a15050509998505050505050505050565b5f6115a061361a565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa1580156115e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116089190615780565b15905090565b5f82600e61161c8282613a39565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611672573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116969190615780565b8061171c5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf906116dd906001600160c01b0319881690600401614d59565b602060405180830381865af41580156116f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061171c9190615780565b15611729575f9250611af7565b5f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816117566001546001600160a01b031690565b886040518363ffffffff1660e01b81526004016117749291906150e2565b602060405180830381865af415801561178f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117b39190615104565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118169190615104565b6001600160a01b0316631d3be477876040518263ffffffff1660e01b81526004016118419190614d59565b5f60405180830381865afa15801561185b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611882919081019061519a565b6020810151604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156118e1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119059190615780565b15611914575f94505050611af7565b80516119209088613f8a565b1561194457805160405163232e27d560e21b81526109629188918a9060040161579b565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561199e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119c29190615780565b80611ad0575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611a22573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a469190615780565b8015611ad05750611ad073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611abb91906157c6565b8260a0015164ffffffffff9081169116111590565b9450848015611af25750806040015163ffffffff16816060015163ffffffff16105b945050505b505092915050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611b21610d3f565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611b5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b8391906157f5565b5f80516020615db58339815191528054600160401b900460ff1680611bb5575080546001600160401b03808416911610155b15611bd35760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611bfd83613fd4565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020615db58339815191528054600160401b810460ff1615906001600160401b03165f81158015611c7a5750825b90505f826001600160401b03166001148015611c955750303b155b905081158015611ca3575080155b15611cc15760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611ceb57845460ff60401b1916600160401b1785555b611cf58787613ff5565b8315611d3c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f611d4f33610455565b5f80611d59613b6d565b91509150611dc7816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dc09190615104565b86846141b8565b60055f9054906101000a90046001600160a01b03166001600160a01b03166357a8fba76040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e3c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e60919061546d565b6001600160601b03168152602001856001600160601b03168152602001611e85601790565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611ee29190614a0e565b6020604051808303815f875af1158015611efe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f22919061546d565b92505f6040518060800160405280876001600160c01b03191681526020016001151581526020015f63ffffffff168152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fbb9190615104565b6001600160a01b031663f9b3fe3c85836040518363ffffffff1660e01b8152600401611fe8929190615856565b5f604051808303815f87803b158015611fff575f80fd5b505af1158015612011573d5f803e3d5ffd5b5050604080516001600160601b038781168252881660208201526001600160c01b03198a16818301526001600160a01b038b16606082015290517f4a9178ebf2691f0cc04ca591663061f3c23c8b96b53097cfa0289437162c992e9350908190036080019150a15050509392505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe600e6120a761210e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af41580156120ea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc191906157f5565b5f61211761361a565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612152573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc19190615877565b61217f33610455565b82600e61218c8282613a39565b5f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816121b96001546001600160a01b031690565b886040518363ffffffff1660e01b81526004016121d79291906150e2565b602060405180830381865af41580156121f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122169190615104565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612255573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122799190615104565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122dc9190615104565b90505f6122f3876101c00151886101e0015161425b565b90506122ff898961160e565b156125c0576102008701516002546040516374933c2f60e01b81526001600160a01b03909116906374933c2f906123409086908e9086908890600401615488565b5f604051808303815f87803b158015612357575f80fd5b505af1158015612369573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be4779061239b908d90600401614d59565b5f60405180830381865afa1580156123b5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123dc919081019061519a565b905060025f9054906101000a90046001600160a01b03166001600160a01b031663d165cb6485836020015173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561244e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612472919061546d565b866040518563ffffffff1660e01b81526004016124929493929190615488565b5f604051808303815f87803b1580156124a9575f80fd5b505af11580156124bb573d5f803e3d5ffd5b5050505060208101516040516313d8ebc960e11b81526001600160601b0390911660048201525f906001600160a01b038716906327b1d792906024015f60405180830381865afa158015612511573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125389190810190615897565b905060018160400181815161254d91906152a9565b63ffffffff169052506020820151604051630af38b5f60e21b81526001600160a01b03871691632bce2d7c9161258b9190859060ff9060040161593a565b5f604051808303815f87803b1580156125a2575f80fd5b505af11580156125b4573d5f803e3d5ffd5b5050505050505061269e565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561262c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612650919061546d565b856040518563ffffffff1660e01b81526004016126709493929190615488565b5f604051808303815f87803b158015612687575f80fd5b505af1158015612699573d5f803e3d5ffd5b505050505b604080516001600160601b038b1681526001600160c01b03198a1660208201527f1ada02426ee529031fdddc0d25489621c399116f75cb4bbf31ec18c7c7c3e3ef910160405180910390a1505050505050505050565b336126fd61361a565b6001600160a01b0316816001600160a01b0316146127385760405162d1953b60e31b81526001600160a01b0382166004820152602401610962565b816001600160a01b03163b5f0361276d576040516361798f2f60e11b81526001600160a01b0383166004820152602401610962565b612776826142df565b5050565b5f805f80516020615d7583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156127e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061280a9190615780565b15612895576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561286b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061288f9190615104565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615d9583398151915280545f9190600160a01b900460ff166128d2575f61288f565b638fb3603760e01b91505090565b5f6128ea33610455565b8660176128f78282613a39565b5f80612901613b6d565b9150915089515f0361292857896040516337b67ced60e01b8152600401610962919061595b565b60405163790a38ad60e01b815264ffffffffff8816600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561297c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129a09190615780565b80612aa057508664ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__6394335b1a909173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612a11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a3591906157c6565b6040516001600160e01b031960e085901b16815264ffffffffff928316600482015291166024820152604401602060405180830381865af4158015612a7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612aa09190615780565b15612ac75760405163186399e560e31b815264ffffffffff88166004820152602401610962565b5f612ada6001546001600160a01b031690565b60405163677d3feb60e11b81526001600160601b038e1660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015612b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b4b919061546d565b9050612b578184613f8a565b15612b905760405163e172170d60e01b81526001600160601b03808e166004830152808316602483015284166044820152606401610962565b5f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bf19190615104565b6040516313d8ebc960e11b81526001600160601b038f1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa158015612c40573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c679190810190615897565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c690612c99908590600401614d59565b5f60405180830381865afa158015612cb3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612cda919081019061596d565b90508b63ffffffff16816060015163ffffffff161015612d1b576060810151604051631bdd82b160e31b815263ffffffff9091166004820152602401610962565b80516001600160a01b03808f1691161115612e4957805160405163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612d89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dad9190615630565b60405163e2eb023b60e01b81526001600160a01b038f16600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612e03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e279190615630565b604051637025bb8d60e11b815260048101929092526024820152604401610962565b60408101516001600160a01b03808f1691161015612f7d57604081810151905163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612ebd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ee19190615630565b60405163e2eb023b60e01b81526001600160a01b038f16600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612f37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f5b9190615630565b60405163d80ce0cf60e01b815260048101929092526024820152604401610962565b6080810151604051633682752160e21b815264ffffffffff909116600482015273__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015612fd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ffb9190615630565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015613042573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061306691906157c6565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156130bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130df9190615630565b604051633682752160e21b815264ffffffffff8e16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015613133573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131579190615630565b6131619190615a8e565b111561319757608081015160405163941185d360e01b815264ffffffffff9182166004820152908c166024820152604401610962565b5050604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__9150633f093cd6906131d39086908f90600401615647565b602060405180830381865af41580156131ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132129190615668565b95505f604051806101000160405280856001600160601b031681526020018e6001600160601b031681526020018b63ffffffff1681526020015f63ffffffff1681526020018c6001600160a01b031681526020018a64ffffffffff1681526020018d8152602001898152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132df9190615104565b6001600160a01b0316634a82439288836040518363ffffffff1660e01b815260040161330c929190615aa1565b5f604051808303815f87803b158015613323575f80fd5b505af1158015613335573d5f803e3d5ffd5b505050507f75877f30372d5d5274d26a87127a9dcb9944f7fc094a00f5e126ea90220d46e0848e898f60405161336e9493929190615ac5565b60405180910390a15050505050509695505050505050565b61338f33610455565b61339a836017613a39565b5f806133a4613b6d565b91509150613412816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156133e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061340b9190615104565b85846141b8565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561344f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134739190615104565b6040516313d8ebc960e11b81526001600160601b03881660048201526001600160a01b0391909116906327b1d792906024015f60405180830381865afa1580156134bf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134e69190810190615897565b80516001600160c01b0319871682526060820186905260408051631a99b41b60e31b8152905192935090916001600160a01b0385169163d4cda0d89160048083019260209291908290030181865afa158015613544573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135689190615104565b6001600160a01b0316632bce2d7c888460ff6040518463ffffffff1660e01b81526004016135989392919061593a565b5f604051808303815f87803b1580156135af575f80fd5b505af11580156135c1573d5f803e3d5ffd5b5050604080516001600160601b038b1681526001600160c01b031980861660208301528a16918101919091527fbc91a707be82165c58e12c3cdd805449dbceec4592db04a692e68b120a4daa7792506060019050611d33565b5f80516020615d95833981519152546001600160a01b031690565b5f805f846001600160a01b0316631d3be477856040518263ffffffff1660e01b81526004016136649190614d59565b5f60405180830381865afa15801561367e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136a5919081019061519a565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613702573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137269190615780565b156137a35773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613772573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137969190615104565b60645b9250925050613934565b6138258160a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156137f2573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061381691906157c6565b64ffffffffff90811691161090565b1561389c5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613871573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138959190615104565b606e613799565b806040015163ffffffff16816060015163ffffffff16106139295773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156138fe573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139229190615104565b6078613799565b608001519150600a90505b9250929050565b5f80516020615d958339815191525f8061397361395661361a565b873061396560045f8a8c615b07565b61396e91615b2e565b61433f565b9150915081613a315763ffffffff811615613a0e57825460ff60a01b1916600160a01b1783556139a161361a565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016139d093929190615b66565b5f604051808303815f87803b1580156139e7575f80fd5b505af11580156139f9573d5f803e3d5ffd5b5050845460ff60a01b1916855550613a319050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610962565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015613a89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613aad9190615780565b80613b3b57506001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015613b15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b399190615780565b155b156127765760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610962565b5f8073__$19db5f0436f9beab06d91aaebdafaf50ff$__63ed352647613b9b6001546001600160a01b031690565b6040805160e084901b6001600160e01b03191681526001600160a01b03929092166004830152336024830152600e604483015280516064808401938290030181865af4158015613bed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c119190615ba5565b915091509091565b604051631315996960e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063262b32d2906044015b602060405180830381865af4158015613c7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9e9190615780565b90505b92915050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401613c5f565b5f805f80516020615d7583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613d5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d819190615780565b15613dad5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610962565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613dff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e239190615780565b613e4b5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610962565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613e9d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ec1919061546d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b5490613f0d61277a565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b5f613c9e8284615bd2565b5f6001600160a01b038083169084161015613f805760405163117efe6d60e31b815260040160405180910390fd5b613c9e8284615bf1565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401613c5f565b613fdc614447565b60405163502ec37160e01b815260040160405180910390fd5b5f80516020615db58339815191528054600160401b810460ff1615906001600160401b03165f811580156140265750825b90505f826001600160401b031660011480156140415750303b155b90508115801561404f575080155b1561406d5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561409757845460ff60401b1916600160401b1785555b5f80878060200190518101906140ad9190615c10565b915091506140bc82828b61447f565b6140c66028614521565b600280546001600160a01b0319166001600160a01b03929092169190911790556140f0600b614521565b600380546001600160a01b0319166001600160a01b039290921691909117905561411a600a614521565b600480546001600160a01b0319166001600160a01b03929092169190911790556141446002614521565b600580546001600160a01b0319166001600160a01b039290921691909117905561417463c7f9373d60e01b6145b2565b50508315611d3c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611d33565b6040516368322c6360e11b81525f906001600160a01b0385169063d06458c6906141e6908690600401614d59565b5f60405180830381865afa158015614200573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614227919081019061596d565b6020015190506142378183613f8a565b1561072f578281836040516313bf6c4560e21b81526004016109629392919061579b565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156142bb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9e919061546d565b5f80516020615d9583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516143ad9190615c2c565b5f60405180830381855afa9150503d805f81146143e5576040519150601f19603f3d011682016040523d82523d5f602084013e6143ea565b606091505b5091509150811561443c57604081511061441c57808060200190518101906144129190615c42565b909450925061443c565b602081511061443c57808060200190518101906144399190615780565b93505b505094509492505050565b5f80516020615db583398151915254600160401b900460ff1661447d57604051631afcd79f60e31b815260040160405180910390fd5b565b614487614447565b61448f6145e5565b61450c8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156144d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144f4919061546d565b60085f8660405180602001604052805f8152506145f5565b61451c63daf9067160e01b6145b2565b505050565b5f6145346001546001600160a01b031690565b6001600160a01b031663d39e60438361454b61210e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561458e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ca19190615104565b6145ba614447565b6145e2816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b6145ed614447565b61447d61473c565b6145fd614447565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015614653573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146779190615780565b61469f5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610962565b6146a88761476a565b6146b2868361477b565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016147218382615cba565b50614732634a531f3360e01b6145b2565b5050505050505050565b614744614447565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614772614447565b6145e2816147f1565b614783614447565b61478b614802565b6147948261484a565b6001600160a01b0381166147bb5760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615d7583398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6147f9614447565b6145e2816142df565b61480a614447565b61447d6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b614852614447565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156148a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148cc9190615780565b6148f45760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610962565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215614926575f80fd5b81356001600160e01b03198116811461493d575f80fd5b9392505050565b6001600160601b03811681146145e2575f80fd5b803561496381614944565b919050565b6001600160c01b0319811681146145e2575f80fd5b5f806040838503121561498e575f80fd5b823561499981614944565b915060208301356149a981614968565b809150509250929050565b5f80604083850312156149c5575f80fd5b82356149d081614944565b915060208301356149a981614944565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614a56608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614a9a6101008401826149e0565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b0381118282101715614ad957614ad9614aa2565b60405290565b60405161010081016001600160401b0381118282101715614ad957614ad9614aa2565b604051606081016001600160401b0381118282101715614ad957614ad9614aa2565b604051608081016001600160401b0381118282101715614ad957614ad9614aa2565b60405161014081016001600160401b0381118282101715614ad957614ad9614aa2565b604051601f8201601f191681016001600160401b0381118282101715614b9157614b91614aa2565b604052919050565b5f6001600160401b03821115614bb157614bb1614aa2565b50601f01601f191660200190565b5f82601f830112614bce575f80fd5b8135602083015f614be6614be184614b99565b614b69565b9050828152858383011115614bf9575f80fd5b828260208301375f92810160200192909252509392505050565b6001600160a01b03811681146145e2575f80fd5b803561496381614c13565b63ffffffff811681146145e2575f80fd5b803561496381614c32565b64ffffffffff811681146145e2575f80fd5b803561496381614c4e565b80151581146145e2575f80fd5b803561496381614c6b565b5f805f805f805f805f6101208a8c031215614c9c575f80fd5b89356001600160401b03811115614cb1575f80fd5b614cbd8c828d01614bbf565b99505060208a0135614cce81614c13565b9750614cdc60408b01614c27565b9650614cea60608b01614c27565b9550614cf860808b01614c43565b9450614d0660a08b01614c60565b9350614d1460c08b01614c78565b9250614d2260e08b01614c78565b91506101008a01356001600160401b03811115614d3d575f80fd5b614d498c828d01614bbf565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f60208284031215614d7e575f80fd5b81356001600160401b03811115614d93575f80fd5b614a9a84828501614bbf565b5f8060408385031215614db0575f80fd5b8235614dbb81614c13565b915060208301356001600160401b03811115614dd5575f80fd5b614de185828601614bbf565b9150509250929050565b5f805f60608486031215614dfd575f80fd5b8335614e0881614c13565b92506020840135614e1881614968565b915060408401356001600160401b03811115614e32575f80fd5b614e3e86828701614bbf565b9150509250925092565b5f805f838503610280811215614e5c575f80fd5b8435614e6781614944565b93506020850135614e7781614968565b9250610240603f1982011215614e8b575f80fd5b50614e94614ab6565b614ea060408601614958565b8152614eae60608601614958565b6020820152614ebf60808601614958565b6040820152614ed060a08601614958565b6060820152614ee160c08601614958565b6080820152614ef260e08601614958565b60a0820152614f046101008601614958565b60c0820152614f166101208601614958565b60e0820152614f286101408601614958565b610100820152614f3b6101608601614958565b610120820152614f4e6101808601614958565b610140820152614f616101a08601614958565b610160820152614f746101c08601614958565b610180820152614f876101e08601614958565b6101a0820152614f9a6102008601614958565b6101c0820152614fad6102208601614958565b6101e0820152614fc06102408601614958565b610200820152614fd36102608601614958565b610220820152809150509250925092565b5f60208284031215614ff4575f80fd5b813561493d81614c13565b5f805f805f8060c08789031215615014575f80fd5b863561501f81614944565b955060208701356001600160401b03811115615039575f80fd5b61504589828a01614bbf565b955050604087013561505681614c13565b9350606087013561506681614c32565b9250608087013561507681614c4e565b915060a08701356001600160401b03811115615090575f80fd5b61509c89828a01614bbf565b9150509295509295509295565b5f805f606084860312156150bb575f80fd5b8335614e0881614944565b5f80604083850312156150d7575f80fd5b823561499981614c13565b6001600160a01b039290921682526001600160601b0316602082015260400190565b5f60208284031215615114575f80fd5b815161493d81614c13565b805161496381614944565b805161496381614c32565b805161496381614c13565b805161496381614c4e565b5f82601f83011261515a575f80fd5b8151602083015f61516d614be184614b99565b9050828152858383011115615180575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f602082840312156151aa575f80fd5b81516001600160401b038111156151bf575f80fd5b820161010081850312156151d1575f80fd5b6151d9614adf565b6151e28261511f565b81526151f06020830161511f565b60208201526152016040830161512a565b60408201526152126060830161512a565b606082015261522360808301615135565b608082015261523460a08301615140565b60a082015260c08201516001600160401b03811115615251575f80fd5b61525d8682850161514b565b60c08301525060e08201516001600160401b0381111561527b575f80fd5b6152878682850161514b565b60e083015250949350505050565b634e487b7160e01b5f52601160045260245ffd5b63ffffffff8181168382160190811115613ca157613ca1615295565b6001600160601b0381511682525f60208201516152ed60208501826001600160601b03169052565b506040820151615305604085018263ffffffff169052565b50606082015161531d606085018263ffffffff169052565b50608082015161533860808501826001600160a01b03169052565b5060a082015161535160a085018264ffffffffff169052565b5060c082015161010060c085015261536d6101008501826149e0565b905060e083015184820360e086015261538682826149e0565b95945050505050565b6001600160401b0360c01b84168152606060208201525f6153b360608301856152c5565b905060ff83166040830152949350505050565b5f602082840312156153d6575f80fd5b81516001600160401b038111156153eb575f80fd5b8201606081850312156153fc575f80fd5b615404614b02565b81516001600160401b03811115615419575f80fd5b6154258682850161514b565b825250602082015161543681614c13565b602082015260408201516001600160401b03811115615453575f80fd5b61545f8682850161514b565b604083015250949350505050565b5f6020828403121561547d575f80fd5b815161493d81614944565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f602082840312156154ca575f80fd5b815162ffffff8116811461493d575f80fd5b600181811c908216806154f057607f821691505b60208210810361550e57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60408284031215615524575f80fd5b604080519081016001600160401b038111828210171561554657615546614aa2565b8060405250809150825161555981614c13565b8152602083015161556981614944565b6020919091015292915050565b5f6101c0828403128015615588575f80fd5b5060405160e081016001600160401b03811182821017156155ab576155ab614aa2565b6040526155b88484615514565b81526155c78460408501615514565b60208201526155d98460808501615514565b60408201526155eb8460c08501615514565b60608201526155fe846101008501615514565b6080820152615611846101408501615514565b60a0820152615624846101808501615514565b60c08201529392505050565b5f60208284031215615640575f80fd5b5051919050565b6001600160601b0383168152604060208201525f614a9a60408301846149e0565b5f60208284031215615678575f80fd5b815161493d81614968565b6001600160c01b03198316815260406020820181905282516001600160a01b0316908201525f60208301516156c360608401826001600160601b03169052565b5060408301516001600160a01b038116608084015250606083015163ffffffff811660a084015250608083015164ffffffffff811660c08401525060a083015180151560e08401525060c08301518015156101008401525060e08301516001600160a01b038116610120840152506101008301516101408084015261574c6101808401826149e0565b9050610120840151603f198483030161016085015261576b82826149e0565b9695505050505050565b805161496381614c6b565b5f60208284031215615790575f80fd5b815161493d81614c6b565b6001600160c01b03199390931683526001600160601b03918216602084015216604082015260600190565b5f602082840312156157d6575f80fd5b815161493d81614c4e565b6001600160401b03811681146145e2575f80fd5b5f60208284031215615805575f80fd5b815161493d816157e1565b6001600160401b0360c01b815116825260208101511515602083015263ffffffff60408201511660408301525f606082015160806060850152614a9a60808501826149e0565b6001600160601b0383168152604060208201525f614a9a6040830184615810565b5f60208284031215615887575f80fd5b815160ff8116811461493d575f80fd5b5f602082840312156158a7575f80fd5b81516001600160401b038111156158bc575f80fd5b8201608081850312156158cd575f80fd5b6158d5614b24565b81516158e081614968565b815260208201516158f081614c6b565b6020820152604082015161590381614c32565b604082015260608201516001600160401b03811115615920575f80fd5b61592c8682850161514b565b606083015250949350505050565b6001600160601b0384168152606060208201525f6153b36060830185615810565b602081525f613c9e60208301846149e0565b5f6020828403121561597d575f80fd5b81516001600160401b03811115615992575f80fd5b820161014081850312156159a4575f80fd5b6159ac614b46565b6159b582615135565b81526159c36020830161511f565b60208201526159d460408301615135565b60408201526159e56060830161512a565b60608201526159f660808301615140565b6080820152615a0760a08301615775565b60a0820152615a1860c08301615775565b60c0820152615a2960e08301615135565b60e08201526101008201516001600160401b03811115615a47575f80fd5b615a538682850161514b565b610100830152506101208201516001600160401b03811115615a73575f80fd5b615a7f8682850161514b565b61012083015250949350505050565b81810381811115613ca157613ca1615295565b6001600160401b0360c01b83168152604060208201525f614a9a60408301846152c5565b6001600160601b03851681526001600160601b03841660208201526001600160401b0360c01b83166040820152608060608201525f61576b60808301846149e0565b5f8085851115615b15575f80fd5b83861115615b21575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015615b5f576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215615bb6575f80fd5b8251615bc181614944565b60208401519092506149a981614c13565b6001600160a01b038181168382160190811115613ca157613ca1615295565b6001600160a01b038281168282160390811115613ca157613ca1615295565b5f8060408385031215615c21575f80fd5b8251615bc181614c13565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615c53575f80fd5b8251615c5e81614c6b565b60208401519092506149a981614c32565b601f82111561451c57805f5260205f20601f840160051c81016020851015615c945750805b601f840160051c820191505b81811015615cb3575f8155600101615ca0565b5050505050565b81516001600160401b03811115615cd357615cd3614aa2565b615ce781615ce184546154dc565b84615c6f565b6020601f821160018114615d19575f8315615d025750848201515b5f19600385901b1c1916600184901b178455615cb3565b5f84815260208120601f198516915b82811015615d485787850151825560209485019460019092019101615d28565b5084821015615d6557868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ad25a92d2f254c7c4f08ef74a23fffbc24b72dc7624e2197c90fce523705dcca64736f6c634300081a0033",
1341
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635dcb3bae116100f35780638fb3603711610093578063ada9652e1161006e578063ada9652e146103f9578063b68d18091461040d578063bf7e214f14610414578063eed283151461041c575f80fd5b80638fb36037146103b2578063987cb161146103d3578063ab3fc75f146103e6575f80fd5b806376b707b7116100ce57806376b707b71461036a5780637950d0e2146103845780637a9e5e4b14610397578063893d20e8146103aa575f80fd5b80635dcb3bae1461031a578063644c45e01461032d5780636c741e781461034a575f80fd5b80631bda5efa1161015e57806325d073841161013957806325d07384146102bc578063329d6e74146102cf57806349bb9e4b146102e25780635ab1bd53146102f5575f80fd5b80631bda5efa1461025f5780631eff4b221461027f57806322f3e2d4146102b4575f80fd5b806301ffc9a7146101a5578063071e1e4a146101e657806307e71a6e146101fb5780630d8e6e2c146102265780630fec111c14610242578063138461e014610257575b5f80fd5b6101d16101b3366004614916565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f436600461497d565b610450565b005b61020e6102093660046149b4565b610735565b6040516001600160601b0390911681526020016101dd565b61022e610d3f565b60405162ffffff90911681526020016101dd565b61024a610dc6565b6040516101dd9190614a0e565b61020e610f80565b61027261026d366004614c83565b610f8a565b6040516101dd9190614d59565b6102a67f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b6101d1611597565b6101d16102ca36600461497d565b61160e565b6101f96102dd366004614d6e565b611aff565b6101f96102f0366004614d9f565b611c49565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b61020e610328366004614deb565b611d45565b5f80516020615d75833981519152546001600160601b031661020e565b610352612082565b6040516001600160401b0390911681526020016101dd565b61037261210e565b60405160ff90911681526020016101dd565b6101f9610392366004614e48565b612176565b6101f96103a5366004614fe4565b6126f4565b61030261277a565b6103ba6128ab565b6040516001600160e01b031990911681526020016101dd565b6102726103e1366004614fff565b6128e0565b6101f96103f43660046150a9565b613386565b6102a65f80516020615d7583398151915281565b600e610372565b61030261361a565b61042f61042a3660046150c6565b613635565b604080516001600160a01b03909316835260ff9091166020830152016101dd565b61045c335b5f3661393b565b81600e6104698282613a39565b610473848461160e565b1561072f575f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816104a56001546001600160a01b031690565b876040518363ffffffff1660e01b81526004016104c39291906150e2565b602060405180830381865af41580156104de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105029190615104565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610541573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105659190615104565b6001600160a01b0316631d3be477866040518263ffffffff1660e01b81526004016105909190614d59565b5f60405180830381865afa1580156105aa573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105d1919081019061519a565b90506001816060018181516105e691906152a9565b63ffffffff1690525060408051631a99b41b60e31b815290516001600160a01b0384169163d4cda0d89160048083019260209291908290030181865afa158015610632573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106569190615104565b6001600160a01b03166396260559868360ff6040518463ffffffff1660e01b81526004016106869392919061538f565b5f604051808303815f87803b15801561069d575f80fd5b505af11580156106af573d5f803e3d5ffd5b505050507fd0fb19cbe3e6c7666a69cce6e9e84c1d4d23353bb2023d89040efa1ce3e5a82e86826020015187846060015160405161072494939291906001600160601b0394851681529290931660208301526001600160c01b031916604082015263ffffffff91909116606082015260800190565b60405180910390a150505b50505050565b5f61073f33610455565b82601761074c8282613a39565b5f80610756613b6d565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610797573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107bb9190615104565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa15801561080a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261083191908101906153c6565b604051630232ca4960e01b81526001600160601b038b1660048201529091505f906001600160a01b03841690630232ca4990602401602060405180830381865afa158015610881573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a5919061546d565b905088975061091e8873__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156108f5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610919919061546d565b613c19565b1561092b5780975061096b565b6109358882613ca7565b1561096b576040516322d98b0960e11b81526001600160601b03808a166004830152821660248201526044015b60405180910390fd5b5f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109cc9190615104565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a1467782888c73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a5f919061546d565b6040518563ffffffff1660e01b8152600401610a7e9493929190615488565b5f604051808303815f87803b158015610a95575f80fd5b505af1158015610aa7573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03166001600160a01b03166366101781828d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b3b919061546d565b8d6040518563ffffffff1660e01b8152600401610b5b9493929190615488565b5f604051808303815f87803b158015610b72575f80fd5b505af1158015610b84573d5f803e3d5ffd5b50505050505f610b9c6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038d1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610be9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c0d9190615104565b90507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f8b8285602001516001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c969190615104565b604080516001600160601b0394851681526001600160a01b0393841660208201529290911690820152908b16606082015260800160405180910390a182602001516001600160a01b03166367ed5f36828b6040518363ffffffff1660e01b8152600401610d049291906150e2565b5f604051808303815f87803b158015610d1b575f80fd5b505af1158015610d2d573d5f803e3d5ffd5b50505050505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610d9d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc191906154ba565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e96919061546d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610ede61277a565b6001600160a01b03168152602001826001018054610efb906154dc565b80601f0160208091040260200160405190810160405280929190818152602001828054610f27906154dc565b8015610f725780601f10610f4957610100808354040283529160200191610f72565b820191905f5260205f20905b815481529060010190602001808311610f5557829003601f168201915b505050505081525091505090565b5f610dc130613cf1565b5f610f9433610455565b5f80610f9e613b6d565b915091505f610fb56001546001600160a01b031690565b60405163677d3feb60e11b81526001600160601b03851660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015611002573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611026919061546d565b90505f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611065573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110899190615104565b604051636a05a41360e01b81526001600160601b03841660048201526001600160a01b039190911690636a05a413906024016101c060405180830381865afa1580156110d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110fb9190615576565b604081015151606082015151919250905f90611117908e613f47565b90506001600160a01b03808316908216111561124357604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af4158015611183573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a79190615630565b604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af41580156111fd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112219190615630565b604051632d8d32a560e21b815260048101929092526024820152604401610962565b5f61124e8383613f52565b90506112668f826001600160a01b0390811691161190565b15611397578e6001600160a01b031673__$bf7bc340cbb9229ef1de2c568356e67902$__635ff51efe90916040518263ffffffff1660e01b81526004016112bc91906001600160a01b0391909116815260200190565b602060405180830381865af41580156112d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112fb9190615630565b604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af4158015611351573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113759190615630565b6040516306990c9f60e11b815260048101929092526024820152604401610962565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039838e6040518363ffffffff1660e01b81526004016113d5929190615647565b602060405180830381865af41580156113f0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114149190615668565b92505f6040518061014001604052808d6001600160a01b03168152602001846001600160601b031681526020018c6001600160a01b031681526020018a63ffffffff1681526020018964ffffffffff168152602001881515815260200187151581526020018b6001600160a01b031681526020018e8152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156114d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114f49190615104565b6001600160a01b0316634bb2d19785836040518363ffffffff1660e01b8152600401611521929190615683565b5f604051808303815f87803b158015611538575f80fd5b505af115801561154a573d5f803e3d5ffd5b505050507fcd159579c9776c25aaa89df3e9e0e273cbd95c8827ec72a5e8c28aa21c34c01b838e60405161157f929190615647565b60405180910390a15050509998505050505050505050565b5f6115a061361a565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa1580156115e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116089190615780565b15905090565b5f82600e61161c8282613a39565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611672573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116969190615780565b8061171c5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf906116dd906001600160c01b0319881690600401614d59565b602060405180830381865af41580156116f8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061171c9190615780565b15611729575f9250611af7565b5f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816117566001546001600160a01b031690565b886040518363ffffffff1660e01b81526004016117749291906150e2565b602060405180830381865af415801561178f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117b39190615104565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118169190615104565b6001600160a01b0316631d3be477876040518263ffffffff1660e01b81526004016118419190614d59565b5f60405180830381865afa15801561185b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611882919081019061519a565b6020810151604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156118e1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119059190615780565b15611914575f94505050611af7565b80516119209088613f8a565b1561194457805160405163232e27d560e21b81526109629188918a9060040161579b565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561199e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119c29190615780565b80611ad0575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611a22573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a469190615780565b8015611ad05750611ad073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611a97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611abb91906157c6565b8260a0015164ffffffffff9081169116111590565b9450848015611af25750806040015163ffffffff16816060015163ffffffff16105b945050505b505092915050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611b21610d3f565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611b5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b8391906157f5565b5f80516020615db58339815191528054600160401b900460ff1680611bb5575080546001600160401b03808416911610155b15611bd35760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611bfd83613fd4565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020615db58339815191528054600160401b810460ff1615906001600160401b03165f81158015611c7a5750825b90505f826001600160401b03166001148015611c955750303b155b905081158015611ca3575080155b15611cc15760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611ceb57845460ff60401b1916600160401b1785555b611cf58787613ff5565b8315611d3c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f611d4f33610455565b5f80611d59613b6d565b91509150611dc7816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dc09190615104565b86846141b8565b60055f9054906101000a90046001600160a01b03166001600160a01b03166357a8fba76040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e3c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e60919061546d565b6001600160601b03168152602001856001600160601b03168152602001611e85601790565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611ee29190614a0e565b6020604051808303815f875af1158015611efe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f22919061546d565b92505f6040518060800160405280876001600160c01b03191681526020016001151581526020015f63ffffffff168152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fbb9190615104565b6001600160a01b031663f9b3fe3c85836040518363ffffffff1660e01b8152600401611fe8929190615856565b5f604051808303815f87803b158015611fff575f80fd5b505af1158015612011573d5f803e3d5ffd5b5050604080516001600160601b038781168252881660208201526001600160c01b03198a16818301526001600160a01b038b16606082015290517f4a9178ebf2691f0cc04ca591663061f3c23c8b96b53097cfa0289437162c992e9350908190036080019150a15050509392505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe600e6120a761210e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af41580156120ea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc191906157f5565b5f61211761361a565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612152573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc19190615877565b61217f33610455565b82600e61218c8282613a39565b5f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816121b96001546001600160a01b031690565b886040518363ffffffff1660e01b81526004016121d79291906150e2565b602060405180830381865af41580156121f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122169190615104565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612255573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122799190615104565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156122b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122dc9190615104565b90505f6122f3876101c00151886101e0015161425b565b90506122ff898961160e565b156125c0576102008701516002546040516374933c2f60e01b81526001600160a01b03909116906374933c2f906123409086908e9086908890600401615488565b5f604051808303815f87803b158015612357575f80fd5b505af1158015612369573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be4779061239b908d90600401614d59565b5f60405180830381865afa1580156123b5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123dc919081019061519a565b905060025f9054906101000a90046001600160a01b03166001600160a01b031663d165cb6485836020015173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561244e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612472919061546d565b866040518563ffffffff1660e01b81526004016124929493929190615488565b5f604051808303815f87803b1580156124a9575f80fd5b505af11580156124bb573d5f803e3d5ffd5b5050505060208101516040516313d8ebc960e11b81526001600160601b0390911660048201525f906001600160a01b038716906327b1d792906024015f60405180830381865afa158015612511573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125389190810190615897565b905060018160400181815161254d91906152a9565b63ffffffff169052506020820151604051630af38b5f60e21b81526001600160a01b03871691632bce2d7c9161258b9190859060ff9060040161593a565b5f604051808303815f87803b1580156125a2575f80fd5b505af11580156125b4573d5f803e3d5ffd5b5050505050505061269e565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561262c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612650919061546d565b856040518563ffffffff1660e01b81526004016126709493929190615488565b5f604051808303815f87803b158015612687575f80fd5b505af1158015612699573d5f803e3d5ffd5b505050505b604080516001600160601b038b1681526001600160c01b03198a1660208201527f1ada02426ee529031fdddc0d25489621c399116f75cb4bbf31ec18c7c7c3e3ef910160405180910390a1505050505050505050565b336126fd61361a565b6001600160a01b0316816001600160a01b0316146127385760405162d1953b60e31b81526001600160a01b0382166004820152602401610962565b816001600160a01b03163b5f0361276d576040516361798f2f60e11b81526001600160a01b0383166004820152602401610962565b612776826142df565b5050565b5f805f80516020615d7583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156127e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061280a9190615780565b15612895576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561286b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061288f9190615104565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615d9583398151915280545f9190600160a01b900460ff166128d2575f61288f565b638fb3603760e01b91505090565b5f6128ea33610455565b8660176128f78282613a39565b5f80612901613b6d565b9150915089515f0361292857896040516337b67ced60e01b8152600401610962919061595b565b60405163790a38ad60e01b815264ffffffffff8816600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561297c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129a09190615780565b80612aa057508664ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__6394335b1a909173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612a11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a3591906157c6565b6040516001600160e01b031960e085901b16815264ffffffffff928316600482015291166024820152604401602060405180830381865af4158015612a7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612aa09190615780565b15612ac75760405163186399e560e31b815264ffffffffff88166004820152602401610962565b5f612ada6001546001600160a01b031690565b60405163677d3feb60e11b81526001600160601b038e1660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015612b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b4b919061546d565b9050612b578184613f8a565b15612b905760405163e172170d60e01b81526001600160601b03808e166004830152808316602483015284166044820152606401610962565b5f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bf19190615104565b6040516313d8ebc960e11b81526001600160601b038f1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa158015612c40573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612c679190810190615897565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c690612c99908590600401614d59565b5f60405180830381865afa158015612cb3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612cda919081019061596d565b90508b63ffffffff16816060015163ffffffff161015612d1b576060810151604051631bdd82b160e31b815263ffffffff9091166004820152602401610962565b80516001600160a01b03808f1691161115612e4957805160405163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612d89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dad9190615630565b60405163e2eb023b60e01b81526001600160a01b038f16600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612e03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e279190615630565b604051637025bb8d60e11b815260048101929092526024820152604401610962565b60408101516001600160a01b03808f1691161015612f7d57604081810151905163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612ebd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ee19190615630565b60405163e2eb023b60e01b81526001600160a01b038f16600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612f37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f5b9190615630565b60405163d80ce0cf60e01b815260048101929092526024820152604401610962565b6080810151604051633682752160e21b815264ffffffffff909116600482015273__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015612fd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ffb9190615630565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015613042573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061306691906157c6565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156130bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130df9190615630565b604051633682752160e21b815264ffffffffff8e16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015613133573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131579190615630565b6131619190615a8e565b111561319757608081015160405163941185d360e01b815264ffffffffff9182166004820152908c166024820152604401610962565b5050604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__9150633f093cd6906131d39086908f90600401615647565b602060405180830381865af41580156131ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132129190615668565b95505f604051806101000160405280856001600160601b031681526020018e6001600160601b031681526020018b63ffffffff1681526020015f63ffffffff1681526020018c6001600160a01b031681526020018a64ffffffffff1681526020018d8152602001898152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132df9190615104565b6001600160a01b0316634a82439288836040518363ffffffff1660e01b815260040161330c929190615aa1565b5f604051808303815f87803b158015613323575f80fd5b505af1158015613335573d5f803e3d5ffd5b505050507f75877f30372d5d5274d26a87127a9dcb9944f7fc094a00f5e126ea90220d46e0848e898f60405161336e9493929190615ac5565b60405180910390a15050505050509695505050505050565b61338f33610455565b61339a836017613a39565b5f806133a4613b6d565b91509150613412816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156133e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061340b9190615104565b85846141b8565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561344f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134739190615104565b6040516313d8ebc960e11b81526001600160601b03881660048201526001600160a01b0391909116906327b1d792906024015f60405180830381865afa1580156134bf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134e69190810190615897565b80516001600160c01b0319871682526060820186905260408051631a99b41b60e31b8152905192935090916001600160a01b0385169163d4cda0d89160048083019260209291908290030181865afa158015613544573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135689190615104565b6001600160a01b0316632bce2d7c888460ff6040518463ffffffff1660e01b81526004016135989392919061593a565b5f604051808303815f87803b1580156135af575f80fd5b505af11580156135c1573d5f803e3d5ffd5b5050604080516001600160601b038b1681526001600160c01b031980861660208301528a16918101919091527fbc91a707be82165c58e12c3cdd805449dbceec4592db04a692e68b120a4daa7792506060019050611d33565b5f80516020615d95833981519152546001600160a01b031690565b5f805f846001600160a01b0316631d3be477856040518263ffffffff1660e01b81526004016136649190614d59565b5f60405180830381865afa15801561367e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526136a5919081019061519a565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015613702573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137269190615780565b156137a35773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613772573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137969190615104565b60645b9250925050613934565b6138258160a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156137f2573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061381691906157c6565b64ffffffffff90811691161090565b1561389c5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613871573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138959190615104565b606e613799565b806040015163ffffffff16816060015163ffffffff16106139295773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156138fe573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139229190615104565b6078613799565b608001519150600a90505b9250929050565b5f80516020615d958339815191525f8061397361395661361a565b873061396560045f8a8c615b07565b61396e91615b2e565b61433f565b9150915081613a315763ffffffff811615613a0e57825460ff60a01b1916600160a01b1783556139a161361a565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016139d093929190615b66565b5f604051808303815f87803b1580156139e7575f80fd5b505af11580156139f9573d5f803e3d5ffd5b5050845460ff60a01b1916855550613a319050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610962565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015613a89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613aad9190615780565b80613b3b57506001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015613b15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b399190615780565b155b156127765760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610962565b5f8073__$19db5f0436f9beab06d91aaebdafaf50ff$__63ed352647613b9b6001546001600160a01b031690565b6040805160e084901b6001600160e01b03191681526001600160a01b03929092166004830152336024830152600e604483015280516064808401938290030181865af4158015613bed573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c119190615ba5565b915091509091565b604051631315996960e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063262b32d2906044015b602060405180830381865af4158015613c7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9e9190615780565b90505b92915050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401613c5f565b5f805f80516020615d7583398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613d5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613d819190615780565b15613dad5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610962565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613dff573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e239190615780565b613e4b5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610962565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613e9d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ec1919061546d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b5490613f0d61277a565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b5f613c9e8284615bd2565b5f6001600160a01b038083169084161015613f805760405163117efe6d60e31b815260040160405180910390fd5b613c9e8284615bf1565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401613c5f565b613fdc614447565b60405163502ec37160e01b815260040160405180910390fd5b5f80516020615db58339815191528054600160401b810460ff1615906001600160401b03165f811580156140265750825b90505f826001600160401b031660011480156140415750303b155b90508115801561404f575080155b1561406d5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561409757845460ff60401b1916600160401b1785555b5f80878060200190518101906140ad9190615c10565b915091506140bc82828b61447f565b6140c66028614521565b600280546001600160a01b0319166001600160a01b03929092169190911790556140f0600b614521565b600380546001600160a01b0319166001600160a01b039290921691909117905561411a600a614521565b600480546001600160a01b0319166001600160a01b03929092169190911790556141446002614521565b600580546001600160a01b0319166001600160a01b039290921691909117905561417463c7f9373d60e01b6145b2565b50508315611d3c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611d33565b6040516368322c6360e11b81525f906001600160a01b0385169063d06458c6906141e6908690600401614d59565b5f60405180830381865afa158015614200573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052614227919081019061596d565b6020015190506142378183613f8a565b1561072f578281836040516313bf6c4560e21b81526004016109629392919061579b565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af41580156142bb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9e919061546d565b5f80516020615d9583398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516143ad9190615c2c565b5f60405180830381855afa9150503d805f81146143e5576040519150601f19603f3d011682016040523d82523d5f602084013e6143ea565b606091505b5091509150811561443c57604081511061441c57808060200190518101906144129190615c42565b909450925061443c565b602081511061443c57808060200190518101906144399190615780565b93505b505094509492505050565b5f80516020615db583398151915254600160401b900460ff1661447d57604051631afcd79f60e31b815260040160405180910390fd5b565b614487614447565b61448f6145e5565b61450c8383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156144d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144f4919061546d565b60085f8660405180602001604052805f8152506145f5565b61451c63daf9067160e01b6145b2565b505050565b5f6145346001546001600160a01b031690565b6001600160a01b031663d39e60438361454b61210e565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561458e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ca19190615104565b6145ba614447565b6145e2816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b6145ed614447565b61447d61473c565b6145fd614447565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015614653573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146779190615780565b61469f5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610962565b6146a88761476a565b6146b2868361477b565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016147218382615cba565b50614732634a531f3360e01b6145b2565b5050505050505050565b614744614447565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614772614447565b6145e2816147f1565b614783614447565b61478b614802565b6147948261484a565b6001600160a01b0381166147bb5760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615d7583398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6147f9614447565b6145e2816142df565b61480a614447565b61447d6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b614852614447565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156148a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906148cc9190615780565b6148f45760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610962565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215614926575f80fd5b81356001600160e01b03198116811461493d575f80fd5b9392505050565b6001600160601b03811681146145e2575f80fd5b803561496381614944565b919050565b6001600160c01b0319811681146145e2575f80fd5b5f806040838503121561498e575f80fd5b823561499981614944565b915060208301356149a981614968565b809150509250929050565b5f80604083850312156149c5575f80fd5b82356149d081614944565b915060208301356149a981614944565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614a56608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614a9a6101008401826149e0565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b0381118282101715614ad957614ad9614aa2565b60405290565b60405161010081016001600160401b0381118282101715614ad957614ad9614aa2565b604051606081016001600160401b0381118282101715614ad957614ad9614aa2565b604051608081016001600160401b0381118282101715614ad957614ad9614aa2565b60405161014081016001600160401b0381118282101715614ad957614ad9614aa2565b604051601f8201601f191681016001600160401b0381118282101715614b9157614b91614aa2565b604052919050565b5f6001600160401b03821115614bb157614bb1614aa2565b50601f01601f191660200190565b5f82601f830112614bce575f80fd5b8135602083015f614be6614be184614b99565b614b69565b9050828152858383011115614bf9575f80fd5b828260208301375f92810160200192909252509392505050565b6001600160a01b03811681146145e2575f80fd5b803561496381614c13565b63ffffffff811681146145e2575f80fd5b803561496381614c32565b64ffffffffff811681146145e2575f80fd5b803561496381614c4e565b80151581146145e2575f80fd5b803561496381614c6b565b5f805f805f805f805f6101208a8c031215614c9c575f80fd5b89356001600160401b03811115614cb1575f80fd5b614cbd8c828d01614bbf565b99505060208a0135614cce81614c13565b9750614cdc60408b01614c27565b9650614cea60608b01614c27565b9550614cf860808b01614c43565b9450614d0660a08b01614c60565b9350614d1460c08b01614c78565b9250614d2260e08b01614c78565b91506101008a01356001600160401b03811115614d3d575f80fd5b614d498c828d01614bbf565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f60208284031215614d7e575f80fd5b81356001600160401b03811115614d93575f80fd5b614a9a84828501614bbf565b5f8060408385031215614db0575f80fd5b8235614dbb81614c13565b915060208301356001600160401b03811115614dd5575f80fd5b614de185828601614bbf565b9150509250929050565b5f805f60608486031215614dfd575f80fd5b8335614e0881614c13565b92506020840135614e1881614968565b915060408401356001600160401b03811115614e32575f80fd5b614e3e86828701614bbf565b9150509250925092565b5f805f838503610280811215614e5c575f80fd5b8435614e6781614944565b93506020850135614e7781614968565b9250610240603f1982011215614e8b575f80fd5b50614e94614ab6565b614ea060408601614958565b8152614eae60608601614958565b6020820152614ebf60808601614958565b6040820152614ed060a08601614958565b6060820152614ee160c08601614958565b6080820152614ef260e08601614958565b60a0820152614f046101008601614958565b60c0820152614f166101208601614958565b60e0820152614f286101408601614958565b610100820152614f3b6101608601614958565b610120820152614f4e6101808601614958565b610140820152614f616101a08601614958565b610160820152614f746101c08601614958565b610180820152614f876101e08601614958565b6101a0820152614f9a6102008601614958565b6101c0820152614fad6102208601614958565b6101e0820152614fc06102408601614958565b610200820152614fd36102608601614958565b610220820152809150509250925092565b5f60208284031215614ff4575f80fd5b813561493d81614c13565b5f805f805f8060c08789031215615014575f80fd5b863561501f81614944565b955060208701356001600160401b03811115615039575f80fd5b61504589828a01614bbf565b955050604087013561505681614c13565b9350606087013561506681614c32565b9250608087013561507681614c4e565b915060a08701356001600160401b03811115615090575f80fd5b61509c89828a01614bbf565b9150509295509295509295565b5f805f606084860312156150bb575f80fd5b8335614e0881614944565b5f80604083850312156150d7575f80fd5b823561499981614c13565b6001600160a01b039290921682526001600160601b0316602082015260400190565b5f60208284031215615114575f80fd5b815161493d81614c13565b805161496381614944565b805161496381614c32565b805161496381614c13565b805161496381614c4e565b5f82601f83011261515a575f80fd5b8151602083015f61516d614be184614b99565b9050828152858383011115615180575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f602082840312156151aa575f80fd5b81516001600160401b038111156151bf575f80fd5b820161010081850312156151d1575f80fd5b6151d9614adf565b6151e28261511f565b81526151f06020830161511f565b60208201526152016040830161512a565b60408201526152126060830161512a565b606082015261522360808301615135565b608082015261523460a08301615140565b60a082015260c08201516001600160401b03811115615251575f80fd5b61525d8682850161514b565b60c08301525060e08201516001600160401b0381111561527b575f80fd5b6152878682850161514b565b60e083015250949350505050565b634e487b7160e01b5f52601160045260245ffd5b63ffffffff8181168382160190811115613ca157613ca1615295565b6001600160601b0381511682525f60208201516152ed60208501826001600160601b03169052565b506040820151615305604085018263ffffffff169052565b50606082015161531d606085018263ffffffff169052565b50608082015161533860808501826001600160a01b03169052565b5060a082015161535160a085018264ffffffffff169052565b5060c082015161010060c085015261536d6101008501826149e0565b905060e083015184820360e086015261538682826149e0565b95945050505050565b6001600160401b0360c01b84168152606060208201525f6153b360608301856152c5565b905060ff83166040830152949350505050565b5f602082840312156153d6575f80fd5b81516001600160401b038111156153eb575f80fd5b8201606081850312156153fc575f80fd5b615404614b02565b81516001600160401b03811115615419575f80fd5b6154258682850161514b565b825250602082015161543681614c13565b602082015260408201516001600160401b03811115615453575f80fd5b61545f8682850161514b565b604083015250949350505050565b5f6020828403121561547d575f80fd5b815161493d81614944565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f602082840312156154ca575f80fd5b815162ffffff8116811461493d575f80fd5b600181811c908216806154f057607f821691505b60208210810361550e57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60408284031215615524575f80fd5b604080519081016001600160401b038111828210171561554657615546614aa2565b8060405250809150825161555981614c13565b8152602083015161556981614944565b6020919091015292915050565b5f6101c0828403128015615588575f80fd5b5060405160e081016001600160401b03811182821017156155ab576155ab614aa2565b6040526155b88484615514565b81526155c78460408501615514565b60208201526155d98460808501615514565b60408201526155eb8460c08501615514565b60608201526155fe846101008501615514565b6080820152615611846101408501615514565b60a0820152615624846101808501615514565b60c08201529392505050565b5f60208284031215615640575f80fd5b5051919050565b6001600160601b0383168152604060208201525f614a9a60408301846149e0565b5f60208284031215615678575f80fd5b815161493d81614968565b6001600160c01b03198316815260406020820181905282516001600160a01b0316908201525f60208301516156c360608401826001600160601b03169052565b5060408301516001600160a01b038116608084015250606083015163ffffffff811660a084015250608083015164ffffffffff811660c08401525060a083015180151560e08401525060c08301518015156101008401525060e08301516001600160a01b038116610120840152506101008301516101408084015261574c6101808401826149e0565b9050610120840151603f198483030161016085015261576b82826149e0565b9695505050505050565b805161496381614c6b565b5f60208284031215615790575f80fd5b815161493d81614c6b565b6001600160c01b03199390931683526001600160601b03918216602084015216604082015260600190565b5f602082840312156157d6575f80fd5b815161493d81614c4e565b6001600160401b03811681146145e2575f80fd5b5f60208284031215615805575f80fd5b815161493d816157e1565b6001600160401b0360c01b815116825260208101511515602083015263ffffffff60408201511660408301525f606082015160806060850152614a9a60808501826149e0565b6001600160601b0383168152604060208201525f614a9a6040830184615810565b5f60208284031215615887575f80fd5b815160ff8116811461493d575f80fd5b5f602082840312156158a7575f80fd5b81516001600160401b038111156158bc575f80fd5b8201608081850312156158cd575f80fd5b6158d5614b24565b81516158e081614968565b815260208201516158f081614c6b565b6020820152604082015161590381614c32565b604082015260608201516001600160401b03811115615920575f80fd5b61592c8682850161514b565b606083015250949350505050565b6001600160601b0384168152606060208201525f6153b36060830185615810565b602081525f613c9e60208301846149e0565b5f6020828403121561597d575f80fd5b81516001600160401b03811115615992575f80fd5b820161014081850312156159a4575f80fd5b6159ac614b46565b6159b582615135565b81526159c36020830161511f565b60208201526159d460408301615135565b60408201526159e56060830161512a565b60608201526159f660808301615140565b6080820152615a0760a08301615775565b60a0820152615a1860c08301615775565b60c0820152615a2960e08301615135565b60e08201526101008201516001600160401b03811115615a47575f80fd5b615a538682850161514b565b610100830152506101208201516001600160401b03811115615a73575f80fd5b615a7f8682850161514b565b61012083015250949350505050565b81810381811115613ca157613ca1615295565b6001600160401b0360c01b83168152604060208201525f614a9a60408301846152c5565b6001600160601b03851681526001600160601b03841660208201526001600160401b0360c01b83166040820152608060608201525f61576b60808301846149e0565b5f8085851115615b15575f80fd5b83861115615b21575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015615b5f576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f8060408385031215615bb6575f80fd5b8251615bc181614944565b60208401519092506149a981614c13565b6001600160a01b038181168382160190811115613ca157613ca1615295565b6001600160a01b038281168282160390811115613ca157613ca1615295565b5f8060408385031215615c21575f80fd5b8251615bc181614c13565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615c53575f80fd5b8251615c5e81614c6b565b60208401519092506149a981614c32565b601f82111561451c57805f5260205f20601f840160051c81016020851015615c945750805b601f840160051c820191505b81811015615cb3575f8155600101615ca0565b5050505050565b81516001600160401b03811115615cd357615cd3614aa2565b615ce781615ce184546154dc565b84615c6f565b6020601f821160018114615d19575f8315615d025750848201515b5f19600385901b1c1916600184901b178455615cb3565b5f84815260208120601f198516915b82811015615d485787850151825560209485019460019092019101615d28565b5084821015615d6557868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ad25a92d2f254c7c4f08ef74a23fffbc24b72dc7624e2197c90fce523705dcca64736f6c634300081a0033",
1342
+ "linkReferences": {
1343
+ "contracts/pool/PoolLib.sol": {
1344
+ "PoolLib": [
1345
+ {
1346
+ "length": 20,
1347
+ "start": 15431
1348
+ }
1349
+ ]
1350
+ },
1351
+ "contracts/shared/ContractLib.sol": {
1352
+ "ContractLib": [
1353
+ {
1354
+ "length": 20,
1355
+ "start": 1361
1356
+ },
1357
+ {
1358
+ "length": 20,
1359
+ "start": 6146
1360
+ },
1361
+ {
1362
+ "length": 20,
1363
+ "start": 8805
1364
+ },
1365
+ {
1366
+ "length": 20,
1367
+ "start": 18161
1368
+ },
1369
+ {
1370
+ "length": 20,
1371
+ "start": 18758
1372
+ }
1373
+ ]
1374
+ },
1375
+ "contracts/type/Amount.sol": {
1376
+ "AmountLib": [
1377
+ {
1378
+ "length": 20,
1379
+ "start": 2438
1380
+ },
1381
+ {
1382
+ "length": 20,
1383
+ "start": 2764
1384
+ },
1385
+ {
1386
+ "length": 20,
1387
+ "start": 2984
1388
+ },
1389
+ {
1390
+ "length": 20,
1391
+ "start": 9439
1392
+ },
1393
+ {
1394
+ "length": 20,
1395
+ "start": 9917
1396
+ },
1397
+ {
1398
+ "length": 20,
1399
+ "start": 15639
1400
+ },
1401
+ {
1402
+ "length": 20,
1403
+ "start": 15781
1404
+ },
1405
+ {
1406
+ "length": 20,
1407
+ "start": 17241
1408
+ }
1409
+ ]
1410
+ },
1411
+ "contracts/type/DistributorType.sol": {
1412
+ "DistributorTypeLib": [
1413
+ {
1414
+ "length": 20,
1415
+ "start": 5236
1416
+ }
1417
+ ]
1418
+ },
1419
+ "contracts/type/NftId.sol": {
1420
+ "NftIdLib": [
1421
+ {
1422
+ "length": 20,
1423
+ "start": 3843
1424
+ },
1425
+ {
1426
+ "length": 20,
1427
+ "start": 5904
1428
+ },
1429
+ {
1430
+ "length": 20,
1431
+ "start": 6527
1432
+ },
1433
+ {
1434
+ "length": 20,
1435
+ "start": 7885
1436
+ },
1437
+ {
1438
+ "length": 20,
1439
+ "start": 10372
1440
+ },
1441
+ {
1442
+ "length": 20,
1443
+ "start": 15867
1444
+ },
1445
+ {
1446
+ "length": 20,
1447
+ "start": 16520
1448
+ }
1449
+ ]
1450
+ },
1451
+ "contracts/type/ObjectType.sol": {
1452
+ "ObjectTypeLib": [
1453
+ {
1454
+ "length": 20,
1455
+ "start": 15143
1456
+ }
1457
+ ]
1458
+ },
1459
+ "contracts/type/Referral.sol": {
1460
+ "ReferralLib": [
1461
+ {
1462
+ "length": 20,
1463
+ "start": 6017
1464
+ },
1465
+ {
1466
+ "length": 20,
1467
+ "start": 12926
1468
+ }
1469
+ ]
1470
+ },
1471
+ "contracts/type/RoleId.sol": {
1472
+ "RoleIdLib": [
1473
+ {
1474
+ "length": 20,
1475
+ "start": 8539
1476
+ }
1477
+ ]
1478
+ },
1479
+ "contracts/type/Seconds.sol": {
1480
+ "SecondsLib": [
1481
+ {
1482
+ "length": 20,
1483
+ "start": 12405
1484
+ }
1485
+ ]
1486
+ },
1487
+ "contracts/type/Timestamp.sol": {
1488
+ "TimestampLib": [
1489
+ {
1490
+ "length": 20,
1491
+ "start": 6716
1492
+ },
1493
+ {
1494
+ "length": 20,
1495
+ "start": 6848
1496
+ },
1497
+ {
1498
+ "length": 20,
1499
+ "start": 6952
1500
+ },
1501
+ {
1502
+ "length": 20,
1503
+ "start": 10778
1504
+ },
1505
+ {
1506
+ "length": 20,
1507
+ "start": 10886
1508
+ },
1509
+ {
1510
+ "length": 20,
1511
+ "start": 10914
1512
+ },
1513
+ {
1514
+ "length": 20,
1515
+ "start": 12499
1516
+ },
1517
+ {
1518
+ "length": 20,
1519
+ "start": 12633
1520
+ },
1521
+ {
1522
+ "length": 20,
1523
+ "start": 12753
1524
+ },
1525
+ {
1526
+ "length": 20,
1527
+ "start": 14240
1528
+ },
1529
+ {
1530
+ "length": 20,
1531
+ "start": 14467
1532
+ }
1533
+ ]
1534
+ },
1535
+ "contracts/type/UFixed.sol": {
1536
+ "UFixedLib": [
1537
+ {
1538
+ "length": 20,
1539
+ "start": 4641
1540
+ },
1541
+ {
1542
+ "length": 20,
1543
+ "start": 4763
1544
+ },
1545
+ {
1546
+ "length": 20,
1547
+ "start": 4941
1548
+ },
1549
+ {
1550
+ "length": 20,
1551
+ "start": 5103
1552
+ },
1553
+ {
1554
+ "length": 20,
1555
+ "start": 11815
1556
+ },
1557
+ {
1558
+ "length": 20,
1559
+ "start": 11937
1560
+ },
1561
+ {
1562
+ "length": 20,
1563
+ "start": 12123
1564
+ },
1565
+ {
1566
+ "length": 20,
1567
+ "start": 12245
1568
+ },
1569
+ {
1570
+ "length": 20,
1571
+ "start": 14339
1572
+ },
1573
+ {
1574
+ "length": 20,
1575
+ "start": 14594
1576
+ },
1577
+ {
1578
+ "length": 20,
1579
+ "start": 14735
1580
+ }
1581
+ ]
1582
+ },
1583
+ "contracts/type/Version.sol": {
1584
+ "VersionLib": [
1585
+ {
1586
+ "length": 20,
1587
+ "start": 3643
1588
+ },
1589
+ {
1590
+ "length": 20,
1591
+ "start": 7127
1592
+ }
1593
+ ]
1594
+ }
1595
+ },
1596
+ "deployedLinkReferences": {
1597
+ "contracts/pool/PoolLib.sol": {
1598
+ "PoolLib": [
1599
+ {
1600
+ "length": 20,
1601
+ "start": 15217
1602
+ }
1603
+ ]
1604
+ },
1605
+ "contracts/shared/ContractLib.sol": {
1606
+ "ContractLib": [
1607
+ {
1608
+ "length": 20,
1609
+ "start": 1147
1610
+ },
1611
+ {
1612
+ "length": 20,
1613
+ "start": 5932
1614
+ },
1615
+ {
1616
+ "length": 20,
1617
+ "start": 8591
1618
+ },
1619
+ {
1620
+ "length": 20,
1621
+ "start": 17947
1622
+ },
1623
+ {
1624
+ "length": 20,
1625
+ "start": 18544
1626
+ }
1627
+ ]
1628
+ },
1629
+ "contracts/type/Amount.sol": {
1630
+ "AmountLib": [
1631
+ {
1632
+ "length": 20,
1633
+ "start": 2224
1634
+ },
1635
+ {
1636
+ "length": 20,
1637
+ "start": 2550
1638
+ },
1639
+ {
1640
+ "length": 20,
1641
+ "start": 2770
1642
+ },
1643
+ {
1644
+ "length": 20,
1645
+ "start": 9225
1646
+ },
1647
+ {
1648
+ "length": 20,
1649
+ "start": 9703
1650
+ },
1651
+ {
1652
+ "length": 20,
1653
+ "start": 15425
1654
+ },
1655
+ {
1656
+ "length": 20,
1657
+ "start": 15567
1658
+ },
1659
+ {
1660
+ "length": 20,
1661
+ "start": 17027
1662
+ }
1663
+ ]
1664
+ },
1665
+ "contracts/type/DistributorType.sol": {
1666
+ "DistributorTypeLib": [
1667
+ {
1668
+ "length": 20,
1669
+ "start": 5022
1670
+ }
1671
+ ]
1672
+ },
1673
+ "contracts/type/NftId.sol": {
1674
+ "NftIdLib": [
1675
+ {
1676
+ "length": 20,
1677
+ "start": 3629
1678
+ },
1679
+ {
1680
+ "length": 20,
1681
+ "start": 5690
1682
+ },
1683
+ {
1684
+ "length": 20,
1685
+ "start": 6313
1686
+ },
1687
+ {
1688
+ "length": 20,
1689
+ "start": 7671
1690
+ },
1691
+ {
1692
+ "length": 20,
1693
+ "start": 10158
1694
+ },
1695
+ {
1696
+ "length": 20,
1697
+ "start": 15653
1698
+ },
1699
+ {
1700
+ "length": 20,
1701
+ "start": 16306
1702
+ }
1703
+ ]
1704
+ },
1705
+ "contracts/type/ObjectType.sol": {
1706
+ "ObjectTypeLib": [
1707
+ {
1708
+ "length": 20,
1709
+ "start": 14929
1710
+ }
1711
+ ]
1712
+ },
1713
+ "contracts/type/Referral.sol": {
1714
+ "ReferralLib": [
1715
+ {
1716
+ "length": 20,
1717
+ "start": 5803
1718
+ },
1719
+ {
1720
+ "length": 20,
1721
+ "start": 12712
1722
+ }
1723
+ ]
1724
+ },
1725
+ "contracts/type/RoleId.sol": {
1726
+ "RoleIdLib": [
1727
+ {
1728
+ "length": 20,
1729
+ "start": 8325
1730
+ }
1731
+ ]
1732
+ },
1733
+ "contracts/type/Seconds.sol": {
1734
+ "SecondsLib": [
1735
+ {
1736
+ "length": 20,
1737
+ "start": 12191
1738
+ }
1739
+ ]
1740
+ },
1741
+ "contracts/type/Timestamp.sol": {
1742
+ "TimestampLib": [
1743
+ {
1744
+ "length": 20,
1745
+ "start": 6502
1746
+ },
1747
+ {
1748
+ "length": 20,
1749
+ "start": 6634
1750
+ },
1751
+ {
1752
+ "length": 20,
1753
+ "start": 6738
1754
+ },
1755
+ {
1756
+ "length": 20,
1757
+ "start": 10564
1758
+ },
1759
+ {
1760
+ "length": 20,
1761
+ "start": 10672
1762
+ },
1763
+ {
1764
+ "length": 20,
1765
+ "start": 10700
1766
+ },
1767
+ {
1768
+ "length": 20,
1769
+ "start": 12285
1770
+ },
1771
+ {
1772
+ "length": 20,
1773
+ "start": 12419
1774
+ },
1775
+ {
1776
+ "length": 20,
1777
+ "start": 12539
1778
+ },
1779
+ {
1780
+ "length": 20,
1781
+ "start": 14026
1782
+ },
1783
+ {
1784
+ "length": 20,
1785
+ "start": 14253
1786
+ }
1787
+ ]
1788
+ },
1789
+ "contracts/type/UFixed.sol": {
1790
+ "UFixedLib": [
1791
+ {
1792
+ "length": 20,
1793
+ "start": 4427
1794
+ },
1795
+ {
1796
+ "length": 20,
1797
+ "start": 4549
1798
+ },
1799
+ {
1800
+ "length": 20,
1801
+ "start": 4727
1802
+ },
1803
+ {
1804
+ "length": 20,
1805
+ "start": 4889
1806
+ },
1807
+ {
1808
+ "length": 20,
1809
+ "start": 11601
1810
+ },
1811
+ {
1812
+ "length": 20,
1813
+ "start": 11723
1814
+ },
1815
+ {
1816
+ "length": 20,
1817
+ "start": 11909
1818
+ },
1819
+ {
1820
+ "length": 20,
1821
+ "start": 12031
1822
+ },
1823
+ {
1824
+ "length": 20,
1825
+ "start": 14125
1826
+ },
1827
+ {
1828
+ "length": 20,
1829
+ "start": 14380
1830
+ },
1831
+ {
1832
+ "length": 20,
1833
+ "start": 14521
1834
+ }
1835
+ ]
1836
+ },
1837
+ "contracts/type/Version.sol": {
1838
+ "VersionLib": [
1839
+ {
1840
+ "length": 20,
1841
+ "start": 3429
1842
+ },
1843
+ {
1844
+ "length": 20,
1845
+ "start": 6913
1846
+ }
1847
+ ]
1848
+ }
1849
+ }
1850
+ }