@etherisc/gif-next 0.0.2-e0ff180-766 → 0.0.2-e14821a-976

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