@etherisc/gif-next 0.0.2-bc11089-132 → 0.0.2-bc7a257-709

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