@etherisc/gif-next 0.0.2-fbe8e04-715 → 0.0.2-fc41a4e-906

Sign up to get free protection for your applications and to get access to all the features.
Files changed (782) hide show
  1. package/README.md +138 -23
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1023 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +752 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1664 -0
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/module/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 +646 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1225 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +930 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1665 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +912 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +829 -0
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1100 -0
  40. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  42. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1461 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2018 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -0
  50. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1404 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1152 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1628 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2405 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
  66. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  67. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  68. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  69. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +645 -1242
  70. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +657 -152
  72. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/Instance.sol/Instance.json +576 -2858
  74. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2349 -0
  76. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
  78. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  79. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1963 -739
  80. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  81. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +698 -501
  82. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  83. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +349 -167
  84. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  85. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3784 -0
  86. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
  88. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  89. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  90. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  91. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  92. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  93. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  94. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  96. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  97. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  98. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  100. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  101. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  102. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  103. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  104. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  105. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  106. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  107. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  108. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +938 -0
  110. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -0
  112. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  114. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +753 -0
  116. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
  118. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  119. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +854 -0
  120. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  121. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1013 -0
  122. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +772 -0
  124. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  125. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1231 -0
  126. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  127. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
  128. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  129. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1293 -0
  130. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  131. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +832 -0
  132. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  133. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +880 -0
  134. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  135. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +886 -0
  136. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  137. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1230 -0
  138. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  139. package/artifacts/contracts/pool/Pool.sol/Pool.json +1006 -0
  140. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  141. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +538 -0
  142. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  143. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1606 -0
  144. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  145. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +824 -0
  146. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  147. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +871 -0
  148. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +752 -0
  150. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  151. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1140 -0
  152. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  153. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
  154. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  155. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1512 -0
  156. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  157. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +856 -0
  158. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  159. package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IApplicationService.sol/IApplicationService.json} +277 -302
  160. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  161. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1064 -0
  162. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  163. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +981 -0
  164. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  165. package/artifacts/contracts/{instance/service/IBundleService.sol/IBundleService.json → product/IPricingService.sol/IPricingService.json} +315 -361
  166. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  167. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +997 -0
  168. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  169. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +199 -185
  170. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  171. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1341 -0
  172. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  173. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  174. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  175. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +812 -0
  176. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  177. package/artifacts/contracts/product/PricingService.sol/PricingService.json +903 -0
  178. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +776 -0
  180. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  181. package/artifacts/contracts/product/Product.sol/Product.json +1098 -0
  182. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  183. package/artifacts/contracts/product/RiskService.sol/RiskService.json +688 -0
  184. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  185. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +736 -0
  186. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  187. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  188. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  189. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +679 -114
  190. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  191. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +325 -229
  192. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  193. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  194. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  195. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
  196. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  197. package/artifacts/contracts/registry/Registry.sol/Registry.json +1017 -150
  198. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  199. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2147 -0
  200. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  201. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1053 -0
  202. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  203. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +312 -336
  204. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  205. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +341 -123
  206. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  207. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
  208. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  209. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  210. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  211. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
  212. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  213. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
  214. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  215. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +352 -101
  216. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  217. package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/Component.sol/Component.json} +331 -98
  218. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  219. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1487 -0
  220. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  221. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +816 -0
  222. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  223. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  224. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  225. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  226. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  229. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  230. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  231. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/IComponent.sol/IComponent.json} +273 -183
  232. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  233. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1127 -0
  234. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  235. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +688 -0
  236. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  237. package/artifacts/contracts/{instance/IInstanceBase.sol/IInstanceBase.json → shared/IKeyValueStore.sol/IKeyValueStore.json} +96 -34
  238. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  239. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  240. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  241. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
  242. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  243. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  244. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  245. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +143 -15
  246. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  247. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  248. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  249. package/artifacts/contracts/shared/IService.sol/IService.json +137 -159
  250. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  251. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  252. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  253. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +776 -0
  254. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  255. package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +129 -20
  256. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  257. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  258. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  259. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  260. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  261. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +81 -30
  262. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  263. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  264. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  265. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +159 -55
  266. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  267. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  268. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  269. package/artifacts/contracts/shared/Service.sol/Service.json +156 -171
  270. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  271. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
  272. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  273. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  274. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  275. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  276. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  277. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1617 -0
  278. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  279. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1167 -0
  280. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  281. package/artifacts/contracts/staking/Staking.sol/Staking.json +2025 -0
  282. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  283. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
  284. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  285. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  286. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  287. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +804 -0
  288. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +616 -0
  290. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1396 -0
  292. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +744 -0
  294. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  295. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
  296. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  297. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -0
  298. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  299. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  300. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  302. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  304. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  306. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  308. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
  310. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  312. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  313. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  314. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  316. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  317. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  318. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
  320. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  322. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  324. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  326. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  328. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  330. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +265 -0
  332. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  334. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  336. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  338. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/String.sol/StrLib.json +180 -0
  340. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  342. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  343. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
  344. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  345. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  346. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  348. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  349. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  350. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  351. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  352. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  353. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
  354. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  355. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  356. package/contracts/accounting/AccountingService.sol +261 -0
  357. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  358. package/contracts/accounting/IAccountingService.sol +45 -0
  359. package/contracts/authorization/AccessAdmin.sol +780 -0
  360. package/contracts/authorization/AccessAdminLib.sol +396 -0
  361. package/contracts/authorization/AccessManagerCloneable.sol +158 -0
  362. package/contracts/authorization/Authorization.sol +174 -0
  363. package/contracts/authorization/IAccess.sol +67 -0
  364. package/contracts/authorization/IAccessAdmin.sol +144 -0
  365. package/contracts/authorization/IAuthorization.sol +27 -0
  366. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  367. package/contracts/authorization/ServiceAuthorization.sol +320 -0
  368. package/contracts/distribution/BasicDistribution.sol +141 -0
  369. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  370. package/contracts/distribution/Distribution.sol +247 -0
  371. package/contracts/distribution/DistributionService.sol +435 -0
  372. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  373. package/contracts/distribution/IDistributionComponent.sol +45 -0
  374. package/contracts/distribution/IDistributionService.sol +109 -0
  375. package/contracts/examples/fire/DamageLevel.sol +59 -0
  376. package/contracts/examples/fire/FirePool.sol +86 -0
  377. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  378. package/contracts/examples/fire/FireProduct.sol +433 -0
  379. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  380. package/contracts/examples/fire/FireUSD.sol +26 -0
  381. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  382. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  383. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  384. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  385. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  386. package/contracts/examples/unpermissioned/SimpleProduct.sol +373 -0
  387. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  388. package/contracts/instance/BundleSet.sol +130 -0
  389. package/contracts/instance/IInstance.sol +136 -51
  390. package/contracts/instance/IInstanceService.sol +100 -19
  391. package/contracts/instance/Instance.sol +246 -365
  392. package/contracts/instance/InstanceAdmin.sol +383 -0
  393. package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
  394. package/contracts/instance/InstanceReader.sol +525 -208
  395. package/contracts/instance/InstanceService.sol +460 -209
  396. package/contracts/instance/InstanceServiceManager.sol +14 -32
  397. package/contracts/instance/InstanceStore.sol +298 -0
  398. package/contracts/instance/RiskSet.sol +118 -0
  399. package/contracts/instance/base/BalanceStore.sol +121 -0
  400. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  401. package/contracts/instance/base/ObjectCounter.sol +20 -0
  402. package/contracts/instance/base/ObjectLifecycle.sol +113 -0
  403. package/contracts/instance/base/ObjectSet.sol +77 -0
  404. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  405. package/contracts/instance/module/IBundle.sol +10 -9
  406. package/contracts/instance/module/IComponents.sol +62 -0
  407. package/contracts/instance/module/IDistribution.sol +25 -10
  408. package/contracts/instance/module/IPolicy.sol +81 -21
  409. package/contracts/instance/module/IRisk.sol +6 -1
  410. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  411. package/contracts/oracle/BasicOracle.sol +45 -0
  412. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  413. package/contracts/oracle/IOracle.sol +41 -0
  414. package/contracts/oracle/IOracleComponent.sol +33 -0
  415. package/contracts/oracle/IOracleService.sol +66 -0
  416. package/contracts/oracle/Oracle.sol +154 -0
  417. package/contracts/oracle/OracleService.sol +310 -0
  418. package/contracts/oracle/OracleServiceManager.sol +39 -0
  419. package/contracts/pool/BasicPool.sol +173 -0
  420. package/contracts/pool/BasicPoolAuthorization.sol +82 -0
  421. package/contracts/pool/BundleService.sol +394 -0
  422. package/contracts/pool/BundleServiceManager.sol +39 -0
  423. package/contracts/pool/IBundleService.sol +115 -0
  424. package/contracts/pool/IPoolComponent.sol +62 -0
  425. package/contracts/pool/IPoolService.sol +165 -0
  426. package/contracts/pool/Pool.sol +343 -0
  427. package/contracts/pool/PoolLib.sol +353 -0
  428. package/contracts/pool/PoolService.sol +582 -0
  429. package/contracts/pool/PoolServiceManager.sol +39 -0
  430. package/contracts/product/ApplicationService.sol +299 -0
  431. package/contracts/product/ApplicationServiceManager.sol +38 -0
  432. package/contracts/product/BasicProduct.sol +49 -0
  433. package/contracts/product/BasicProductAuthorization.sol +63 -0
  434. package/contracts/product/ClaimService.sol +631 -0
  435. package/contracts/product/ClaimServiceManager.sol +38 -0
  436. package/contracts/product/IApplicationService.sol +69 -0
  437. package/contracts/product/IClaimService.sol +135 -0
  438. package/contracts/product/IPolicyService.sol +94 -0
  439. package/contracts/product/IPricingService.sol +40 -0
  440. package/contracts/product/IProductComponent.sol +62 -0
  441. package/contracts/product/IRiskService.sol +33 -0
  442. package/contracts/product/PolicyService.sol +637 -0
  443. package/contracts/product/PolicyServiceLib.sol +139 -0
  444. package/contracts/product/PolicyServiceManager.sol +39 -0
  445. package/contracts/product/PricingService.sol +306 -0
  446. package/contracts/product/PricingServiceManager.sol +39 -0
  447. package/contracts/product/Product.sol +469 -0
  448. package/contracts/product/RiskService.sol +157 -0
  449. package/contracts/product/RiskServiceManager.sol +39 -0
  450. package/contracts/registry/ChainNft.sol +82 -35
  451. package/contracts/registry/IRegistry.sol +126 -37
  452. package/contracts/registry/IRegistryService.sol +40 -28
  453. package/contracts/registry/IRelease.sol +29 -0
  454. package/contracts/registry/ITransferInterceptor.sol +1 -1
  455. package/contracts/registry/Registry.sol +555 -273
  456. package/contracts/registry/RegistryAdmin.sol +188 -0
  457. package/contracts/registry/RegistryAuthorization.sol +284 -0
  458. package/contracts/registry/RegistryService.sol +116 -233
  459. package/contracts/registry/RegistryServiceManager.sol +26 -53
  460. package/contracts/registry/ReleaseAdmin.sol +195 -0
  461. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  462. package/contracts/registry/ReleaseRegistry.sol +520 -0
  463. package/contracts/registry/ServiceAuthorizationV3.sol +344 -0
  464. package/contracts/registry/TokenRegistry.sol +263 -60
  465. package/contracts/shared/Component.sol +210 -0
  466. package/contracts/shared/ComponentService.sol +678 -0
  467. package/contracts/shared/ComponentServiceManager.sol +38 -0
  468. package/contracts/shared/ContractLib.sol +311 -0
  469. package/contracts/shared/IComponent.sol +58 -0
  470. package/contracts/shared/IComponentService.sol +110 -0
  471. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  472. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  473. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  474. package/contracts/shared/INftOwnable.sol +15 -12
  475. package/contracts/shared/IPolicyHolder.sol +35 -0
  476. package/contracts/shared/IRegisterable.sol +24 -5
  477. package/contracts/shared/IRegistryLinked.sol +11 -0
  478. package/contracts/shared/IService.sol +13 -5
  479. package/contracts/shared/InitializableERC165.sol +35 -0
  480. package/contracts/shared/InstanceLinkedComponent.sol +194 -0
  481. package/contracts/shared/KeyValueStore.sol +131 -0
  482. package/contracts/shared/Lifecycle.sol +88 -0
  483. package/contracts/shared/NftIdSet.sol +65 -0
  484. package/contracts/shared/NftOwnable.sol +75 -82
  485. package/contracts/shared/PolicyHolder.sol +63 -0
  486. package/contracts/shared/Registerable.sol +54 -38
  487. package/contracts/shared/RegistryLinked.sol +38 -0
  488. package/contracts/shared/Service.sol +45 -33
  489. package/contracts/shared/TokenHandler.sol +327 -12
  490. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  491. package/contracts/staking/IStaking.sol +195 -0
  492. package/contracts/staking/IStakingService.sol +170 -0
  493. package/contracts/staking/Staking.sol +605 -0
  494. package/contracts/staking/StakingLib.sol +281 -0
  495. package/contracts/staking/StakingLifecycle.sol +23 -0
  496. package/contracts/staking/StakingManager.sol +52 -0
  497. package/contracts/staking/StakingReader.sol +199 -0
  498. package/contracts/staking/StakingService.sol +468 -0
  499. package/contracts/staking/StakingServiceManager.sol +45 -0
  500. package/contracts/staking/StakingStore.sol +606 -0
  501. package/contracts/staking/TargetManagerLib.sol +211 -0
  502. package/contracts/{types → type}/AddressSet.sol +1 -1
  503. package/contracts/type/Amount.sol +150 -0
  504. package/contracts/{types → type}/Blocknumber.sol +27 -3
  505. package/contracts/type/ClaimId.sol +80 -0
  506. package/contracts/{types → type}/DistributorType.sol +2 -2
  507. package/contracts/type/Fee.sol +66 -0
  508. package/contracts/{types → type}/Key32.sol +2 -2
  509. package/contracts/type/Key32Set.sol +62 -0
  510. package/contracts/{types → type}/NftId.sol +28 -15
  511. package/contracts/{types → type}/NftIdSet.sol +2 -2
  512. package/contracts/type/ObjectType.sol +307 -0
  513. package/contracts/type/PayoutId.sol +82 -0
  514. package/contracts/{types → type}/Referral.sol +6 -1
  515. package/contracts/type/RequestId.sol +75 -0
  516. package/contracts/type/RiskId.sol +75 -0
  517. package/contracts/type/RoleId.sol +180 -0
  518. package/contracts/type/Seconds.sol +105 -0
  519. package/contracts/type/Selector.sol +107 -0
  520. package/contracts/{types → type}/StateId.sol +48 -4
  521. package/contracts/type/String.sol +65 -0
  522. package/contracts/{types → type}/Timestamp.sol +33 -19
  523. package/contracts/type/UFixed.sol +262 -0
  524. package/contracts/{types → type}/Version.sol +59 -7
  525. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  526. package/contracts/upgradeability/ProxyManager.sol +234 -0
  527. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +8 -4
  528. package/contracts/upgradeability/Versionable.sol +62 -0
  529. package/package.json +12 -8
  530. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  531. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  532. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -744
  533. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  534. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -368
  535. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  536. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  537. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  538. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -275
  539. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  540. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  541. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  542. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -939
  543. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  544. package/artifacts/contracts/components/Product.sol/Product.json +0 -855
  545. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  546. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  547. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  548. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  549. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  550. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  551. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  552. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  553. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  554. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  555. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  556. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  557. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  558. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  559. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  560. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  561. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  562. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  563. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  564. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  565. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  566. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  567. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  568. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  569. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  570. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  571. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  572. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  573. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  574. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  575. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  576. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  577. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  578. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  579. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  580. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  581. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  582. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  583. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  584. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  585. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  586. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  587. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -788
  588. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  589. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  590. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
  591. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  592. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  593. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -940
  594. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  595. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
  596. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  597. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -285
  598. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  599. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  600. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  601. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  602. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  603. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  604. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  605. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  606. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  607. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
  608. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -211
  609. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  610. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  611. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  612. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -923
  613. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  614. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -440
  615. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  616. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  617. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  618. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -684
  619. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  620. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -428
  621. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  622. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  623. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  624. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  625. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  626. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  627. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -499
  628. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  629. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +0 -536
  630. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  631. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -984
  632. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  633. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -464
  634. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  635. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -718
  636. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  637. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -428
  638. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  639. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -768
  640. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  641. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -420
  642. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  643. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  644. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  645. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  646. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  647. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  648. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  649. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  650. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  651. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
  652. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  653. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  654. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  655. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  656. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  657. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  658. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  659. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  660. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  661. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  662. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  663. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  664. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  665. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  666. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  667. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  668. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  669. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  670. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  671. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  672. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  673. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  674. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  675. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  676. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  677. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  678. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  679. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  680. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  681. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  682. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  683. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  684. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  685. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  686. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  687. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  688. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  689. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  690. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  691. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  692. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  693. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  694. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  695. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  696. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  697. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  698. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  699. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  700. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  701. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  702. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  703. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  704. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  705. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  706. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  707. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  708. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  709. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  710. package/contracts/components/BaseComponent.sol +0 -132
  711. package/contracts/components/Distribution.sol +0 -163
  712. package/contracts/components/IBaseComponent.sol +0 -31
  713. package/contracts/components/IDistributionComponent.sol +0 -44
  714. package/contracts/components/IPoolComponent.sol +0 -66
  715. package/contracts/components/IProductComponent.sol +0 -35
  716. package/contracts/components/Pool.sol +0 -271
  717. package/contracts/components/Product.sol +0 -292
  718. package/contracts/experiment/cloning/Cloner.sol +0 -47
  719. package/contracts/experiment/errors/Require.sol +0 -38
  720. package/contracts/experiment/errors/Revert.sol +0 -44
  721. package/contracts/experiment/inheritance/A.sol +0 -53
  722. package/contracts/experiment/inheritance/B.sol +0 -28
  723. package/contracts/experiment/inheritance/C.sol +0 -34
  724. package/contracts/experiment/inheritance/IA.sol +0 -13
  725. package/contracts/experiment/inheritance/IB.sol +0 -10
  726. package/contracts/experiment/inheritance/IC.sol +0 -12
  727. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  728. package/contracts/experiment/statemachine/ISM.sol +0 -25
  729. package/contracts/experiment/statemachine/SM.sol +0 -57
  730. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  731. package/contracts/experiment/types/TypeA.sol +0 -47
  732. package/contracts/experiment/types/TypeB.sol +0 -29
  733. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -23
  734. package/contracts/instance/BundleManager.sol +0 -129
  735. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  736. package/contracts/instance/IInstanceBase.sol +0 -26
  737. package/contracts/instance/InstanceAccessManager.sol +0 -288
  738. package/contracts/instance/InstanceBase.sol +0 -41
  739. package/contracts/instance/ObjectManager.sol +0 -101
  740. package/contracts/instance/base/ComponentServiceBase.sol +0 -72
  741. package/contracts/instance/base/IInstanceBase.sol +0 -23
  742. package/contracts/instance/base/KeyValueStore.sol +0 -172
  743. package/contracts/instance/base/Lifecycle.sol +0 -100
  744. package/contracts/instance/module/IAccess.sol +0 -38
  745. package/contracts/instance/module/ISetup.sol +0 -46
  746. package/contracts/instance/module/ITreasury.sol +0 -23
  747. package/contracts/instance/service/BundleService.sol +0 -260
  748. package/contracts/instance/service/BundleServiceManager.sol +0 -54
  749. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  750. package/contracts/instance/service/DistributionService.sol +0 -118
  751. package/contracts/instance/service/DistributionServiceManager.sol +0 -54
  752. package/contracts/instance/service/IBundleService.sol +0 -45
  753. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  754. package/contracts/instance/service/IDistributionService.sol +0 -12
  755. package/contracts/instance/service/IPolicyService.sol +0 -87
  756. package/contracts/instance/service/IPoolService.sol +0 -20
  757. package/contracts/instance/service/IProductService.sol +0 -40
  758. package/contracts/instance/service/PolicyService.sol +0 -508
  759. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  760. package/contracts/instance/service/PoolService.sol +0 -124
  761. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  762. package/contracts/instance/service/ProductService.sol +0 -173
  763. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  764. package/contracts/shared/ContractDeployerLib.sol +0 -72
  765. package/contracts/shared/ERC165.sol +0 -25
  766. package/contracts/shared/ProxyManager.sol +0 -94
  767. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  768. package/contracts/shared/Versionable.sol +0 -147
  769. package/contracts/test/TestFee.sol +0 -25
  770. package/contracts/test/TestRegisterable.sol +0 -18
  771. package/contracts/test/TestRoleId.sol +0 -14
  772. package/contracts/test/TestService.sol +0 -24
  773. package/contracts/test/TestToken.sol +0 -26
  774. package/contracts/test/TestVersion.sol +0 -44
  775. package/contracts/test/TestVersionable.sol +0 -17
  776. package/contracts/types/ChainId.sol +0 -38
  777. package/contracts/types/Fee.sol +0 -56
  778. package/contracts/types/NumberId.sol +0 -52
  779. package/contracts/types/ObjectType.sol +0 -152
  780. package/contracts/types/RiskId.sol +0 -43
  781. package/contracts/types/RoleId.sol +0 -92
  782. package/contracts/types/UFixed.sol +0 -325
@@ -0,0 +1,1665 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "DistributionService",
4
+ "sourceName": "contracts/distribution/DistributionService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "authority",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "ErrorAuthorityInvalid",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "caller",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorDistributionServiceCallerNotDistributor",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
68
+ {
69
+ "internalType": "address",
70
+ "name": "caller",
71
+ "type": "address"
72
+ }
73
+ ],
74
+ "name": "ErrorDistributionServiceCallerNotRegistered",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [
79
+ {
80
+ "internalType": "uint256",
81
+ "name": "commissionPercentage",
82
+ "type": "uint256"
83
+ },
84
+ {
85
+ "internalType": "uint256",
86
+ "name": "maxCommissionPercentage",
87
+ "type": "uint256"
88
+ }
89
+ ],
90
+ "name": "ErrorDistributionServiceCommissionTooHigh",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [
95
+ {
96
+ "internalType": "Amount",
97
+ "name": "amount",
98
+ "type": "uint96"
99
+ },
100
+ {
101
+ "internalType": "Amount",
102
+ "name": "limit",
103
+ "type": "uint96"
104
+ }
105
+ ],
106
+ "name": "ErrorDistributionServiceCommissionWithdrawAmountExceedsLimit",
107
+ "type": "error"
108
+ },
109
+ {
110
+ "inputs": [
111
+ {
112
+ "internalType": "uint256",
113
+ "name": "maxDiscountPercentage",
114
+ "type": "uint256"
115
+ },
116
+ {
117
+ "internalType": "uint256",
118
+ "name": "discountPercentage",
119
+ "type": "uint256"
120
+ }
121
+ ],
122
+ "name": "ErrorDistributionServiceDiscountTooHigh",
123
+ "type": "error"
124
+ },
125
+ {
126
+ "inputs": [
127
+ {
128
+ "internalType": "uint256",
129
+ "name": "minDiscountPercentage",
130
+ "type": "uint256"
131
+ },
132
+ {
133
+ "internalType": "uint256",
134
+ "name": "discountPercentage",
135
+ "type": "uint256"
136
+ }
137
+ ],
138
+ "name": "ErrorDistributionServiceDiscountTooLow",
139
+ "type": "error"
140
+ },
141
+ {
142
+ "inputs": [
143
+ {
144
+ "internalType": "NftId",
145
+ "name": "distributorNftId",
146
+ "type": "uint96"
147
+ },
148
+ {
149
+ "internalType": "NftId",
150
+ "name": "distributorDistributionNftId",
151
+ "type": "uint96"
152
+ },
153
+ {
154
+ "internalType": "NftId",
155
+ "name": "distributionNftId",
156
+ "type": "uint96"
157
+ }
158
+ ],
159
+ "name": "ErrorDistributionServiceDistributorDistributionMismatch",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [
164
+ {
165
+ "internalType": "DistributorType",
166
+ "name": "distributorType",
167
+ "type": "bytes8"
168
+ },
169
+ {
170
+ "internalType": "NftId",
171
+ "name": "distributorTypeDistributionNftId",
172
+ "type": "uint96"
173
+ },
174
+ {
175
+ "internalType": "NftId",
176
+ "name": "distributionNftId",
177
+ "type": "uint96"
178
+ }
179
+ ],
180
+ "name": "ErrorDistributionServiceDistributorTypeDistributionMismatch",
181
+ "type": "error"
182
+ },
183
+ {
184
+ "inputs": [
185
+ {
186
+ "internalType": "Timestamp",
187
+ "name": "expiryAt",
188
+ "type": "uint40"
189
+ }
190
+ ],
191
+ "name": "ErrorDistributionServiceExpirationInvalid",
192
+ "type": "error"
193
+ },
194
+ {
195
+ "inputs": [
196
+ {
197
+ "internalType": "Seconds",
198
+ "name": "maxReferralLifetime",
199
+ "type": "uint40"
200
+ },
201
+ {
202
+ "internalType": "Timestamp",
203
+ "name": "expiryAt",
204
+ "type": "uint40"
205
+ }
206
+ ],
207
+ "name": "ErrorDistributionServiceExpiryTooLong",
208
+ "type": "error"
209
+ },
210
+ {
211
+ "inputs": [
212
+ {
213
+ "internalType": "Amount",
214
+ "name": "transferredDistributionFeeAmount",
215
+ "type": "uint96"
216
+ },
217
+ {
218
+ "internalType": "Amount",
219
+ "name": "expectedDistributionFeeAmount",
220
+ "type": "uint96"
221
+ }
222
+ ],
223
+ "name": "ErrorDistributionServiceInvalidFeeTransferred",
224
+ "type": "error"
225
+ },
226
+ {
227
+ "inputs": [
228
+ {
229
+ "internalType": "string",
230
+ "name": "code",
231
+ "type": "string"
232
+ }
233
+ ],
234
+ "name": "ErrorDistributionServiceInvalidReferral",
235
+ "type": "error"
236
+ },
237
+ {
238
+ "inputs": [
239
+ {
240
+ "internalType": "ReferralId",
241
+ "name": "referralId",
242
+ "type": "bytes8"
243
+ }
244
+ ],
245
+ "name": "ErrorDistributionServiceInvalidReferralId",
246
+ "type": "error"
247
+ },
248
+ {
249
+ "inputs": [
250
+ {
251
+ "internalType": "uint256",
252
+ "name": "maxDiscountPercentage",
253
+ "type": "uint256"
254
+ },
255
+ {
256
+ "internalType": "uint256",
257
+ "name": "limit",
258
+ "type": "uint256"
259
+ }
260
+ ],
261
+ "name": "ErrorDistributionServiceMaxDiscountTooHigh",
262
+ "type": "error"
263
+ },
264
+ {
265
+ "inputs": [
266
+ {
267
+ "internalType": "uint256",
268
+ "name": "maxReferrals",
269
+ "type": "uint256"
270
+ }
271
+ ],
272
+ "name": "ErrorDistributionServiceMaxReferralsExceeded",
273
+ "type": "error"
274
+ },
275
+ {
276
+ "inputs": [
277
+ {
278
+ "internalType": "uint256",
279
+ "name": "minFee",
280
+ "type": "uint256"
281
+ },
282
+ {
283
+ "internalType": "uint256",
284
+ "name": "limit",
285
+ "type": "uint256"
286
+ }
287
+ ],
288
+ "name": "ErrorDistributionServiceMinFeeTooHigh",
289
+ "type": "error"
290
+ },
291
+ {
292
+ "inputs": [
293
+ {
294
+ "internalType": "NftId",
295
+ "name": "nftId",
296
+ "type": "uint96"
297
+ },
298
+ {
299
+ "internalType": "NftId",
300
+ "name": "parentNftId",
301
+ "type": "uint96"
302
+ }
303
+ ],
304
+ "name": "ErrorDistributionServiceParentNftIdNotInstance",
305
+ "type": "error"
306
+ },
307
+ {
308
+ "inputs": [
309
+ {
310
+ "internalType": "ReferralId",
311
+ "name": "referralId",
312
+ "type": "bytes8"
313
+ },
314
+ {
315
+ "internalType": "NftId",
316
+ "name": "referralDistributionNft",
317
+ "type": "uint96"
318
+ },
319
+ {
320
+ "internalType": "NftId",
321
+ "name": "distributionNftId",
322
+ "type": "uint96"
323
+ }
324
+ ],
325
+ "name": "ErrorDistributionServiceReferralDistributionMismatch",
326
+ "type": "error"
327
+ },
328
+ {
329
+ "inputs": [
330
+ {
331
+ "internalType": "NftId",
332
+ "name": "distributionNftId",
333
+ "type": "uint96"
334
+ },
335
+ {
336
+ "internalType": "ReferralId",
337
+ "name": "referralId",
338
+ "type": "bytes8"
339
+ }
340
+ ],
341
+ "name": "ErrorDistributionServiceReferralInvalid",
342
+ "type": "error"
343
+ },
344
+ {
345
+ "inputs": [
346
+ {
347
+ "internalType": "uint256",
348
+ "name": "maxDiscountPercentage",
349
+ "type": "uint256"
350
+ },
351
+ {
352
+ "internalType": "uint256",
353
+ "name": "limit",
354
+ "type": "uint256"
355
+ }
356
+ ],
357
+ "name": "ErrorDistributionServiceVariableFeesTooHight",
358
+ "type": "error"
359
+ },
360
+ {
361
+ "inputs": [
362
+ {
363
+ "internalType": "NftId",
364
+ "name": "nftId",
365
+ "type": "uint96"
366
+ }
367
+ ],
368
+ "name": "ErrorNftOwnableAlreadyLinked",
369
+ "type": "error"
370
+ },
371
+ {
372
+ "inputs": [
373
+ {
374
+ "internalType": "address",
375
+ "name": "contractAddress",
376
+ "type": "address"
377
+ }
378
+ ],
379
+ "name": "ErrorNftOwnableContractNotRegistered",
380
+ "type": "error"
381
+ },
382
+ {
383
+ "inputs": [],
384
+ "name": "ErrorNftOwnableInitialOwnerZero",
385
+ "type": "error"
386
+ },
387
+ {
388
+ "inputs": [
389
+ {
390
+ "internalType": "NftId",
391
+ "name": "nftId",
392
+ "type": "uint96"
393
+ },
394
+ {
395
+ "internalType": "ObjectType",
396
+ "name": "expectedObjectType",
397
+ "type": "uint8"
398
+ }
399
+ ],
400
+ "name": "ErrorNftOwnableInvalidType",
401
+ "type": "error"
402
+ },
403
+ {
404
+ "inputs": [
405
+ {
406
+ "internalType": "address",
407
+ "name": "account",
408
+ "type": "address"
409
+ }
410
+ ],
411
+ "name": "ErrorNftOwnableNotOwner",
412
+ "type": "error"
413
+ },
414
+ {
415
+ "inputs": [
416
+ {
417
+ "internalType": "address",
418
+ "name": "registryAddress",
419
+ "type": "address"
420
+ }
421
+ ],
422
+ "name": "ErrorNotRegistry",
423
+ "type": "error"
424
+ },
425
+ {
426
+ "inputs": [],
427
+ "name": "ErrorRegisterableNotActive",
428
+ "type": "error"
429
+ },
430
+ {
431
+ "inputs": [],
432
+ "name": "InvalidInitialization",
433
+ "type": "error"
434
+ },
435
+ {
436
+ "inputs": [],
437
+ "name": "NotInitializing",
438
+ "type": "error"
439
+ },
440
+ {
441
+ "inputs": [],
442
+ "name": "ReentrancyGuardReentrantCall",
443
+ "type": "error"
444
+ },
445
+ {
446
+ "inputs": [],
447
+ "name": "UFixedLibNegativeResult",
448
+ "type": "error"
449
+ },
450
+ {
451
+ "anonymous": false,
452
+ "inputs": [
453
+ {
454
+ "indexed": false,
455
+ "internalType": "address",
456
+ "name": "authority",
457
+ "type": "address"
458
+ }
459
+ ],
460
+ "name": "AuthorityUpdated",
461
+ "type": "event"
462
+ },
463
+ {
464
+ "anonymous": false,
465
+ "inputs": [
466
+ {
467
+ "indexed": false,
468
+ "internalType": "uint64",
469
+ "name": "version",
470
+ "type": "uint64"
471
+ }
472
+ ],
473
+ "name": "Initialized",
474
+ "type": "event"
475
+ },
476
+ {
477
+ "anonymous": false,
478
+ "inputs": [
479
+ {
480
+ "indexed": false,
481
+ "internalType": "NftId",
482
+ "name": "distributorNftId",
483
+ "type": "uint96"
484
+ },
485
+ {
486
+ "indexed": false,
487
+ "internalType": "address",
488
+ "name": "recipient",
489
+ "type": "address"
490
+ },
491
+ {
492
+ "indexed": false,
493
+ "internalType": "address",
494
+ "name": "tokenAddress",
495
+ "type": "address"
496
+ },
497
+ {
498
+ "indexed": false,
499
+ "internalType": "Amount",
500
+ "name": "amount",
501
+ "type": "uint96"
502
+ }
503
+ ],
504
+ "name": "LogDistributionServiceCommissionWithdrawn",
505
+ "type": "event"
506
+ },
507
+ {
508
+ "inputs": [],
509
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
510
+ "outputs": [
511
+ {
512
+ "internalType": "bytes32",
513
+ "name": "",
514
+ "type": "bytes32"
515
+ }
516
+ ],
517
+ "stateMutability": "view",
518
+ "type": "function"
519
+ },
520
+ {
521
+ "inputs": [],
522
+ "name": "REGISTERABLE_LOCATION_V1",
523
+ "outputs": [
524
+ {
525
+ "internalType": "bytes32",
526
+ "name": "",
527
+ "type": "bytes32"
528
+ }
529
+ ],
530
+ "stateMutability": "view",
531
+ "type": "function"
532
+ },
533
+ {
534
+ "inputs": [],
535
+ "name": "authority",
536
+ "outputs": [
537
+ {
538
+ "internalType": "address",
539
+ "name": "",
540
+ "type": "address"
541
+ }
542
+ ],
543
+ "stateMutability": "view",
544
+ "type": "function"
545
+ },
546
+ {
547
+ "inputs": [
548
+ {
549
+ "internalType": "NftId",
550
+ "name": "distributorNftId",
551
+ "type": "uint96"
552
+ },
553
+ {
554
+ "internalType": "DistributorType",
555
+ "name": "newDistributorType",
556
+ "type": "bytes8"
557
+ },
558
+ {
559
+ "internalType": "bytes",
560
+ "name": "data",
561
+ "type": "bytes"
562
+ }
563
+ ],
564
+ "name": "changeDistributorType",
565
+ "outputs": [],
566
+ "stateMutability": "nonpayable",
567
+ "type": "function"
568
+ },
569
+ {
570
+ "inputs": [
571
+ {
572
+ "internalType": "address",
573
+ "name": "distributor",
574
+ "type": "address"
575
+ },
576
+ {
577
+ "internalType": "DistributorType",
578
+ "name": "distributorType",
579
+ "type": "bytes8"
580
+ },
581
+ {
582
+ "internalType": "bytes",
583
+ "name": "data",
584
+ "type": "bytes"
585
+ }
586
+ ],
587
+ "name": "createDistributor",
588
+ "outputs": [
589
+ {
590
+ "internalType": "NftId",
591
+ "name": "distributorNftId",
592
+ "type": "uint96"
593
+ }
594
+ ],
595
+ "stateMutability": "nonpayable",
596
+ "type": "function"
597
+ },
598
+ {
599
+ "inputs": [
600
+ {
601
+ "internalType": "string",
602
+ "name": "name",
603
+ "type": "string"
604
+ },
605
+ {
606
+ "internalType": "UFixed",
607
+ "name": "minDiscountPercentage",
608
+ "type": "uint160"
609
+ },
610
+ {
611
+ "internalType": "UFixed",
612
+ "name": "maxDiscountPercentage",
613
+ "type": "uint160"
614
+ },
615
+ {
616
+ "internalType": "UFixed",
617
+ "name": "commissionPercentage",
618
+ "type": "uint160"
619
+ },
620
+ {
621
+ "internalType": "uint32",
622
+ "name": "maxReferralCount",
623
+ "type": "uint32"
624
+ },
625
+ {
626
+ "internalType": "Seconds",
627
+ "name": "maxReferralLifetime",
628
+ "type": "uint40"
629
+ },
630
+ {
631
+ "internalType": "bool",
632
+ "name": "allowSelfReferrals",
633
+ "type": "bool"
634
+ },
635
+ {
636
+ "internalType": "bool",
637
+ "name": "allowRenewals",
638
+ "type": "bool"
639
+ },
640
+ {
641
+ "internalType": "bytes",
642
+ "name": "data",
643
+ "type": "bytes"
644
+ }
645
+ ],
646
+ "name": "createDistributorType",
647
+ "outputs": [
648
+ {
649
+ "internalType": "DistributorType",
650
+ "name": "distributorType",
651
+ "type": "bytes8"
652
+ }
653
+ ],
654
+ "stateMutability": "nonpayable",
655
+ "type": "function"
656
+ },
657
+ {
658
+ "inputs": [
659
+ {
660
+ "internalType": "NftId",
661
+ "name": "distributorNftId",
662
+ "type": "uint96"
663
+ },
664
+ {
665
+ "internalType": "string",
666
+ "name": "code",
667
+ "type": "string"
668
+ },
669
+ {
670
+ "internalType": "UFixed",
671
+ "name": "discountPercentage",
672
+ "type": "uint160"
673
+ },
674
+ {
675
+ "internalType": "uint32",
676
+ "name": "maxReferrals",
677
+ "type": "uint32"
678
+ },
679
+ {
680
+ "internalType": "Timestamp",
681
+ "name": "expiryAt",
682
+ "type": "uint40"
683
+ },
684
+ {
685
+ "internalType": "bytes",
686
+ "name": "data",
687
+ "type": "bytes"
688
+ }
689
+ ],
690
+ "name": "createReferral",
691
+ "outputs": [
692
+ {
693
+ "internalType": "ReferralId",
694
+ "name": "referralId",
695
+ "type": "bytes8"
696
+ }
697
+ ],
698
+ "stateMutability": "nonpayable",
699
+ "type": "function"
700
+ },
701
+ {
702
+ "inputs": [
703
+ {
704
+ "internalType": "contract InstanceReader",
705
+ "name": "instanceReader",
706
+ "type": "address"
707
+ },
708
+ {
709
+ "internalType": "ReferralId",
710
+ "name": "referralId",
711
+ "type": "bytes8"
712
+ }
713
+ ],
714
+ "name": "getDiscountPercentage",
715
+ "outputs": [
716
+ {
717
+ "internalType": "UFixed",
718
+ "name": "discountPercentage",
719
+ "type": "uint160"
720
+ },
721
+ {
722
+ "internalType": "ReferralStatus",
723
+ "name": "status",
724
+ "type": "uint8"
725
+ }
726
+ ],
727
+ "stateMutability": "view",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "inputs": [],
732
+ "name": "getDomain",
733
+ "outputs": [
734
+ {
735
+ "internalType": "ObjectType",
736
+ "name": "serviceDomain",
737
+ "type": "uint8"
738
+ }
739
+ ],
740
+ "stateMutability": "pure",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "inputs": [],
745
+ "name": "getInitialInfo",
746
+ "outputs": [
747
+ {
748
+ "components": [
749
+ {
750
+ "internalType": "NftId",
751
+ "name": "nftId",
752
+ "type": "uint96"
753
+ },
754
+ {
755
+ "internalType": "NftId",
756
+ "name": "parentNftId",
757
+ "type": "uint96"
758
+ },
759
+ {
760
+ "internalType": "ObjectType",
761
+ "name": "objectType",
762
+ "type": "uint8"
763
+ },
764
+ {
765
+ "internalType": "bool",
766
+ "name": "isInterceptor",
767
+ "type": "bool"
768
+ },
769
+ {
770
+ "internalType": "address",
771
+ "name": "objectAddress",
772
+ "type": "address"
773
+ },
774
+ {
775
+ "internalType": "address",
776
+ "name": "initialOwner",
777
+ "type": "address"
778
+ },
779
+ {
780
+ "internalType": "bytes",
781
+ "name": "data",
782
+ "type": "bytes"
783
+ }
784
+ ],
785
+ "internalType": "struct IRegistry.ObjectInfo",
786
+ "name": "info",
787
+ "type": "tuple"
788
+ }
789
+ ],
790
+ "stateMutability": "view",
791
+ "type": "function"
792
+ },
793
+ {
794
+ "inputs": [],
795
+ "name": "getNftId",
796
+ "outputs": [
797
+ {
798
+ "internalType": "NftId",
799
+ "name": "",
800
+ "type": "uint96"
801
+ }
802
+ ],
803
+ "stateMutability": "view",
804
+ "type": "function"
805
+ },
806
+ {
807
+ "inputs": [],
808
+ "name": "getOwner",
809
+ "outputs": [
810
+ {
811
+ "internalType": "address",
812
+ "name": "",
813
+ "type": "address"
814
+ }
815
+ ],
816
+ "stateMutability": "view",
817
+ "type": "function"
818
+ },
819
+ {
820
+ "inputs": [],
821
+ "name": "getRegistry",
822
+ "outputs": [
823
+ {
824
+ "internalType": "contract IRegistry",
825
+ "name": "",
826
+ "type": "address"
827
+ }
828
+ ],
829
+ "stateMutability": "view",
830
+ "type": "function"
831
+ },
832
+ {
833
+ "inputs": [],
834
+ "name": "getRelease",
835
+ "outputs": [
836
+ {
837
+ "internalType": "VersionPart",
838
+ "name": "release",
839
+ "type": "uint8"
840
+ }
841
+ ],
842
+ "stateMutability": "view",
843
+ "type": "function"
844
+ },
845
+ {
846
+ "inputs": [],
847
+ "name": "getRoleId",
848
+ "outputs": [
849
+ {
850
+ "internalType": "RoleId",
851
+ "name": "serviceRoleId",
852
+ "type": "uint64"
853
+ }
854
+ ],
855
+ "stateMutability": "view",
856
+ "type": "function"
857
+ },
858
+ {
859
+ "inputs": [],
860
+ "name": "getVersion",
861
+ "outputs": [
862
+ {
863
+ "internalType": "Version",
864
+ "name": "",
865
+ "type": "uint24"
866
+ }
867
+ ],
868
+ "stateMutability": "pure",
869
+ "type": "function"
870
+ },
871
+ {
872
+ "inputs": [
873
+ {
874
+ "internalType": "address",
875
+ "name": "activatedBy",
876
+ "type": "address"
877
+ },
878
+ {
879
+ "internalType": "bytes",
880
+ "name": "data",
881
+ "type": "bytes"
882
+ }
883
+ ],
884
+ "name": "initializeVersionable",
885
+ "outputs": [],
886
+ "stateMutability": "nonpayable",
887
+ "type": "function"
888
+ },
889
+ {
890
+ "inputs": [],
891
+ "name": "isActive",
892
+ "outputs": [
893
+ {
894
+ "internalType": "bool",
895
+ "name": "active",
896
+ "type": "bool"
897
+ }
898
+ ],
899
+ "stateMutability": "view",
900
+ "type": "function"
901
+ },
902
+ {
903
+ "inputs": [],
904
+ "name": "isConsumingScheduledOp",
905
+ "outputs": [
906
+ {
907
+ "internalType": "bytes4",
908
+ "name": "",
909
+ "type": "bytes4"
910
+ }
911
+ ],
912
+ "stateMutability": "view",
913
+ "type": "function"
914
+ },
915
+ {
916
+ "inputs": [],
917
+ "name": "linkToRegisteredNftId",
918
+ "outputs": [
919
+ {
920
+ "internalType": "NftId",
921
+ "name": "nftId",
922
+ "type": "uint96"
923
+ }
924
+ ],
925
+ "stateMutability": "nonpayable",
926
+ "type": "function"
927
+ },
928
+ {
929
+ "inputs": [
930
+ {
931
+ "internalType": "NftId",
932
+ "name": "distributionNftId",
933
+ "type": "uint96"
934
+ },
935
+ {
936
+ "internalType": "ReferralId",
937
+ "name": "referralId",
938
+ "type": "bytes8"
939
+ }
940
+ ],
941
+ "name": "processReferral",
942
+ "outputs": [],
943
+ "stateMutability": "nonpayable",
944
+ "type": "function"
945
+ },
946
+ {
947
+ "inputs": [
948
+ {
949
+ "internalType": "NftId",
950
+ "name": "distributionNftId",
951
+ "type": "uint96"
952
+ },
953
+ {
954
+ "internalType": "ReferralId",
955
+ "name": "referralId",
956
+ "type": "bytes8"
957
+ },
958
+ {
959
+ "components": [
960
+ {
961
+ "internalType": "Amount",
962
+ "name": "productFeeAmount",
963
+ "type": "uint96"
964
+ },
965
+ {
966
+ "internalType": "Amount",
967
+ "name": "distributionFeeAndCommissionAmount",
968
+ "type": "uint96"
969
+ },
970
+ {
971
+ "internalType": "Amount",
972
+ "name": "poolPremiumAndFeeAmount",
973
+ "type": "uint96"
974
+ },
975
+ {
976
+ "internalType": "Amount",
977
+ "name": "netPremiumAmount",
978
+ "type": "uint96"
979
+ },
980
+ {
981
+ "internalType": "Amount",
982
+ "name": "fullPremiumAmount",
983
+ "type": "uint96"
984
+ },
985
+ {
986
+ "internalType": "Amount",
987
+ "name": "premiumAmount",
988
+ "type": "uint96"
989
+ },
990
+ {
991
+ "internalType": "Amount",
992
+ "name": "productFeeFixAmount",
993
+ "type": "uint96"
994
+ },
995
+ {
996
+ "internalType": "Amount",
997
+ "name": "poolFeeFixAmount",
998
+ "type": "uint96"
999
+ },
1000
+ {
1001
+ "internalType": "Amount",
1002
+ "name": "bundleFeeFixAmount",
1003
+ "type": "uint96"
1004
+ },
1005
+ {
1006
+ "internalType": "Amount",
1007
+ "name": "distributionFeeFixAmount",
1008
+ "type": "uint96"
1009
+ },
1010
+ {
1011
+ "internalType": "Amount",
1012
+ "name": "productFeeVarAmount",
1013
+ "type": "uint96"
1014
+ },
1015
+ {
1016
+ "internalType": "Amount",
1017
+ "name": "poolFeeVarAmount",
1018
+ "type": "uint96"
1019
+ },
1020
+ {
1021
+ "internalType": "Amount",
1022
+ "name": "bundleFeeVarAmount",
1023
+ "type": "uint96"
1024
+ },
1025
+ {
1026
+ "internalType": "Amount",
1027
+ "name": "distributionFeeVarAmount",
1028
+ "type": "uint96"
1029
+ },
1030
+ {
1031
+ "internalType": "Amount",
1032
+ "name": "distributionOwnerFeeFixAmount",
1033
+ "type": "uint96"
1034
+ },
1035
+ {
1036
+ "internalType": "Amount",
1037
+ "name": "distributionOwnerFeeVarAmount",
1038
+ "type": "uint96"
1039
+ },
1040
+ {
1041
+ "internalType": "Amount",
1042
+ "name": "commissionAmount",
1043
+ "type": "uint96"
1044
+ },
1045
+ {
1046
+ "internalType": "Amount",
1047
+ "name": "discountAmount",
1048
+ "type": "uint96"
1049
+ }
1050
+ ],
1051
+ "internalType": "struct IPolicy.PremiumInfo",
1052
+ "name": "premium",
1053
+ "type": "tuple"
1054
+ }
1055
+ ],
1056
+ "name": "processSale",
1057
+ "outputs": [],
1058
+ "stateMutability": "nonpayable",
1059
+ "type": "function"
1060
+ },
1061
+ {
1062
+ "inputs": [
1063
+ {
1064
+ "internalType": "NftId",
1065
+ "name": "distributionNftId",
1066
+ "type": "uint96"
1067
+ },
1068
+ {
1069
+ "internalType": "ReferralId",
1070
+ "name": "referralId",
1071
+ "type": "bytes8"
1072
+ }
1073
+ ],
1074
+ "name": "referralIsValid",
1075
+ "outputs": [
1076
+ {
1077
+ "internalType": "bool",
1078
+ "name": "isValid",
1079
+ "type": "bool"
1080
+ }
1081
+ ],
1082
+ "stateMutability": "view",
1083
+ "type": "function"
1084
+ },
1085
+ {
1086
+ "inputs": [
1087
+ {
1088
+ "internalType": "address",
1089
+ "name": "newAuthority",
1090
+ "type": "address"
1091
+ }
1092
+ ],
1093
+ "name": "setAuthority",
1094
+ "outputs": [],
1095
+ "stateMutability": "nonpayable",
1096
+ "type": "function"
1097
+ },
1098
+ {
1099
+ "inputs": [
1100
+ {
1101
+ "internalType": "bytes4",
1102
+ "name": "interfaceId",
1103
+ "type": "bytes4"
1104
+ }
1105
+ ],
1106
+ "name": "supportsInterface",
1107
+ "outputs": [
1108
+ {
1109
+ "internalType": "bool",
1110
+ "name": "",
1111
+ "type": "bool"
1112
+ }
1113
+ ],
1114
+ "stateMutability": "view",
1115
+ "type": "function"
1116
+ },
1117
+ {
1118
+ "inputs": [
1119
+ {
1120
+ "internalType": "bytes",
1121
+ "name": "data",
1122
+ "type": "bytes"
1123
+ }
1124
+ ],
1125
+ "name": "upgradeVersionable",
1126
+ "outputs": [],
1127
+ "stateMutability": "nonpayable",
1128
+ "type": "function"
1129
+ },
1130
+ {
1131
+ "inputs": [
1132
+ {
1133
+ "internalType": "NftId",
1134
+ "name": "distributorNftId",
1135
+ "type": "uint96"
1136
+ },
1137
+ {
1138
+ "internalType": "Amount",
1139
+ "name": "amount",
1140
+ "type": "uint96"
1141
+ }
1142
+ ],
1143
+ "name": "withdrawCommission",
1144
+ "outputs": [
1145
+ {
1146
+ "internalType": "Amount",
1147
+ "name": "withdrawnAmount",
1148
+ "type": "uint96"
1149
+ }
1150
+ ],
1151
+ "stateMutability": "nonpayable",
1152
+ "type": "function"
1153
+ }
1154
+ ],
1155
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615b30806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635dcb3bae116100f35780638fb3603711610093578063ada9652e1161006e578063ada9652e146103f9578063b68d18091461040d578063bf7e214f14610414578063eed283151461041c575f80fd5b80638fb36037146103b2578063987cb161146103d3578063ab3fc75f146103e6575f80fd5b806376b707b7116100ce57806376b707b71461036a5780637950d0e2146103845780637a9e5e4b14610397578063893d20e8146103aa575f80fd5b80635dcb3bae1461031a578063644c45e01461032d5780636c741e781461034a575f80fd5b80631bda5efa1161015e57806325d073841161013957806325d07384146102bc578063329d6e74146102cf57806349bb9e4b146102e25780635ab1bd53146102f5575f80fd5b80631bda5efa1461025f5780631eff4b221461027f57806322f3e2d4146102b4575f80fd5b806301ffc9a7146101a5578063071e1e4a146101e657806307e71a6e146101fb5780630d8e6e2c146102265780630fec111c14610242578063138461e014610257575b5f80fd5b6101d16101b336600461467e565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f43660046146e5565b610450565b005b61020e61020936600461471c565b6106bc565b6040516001600160601b0390911681526020016101dd565b61022e610cc6565b60405162ffffff90911681526020016101dd565b61024a610d4d565b6040516101dd9190614776565b61020e610f07565b61027261026d3660046149eb565b610f11565b6040516101dd9190614ac1565b6102a67f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b6101d16114e5565b6101d16102ca3660046146e5565b61155c565b6101f96102dd366004614ad6565b611a4d565b6101f96102f0366004614b07565b611b97565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b61020e610328366004614b53565b611c93565b5f80516020615a9b833981519152546001600160601b031661020e565b610352611f6d565b6040516001600160401b0390911681526020016101dd565b610372611ff9565b60405160ff90911681526020016101dd565b6101f9610392366004614bb0565b612061565b6101f96103a5366004614d4c565b612594565b61030261261a565b6103ba61274b565b6040516001600160e01b031990911681526020016101dd565b6102726103e1366004614d67565b612780565b6101f96103f4366004614e11565b6131e9565b6102a65f80516020615a9b83398151915281565b600e610372565b6103026133f8565b61042f61042a366004614e2e565b613413565b604080516001600160a01b03909316835260ff9091166020830152016101dd565b61045c335b5f36613719565b81600e6104698282613817565b610473848461155c565b156106b6575f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816104a56001546001600160a01b031690565b876040518363ffffffff1660e01b81526004016104c3929190614e4a565b602060405180830381865af41580156104de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105029190614e6c565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610541573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105659190614e6c565b6001600160a01b0316631d3be477866040518263ffffffff1660e01b81526004016105909190614ac1565b5f60405180830381865afa1580156105aa573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105d19190810190614f02565b90506001816060018181516105e69190615011565b63ffffffff1690525060408051631a99b41b60e31b815290516001600160a01b0384169163d4cda0d89160048083019260209291908290030181865afa158015610632573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106569190614e6c565b6001600160a01b03166396260559868360ff6040518463ffffffff1660e01b8152600401610686939291906150f7565b5f604051808303815f87803b15801561069d575f80fd5b505af11580156106af573d5f803e3d5ffd5b5050505050505b50505050565b5f6106c633610455565b8260176106d38282613817565b5f806106dd61394b565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561071e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107429190614e6c565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa158015610791573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107b8919081019061512e565b604051630232ca4960e01b81526001600160601b038b1660048201529091505f906001600160a01b03841690630232ca4990602401602060405180830381865afa158015610808573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061082c91906151d5565b90508897506108a58873__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561087c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a091906151d5565b6139f7565b156108b2578097506108f2565b6108bc8882613a85565b156108f2576040516322d98b0960e11b81526001600160601b03808a166004830152821660248201526044015b60405180910390fd5b5f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561092f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109539190614e6c565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a1467782888c73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156109c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109e691906151d5565b6040518563ffffffff1660e01b8152600401610a0594939291906151f0565b5f604051808303815f87803b158015610a1c575f80fd5b505af1158015610a2e573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03166001600160a01b03166366101781828d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac291906151d5565b8d6040518563ffffffff1660e01b8152600401610ae294939291906151f0565b5f604051808303815f87803b158015610af9575f80fd5b505af1158015610b0b573d5f803e3d5ffd5b50505050505f610b236001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038d1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610b70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b949190614e6c565b90507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f8b8285602001516001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c1d9190614e6c565b604080516001600160601b0394851681526001600160a01b0393841660208201529290911690820152908b16606082015260800160405180910390a182602001516001600160a01b03166367ed5f36828b6040518363ffffffff1660e01b8152600401610c8b929190614e4a565b5f604051808303815f87803b158015610ca2575f80fd5b505af1158015610cb4573d5f803e3d5ffd5b50505050505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610d24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d489190615222565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610df9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1d91906151d5565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610e6561261a565b6001600160a01b03168152602001826001018054610e8290615244565b80601f0160208091040260200160405190810160405280929190818152602001828054610eae90615244565b8015610ef95780601f10610ed057610100808354040283529160200191610ef9565b820191905f5260205f20905b815481529060010190602001808311610edc57829003601f168201915b505050505081525091505090565b5f610d4830613acf565b5f610f1b33610455565b5f80610f2561394b565b915091505f610f3c6001546001600160a01b031690565b60405163677d3feb60e11b81526001600160601b03851660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015610f89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fad91906151d5565b90505f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110109190614e6c565b604051636a05a41360e01b81526001600160601b03841660048201526001600160a01b039190911690636a05a413906024016101c060405180830381865afa15801561105e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061108291906152de565b604081015151606082015151919250905f9061109e908e613cc8565b90506001600160a01b0380831690821611156111ca57604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af415801561110a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061112e9190615398565b604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af4158015611184573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a89190615398565b604051632d8d32a560e21b8152600481019290925260248201526044016108e9565b5f6111d58383613cd3565b90506111ed8f826001600160a01b0390811691161190565b1561131e578e6001600160a01b031673__$bf7bc340cbb9229ef1de2c568356e67902$__635ff51efe90916040518263ffffffff1660e01b815260040161124391906001600160a01b0391909116815260200190565b602060405180830381865af415801561125e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112829190615398565b604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af41580156112d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112fc9190615398565b6040516306990c9f60e11b8152600481019290925260248201526044016108e9565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039838e6040518363ffffffff1660e01b815260040161135c9291906153af565b602060405180830381865af4158015611377573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139b91906153d0565b92505f6040518061014001604052808d6001600160a01b03168152602001846001600160601b031681526020018c6001600160a01b031681526020018a63ffffffff1681526020018964ffffffffff168152602001881515815260200187151581526020018b6001600160a01b031681526020018e8152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611457573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147b9190614e6c565b6001600160a01b0316634bb2d19785836040518363ffffffff1660e01b81526004016114a89291906153eb565b5f604051808303815f87803b1580156114bf575f80fd5b505af11580156114d1573d5f803e3d5ffd5b505050505050509998505050505050505050565b5f6114ee6133f8565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015611532573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155691906154e8565b15905090565b5f82600e61156a8282613817565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156115c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115e491906154e8565b8061166a5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061162b906001600160c01b0319881690600401614ac1565b602060405180830381865af4158015611646573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061166a91906154e8565b15611677575f9250611a45565b5f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816116a46001546001600160a01b031690565b886040518363ffffffff1660e01b81526004016116c2929190614e4a565b602060405180830381865af41580156116dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117019190614e6c565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611740573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117649190614e6c565b6001600160a01b0316631d3be477876040518263ffffffff1660e01b815260040161178f9190614ac1565b5f60405180830381865afa1580156117a9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117d09190810190614f02565b6020810151604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561182f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061185391906154e8565b15611862575f94505050611a45565b805161186e9088613d0b565b1561189257805160405163232e27d560e21b81526108e99188918a90600401615503565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156118ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061191091906154e8565b80611a1e575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611970573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199491906154e8565b8015611a1e5750611a1e73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156119e5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a09919061552e565b8260a0015164ffffffffff9081169116111590565b9450848015611a405750806040015163ffffffff16816060015163ffffffff16105b945050505b505092915050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611a6f610cc6565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611aad573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ad1919061555d565b5f80516020615adb8339815191528054600160401b900460ff1680611b03575080546001600160401b03808416911610155b15611b215760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611b4b83613d55565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020615adb8339815191528054600160401b810460ff1615906001600160401b03165f81158015611bc85750825b90505f826001600160401b03166001148015611be35750303b155b905081158015611bf1575080155b15611c0f5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611c3957845460ff60401b1916600160401b1785555b611c438787613d5d565b8315611c8a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f611c9d33610455565b5f80611ca761394b565b91509150611d15816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d0e9190614e6c565b8684613f20565b60055f9054906101000a90046001600160a01b03166001600160a01b03166357a8fba76040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611d8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dae91906151d5565b6001600160601b03168152602001856001600160601b03168152602001611dd3601790565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611e309190614776565b6020604051808303815f875af1158015611e4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e7091906151d5565b92505f6040518060800160405280876001600160c01b03191681526020016001151581526020015f63ffffffff168152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ee5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f099190614e6c565b6001600160a01b031663f9b3fe3c85836040518363ffffffff1660e01b8152600401611f369291906155be565b5f604051808303815f87803b158015611f4d575f80fd5b505af1158015611f5f573d5f803e3d5ffd5b505050505050509392505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe600e611f92611ff9565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611fd5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d48919061555d565b5f6120026133f8565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa15801561203d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4891906155df565b61206a33610455565b82600e6120778282613817565b5f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816120a46001546001600160a01b031690565b886040518363ffffffff1660e01b81526004016120c2929190614e4a565b602060405180830381865af41580156120dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121019190614e6c565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612140573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121649190614e6c565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156121a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121c79190614e6c565b90505f6121de876101c00151886101e00151613fc3565b90506121ea898961155c565b156124ab576102008701516002546040516374933c2f60e01b81526001600160a01b03909116906374933c2f9061222b9086908e90869088906004016151f0565b5f604051808303815f87803b158015612242575f80fd5b505af1158015612254573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be47790612286908d90600401614ac1565b5f60405180830381865afa1580156122a0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526122c79190810190614f02565b905060025f9054906101000a90046001600160a01b03166001600160a01b031663d165cb6485836020015173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612339573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061235d91906151d5565b866040518563ffffffff1660e01b815260040161237d94939291906151f0565b5f604051808303815f87803b158015612394575f80fd5b505af11580156123a6573d5f803e3d5ffd5b5050505060208101516040516313d8ebc960e11b81526001600160601b0390911660048201525f906001600160a01b038716906327b1d792906024015f60405180830381865afa1580156123fc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261242391908101906155ff565b90506001816040018181516124389190615011565b63ffffffff169052506020820151604051630af38b5f60e21b81526001600160a01b03871691632bce2d7c916124769190859060ff906004016156a2565b5f604051808303815f87803b15801561248d575f80fd5b505af115801561249f573d5f803e3d5ffd5b50505050505050612589565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612517573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061253b91906151d5565b856040518563ffffffff1660e01b815260040161255b94939291906151f0565b5f604051808303815f87803b158015612572575f80fd5b505af1158015612584573d5f803e3d5ffd5b505050505b505050505050505050565b3361259d6133f8565b6001600160a01b0316816001600160a01b0316146125d85760405162d1953b60e31b81526001600160a01b03821660048201526024016108e9565b816001600160a01b03163b5f0361260d576040516361798f2f60e11b81526001600160a01b03831660048201526024016108e9565b61261682614047565b5050565b5f805f80516020615a9b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612686573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126aa91906154e8565b15612735576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561270b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061272f9190614e6c565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615abb83398151915280545f9190600160a01b900460ff16612772575f61272f565b638fb3603760e01b91505090565b5f61278a33610455565b8660176127978282613817565b5f806127a161394b565b9150915089515f036127c857896040516337b67ced60e01b81526004016108e991906156c3565b60405163790a38ad60e01b815264ffffffffff8816600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561281c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061284091906154e8565b8061294057508664ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__6394335b1a909173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156128b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128d5919061552e565b6040516001600160e01b031960e085901b16815264ffffffffff928316600482015291166024820152604401602060405180830381865af415801561291c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061294091906154e8565b156129675760405163186399e560e31b815264ffffffffff881660048201526024016108e9565b5f61297a6001546001600160a01b031690565b60405163677d3feb60e11b81526001600160601b038e1660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa1580156129c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129eb91906151d5565b90506129f78184613d0b565b15612a305760405163e172170d60e01b81526001600160601b03808e1660048301528083166024830152841660448201526064016108e9565b5f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a6d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a919190614e6c565b6040516313d8ebc960e11b81526001600160601b038f1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa158015612ae0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b0791908101906155ff565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c690612b39908590600401614ac1565b5f60405180830381865afa158015612b53573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b7a91908101906156d5565b90508b63ffffffff16816060015163ffffffff161015612bbb576060810151604051631bdd82b160e31b815263ffffffff90911660048201526024016108e9565b80516001600160a01b03808f1691161115612ce957805160405163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612c29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c4d9190615398565b60405163e2eb023b60e01b81526001600160a01b038f16600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612ca3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cc79190615398565b604051637025bb8d60e11b8152600481019290925260248201526044016108e9565b60408101516001600160a01b03808f1691161015612e1d57604081810151905163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612d5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d819190615398565b60405163e2eb023b60e01b81526001600160a01b038f16600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612dd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dfb9190615398565b60405163d80ce0cf60e01b8152600481019290925260248201526044016108e9565b6080810151604051633682752160e21b815264ffffffffff909116600482015273__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015612e77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e9b9190615398565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612ee2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f06919061552e565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612f5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f7f9190615398565b604051633682752160e21b815264ffffffffff8e16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612fd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ff79190615398565b61300191906157f6565b111561303757608081015160405163941185d360e01b815264ffffffffff9182166004820152908c1660248201526044016108e9565b5050604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__9150633f093cd6906130739086908f906004016153af565b602060405180830381865af415801561308e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130b291906153d0565b95505f604051806101000160405280856001600160601b031681526020018e6001600160601b031681526020018b63ffffffff1681526020015f63ffffffff1681526020018c6001600160a01b031681526020018a64ffffffffff1681526020018d8152602001898152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561315b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061317f9190614e6c565b6001600160a01b0316634a82439288836040518363ffffffff1660e01b81526004016131ac929190615809565b5f604051808303815f87803b1580156131c3575f80fd5b505af11580156131d5573d5f803e3d5ffd5b505050505050505050509695505050505050565b6131f233610455565b6131fd836017613817565b5f8061320761394b565b91509150613275816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561324a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061326e9190614e6c565b8584613f20565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132d69190614e6c565b6040516313d8ebc960e11b81526001600160601b03881660048201526001600160a01b0391909116906327b1d792906024015f60405180830381865afa158015613322573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261334991908101906155ff565b6001600160c01b0319861681526060810185905260408051631a99b41b60e31b815290519192506001600160a01b0384169163d4cda0d8916004808201926020929091908290030181865afa1580156133a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133c89190614e6c565b6001600160a01b0316632bce2d7c878360ff6040518463ffffffff1660e01b8152600401610686939291906156a2565b5f80516020615abb833981519152546001600160a01b031690565b5f805f846001600160a01b0316631d3be477856040518263ffffffff1660e01b81526004016134429190614ac1565b5f60405180830381865afa15801561345c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134839190810190614f02565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156134e0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061350491906154e8565b156135815773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613550573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135749190614e6c565b60645b9250925050613712565b6136038160a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156135d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135f4919061552e565b64ffffffffff90811691161090565b1561367a5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561364f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136739190614e6c565b606e613577565b806040015163ffffffff16816060015163ffffffff16106137075773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156136dc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137009190614e6c565b6078613577565b608001519150600a90505b9250929050565b5f80516020615abb8339815191525f806137516137346133f8565b873061374360045f8a8c61582d565b61374c91615854565b6140a7565b915091508161380f5763ffffffff8116156137ec57825460ff60a01b1916600160a01b17835561377f6133f8565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016137ae9392919061588c565b5f604051808303815f87803b1580156137c5575f80fd5b505af11580156137d7573d5f803e3d5ffd5b5050845460ff60a01b191685555061380f9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108e9565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015613867573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061388b91906154e8565b8061391957506001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156138f3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061391791906154e8565b155b156126165760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108e9565b5f8073__$19db5f0436f9beab06d91aaebdafaf50ff$__63ed3526476139796001546001600160a01b031690565b6040805160e084901b6001600160e01b03191681526001600160a01b03929092166004830152336024830152600e604483015280516064808401938290030181865af41580156139cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139ef91906158cb565b915091509091565b604051631315996960e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063262b32d2906044015b602060405180830381865af4158015613a58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7c91906154e8565b90505b92915050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401613a3d565b5f805f80516020615a9b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613b3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b5f91906154e8565b15613b8b5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108e9565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613bdd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c0191906154e8565b613c295760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108e9565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613c7b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9f91906151d5565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f613a7c82846158f8565b5f6001600160a01b038083169084161015613d015760405163117efe6d60e31b815260040160405180910390fd5b613a7c8284615917565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401613a3d565b6101a16141af565b5f80516020615adb8339815191528054600160401b810460ff1615906001600160401b03165f81158015613d8e5750825b90505f826001600160401b03166001148015613da95750303b155b905081158015613db7575080155b15613dd55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613dff57845460ff60401b1916600160401b1785555b5f8087806020019051810190613e159190615936565b91509150613e2482828b6141e7565b613e2e6028614289565b600280546001600160a01b0319166001600160a01b0392909216919091179055613e58600b614289565b600380546001600160a01b0319166001600160a01b0392909216919091179055613e82600a614289565b600480546001600160a01b0319166001600160a01b0392909216919091179055613eac6002614289565b600580546001600160a01b0319166001600160a01b0392909216919091179055613edc63c7f9373d60e01b61431a565b50508315611c8a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611c81565b6040516368322c6360e11b81525f906001600160a01b0385169063d06458c690613f4e908690600401614ac1565b5f60405180830381865afa158015613f68573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613f8f91908101906156d5565b602001519050613f9f8183613d0b565b156106b6578281836040516313bf6c4560e21b81526004016108e993929190615503565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614023573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7c91906151d5565b5f80516020615abb83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516141159190615952565b5f60405180830381855afa9150503d805f811461414d576040519150601f19603f3d011682016040523d82523d5f602084013e614152565b606091505b509150915081156141a4576040815110614184578080602001905181019061417a9190615968565b90945092506141a4565b60208151106141a457808060200190518101906141a191906154e8565b93505b505094509492505050565b5f80516020615adb83398151915254600160401b900460ff166141e557604051631afcd79f60e31b815260040160405180910390fd5b565b6141ef6141af565b6141f761434d565b6142748383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614238573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061425c91906151d5565b60085f8660405180602001604052805f81525061435d565b61428463daf9067160e01b61431a565b505050565b5f61429c6001546001600160a01b031690565b6001600160a01b031663d39e6043836142b3611ff9565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156142f6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7f9190614e6c565b6143226141af565b61434a816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b6143556141af565b6141e56144a4565b6143656141af565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af41580156143bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143df91906154e8565b6144075760405163cf6935e560e01b81526001600160a01b03881660048201526024016108e9565b614410876144d2565b61441a86836144e3565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b8615150217815590506001810161448983826159e0565b5061449a634a531f3360e01b61431a565b5050505050505050565b6144ac6141af565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6144da6141af565b61434a81614559565b6144eb6141af565b6144f361456a565b6144fc826145b2565b6001600160a01b0381166145235760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615a9b83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6145616141af565b61434a81614047565b6145726141af565b6141e56301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6145ba6141af565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614610573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061463491906154e8565b61465c5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108e9565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f6020828403121561468e575f80fd5b81356001600160e01b0319811681146146a5575f80fd5b9392505050565b6001600160601b038116811461434a575f80fd5b80356146cb816146ac565b919050565b6001600160c01b03198116811461434a575f80fd5b5f80604083850312156146f6575f80fd5b8235614701816146ac565b91506020830135614711816146d0565b809150509250929050565b5f806040838503121561472d575f80fd5b8235614738816146ac565b91506020830135614711816146ac565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516147be608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614802610100840182614748565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b03811182821017156148415761484161480a565b60405290565b60405161010081016001600160401b03811182821017156148415761484161480a565b604051606081016001600160401b03811182821017156148415761484161480a565b604051608081016001600160401b03811182821017156148415761484161480a565b60405161014081016001600160401b03811182821017156148415761484161480a565b604051601f8201601f191681016001600160401b03811182821017156148f9576148f961480a565b604052919050565b5f6001600160401b038211156149195761491961480a565b50601f01601f191660200190565b5f82601f830112614936575f80fd5b8135602083015f61494e61494984614901565b6148d1565b9050828152858383011115614961575f80fd5b828260208301375f92810160200192909252509392505050565b6001600160a01b038116811461434a575f80fd5b80356146cb8161497b565b63ffffffff8116811461434a575f80fd5b80356146cb8161499a565b64ffffffffff8116811461434a575f80fd5b80356146cb816149b6565b801515811461434a575f80fd5b80356146cb816149d3565b5f805f805f805f805f6101208a8c031215614a04575f80fd5b89356001600160401b03811115614a19575f80fd5b614a258c828d01614927565b99505060208a0135614a368161497b565b9750614a4460408b0161498f565b9650614a5260608b0161498f565b9550614a6060808b016149ab565b9450614a6e60a08b016149c8565b9350614a7c60c08b016149e0565b9250614a8a60e08b016149e0565b91506101008a01356001600160401b03811115614aa5575f80fd5b614ab18c828d01614927565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f60208284031215614ae6575f80fd5b81356001600160401b03811115614afb575f80fd5b61480284828501614927565b5f8060408385031215614b18575f80fd5b8235614b238161497b565b915060208301356001600160401b03811115614b3d575f80fd5b614b4985828601614927565b9150509250929050565b5f805f60608486031215614b65575f80fd5b8335614b708161497b565b92506020840135614b80816146d0565b915060408401356001600160401b03811115614b9a575f80fd5b614ba686828701614927565b9150509250925092565b5f805f838503610280811215614bc4575f80fd5b8435614bcf816146ac565b93506020850135614bdf816146d0565b9250610240603f1982011215614bf3575f80fd5b50614bfc61481e565b614c08604086016146c0565b8152614c16606086016146c0565b6020820152614c27608086016146c0565b6040820152614c3860a086016146c0565b6060820152614c4960c086016146c0565b6080820152614c5a60e086016146c0565b60a0820152614c6c61010086016146c0565b60c0820152614c7e61012086016146c0565b60e0820152614c9061014086016146c0565b610100820152614ca361016086016146c0565b610120820152614cb661018086016146c0565b610140820152614cc96101a086016146c0565b610160820152614cdc6101c086016146c0565b610180820152614cef6101e086016146c0565b6101a0820152614d0261020086016146c0565b6101c0820152614d1561022086016146c0565b6101e0820152614d2861024086016146c0565b610200820152614d3b61026086016146c0565b610220820152809150509250925092565b5f60208284031215614d5c575f80fd5b81356146a58161497b565b5f805f805f8060c08789031215614d7c575f80fd5b8635614d87816146ac565b955060208701356001600160401b03811115614da1575f80fd5b614dad89828a01614927565b9550506040870135614dbe8161497b565b93506060870135614dce8161499a565b92506080870135614dde816149b6565b915060a08701356001600160401b03811115614df8575f80fd5b614e0489828a01614927565b9150509295509295509295565b5f805f60608486031215614e23575f80fd5b8335614b70816146ac565b5f8060408385031215614e3f575f80fd5b82356147018161497b565b6001600160a01b039290921682526001600160601b0316602082015260400190565b5f60208284031215614e7c575f80fd5b81516146a58161497b565b80516146cb816146ac565b80516146cb8161499a565b80516146cb8161497b565b80516146cb816149b6565b5f82601f830112614ec2575f80fd5b8151602083015f614ed561494984614901565b9050828152858383011115614ee8575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f60208284031215614f12575f80fd5b81516001600160401b03811115614f27575f80fd5b82016101008185031215614f39575f80fd5b614f41614847565b614f4a82614e87565b8152614f5860208301614e87565b6020820152614f6960408301614e92565b6040820152614f7a60608301614e92565b6060820152614f8b60808301614e9d565b6080820152614f9c60a08301614ea8565b60a082015260c08201516001600160401b03811115614fb9575f80fd5b614fc586828501614eb3565b60c08301525060e08201516001600160401b03811115614fe3575f80fd5b614fef86828501614eb3565b60e083015250949350505050565b634e487b7160e01b5f52601160045260245ffd5b63ffffffff8181168382160190811115613a7f57613a7f614ffd565b6001600160601b0381511682525f602082015161505560208501826001600160601b03169052565b50604082015161506d604085018263ffffffff169052565b506060820151615085606085018263ffffffff169052565b5060808201516150a060808501826001600160a01b03169052565b5060a08201516150b960a085018264ffffffffff169052565b5060c082015161010060c08501526150d5610100850182614748565b905060e083015184820360e08601526150ee8282614748565b95945050505050565b6001600160401b0360c01b84168152606060208201525f61511b606083018561502d565b905060ff83166040830152949350505050565b5f6020828403121561513e575f80fd5b81516001600160401b03811115615153575f80fd5b820160608185031215615164575f80fd5b61516c61486a565b81516001600160401b03811115615181575f80fd5b61518d86828501614eb3565b825250602082015161519e8161497b565b602082015260408201516001600160401b038111156151bb575f80fd5b6151c786828501614eb3565b604083015250949350505050565b5f602082840312156151e5575f80fd5b81516146a5816146ac565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f60208284031215615232575f80fd5b815162ffffff811681146146a5575f80fd5b600181811c9082168061525857607f821691505b60208210810361527657634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6040828403121561528c575f80fd5b604080519081016001600160401b03811182821017156152ae576152ae61480a565b806040525080915082516152c18161497b565b815260208301516152d1816146ac565b6020919091015292915050565b5f6101c08284031280156152f0575f80fd5b5060405160e081016001600160401b03811182821017156153135761531361480a565b604052615320848461527c565b815261532f846040850161527c565b6020820152615341846080850161527c565b60408201526153538460c0850161527c565b606082015261536684610100850161527c565b608082015261537984610140850161527c565b60a082015261538c84610180850161527c565b60c08201529392505050565b5f602082840312156153a8575f80fd5b5051919050565b6001600160601b0383168152604060208201525f6148026040830184614748565b5f602082840312156153e0575f80fd5b81516146a5816146d0565b6001600160c01b03198316815260406020820181905282516001600160a01b0316908201525f602083015161542b60608401826001600160601b03169052565b5060408301516001600160a01b038116608084015250606083015163ffffffff811660a084015250608083015164ffffffffff811660c08401525060a083015180151560e08401525060c08301518015156101008401525060e08301516001600160a01b03811661012084015250610100830151610140808401526154b4610180840182614748565b9050610120840151603f19848303016101608501526154d38282614748565b9695505050505050565b80516146cb816149d3565b5f602082840312156154f8575f80fd5b81516146a5816149d3565b6001600160c01b03199390931683526001600160601b03918216602084015216604082015260600190565b5f6020828403121561553e575f80fd5b81516146a5816149b6565b6001600160401b038116811461434a575f80fd5b5f6020828403121561556d575f80fd5b81516146a581615549565b6001600160401b0360c01b815116825260208101511515602083015263ffffffff60408201511660408301525f6060820151608060608501526148026080850182614748565b6001600160601b0383168152604060208201525f6148026040830184615578565b5f602082840312156155ef575f80fd5b815160ff811681146146a5575f80fd5b5f6020828403121561560f575f80fd5b81516001600160401b03811115615624575f80fd5b820160808185031215615635575f80fd5b61563d61488c565b8151615648816146d0565b81526020820151615658816149d3565b6020820152604082015161566b8161499a565b604082015260608201516001600160401b03811115615688575f80fd5b61569486828501614eb3565b606083015250949350505050565b6001600160601b0384168152606060208201525f61511b6060830185615578565b602081525f613a7c6020830184614748565b5f602082840312156156e5575f80fd5b81516001600160401b038111156156fa575f80fd5b8201610140818503121561570c575f80fd5b6157146148ae565b61571d82614e9d565b815261572b60208301614e87565b602082015261573c60408301614e9d565b604082015261574d60608301614e92565b606082015261575e60808301614ea8565b608082015261576f60a083016154dd565b60a082015261578060c083016154dd565b60c082015261579160e08301614e9d565b60e08201526101008201516001600160401b038111156157af575f80fd5b6157bb86828501614eb3565b610100830152506101208201516001600160401b038111156157db575f80fd5b6157e786828501614eb3565b61012083015250949350505050565b81810381811115613a7f57613a7f614ffd565b6001600160401b0360c01b83168152604060208201525f614802604083018461502d565b5f808585111561583b575f80fd5b83861115615847575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015615885576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f80604083850312156158dc575f80fd5b82516158e7816146ac565b60208401519092506147118161497b565b6001600160a01b038181168382160190811115613a7f57613a7f614ffd565b6001600160a01b038281168282160390811115613a7f57613a7f614ffd565b5f8060408385031215615947575f80fd5b82516158e78161497b565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615979575f80fd5b8251615984816149d3565b60208401519092506147118161499a565b601f82111561428457805f5260205f20601f840160051c810160208510156159ba5750805b601f840160051c820191505b818110156159d9575f81556001016159c6565b5050505050565b81516001600160401b038111156159f9576159f961480a565b615a0d81615a078454615244565b84615995565b6020601f821160018114615a3f575f8315615a285750848201515b5f19600385901b1c1916600184901b1784556159d9565b5f84815260208120601f198516915b82811015615a6e5787850151825560209485019460019092019101615a4e565b5084821015615a8b57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122085646167f2da052415f8150df5bee072e69cfd47676916ab18e91dbf6365256064736f6c634300081a0033",
1156
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635dcb3bae116100f35780638fb3603711610093578063ada9652e1161006e578063ada9652e146103f9578063b68d18091461040d578063bf7e214f14610414578063eed283151461041c575f80fd5b80638fb36037146103b2578063987cb161146103d3578063ab3fc75f146103e6575f80fd5b806376b707b7116100ce57806376b707b71461036a5780637950d0e2146103845780637a9e5e4b14610397578063893d20e8146103aa575f80fd5b80635dcb3bae1461031a578063644c45e01461032d5780636c741e781461034a575f80fd5b80631bda5efa1161015e57806325d073841161013957806325d07384146102bc578063329d6e74146102cf57806349bb9e4b146102e25780635ab1bd53146102f5575f80fd5b80631bda5efa1461025f5780631eff4b221461027f57806322f3e2d4146102b4575f80fd5b806301ffc9a7146101a5578063071e1e4a146101e657806307e71a6e146101fb5780630d8e6e2c146102265780630fec111c14610242578063138461e014610257575b5f80fd5b6101d16101b336600461467e565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f43660046146e5565b610450565b005b61020e61020936600461471c565b6106bc565b6040516001600160601b0390911681526020016101dd565b61022e610cc6565b60405162ffffff90911681526020016101dd565b61024a610d4d565b6040516101dd9190614776565b61020e610f07565b61027261026d3660046149eb565b610f11565b6040516101dd9190614ac1565b6102a67f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b6101d16114e5565b6101d16102ca3660046146e5565b61155c565b6101f96102dd366004614ad6565b611a4d565b6101f96102f0366004614b07565b611b97565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b61020e610328366004614b53565b611c93565b5f80516020615a9b833981519152546001600160601b031661020e565b610352611f6d565b6040516001600160401b0390911681526020016101dd565b610372611ff9565b60405160ff90911681526020016101dd565b6101f9610392366004614bb0565b612061565b6101f96103a5366004614d4c565b612594565b61030261261a565b6103ba61274b565b6040516001600160e01b031990911681526020016101dd565b6102726103e1366004614d67565b612780565b6101f96103f4366004614e11565b6131e9565b6102a65f80516020615a9b83398151915281565b600e610372565b6103026133f8565b61042f61042a366004614e2e565b613413565b604080516001600160a01b03909316835260ff9091166020830152016101dd565b61045c335b5f36613719565b81600e6104698282613817565b610473848461155c565b156106b6575f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816104a56001546001600160a01b031690565b876040518363ffffffff1660e01b81526004016104c3929190614e4a565b602060405180830381865af41580156104de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105029190614e6c565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610541573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105659190614e6c565b6001600160a01b0316631d3be477866040518263ffffffff1660e01b81526004016105909190614ac1565b5f60405180830381865afa1580156105aa573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526105d19190810190614f02565b90506001816060018181516105e69190615011565b63ffffffff1690525060408051631a99b41b60e31b815290516001600160a01b0384169163d4cda0d89160048083019260209291908290030181865afa158015610632573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106569190614e6c565b6001600160a01b03166396260559868360ff6040518463ffffffff1660e01b8152600401610686939291906150f7565b5f604051808303815f87803b15801561069d575f80fd5b505af11580156106af573d5f803e3d5ffd5b5050505050505b50505050565b5f6106c633610455565b8260176106d38282613817565b5f806106dd61394b565b915091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561071e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107429190614e6c565b60405163f0ea17c360e01b81526001600160601b03851660048201529091505f906001600160a01b0383169063f0ea17c3906024015f60405180830381865afa158015610791573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107b8919081019061512e565b604051630232ca4960e01b81526001600160601b038b1660048201529091505f906001600160a01b03841690630232ca4990602401602060405180830381865afa158015610808573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061082c91906151d5565b90508897506108a58873__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561087c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a091906151d5565b6139f7565b156108b2578097506108f2565b6108bc8882613a85565b156108f2576040516322d98b0960e11b81526001600160601b03808a166004830152821660248201526044015b60405180910390fd5b5f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561092f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109539190614e6c565b905060025f9054906101000a90046001600160a01b03166001600160a01b03166311a1467782888c73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156109c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109e691906151d5565b6040518563ffffffff1660e01b8152600401610a0594939291906151f0565b5f604051808303815f87803b158015610a1c575f80fd5b505af1158015610a2e573d5f803e3d5ffd5b5050505060025f9054906101000a90046001600160a01b03166001600160a01b03166366101781828d73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac291906151d5565b8d6040518563ffffffff1660e01b8152600401610ae294939291906151f0565b5f604051808303815f87803b158015610af9575f80fd5b505af1158015610b0b573d5f803e3d5ffd5b50505050505f610b236001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038d1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610b70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b949190614e6c565b90507f81c27687c85b82d25896110abb95c71bcbe0f90ff15274c4f0dbc5710a43ec3f8b8285602001516001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c1d9190614e6c565b604080516001600160601b0394851681526001600160a01b0393841660208201529290911690820152908b16606082015260800160405180910390a182602001516001600160a01b03166367ed5f36828b6040518363ffffffff1660e01b8152600401610c8b929190614e4a565b5f604051808303815f87803b158015610ca2575f80fd5b505af1158015610cb4573d5f803e3d5ffd5b50505050505050505050505092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610d24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d489190615222565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610df9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1d91906151d5565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610e6561261a565b6001600160a01b03168152602001826001018054610e8290615244565b80601f0160208091040260200160405190810160405280929190818152602001828054610eae90615244565b8015610ef95780601f10610ed057610100808354040283529160200191610ef9565b820191905f5260205f20905b815481529060010190602001808311610edc57829003601f168201915b505050505081525091505090565b5f610d4830613acf565b5f610f1b33610455565b5f80610f2561394b565b915091505f610f3c6001546001600160a01b031690565b60405163677d3feb60e11b81526001600160601b03851660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa158015610f89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fad91906151d5565b90505f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110109190614e6c565b604051636a05a41360e01b81526001600160601b03841660048201526001600160a01b039190911690636a05a413906024016101c060405180830381865afa15801561105e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061108291906152de565b604081015151606082015151919250905f9061109e908e613cc8565b90506001600160a01b0380831690821611156111ca57604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af415801561110a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061112e9190615398565b604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af4158015611184573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111a89190615398565b604051632d8d32a560e21b8152600481019290925260248201526044016108e9565b5f6111d58383613cd3565b90506111ed8f826001600160a01b0390811691161190565b1561131e578e6001600160a01b031673__$bf7bc340cbb9229ef1de2c568356e67902$__635ff51efe90916040518263ffffffff1660e01b815260040161124391906001600160a01b0391909116815260200190565b602060405180830381865af415801561125e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112829190615398565b604051632ffa8f7f60e11b81526001600160a01b038316600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90635ff51efe90602401602060405180830381865af41580156112d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112fc9190615398565b6040516306990c9f60e11b8152600481019290925260248201526044016108e9565b505050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039838e6040518363ffffffff1660e01b815260040161135c9291906153af565b602060405180830381865af4158015611377573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139b91906153d0565b92505f6040518061014001604052808d6001600160a01b03168152602001846001600160601b031681526020018c6001600160a01b031681526020018a63ffffffff1681526020018964ffffffffff168152602001881515815260200187151581526020018b6001600160a01b031681526020018e8152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611457573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147b9190614e6c565b6001600160a01b0316634bb2d19785836040518363ffffffff1660e01b81526004016114a89291906153eb565b5f604051808303815f87803b1580156114bf575f80fd5b505af11580156114d1573d5f803e3d5ffd5b505050505050509998505050505050505050565b5f6114ee6133f8565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015611532573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155691906154e8565b15905090565b5f82600e61156a8282613817565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156115c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115e491906154e8565b8061166a5750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf9061162b906001600160c01b0319881690600401614ac1565b602060405180830381865af4158015611646573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061166a91906154e8565b15611677575f9250611a45565b5f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816116a46001546001600160a01b031690565b886040518363ffffffff1660e01b81526004016116c2929190614e4a565b602060405180830381865af41580156116dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117019190614e6c565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611740573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117649190614e6c565b6001600160a01b0316631d3be477876040518263ffffffff1660e01b815260040161178f9190614ac1565b5f60405180830381865afa1580156117a9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526117d09190810190614f02565b6020810151604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af415801561182f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061185391906154e8565b15611862575f94505050611a45565b805161186e9088613d0b565b1561189257805160405163232e27d560e21b81526108e99188918a90600401615503565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156118ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061191091906154e8565b80611a1e575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af4158015611970573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061199491906154e8565b8015611a1e5750611a1e73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156119e5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a09919061552e565b8260a0015164ffffffffff9081169116111590565b9450848015611a405750806040015163ffffffff16816060015163ffffffff16105b945050505b505092915050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c611a6f610cc6565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611aad573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ad1919061555d565b5f80516020615adb8339815191528054600160401b900460ff1680611b03575080546001600160401b03808416911610155b15611b215760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611b4b83613d55565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80516020615adb8339815191528054600160401b810460ff1615906001600160401b03165f81158015611bc85750825b90505f826001600160401b03166001148015611be35750303b155b905081158015611bf1575080155b15611c0f5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611c3957845460ff60401b1916600160401b1785555b611c438787613d5d565b8315611c8a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f611c9d33610455565b5f80611ca761394b565b91509150611d15816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d0e9190614e6c565b8684613f20565b60055f9054906101000a90046001600160a01b03166001600160a01b03166357a8fba76040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611d8a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dae91906151d5565b6001600160601b03168152602001856001600160601b03168152602001611dd3601790565b60ff1681526020016001151581526020015f6001600160a01b03168152602001896001600160a01b0316815260200160405180602001604052805f8152508152506040518263ffffffff1660e01b8152600401611e309190614776565b6020604051808303815f875af1158015611e4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e7091906151d5565b92505f6040518060800160405280876001600160c01b03191681526020016001151581526020015f63ffffffff168152602001868152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ee5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f099190614e6c565b6001600160a01b031663f9b3fe3c85836040518363ffffffff1660e01b8152600401611f369291906155be565b5f604051808303815f87803b158015611f4d575f80fd5b505af1158015611f5f573d5f803e3d5ffd5b505050505050509392505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe600e611f92611ff9565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611fd5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d48919061555d565b5f6120026133f8565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa15801561203d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4891906155df565b61206a33610455565b82600e6120778282613817565b5f73__$fb599632d08395912d9d70eb2f0f93b5e2$__63ce64d2816120a46001546001600160a01b031690565b886040518363ffffffff1660e01b81526004016120c2929190614e4a565b602060405180830381865af41580156120dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121019190614e6c565b90505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612140573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121649190614e6c565b90505f826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156121a3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121c79190614e6c565b90505f6121de876101c00151886101e00151613fc3565b90506121ea898961155c565b156124ab576102008701516002546040516374933c2f60e01b81526001600160a01b03909116906374933c2f9061222b9086908e90869088906004016151f0565b5f604051808303815f87803b158015612242575f80fd5b505af1158015612254573d5f803e3d5ffd5b5050604051631d3be47760e01b81525f92506001600160a01b0387169150631d3be47790612286908d90600401614ac1565b5f60405180830381865afa1580156122a0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526122c79190810190614f02565b905060025f9054906101000a90046001600160a01b03166001600160a01b031663d165cb6485836020015173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612339573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061235d91906151d5565b866040518563ffffffff1660e01b815260040161237d94939291906151f0565b5f604051808303815f87803b158015612394575f80fd5b505af11580156123a6573d5f803e3d5ffd5b5050505060208101516040516313d8ebc960e11b81526001600160601b0390911660048201525f906001600160a01b038716906327b1d792906024015f60405180830381865afa1580156123fc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261242391908101906155ff565b90506001816040018181516124389190615011565b63ffffffff169052506020820151604051630af38b5f60e21b81526001600160a01b03871691632bce2d7c916124769190859060ff906004016156a2565b5f604051808303815f87803b15801561248d575f80fd5b505af115801561249f573d5f803e3d5ffd5b50505050505050612589565b60025f9054906101000a90046001600160a01b03166001600160a01b03166374933c2f838b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612517573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061253b91906151d5565b856040518563ffffffff1660e01b815260040161255b94939291906151f0565b5f604051808303815f87803b158015612572575f80fd5b505af1158015612584573d5f803e3d5ffd5b505050505b505050505050505050565b3361259d6133f8565b6001600160a01b0316816001600160a01b0316146125d85760405162d1953b60e31b81526001600160a01b03821660048201526024016108e9565b816001600160a01b03163b5f0361260d576040516361798f2f60e11b81526001600160a01b03831660048201526024016108e9565b61261682614047565b5050565b5f805f80516020615a9b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612686573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126aa91906154e8565b15612735576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561270b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061272f9190614e6c565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020615abb83398151915280545f9190600160a01b900460ff16612772575f61272f565b638fb3603760e01b91505090565b5f61278a33610455565b8660176127978282613817565b5f806127a161394b565b9150915089515f036127c857896040516337b67ced60e01b81526004016108e991906156c3565b60405163790a38ad60e01b815264ffffffffff8816600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af415801561281c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061284091906154e8565b8061294057508664ffffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__6394335b1a909173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156128b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128d5919061552e565b6040516001600160e01b031960e085901b16815264ffffffffff928316600482015291166024820152604401602060405180830381865af415801561291c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061294091906154e8565b156129675760405163186399e560e31b815264ffffffffff881660048201526024016108e9565b5f61297a6001546001600160a01b031690565b60405163677d3feb60e11b81526001600160601b038e1660048201526001600160a01b03919091169063cefa7fd690602401602060405180830381865afa1580156129c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129eb91906151d5565b90506129f78184613d0b565b15612a305760405163e172170d60e01b81526001600160601b03808e1660048301528083166024830152841660448201526064016108e9565b5f826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a6d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a919190614e6c565b6040516313d8ebc960e11b81526001600160601b038f1660048201529091505f906001600160a01b038316906327b1d792906024015f60405180830381865afa158015612ae0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b0791908101906155ff565b516040516368322c6360e11b81529091505f906001600160a01b0384169063d06458c690612b39908590600401614ac1565b5f60405180830381865afa158015612b53573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b7a91908101906156d5565b90508b63ffffffff16816060015163ffffffff161015612bbb576060810151604051631bdd82b160e31b815263ffffffff90911660048201526024016108e9565b80516001600160a01b03808f1691161115612ce957805160405163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612c29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c4d9190615398565b60405163e2eb023b60e01b81526001600160a01b038f16600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612ca3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cc79190615398565b604051637025bb8d60e11b8152600481019290925260248201526044016108e9565b60408101516001600160a01b03808f1691161015612e1d57604081810151905163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612d5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d819190615398565b60405163e2eb023b60e01b81526001600160a01b038f16600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af4158015612dd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dfb9190615398565b60405163d80ce0cf60e01b8152600481019290925260248201526044016108e9565b6080810151604051633682752160e21b815264ffffffffff909116600482015273__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015612e77573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e9b9190615398565b73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612ee2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f06919061552e565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612f5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f7f9190615398565b604051633682752160e21b815264ffffffffff8e16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612fd3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ff79190615398565b61300191906157f6565b111561303757608081015160405163941185d360e01b815264ffffffffff9182166004820152908c1660248201526044016108e9565b5050604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__9150633f093cd6906130739086908f906004016153af565b602060405180830381865af415801561308e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130b291906153d0565b95505f604051806101000160405280856001600160601b031681526020018e6001600160601b031681526020018b63ffffffff1681526020015f63ffffffff1681526020018c6001600160a01b031681526020018a64ffffffffff1681526020018d8152602001898152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561315b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061317f9190614e6c565b6001600160a01b0316634a82439288836040518363ffffffff1660e01b81526004016131ac929190615809565b5f604051808303815f87803b1580156131c3575f80fd5b505af11580156131d5573d5f803e3d5ffd5b505050505050505050509695505050505050565b6131f233610455565b6131fd836017613817565b5f8061320761394b565b91509150613275816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561324a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061326e9190614e6c565b8584613f20565b5f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156132b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132d69190614e6c565b6040516313d8ebc960e11b81526001600160601b03881660048201526001600160a01b0391909116906327b1d792906024015f60405180830381865afa158015613322573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261334991908101906155ff565b6001600160c01b0319861681526060810185905260408051631a99b41b60e31b815290519192506001600160a01b0384169163d4cda0d8916004808201926020929091908290030181865afa1580156133a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133c89190614e6c565b6001600160a01b0316632bce2d7c878360ff6040518463ffffffff1660e01b8152600401610686939291906156a2565b5f80516020615abb833981519152546001600160a01b031690565b5f805f846001600160a01b0316631d3be477856040518263ffffffff1660e01b81526004016134429190614ac1565b5f60405180830381865afa15801561345c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526134839190810190614f02565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af41580156134e0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061350491906154e8565b156135815773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613550573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135749190614e6c565b60645b9250925050613712565b6136038160a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156135d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135f4919061552e565b64ffffffffff90811691161090565b1561367a5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561364f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136739190614e6c565b606e613577565b806040015163ffffffff16816060015163ffffffff16106137075773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156136dc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137009190614e6c565b6078613577565b608001519150600a90505b9250929050565b5f80516020615abb8339815191525f806137516137346133f8565b873061374360045f8a8c61582d565b61374c91615854565b6140a7565b915091508161380f5763ffffffff8116156137ec57825460ff60a01b1916600160a01b17835561377f6133f8565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016137ae9392919061588c565b5f604051808303815f87803b1580156137c5575f80fd5b505af11580156137d7573d5f803e3d5ffd5b5050845460ff60a01b191685555061380f9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108e9565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015613867573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061388b91906154e8565b8061391957506001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156138f3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061391791906154e8565b155b156126165760405163d711af7560e01b81526001600160601b038316600482015260ff821660248201526044016108e9565b5f8073__$19db5f0436f9beab06d91aaebdafaf50ff$__63ed3526476139796001546001600160a01b031690565b6040805160e084901b6001600160e01b03191681526001600160a01b03929092166004830152336024830152600e604483015280516064808401938290030181865af41580156139cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139ef91906158cb565b915091509091565b604051631315996960e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063262b32d2906044015b602060405180830381865af4158015613a58573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7c91906154e8565b90505b92915050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401613a3d565b5f805f80516020615a9b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613b3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b5f91906154e8565b15613b8b5780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108e9565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015613bdd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c0191906154e8565b613c295760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108e9565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015613c7b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9f91906151d5565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f613a7c82846158f8565b5f6001600160a01b038083169084161015613d015760405163117efe6d60e31b815260040160405180910390fd5b613a7c8284615917565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401613a3d565b6101a16141af565b5f80516020615adb8339815191528054600160401b810460ff1615906001600160401b03165f81158015613d8e5750825b90505f826001600160401b03166001148015613da95750303b155b905081158015613db7575080155b15613dd55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613dff57845460ff60401b1916600160401b1785555b5f8087806020019051810190613e159190615936565b91509150613e2482828b6141e7565b613e2e6028614289565b600280546001600160a01b0319166001600160a01b0392909216919091179055613e58600b614289565b600380546001600160a01b0319166001600160a01b0392909216919091179055613e82600a614289565b600480546001600160a01b0319166001600160a01b0392909216919091179055613eac6002614289565b600580546001600160a01b0319166001600160a01b0392909216919091179055613edc63c7f9373d60e01b61431a565b50508315611c8a57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611c81565b6040516368322c6360e11b81525f906001600160a01b0385169063d06458c690613f4e908690600401614ac1565b5f60405180830381865afa158015613f68573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613f8f91908101906156d5565b602001519050613f9f8183613d0b565b156106b6578281836040516313bf6c4560e21b81526004016108e993929190615503565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614023573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7c91906151d5565b5f80516020615abb83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516141159190615952565b5f60405180830381855afa9150503d805f811461414d576040519150601f19603f3d011682016040523d82523d5f602084013e614152565b606091505b509150915081156141a4576040815110614184578080602001905181019061417a9190615968565b90945092506141a4565b60208151106141a457808060200190518101906141a191906154e8565b93505b505094509492505050565b5f80516020615adb83398151915254600160401b900460ff166141e557604051631afcd79f60e31b815260040160405180910390fd5b565b6141ef6141af565b6141f761434d565b6142748383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614238573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061425c91906151d5565b60085f8660405180602001604052805f81525061435d565b61428463daf9067160e01b61431a565b505050565b5f61429c6001546001600160a01b031690565b6001600160a01b031663d39e6043836142b3611ff9565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156142f6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7f9190614e6c565b6143226141af565b61434a816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b6143556141af565b6141e56144a4565b6143656141af565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af41580156143bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143df91906154e8565b6144075760405163cf6935e560e01b81526001600160a01b03881660048201526024016108e9565b614410876144d2565b61441a86836144e3565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b8615150217815590506001810161448983826159e0565b5061449a634a531f3360e01b61431a565b5050505050505050565b6144ac6141af565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6144da6141af565b61434a81614559565b6144eb6141af565b6144f361456a565b6144fc826145b2565b6001600160a01b0381166145235760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615a9b83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6145616141af565b61434a81614047565b6145726141af565b6141e56301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6145ba6141af565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614610573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061463491906154e8565b61465c5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108e9565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f6020828403121561468e575f80fd5b81356001600160e01b0319811681146146a5575f80fd5b9392505050565b6001600160601b038116811461434a575f80fd5b80356146cb816146ac565b919050565b6001600160c01b03198116811461434a575f80fd5b5f80604083850312156146f6575f80fd5b8235614701816146ac565b91506020830135614711816146d0565b809150509250929050565b5f806040838503121561472d575f80fd5b8235614738816146ac565b91506020830135614711816146ac565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516147be608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614802610100840182614748565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405161024081016001600160401b03811182821017156148415761484161480a565b60405290565b60405161010081016001600160401b03811182821017156148415761484161480a565b604051606081016001600160401b03811182821017156148415761484161480a565b604051608081016001600160401b03811182821017156148415761484161480a565b60405161014081016001600160401b03811182821017156148415761484161480a565b604051601f8201601f191681016001600160401b03811182821017156148f9576148f961480a565b604052919050565b5f6001600160401b038211156149195761491961480a565b50601f01601f191660200190565b5f82601f830112614936575f80fd5b8135602083015f61494e61494984614901565b6148d1565b9050828152858383011115614961575f80fd5b828260208301375f92810160200192909252509392505050565b6001600160a01b038116811461434a575f80fd5b80356146cb8161497b565b63ffffffff8116811461434a575f80fd5b80356146cb8161499a565b64ffffffffff8116811461434a575f80fd5b80356146cb816149b6565b801515811461434a575f80fd5b80356146cb816149d3565b5f805f805f805f805f6101208a8c031215614a04575f80fd5b89356001600160401b03811115614a19575f80fd5b614a258c828d01614927565b99505060208a0135614a368161497b565b9750614a4460408b0161498f565b9650614a5260608b0161498f565b9550614a6060808b016149ab565b9450614a6e60a08b016149c8565b9350614a7c60c08b016149e0565b9250614a8a60e08b016149e0565b91506101008a01356001600160401b03811115614aa5575f80fd5b614ab18c828d01614927565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b5f60208284031215614ae6575f80fd5b81356001600160401b03811115614afb575f80fd5b61480284828501614927565b5f8060408385031215614b18575f80fd5b8235614b238161497b565b915060208301356001600160401b03811115614b3d575f80fd5b614b4985828601614927565b9150509250929050565b5f805f60608486031215614b65575f80fd5b8335614b708161497b565b92506020840135614b80816146d0565b915060408401356001600160401b03811115614b9a575f80fd5b614ba686828701614927565b9150509250925092565b5f805f838503610280811215614bc4575f80fd5b8435614bcf816146ac565b93506020850135614bdf816146d0565b9250610240603f1982011215614bf3575f80fd5b50614bfc61481e565b614c08604086016146c0565b8152614c16606086016146c0565b6020820152614c27608086016146c0565b6040820152614c3860a086016146c0565b6060820152614c4960c086016146c0565b6080820152614c5a60e086016146c0565b60a0820152614c6c61010086016146c0565b60c0820152614c7e61012086016146c0565b60e0820152614c9061014086016146c0565b610100820152614ca361016086016146c0565b610120820152614cb661018086016146c0565b610140820152614cc96101a086016146c0565b610160820152614cdc6101c086016146c0565b610180820152614cef6101e086016146c0565b6101a0820152614d0261020086016146c0565b6101c0820152614d1561022086016146c0565b6101e0820152614d2861024086016146c0565b610200820152614d3b61026086016146c0565b610220820152809150509250925092565b5f60208284031215614d5c575f80fd5b81356146a58161497b565b5f805f805f8060c08789031215614d7c575f80fd5b8635614d87816146ac565b955060208701356001600160401b03811115614da1575f80fd5b614dad89828a01614927565b9550506040870135614dbe8161497b565b93506060870135614dce8161499a565b92506080870135614dde816149b6565b915060a08701356001600160401b03811115614df8575f80fd5b614e0489828a01614927565b9150509295509295509295565b5f805f60608486031215614e23575f80fd5b8335614b70816146ac565b5f8060408385031215614e3f575f80fd5b82356147018161497b565b6001600160a01b039290921682526001600160601b0316602082015260400190565b5f60208284031215614e7c575f80fd5b81516146a58161497b565b80516146cb816146ac565b80516146cb8161499a565b80516146cb8161497b565b80516146cb816149b6565b5f82601f830112614ec2575f80fd5b8151602083015f614ed561494984614901565b9050828152858383011115614ee8575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f60208284031215614f12575f80fd5b81516001600160401b03811115614f27575f80fd5b82016101008185031215614f39575f80fd5b614f41614847565b614f4a82614e87565b8152614f5860208301614e87565b6020820152614f6960408301614e92565b6040820152614f7a60608301614e92565b6060820152614f8b60808301614e9d565b6080820152614f9c60a08301614ea8565b60a082015260c08201516001600160401b03811115614fb9575f80fd5b614fc586828501614eb3565b60c08301525060e08201516001600160401b03811115614fe3575f80fd5b614fef86828501614eb3565b60e083015250949350505050565b634e487b7160e01b5f52601160045260245ffd5b63ffffffff8181168382160190811115613a7f57613a7f614ffd565b6001600160601b0381511682525f602082015161505560208501826001600160601b03169052565b50604082015161506d604085018263ffffffff169052565b506060820151615085606085018263ffffffff169052565b5060808201516150a060808501826001600160a01b03169052565b5060a08201516150b960a085018264ffffffffff169052565b5060c082015161010060c08501526150d5610100850182614748565b905060e083015184820360e08601526150ee8282614748565b95945050505050565b6001600160401b0360c01b84168152606060208201525f61511b606083018561502d565b905060ff83166040830152949350505050565b5f6020828403121561513e575f80fd5b81516001600160401b03811115615153575f80fd5b820160608185031215615164575f80fd5b61516c61486a565b81516001600160401b03811115615181575f80fd5b61518d86828501614eb3565b825250602082015161519e8161497b565b602082015260408201516001600160401b038111156151bb575f80fd5b6151c786828501614eb3565b604083015250949350505050565b5f602082840312156151e5575f80fd5b81516146a5816146ac565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b5f60208284031215615232575f80fd5b815162ffffff811681146146a5575f80fd5b600181811c9082168061525857607f821691505b60208210810361527657634e487b7160e01b5f52602260045260245ffd5b50919050565b5f6040828403121561528c575f80fd5b604080519081016001600160401b03811182821017156152ae576152ae61480a565b806040525080915082516152c18161497b565b815260208301516152d1816146ac565b6020919091015292915050565b5f6101c08284031280156152f0575f80fd5b5060405160e081016001600160401b03811182821017156153135761531361480a565b604052615320848461527c565b815261532f846040850161527c565b6020820152615341846080850161527c565b60408201526153538460c0850161527c565b606082015261536684610100850161527c565b608082015261537984610140850161527c565b60a082015261538c84610180850161527c565b60c08201529392505050565b5f602082840312156153a8575f80fd5b5051919050565b6001600160601b0383168152604060208201525f6148026040830184614748565b5f602082840312156153e0575f80fd5b81516146a5816146d0565b6001600160c01b03198316815260406020820181905282516001600160a01b0316908201525f602083015161542b60608401826001600160601b03169052565b5060408301516001600160a01b038116608084015250606083015163ffffffff811660a084015250608083015164ffffffffff811660c08401525060a083015180151560e08401525060c08301518015156101008401525060e08301516001600160a01b03811661012084015250610100830151610140808401526154b4610180840182614748565b9050610120840151603f19848303016101608501526154d38282614748565b9695505050505050565b80516146cb816149d3565b5f602082840312156154f8575f80fd5b81516146a5816149d3565b6001600160c01b03199390931683526001600160601b03918216602084015216604082015260600190565b5f6020828403121561553e575f80fd5b81516146a5816149b6565b6001600160401b038116811461434a575f80fd5b5f6020828403121561556d575f80fd5b81516146a581615549565b6001600160401b0360c01b815116825260208101511515602083015263ffffffff60408201511660408301525f6060820151608060608501526148026080850182614748565b6001600160601b0383168152604060208201525f6148026040830184615578565b5f602082840312156155ef575f80fd5b815160ff811681146146a5575f80fd5b5f6020828403121561560f575f80fd5b81516001600160401b03811115615624575f80fd5b820160808185031215615635575f80fd5b61563d61488c565b8151615648816146d0565b81526020820151615658816149d3565b6020820152604082015161566b8161499a565b604082015260608201516001600160401b03811115615688575f80fd5b61569486828501614eb3565b606083015250949350505050565b6001600160601b0384168152606060208201525f61511b6060830185615578565b602081525f613a7c6020830184614748565b5f602082840312156156e5575f80fd5b81516001600160401b038111156156fa575f80fd5b8201610140818503121561570c575f80fd5b6157146148ae565b61571d82614e9d565b815261572b60208301614e87565b602082015261573c60408301614e9d565b604082015261574d60608301614e92565b606082015261575e60808301614ea8565b608082015261576f60a083016154dd565b60a082015261578060c083016154dd565b60c082015261579160e08301614e9d565b60e08201526101008201516001600160401b038111156157af575f80fd5b6157bb86828501614eb3565b610100830152506101208201516001600160401b038111156157db575f80fd5b6157e786828501614eb3565b61012083015250949350505050565b81810381811115613a7f57613a7f614ffd565b6001600160401b0360c01b83168152604060208201525f614802604083018461502d565b5f808585111561583b575f80fd5b83861115615847575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015615885576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f80604083850312156158dc575f80fd5b82516158e7816146ac565b60208401519092506147118161497b565b6001600160a01b038181168382160190811115613a7f57613a7f614ffd565b6001600160a01b038281168282160390811115613a7f57613a7f614ffd565b5f8060408385031215615947575f80fd5b82516158e78161497b565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615979575f80fd5b8251615984816149d3565b60208401519092506147118161499a565b601f82111561428457805f5260205f20601f840160051c810160208510156159ba5750805b601f840160051c820191505b818110156159d9575f81556001016159c6565b5050505050565b81516001600160401b038111156159f9576159f961480a565b615a0d81615a078454615244565b84615995565b6020601f821160018114615a3f575f8315615a285750848201515b5f19600385901b1c1916600184901b1784556159d9565b5f84815260208120601f198516915b82811015615a6e5787850151825560209485019460019092019101615a4e565b5084821015615a8b57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122085646167f2da052415f8150df5bee072e69cfd47676916ab18e91dbf6365256064736f6c634300081a0033",
1157
+ "linkReferences": {
1158
+ "contracts/pool/PoolLib.sol": {
1159
+ "PoolLib": [
1160
+ {
1161
+ "length": 20,
1162
+ "start": 14885
1163
+ }
1164
+ ]
1165
+ },
1166
+ "contracts/shared/ContractLib.sol": {
1167
+ "ContractLib": [
1168
+ {
1169
+ "length": 20,
1170
+ "start": 1361
1171
+ },
1172
+ {
1173
+ "length": 20,
1174
+ "start": 5968
1175
+ },
1176
+ {
1177
+ "length": 20,
1178
+ "start": 8528
1179
+ },
1180
+ {
1181
+ "length": 20,
1182
+ "start": 17497
1183
+ },
1184
+ {
1185
+ "length": 20,
1186
+ "start": 18094
1187
+ }
1188
+ ]
1189
+ },
1190
+ "contracts/type/Amount.sol": {
1191
+ "AmountLib": [
1192
+ {
1193
+ "length": 20,
1194
+ "start": 2317
1195
+ },
1196
+ {
1197
+ "length": 20,
1198
+ "start": 2643
1199
+ },
1200
+ {
1201
+ "length": 20,
1202
+ "start": 2863
1203
+ },
1204
+ {
1205
+ "length": 20,
1206
+ "start": 9162
1207
+ },
1208
+ {
1209
+ "length": 20,
1210
+ "start": 9640
1211
+ },
1212
+ {
1213
+ "length": 20,
1214
+ "start": 15093
1215
+ },
1216
+ {
1217
+ "length": 20,
1218
+ "start": 15235
1219
+ },
1220
+ {
1221
+ "length": 20,
1222
+ "start": 16577
1223
+ }
1224
+ ]
1225
+ },
1226
+ "contracts/type/DistributorType.sol": {
1227
+ "DistributorTypeLib": [
1228
+ {
1229
+ "length": 20,
1230
+ "start": 5115
1231
+ }
1232
+ ]
1233
+ },
1234
+ "contracts/type/NftId.sol": {
1235
+ "NftIdLib": [
1236
+ {
1237
+ "length": 20,
1238
+ "start": 3722
1239
+ },
1240
+ {
1241
+ "length": 20,
1242
+ "start": 5726
1243
+ },
1244
+ {
1245
+ "length": 20,
1246
+ "start": 6349
1247
+ },
1248
+ {
1249
+ "length": 20,
1250
+ "start": 7707
1251
+ },
1252
+ {
1253
+ "length": 20,
1254
+ "start": 10020
1255
+ },
1256
+ {
1257
+ "length": 20,
1258
+ "start": 15321
1259
+ },
1260
+ {
1261
+ "length": 20,
1262
+ "start": 15881
1263
+ }
1264
+ ]
1265
+ },
1266
+ "contracts/type/ObjectType.sol": {
1267
+ "ObjectTypeLib": [
1268
+ {
1269
+ "length": 20,
1270
+ "start": 14597
1271
+ }
1272
+ ]
1273
+ },
1274
+ "contracts/type/Referral.sol": {
1275
+ "ReferralLib": [
1276
+ {
1277
+ "length": 20,
1278
+ "start": 5839
1279
+ },
1280
+ {
1281
+ "length": 20,
1282
+ "start": 12574
1283
+ }
1284
+ ]
1285
+ },
1286
+ "contracts/type/RoleId.sol": {
1287
+ "RoleIdLib": [
1288
+ {
1289
+ "length": 20,
1290
+ "start": 8262
1291
+ }
1292
+ ]
1293
+ },
1294
+ "contracts/type/Seconds.sol": {
1295
+ "SecondsLib": [
1296
+ {
1297
+ "length": 20,
1298
+ "start": 12053
1299
+ }
1300
+ ]
1301
+ },
1302
+ "contracts/type/Timestamp.sol": {
1303
+ "TimestampLib": [
1304
+ {
1305
+ "length": 20,
1306
+ "start": 6538
1307
+ },
1308
+ {
1309
+ "length": 20,
1310
+ "start": 6670
1311
+ },
1312
+ {
1313
+ "length": 20,
1314
+ "start": 6774
1315
+ },
1316
+ {
1317
+ "length": 20,
1318
+ "start": 10426
1319
+ },
1320
+ {
1321
+ "length": 20,
1322
+ "start": 10534
1323
+ },
1324
+ {
1325
+ "length": 20,
1326
+ "start": 10562
1327
+ },
1328
+ {
1329
+ "length": 20,
1330
+ "start": 12147
1331
+ },
1332
+ {
1333
+ "length": 20,
1334
+ "start": 12281
1335
+ },
1336
+ {
1337
+ "length": 20,
1338
+ "start": 12401
1339
+ },
1340
+ {
1341
+ "length": 20,
1342
+ "start": 13694
1343
+ },
1344
+ {
1345
+ "length": 20,
1346
+ "start": 13921
1347
+ }
1348
+ ]
1349
+ },
1350
+ "contracts/type/UFixed.sol": {
1351
+ "UFixedLib": [
1352
+ {
1353
+ "length": 20,
1354
+ "start": 4520
1355
+ },
1356
+ {
1357
+ "length": 20,
1358
+ "start": 4642
1359
+ },
1360
+ {
1361
+ "length": 20,
1362
+ "start": 4820
1363
+ },
1364
+ {
1365
+ "length": 20,
1366
+ "start": 4982
1367
+ },
1368
+ {
1369
+ "length": 20,
1370
+ "start": 11463
1371
+ },
1372
+ {
1373
+ "length": 20,
1374
+ "start": 11585
1375
+ },
1376
+ {
1377
+ "length": 20,
1378
+ "start": 11771
1379
+ },
1380
+ {
1381
+ "length": 20,
1382
+ "start": 11893
1383
+ },
1384
+ {
1385
+ "length": 20,
1386
+ "start": 13793
1387
+ },
1388
+ {
1389
+ "length": 20,
1390
+ "start": 14048
1391
+ },
1392
+ {
1393
+ "length": 20,
1394
+ "start": 14189
1395
+ }
1396
+ ]
1397
+ },
1398
+ "contracts/type/Version.sol": {
1399
+ "VersionLib": [
1400
+ {
1401
+ "length": 20,
1402
+ "start": 3522
1403
+ },
1404
+ {
1405
+ "length": 20,
1406
+ "start": 6949
1407
+ }
1408
+ ]
1409
+ }
1410
+ },
1411
+ "deployedLinkReferences": {
1412
+ "contracts/pool/PoolLib.sol": {
1413
+ "PoolLib": [
1414
+ {
1415
+ "length": 20,
1416
+ "start": 14671
1417
+ }
1418
+ ]
1419
+ },
1420
+ "contracts/shared/ContractLib.sol": {
1421
+ "ContractLib": [
1422
+ {
1423
+ "length": 20,
1424
+ "start": 1147
1425
+ },
1426
+ {
1427
+ "length": 20,
1428
+ "start": 5754
1429
+ },
1430
+ {
1431
+ "length": 20,
1432
+ "start": 8314
1433
+ },
1434
+ {
1435
+ "length": 20,
1436
+ "start": 17283
1437
+ },
1438
+ {
1439
+ "length": 20,
1440
+ "start": 17880
1441
+ }
1442
+ ]
1443
+ },
1444
+ "contracts/type/Amount.sol": {
1445
+ "AmountLib": [
1446
+ {
1447
+ "length": 20,
1448
+ "start": 2103
1449
+ },
1450
+ {
1451
+ "length": 20,
1452
+ "start": 2429
1453
+ },
1454
+ {
1455
+ "length": 20,
1456
+ "start": 2649
1457
+ },
1458
+ {
1459
+ "length": 20,
1460
+ "start": 8948
1461
+ },
1462
+ {
1463
+ "length": 20,
1464
+ "start": 9426
1465
+ },
1466
+ {
1467
+ "length": 20,
1468
+ "start": 14879
1469
+ },
1470
+ {
1471
+ "length": 20,
1472
+ "start": 15021
1473
+ },
1474
+ {
1475
+ "length": 20,
1476
+ "start": 16363
1477
+ }
1478
+ ]
1479
+ },
1480
+ "contracts/type/DistributorType.sol": {
1481
+ "DistributorTypeLib": [
1482
+ {
1483
+ "length": 20,
1484
+ "start": 4901
1485
+ }
1486
+ ]
1487
+ },
1488
+ "contracts/type/NftId.sol": {
1489
+ "NftIdLib": [
1490
+ {
1491
+ "length": 20,
1492
+ "start": 3508
1493
+ },
1494
+ {
1495
+ "length": 20,
1496
+ "start": 5512
1497
+ },
1498
+ {
1499
+ "length": 20,
1500
+ "start": 6135
1501
+ },
1502
+ {
1503
+ "length": 20,
1504
+ "start": 7493
1505
+ },
1506
+ {
1507
+ "length": 20,
1508
+ "start": 9806
1509
+ },
1510
+ {
1511
+ "length": 20,
1512
+ "start": 15107
1513
+ },
1514
+ {
1515
+ "length": 20,
1516
+ "start": 15667
1517
+ }
1518
+ ]
1519
+ },
1520
+ "contracts/type/ObjectType.sol": {
1521
+ "ObjectTypeLib": [
1522
+ {
1523
+ "length": 20,
1524
+ "start": 14383
1525
+ }
1526
+ ]
1527
+ },
1528
+ "contracts/type/Referral.sol": {
1529
+ "ReferralLib": [
1530
+ {
1531
+ "length": 20,
1532
+ "start": 5625
1533
+ },
1534
+ {
1535
+ "length": 20,
1536
+ "start": 12360
1537
+ }
1538
+ ]
1539
+ },
1540
+ "contracts/type/RoleId.sol": {
1541
+ "RoleIdLib": [
1542
+ {
1543
+ "length": 20,
1544
+ "start": 8048
1545
+ }
1546
+ ]
1547
+ },
1548
+ "contracts/type/Seconds.sol": {
1549
+ "SecondsLib": [
1550
+ {
1551
+ "length": 20,
1552
+ "start": 11839
1553
+ }
1554
+ ]
1555
+ },
1556
+ "contracts/type/Timestamp.sol": {
1557
+ "TimestampLib": [
1558
+ {
1559
+ "length": 20,
1560
+ "start": 6324
1561
+ },
1562
+ {
1563
+ "length": 20,
1564
+ "start": 6456
1565
+ },
1566
+ {
1567
+ "length": 20,
1568
+ "start": 6560
1569
+ },
1570
+ {
1571
+ "length": 20,
1572
+ "start": 10212
1573
+ },
1574
+ {
1575
+ "length": 20,
1576
+ "start": 10320
1577
+ },
1578
+ {
1579
+ "length": 20,
1580
+ "start": 10348
1581
+ },
1582
+ {
1583
+ "length": 20,
1584
+ "start": 11933
1585
+ },
1586
+ {
1587
+ "length": 20,
1588
+ "start": 12067
1589
+ },
1590
+ {
1591
+ "length": 20,
1592
+ "start": 12187
1593
+ },
1594
+ {
1595
+ "length": 20,
1596
+ "start": 13480
1597
+ },
1598
+ {
1599
+ "length": 20,
1600
+ "start": 13707
1601
+ }
1602
+ ]
1603
+ },
1604
+ "contracts/type/UFixed.sol": {
1605
+ "UFixedLib": [
1606
+ {
1607
+ "length": 20,
1608
+ "start": 4306
1609
+ },
1610
+ {
1611
+ "length": 20,
1612
+ "start": 4428
1613
+ },
1614
+ {
1615
+ "length": 20,
1616
+ "start": 4606
1617
+ },
1618
+ {
1619
+ "length": 20,
1620
+ "start": 4768
1621
+ },
1622
+ {
1623
+ "length": 20,
1624
+ "start": 11249
1625
+ },
1626
+ {
1627
+ "length": 20,
1628
+ "start": 11371
1629
+ },
1630
+ {
1631
+ "length": 20,
1632
+ "start": 11557
1633
+ },
1634
+ {
1635
+ "length": 20,
1636
+ "start": 11679
1637
+ },
1638
+ {
1639
+ "length": 20,
1640
+ "start": 13579
1641
+ },
1642
+ {
1643
+ "length": 20,
1644
+ "start": 13834
1645
+ },
1646
+ {
1647
+ "length": 20,
1648
+ "start": 13975
1649
+ }
1650
+ ]
1651
+ },
1652
+ "contracts/type/Version.sol": {
1653
+ "VersionLib": [
1654
+ {
1655
+ "length": 20,
1656
+ "start": 3308
1657
+ },
1658
+ {
1659
+ "length": 20,
1660
+ "start": 6735
1661
+ }
1662
+ ]
1663
+ }
1664
+ }
1665
+ }