@etherisc/gif-next 0.0.2-e5a2253-213 → 0.0.2-e63124b-662

Sign up to get free protection for your applications and to get access to all the features.
Files changed (689) hide show
  1. package/README.md +40 -16
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1505 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1191 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1394 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +900 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +843 -0
  36. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  37. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +294 -1443
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +389 -202
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +417 -2522
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +662 -349
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +542 -345
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +369 -95
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3591 -0
  56. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  59. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  61. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  63. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  64. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +25 -150
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  70. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  71. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  72. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  73. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  74. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  75. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  76. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  77. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1155 -0
  78. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  79. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  80. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  81. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  82. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  83. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +772 -0
  84. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  85. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  86. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  87. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1063 -0
  88. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  90. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  92. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  93. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1477 -0
  94. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  95. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  96. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  97. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
  98. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  99. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
  100. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  101. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +273 -290
  102. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  103. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/IPoolComponent.sol/IPoolComponent.json} +443 -337
  104. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  105. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
  106. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  107. package/artifacts/contracts/pool/Pool.sol/Pool.json +1269 -0
  108. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  109. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  110. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  112. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  113. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  114. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  115. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  116. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  117. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1299 -0
  118. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  119. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  120. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  121. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  122. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  124. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  125. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +211 -235
  126. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  127. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
  128. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  129. package/artifacts/contracts/{instance/service → product}/IPolicyService.sol/IPolicyService.json +251 -302
  130. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  131. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +270 -220
  132. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  133. package/artifacts/contracts/{components/Product.sol/Product.json → product/IProductComponent.sol/IProductComponent.json} +426 -246
  134. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  135. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → product/IProductService.sol/IProductService.json} +134 -142
  136. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  137. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
  138. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  139. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  140. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  141. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
  142. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  144. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  145. package/artifacts/contracts/product/Product.sol/Product.json +1257 -0
  146. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  147. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  148. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  150. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  151. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  152. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  153. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +281 -15
  154. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  155. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +224 -260
  156. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  157. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  158. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  159. package/artifacts/contracts/registry/Registry.sol/Registry.json +539 -35
  160. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  161. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
  162. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  163. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +538 -281
  164. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  165. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +352 -82
  166. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  167. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  168. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1159 -0
  170. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  171. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  172. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +360 -96
  174. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  175. package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
  176. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  177. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1487 -0
  178. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +784 -0
  180. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  181. package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +219 -173
  182. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  183. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  184. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  185. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/IComponent.sol/IComponent.json} +262 -253
  186. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  187. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
  188. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  189. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json} +250 -218
  190. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  191. package/artifacts/contracts/{instance/IInstanceBase.sol/IInstanceBase.json → shared/IKeyValueStore.sol/IKeyValueStore.json} +60 -34
  192. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  193. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  194. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  195. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  196. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  197. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  198. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  199. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  200. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  201. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  202. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  203. package/artifacts/contracts/shared/IService.sol/IService.json +84 -159
  204. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  205. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  206. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  207. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +996 -0
  208. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  209. package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +88 -20
  210. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  211. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  212. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  213. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  214. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +115 -29
  216. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  217. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  218. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +132 -53
  220. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  221. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  222. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Service.sol/Service.json +189 -150
  224. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  225. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  226. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  227. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  228. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  229. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  230. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  231. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
  232. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  233. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  234. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  235. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  236. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  238. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  239. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  240. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  242. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  244. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2237 -0
  246. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  247. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  248. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  249. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  250. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  252. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  253. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  254. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  256. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  258. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  260. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  261. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  262. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  263. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  264. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  265. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  266. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  268. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  270. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  272. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  274. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  276. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  278. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  280. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  282. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  284. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  286. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  288. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
  290. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/UFixed.sol/MathLib.json +10 -0
  292. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +498 -0
  294. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  296. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  298. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  299. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  300. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  301. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +617 -0
  302. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  303. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  304. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  305. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  306. package/contracts/authorization/AccessAdmin.sol +591 -0
  307. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  308. package/contracts/authorization/Authorization.sol +218 -0
  309. package/contracts/authorization/IAccess.sol +48 -0
  310. package/contracts/authorization/IAccessAdmin.sol +136 -0
  311. package/contracts/authorization/IAuthorization.sol +54 -0
  312. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  313. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  314. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  315. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  316. package/contracts/distribution/BasicDistribution.sol +149 -0
  317. package/contracts/distribution/BasicDistributionAuthorization.sol +43 -0
  318. package/contracts/distribution/Distribution.sol +283 -0
  319. package/contracts/distribution/DistributionService.sol +288 -0
  320. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  321. package/contracts/distribution/IDistributionComponent.sol +48 -0
  322. package/contracts/distribution/IDistributionService.sol +85 -0
  323. package/contracts/instance/{BundleManager.sol → BundleSet.sol} +40 -43
  324. package/contracts/instance/IInstance.sol +76 -50
  325. package/contracts/instance/IInstanceService.sol +73 -21
  326. package/contracts/instance/Instance.sol +187 -195
  327. package/contracts/instance/InstanceAdmin.sol +266 -0
  328. package/contracts/instance/InstanceAuthorizationV3.sol +202 -0
  329. package/contracts/instance/InstanceReader.sol +173 -83
  330. package/contracts/instance/InstanceService.sol +341 -243
  331. package/contracts/instance/InstanceServiceManager.sol +13 -27
  332. package/contracts/instance/InstanceStore.sol +276 -0
  333. package/contracts/instance/base/BalanceStore.sol +123 -0
  334. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  335. package/contracts/instance/base/ObjectCounter.sol +21 -0
  336. package/contracts/instance/base/ObjectLifecycle.sol +106 -0
  337. package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +20 -42
  338. package/contracts/instance/module/IAccess.sol +19 -21
  339. package/contracts/instance/module/IBundle.sol +8 -8
  340. package/contracts/instance/module/IComponents.sol +52 -0
  341. package/contracts/instance/module/IDistribution.sol +7 -4
  342. package/contracts/instance/module/IPolicy.sol +56 -17
  343. package/contracts/instance/module/IRisk.sol +1 -1
  344. package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
  345. package/contracts/oracle/BasicOracle.sol +48 -0
  346. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  347. package/contracts/oracle/IOracle.sol +36 -0
  348. package/contracts/oracle/IOracleComponent.sol +32 -0
  349. package/contracts/oracle/IOracleService.sol +65 -0
  350. package/contracts/oracle/Oracle.sol +157 -0
  351. package/contracts/oracle/OracleService.sol +278 -0
  352. package/contracts/oracle/OracleServiceManager.sol +39 -0
  353. package/contracts/pool/BasicPool.sol +164 -0
  354. package/contracts/pool/BasicPoolAuthorization.sol +49 -0
  355. package/contracts/pool/BundleService.sol +284 -0
  356. package/contracts/pool/BundleServiceManager.sol +39 -0
  357. package/contracts/pool/IBundleService.sol +106 -0
  358. package/contracts/pool/IPoolComponent.sol +52 -0
  359. package/contracts/pool/IPoolService.sol +150 -0
  360. package/contracts/pool/Pool.sol +311 -0
  361. package/contracts/pool/PoolService.sol +436 -0
  362. package/contracts/pool/PoolServiceManager.sol +39 -0
  363. package/contracts/product/ApplicationService.sol +230 -0
  364. package/contracts/product/ApplicationServiceManager.sol +38 -0
  365. package/contracts/product/BasicProduct.sol +82 -0
  366. package/contracts/product/BasicProductAuthorization.sol +40 -0
  367. package/contracts/product/ClaimService.sol +416 -0
  368. package/contracts/product/ClaimServiceManager.sol +38 -0
  369. package/contracts/product/IApplicationService.sol +62 -0
  370. package/contracts/product/IClaimService.sol +99 -0
  371. package/contracts/product/IPolicyService.sol +78 -0
  372. package/contracts/product/IPricingService.sol +39 -0
  373. package/contracts/product/IProductComponent.sol +39 -0
  374. package/contracts/product/IProductService.sol +33 -0
  375. package/contracts/product/PolicyService.sol +475 -0
  376. package/contracts/product/PolicyServiceManager.sol +39 -0
  377. package/contracts/product/PricingService.sol +300 -0
  378. package/contracts/product/PricingServiceManager.sol +39 -0
  379. package/contracts/product/Product.sol +392 -0
  380. package/contracts/product/ProductService.sol +99 -0
  381. package/contracts/product/ProductServiceManager.sol +39 -0
  382. package/contracts/registry/ChainNft.sol +16 -1
  383. package/contracts/registry/IRegistry.sol +67 -24
  384. package/contracts/registry/IRegistryService.sol +45 -34
  385. package/contracts/registry/ITransferInterceptor.sol +1 -0
  386. package/contracts/registry/Registry.sol +317 -137
  387. package/contracts/registry/RegistryAdmin.sol +365 -0
  388. package/contracts/registry/RegistryService.sol +114 -182
  389. package/contracts/registry/RegistryServiceManager.sol +24 -33
  390. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  391. package/contracts/registry/ReleaseRegistry.sol +487 -0
  392. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  393. package/contracts/registry/TokenRegistry.sol +263 -58
  394. package/contracts/shared/Component.sol +281 -0
  395. package/contracts/shared/ComponentService.sol +581 -0
  396. package/contracts/shared/ComponentServiceManager.sol +35 -0
  397. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  398. package/contracts/shared/ERC165.sol +15 -13
  399. package/contracts/shared/IComponent.sol +70 -0
  400. package/contracts/shared/IComponentService.sol +102 -0
  401. package/contracts/shared/IInstanceLinkedComponent.sol +50 -0
  402. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  403. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  404. package/contracts/shared/INftOwnable.sol +13 -12
  405. package/contracts/shared/IPolicyHolder.sol +45 -0
  406. package/contracts/shared/IRegisterable.sol +4 -4
  407. package/contracts/shared/IRegistryLinked.sol +11 -0
  408. package/contracts/shared/IService.sol +15 -6
  409. package/contracts/shared/InitializableCustom.sol +177 -0
  410. package/contracts/shared/InstanceLinkedComponent.sol +151 -0
  411. package/contracts/shared/KeyValueStore.sol +131 -0
  412. package/contracts/shared/Lifecycle.sol +77 -0
  413. package/contracts/shared/NftIdSet.sol +65 -0
  414. package/contracts/shared/NftOwnable.sol +59 -86
  415. package/contracts/shared/PolicyHolder.sol +102 -0
  416. package/contracts/shared/Registerable.sol +26 -41
  417. package/contracts/shared/RegistryLinked.sol +43 -0
  418. package/contracts/shared/Service.sol +57 -33
  419. package/contracts/shared/TokenHandler.sol +37 -6
  420. package/contracts/staking/IStaking.sol +167 -0
  421. package/contracts/staking/IStakingService.sol +160 -0
  422. package/contracts/staking/StakeManagerLib.sol +231 -0
  423. package/contracts/staking/Staking.sol +510 -0
  424. package/contracts/staking/StakingLifecycle.sol +23 -0
  425. package/contracts/staking/StakingManager.sol +50 -0
  426. package/contracts/staking/StakingReader.sol +183 -0
  427. package/contracts/staking/StakingService.sol +411 -0
  428. package/contracts/staking/StakingServiceManager.sol +44 -0
  429. package/contracts/staking/StakingStore.sol +605 -0
  430. package/contracts/staking/TargetManagerLib.sol +207 -0
  431. package/contracts/{types → type}/AddressSet.sol +1 -1
  432. package/contracts/type/Amount.sol +128 -0
  433. package/contracts/{types → type}/Blocknumber.sol +21 -3
  434. package/contracts/type/ClaimId.sol +75 -0
  435. package/contracts/{types → type}/DistributorType.sol +2 -2
  436. package/contracts/{types → type}/Fee.sol +33 -23
  437. package/contracts/{types → type}/NftId.sol +21 -15
  438. package/contracts/{types → type}/NftIdSet.sol +2 -2
  439. package/contracts/type/ObjectType.sol +271 -0
  440. package/contracts/type/PayoutId.sol +82 -0
  441. package/contracts/{types → type}/Referral.sol +5 -1
  442. package/contracts/type/RequestId.sol +75 -0
  443. package/contracts/{types → type}/RiskId.sol +1 -1
  444. package/contracts/type/RoleId.sol +174 -0
  445. package/contracts/type/Seconds.sol +81 -0
  446. package/contracts/type/Selector.sol +102 -0
  447. package/contracts/{types → type}/StateId.sol +34 -4
  448. package/contracts/type/String.sol +53 -0
  449. package/contracts/{types → type}/Timestamp.sol +23 -14
  450. package/contracts/{types → type}/UFixed.sol +7 -0
  451. package/contracts/{types → type}/Version.sol +5 -2
  452. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  453. package/contracts/upgradeability/ProxyManager.sol +198 -0
  454. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  455. package/contracts/upgradeability/Versionable.sol +59 -0
  456. package/package.json +10 -7
  457. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  458. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  459. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  460. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  461. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  462. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  463. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -275
  464. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  465. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  466. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  467. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  468. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  469. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  470. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  471. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  472. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  473. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  474. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  475. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  476. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  477. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  478. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  479. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  480. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  481. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  482. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  483. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  484. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  485. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  486. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  487. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  488. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  489. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  490. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  491. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  492. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  493. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  494. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  495. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  496. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  497. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  498. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  499. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  500. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  501. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  502. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  503. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  504. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  505. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  506. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  507. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  508. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  509. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -788
  510. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  511. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  512. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  513. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1047
  514. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  515. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
  516. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  517. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -285
  518. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  519. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  520. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -100
  521. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  522. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  523. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  524. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  525. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  526. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  527. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  528. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  529. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  530. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1121
  531. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  532. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -436
  533. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  534. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -791
  535. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  536. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -424
  537. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  538. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  539. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  540. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  541. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  542. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  543. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  544. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1246
  545. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  546. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -492
  547. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  548. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -825
  549. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  550. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -424
  551. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  552. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -875
  553. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  554. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -424
  555. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  556. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  557. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  558. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -530
  559. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  560. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  561. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  562. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  563. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  564. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  565. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  566. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
  567. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  568. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  569. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  570. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  571. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  572. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  573. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  574. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  575. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  576. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  577. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  578. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  579. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  580. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  581. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  582. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  583. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  584. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  585. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  586. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  587. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  588. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  589. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  590. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  591. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  592. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  593. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  594. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  595. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  596. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  597. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  598. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  599. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  600. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  601. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  602. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  603. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  604. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  605. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  606. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  607. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  608. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  609. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  610. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  611. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  612. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  613. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  614. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  615. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  616. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  617. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  618. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  619. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  620. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  621. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  622. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  623. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  624. package/contracts/components/BaseComponent.sol +0 -168
  625. package/contracts/components/Distribution.sol +0 -154
  626. package/contracts/components/IBaseComponent.sol +0 -35
  627. package/contracts/components/IDistributionComponent.sol +0 -44
  628. package/contracts/components/IPoolComponent.sol +0 -66
  629. package/contracts/components/IProductComponent.sol +0 -35
  630. package/contracts/components/Pool.sol +0 -258
  631. package/contracts/components/Product.sol +0 -295
  632. package/contracts/experiment/cloning/Cloner.sol +0 -47
  633. package/contracts/experiment/errors/Require.sol +0 -38
  634. package/contracts/experiment/errors/Revert.sol +0 -44
  635. package/contracts/experiment/inheritance/A.sol +0 -53
  636. package/contracts/experiment/inheritance/B.sol +0 -28
  637. package/contracts/experiment/inheritance/C.sol +0 -34
  638. package/contracts/experiment/inheritance/IA.sol +0 -13
  639. package/contracts/experiment/inheritance/IB.sol +0 -10
  640. package/contracts/experiment/inheritance/IC.sol +0 -12
  641. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  642. package/contracts/experiment/statemachine/ISM.sol +0 -25
  643. package/contracts/experiment/statemachine/SM.sol +0 -57
  644. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  645. package/contracts/experiment/types/TypeA.sol +0 -47
  646. package/contracts/experiment/types/TypeB.sol +0 -29
  647. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -23
  648. package/contracts/instance/IInstanceBase.sol +0 -25
  649. package/contracts/instance/InstanceAccessManager.sol +0 -303
  650. package/contracts/instance/InstanceBase.sol +0 -39
  651. package/contracts/instance/base/ComponentServiceBase.sol +0 -138
  652. package/contracts/instance/base/IInstanceBase.sol +0 -21
  653. package/contracts/instance/base/KeyValueStore.sol +0 -172
  654. package/contracts/instance/base/Lifecycle.sol +0 -100
  655. package/contracts/instance/module/ISetup.sol +0 -46
  656. package/contracts/instance/module/ITreasury.sol +0 -23
  657. package/contracts/instance/service/BundleService.sol +0 -294
  658. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  659. package/contracts/instance/service/DistributionService.sol +0 -115
  660. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  661. package/contracts/instance/service/IBundleService.sol +0 -44
  662. package/contracts/instance/service/IDistributionService.sol +0 -12
  663. package/contracts/instance/service/IPolicyService.sol +0 -94
  664. package/contracts/instance/service/IPoolService.sol +0 -20
  665. package/contracts/instance/service/IProductService.sol +0 -40
  666. package/contracts/instance/service/PolicyService.sol +0 -539
  667. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  668. package/contracts/instance/service/PoolService.sol +0 -142
  669. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  670. package/contracts/instance/service/ProductService.sol +0 -209
  671. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  672. package/contracts/registry/RegistryAccessManager.sol +0 -210
  673. package/contracts/registry/ReleaseManager.sol +0 -342
  674. package/contracts/shared/ContractDeployerLib.sol +0 -72
  675. package/contracts/shared/ProxyManager.sol +0 -94
  676. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  677. package/contracts/shared/Versionable.sol +0 -147
  678. package/contracts/test/TestFee.sol +0 -25
  679. package/contracts/test/TestRegisterable.sol +0 -18
  680. package/contracts/test/TestRoleId.sol +0 -14
  681. package/contracts/test/TestService.sol +0 -25
  682. package/contracts/test/TestToken.sol +0 -26
  683. package/contracts/test/TestVersion.sol +0 -44
  684. package/contracts/test/TestVersionable.sol +0 -17
  685. package/contracts/types/ChainId.sol +0 -38
  686. package/contracts/types/NumberId.sol +0 -52
  687. package/contracts/types/ObjectType.sol +0 -152
  688. package/contracts/types/RoleId.sol +0 -90
  689. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -1,1246 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "PolicyService",
4
- "sourceName": "contracts/instance/service/PolicyService.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "ObjectType",
10
- "name": "componentType",
11
- "type": "uint8"
12
- }
13
- ],
14
- "name": "ComponentTypeInvalid",
15
- "type": "error"
16
- },
17
- {
18
- "inputs": [
19
- {
20
- "internalType": "address",
21
- "name": "registry",
22
- "type": "address"
23
- },
24
- {
25
- "internalType": "NftId",
26
- "name": "nftId",
27
- "type": "uint96"
28
- }
29
- ],
30
- "name": "ErrorAlreadyLinked",
31
- "type": "error"
32
- },
33
- {
34
- "inputs": [
35
- {
36
- "internalType": "address",
37
- "name": "component",
38
- "type": "address"
39
- },
40
- {
41
- "internalType": "NftId",
42
- "name": "nftId",
43
- "type": "uint96"
44
- }
45
- ],
46
- "name": "ErrorComponentServiceAlreadyRegistered",
47
- "type": "error"
48
- },
49
- {
50
- "inputs": [
51
- {
52
- "internalType": "address",
53
- "name": "componentAddress",
54
- "type": "address"
55
- }
56
- ],
57
- "name": "ErrorComponentServiceBaseComponentLocked",
58
- "type": "error"
59
- },
60
- {
61
- "inputs": [
62
- {
63
- "internalType": "NftId",
64
- "name": "instanceNftId",
65
- "type": "uint96"
66
- },
67
- {
68
- "internalType": "RoleId",
69
- "name": "requiredRole",
70
- "type": "uint64"
71
- },
72
- {
73
- "internalType": "address",
74
- "name": "sender",
75
- "type": "address"
76
- }
77
- ],
78
- "name": "ErrorComponentServiceExpectedRoleMissing",
79
- "type": "error"
80
- },
81
- {
82
- "inputs": [
83
- {
84
- "internalType": "address",
85
- "name": "component",
86
- "type": "address"
87
- },
88
- {
89
- "internalType": "ObjectType",
90
- "name": "requiredType",
91
- "type": "uint8"
92
- },
93
- {
94
- "internalType": "ObjectType",
95
- "name": "componentType",
96
- "type": "uint8"
97
- }
98
- ],
99
- "name": "ErrorComponentServiceInvalidType",
100
- "type": "error"
101
- },
102
- {
103
- "inputs": [
104
- {
105
- "internalType": "address",
106
- "name": "component",
107
- "type": "address"
108
- }
109
- ],
110
- "name": "ErrorComponentServiceNotComponent",
111
- "type": "error"
112
- },
113
- {
114
- "inputs": [
115
- {
116
- "internalType": "address",
117
- "name": "component",
118
- "type": "address"
119
- },
120
- {
121
- "internalType": "address",
122
- "name": "initialOwner",
123
- "type": "address"
124
- },
125
- {
126
- "internalType": "address",
127
- "name": "sender",
128
- "type": "address"
129
- }
130
- ],
131
- "name": "ErrorComponentServiceSenderNotOwner",
132
- "type": "error"
133
- },
134
- {
135
- "inputs": [
136
- {
137
- "internalType": "address",
138
- "name": "contractAddress",
139
- "type": "address"
140
- }
141
- ],
142
- "name": "ErrorContractNotRegistered",
143
- "type": "error"
144
- },
145
- {
146
- "inputs": [
147
- {
148
- "internalType": "address",
149
- "name": "target",
150
- "type": "address"
151
- }
152
- ],
153
- "name": "ErrorIAccessTargetLocked",
154
- "type": "error"
155
- },
156
- {
157
- "inputs": [
158
- {
159
- "internalType": "address",
160
- "name": "customer",
161
- "type": "address"
162
- },
163
- {
164
- "internalType": "address",
165
- "name": "tokenHandlerAddress",
166
- "type": "address"
167
- },
168
- {
169
- "internalType": "uint256",
170
- "name": "amount",
171
- "type": "uint256"
172
- }
173
- ],
174
- "name": "ErrorIPolicyServiceInsufficientAllowance",
175
- "type": "error"
176
- },
177
- {
178
- "inputs": [
179
- {
180
- "internalType": "NftId",
181
- "name": "policyNftId",
182
- "type": "uint96"
183
- },
184
- {
185
- "internalType": "uint16",
186
- "name": "openClaimsCount",
187
- "type": "uint16"
188
- }
189
- ],
190
- "name": "ErrorIPolicyServiceOpenClaims",
191
- "type": "error"
192
- },
193
- {
194
- "inputs": [
195
- {
196
- "internalType": "NftId",
197
- "name": "policyNftId",
198
- "type": "uint96"
199
- }
200
- ],
201
- "name": "ErrorIPolicyServicePolicyAlreadyClosed",
202
- "type": "error"
203
- },
204
- {
205
- "inputs": [
206
- {
207
- "internalType": "NftId",
208
- "name": "policyNftId",
209
- "type": "uint96"
210
- },
211
- {
212
- "internalType": "Timestamp",
213
- "name": "expiredAt",
214
- "type": "uint40"
215
- }
216
- ],
217
- "name": "ErrorIPolicyServicePolicyHasNotExpired",
218
- "type": "error"
219
- },
220
- {
221
- "inputs": [
222
- {
223
- "internalType": "NftId",
224
- "name": "policyNftId",
225
- "type": "uint96"
226
- }
227
- ],
228
- "name": "ErrorIPolicyServicePolicyNotActivated",
229
- "type": "error"
230
- },
231
- {
232
- "inputs": [
233
- {
234
- "internalType": "NftId",
235
- "name": "policyNftId",
236
- "type": "uint96"
237
- },
238
- {
239
- "internalType": "StateId",
240
- "name": "state",
241
- "type": "uint8"
242
- }
243
- ],
244
- "name": "ErrorIPolicyServicePolicyNotActive",
245
- "type": "error"
246
- },
247
- {
248
- "inputs": [
249
- {
250
- "internalType": "NftId",
251
- "name": "policyNftId",
252
- "type": "uint96"
253
- },
254
- {
255
- "internalType": "uint256",
256
- "name": "premiumPaidAmount",
257
- "type": "uint256"
258
- }
259
- ],
260
- "name": "ErrorIPolicyServicePremiumAlreadyPaid",
261
- "type": "error"
262
- },
263
- {
264
- "inputs": [
265
- {
266
- "internalType": "NftId",
267
- "name": "policyNftId",
268
- "type": "uint96"
269
- },
270
- {
271
- "internalType": "uint256",
272
- "name": "premiumAmount",
273
- "type": "uint256"
274
- },
275
- {
276
- "internalType": "uint256",
277
- "name": "premiumPaidAmount",
278
- "type": "uint256"
279
- }
280
- ],
281
- "name": "ErrorIPolicyServicePremiumNotFullyPaid",
282
- "type": "error"
283
- },
284
- {
285
- "inputs": [
286
- {
287
- "internalType": "address",
288
- "name": "account",
289
- "type": "address"
290
- }
291
- ],
292
- "name": "ErrorNotOwner",
293
- "type": "error"
294
- },
295
- {
296
- "inputs": [
297
- {
298
- "internalType": "address",
299
- "name": "registryAddress",
300
- "type": "address"
301
- }
302
- ],
303
- "name": "ErrorNotRegistry",
304
- "type": "error"
305
- },
306
- {
307
- "inputs": [
308
- {
309
- "internalType": "address",
310
- "name": "registryAddress",
311
- "type": "address"
312
- }
313
- ],
314
- "name": "ErrorRegisterableNotRegistry",
315
- "type": "error"
316
- },
317
- {
318
- "inputs": [],
319
- "name": "ErrorRegistryAddressZero",
320
- "type": "error"
321
- },
322
- {
323
- "inputs": [
324
- {
325
- "internalType": "address",
326
- "name": "registry",
327
- "type": "address"
328
- }
329
- ],
330
- "name": "ErrorRegistryAlreadyInitialized",
331
- "type": "error"
332
- },
333
- {
334
- "inputs": [],
335
- "name": "ErrorRegistryNotInitialized",
336
- "type": "error"
337
- },
338
- {
339
- "inputs": [
340
- {
341
- "internalType": "RoleId",
342
- "name": "expected",
343
- "type": "uint64"
344
- },
345
- {
346
- "internalType": "address",
347
- "name": "caller",
348
- "type": "address"
349
- }
350
- ],
351
- "name": "ExpectedRoleMissing",
352
- "type": "error"
353
- },
354
- {
355
- "inputs": [],
356
- "name": "InvalidInitialization",
357
- "type": "error"
358
- },
359
- {
360
- "inputs": [],
361
- "name": "NotInitializing",
362
- "type": "error"
363
- },
364
- {
365
- "anonymous": false,
366
- "inputs": [
367
- {
368
- "indexed": false,
369
- "internalType": "uint64",
370
- "name": "version",
371
- "type": "uint64"
372
- }
373
- ],
374
- "name": "Initialized",
375
- "type": "event"
376
- },
377
- {
378
- "anonymous": false,
379
- "inputs": [
380
- {
381
- "indexed": false,
382
- "internalType": "address",
383
- "name": "sender",
384
- "type": "address"
385
- }
386
- ],
387
- "name": "LogProductServiceSender",
388
- "type": "event"
389
- },
390
- {
391
- "anonymous": false,
392
- "inputs": [
393
- {
394
- "indexed": false,
395
- "internalType": "Version",
396
- "name": "version",
397
- "type": "uint24"
398
- },
399
- {
400
- "indexed": false,
401
- "internalType": "address",
402
- "name": "implementation",
403
- "type": "address"
404
- },
405
- {
406
- "indexed": false,
407
- "internalType": "address",
408
- "name": "activatedBy",
409
- "type": "address"
410
- }
411
- ],
412
- "name": "LogVersionableInitialized",
413
- "type": "event"
414
- },
415
- {
416
- "inputs": [],
417
- "name": "REGISTERABLE_LOCATION_V1",
418
- "outputs": [
419
- {
420
- "internalType": "bytes32",
421
- "name": "",
422
- "type": "bytes32"
423
- }
424
- ],
425
- "stateMutability": "view",
426
- "type": "function"
427
- },
428
- {
429
- "inputs": [
430
- {
431
- "internalType": "NftId",
432
- "name": "policyNftId",
433
- "type": "uint96"
434
- },
435
- {
436
- "internalType": "Timestamp",
437
- "name": "activateAt",
438
- "type": "uint40"
439
- }
440
- ],
441
- "name": "activate",
442
- "outputs": [],
443
- "stateMutability": "nonpayable",
444
- "type": "function"
445
- },
446
- {
447
- "inputs": [
448
- {
449
- "internalType": "RiskId",
450
- "name": "riskId",
451
- "type": "bytes8"
452
- },
453
- {
454
- "internalType": "uint256",
455
- "name": "sumInsuredAmount",
456
- "type": "uint256"
457
- },
458
- {
459
- "internalType": "uint256",
460
- "name": "lifetime",
461
- "type": "uint256"
462
- },
463
- {
464
- "internalType": "bytes",
465
- "name": "applicationData",
466
- "type": "bytes"
467
- },
468
- {
469
- "internalType": "NftId",
470
- "name": "bundleNftId",
471
- "type": "uint96"
472
- },
473
- {
474
- "internalType": "ReferralId",
475
- "name": "referralId",
476
- "type": "bytes8"
477
- }
478
- ],
479
- "name": "calculatePremium",
480
- "outputs": [
481
- {
482
- "internalType": "uint256",
483
- "name": "premiumAmount",
484
- "type": "uint256"
485
- },
486
- {
487
- "internalType": "uint256",
488
- "name": "productFeeAmount",
489
- "type": "uint256"
490
- },
491
- {
492
- "internalType": "uint256",
493
- "name": "poolFeeAmount",
494
- "type": "uint256"
495
- },
496
- {
497
- "internalType": "uint256",
498
- "name": "bundleFeeAmount",
499
- "type": "uint256"
500
- },
501
- {
502
- "internalType": "uint256",
503
- "name": "distributionFeeAmount",
504
- "type": "uint256"
505
- }
506
- ],
507
- "stateMutability": "view",
508
- "type": "function"
509
- },
510
- {
511
- "inputs": [
512
- {
513
- "internalType": "UFixed",
514
- "name": "collateralizationLevel",
515
- "type": "uint256"
516
- },
517
- {
518
- "internalType": "uint256",
519
- "name": "sumInsuredAmount",
520
- "type": "uint256"
521
- }
522
- ],
523
- "name": "calculateRequiredCollateral",
524
- "outputs": [
525
- {
526
- "internalType": "uint256",
527
- "name": "collateralAmount",
528
- "type": "uint256"
529
- }
530
- ],
531
- "stateMutability": "pure",
532
- "type": "function"
533
- },
534
- {
535
- "inputs": [
536
- {
537
- "internalType": "NftId",
538
- "name": "policyNftId",
539
- "type": "uint96"
540
- }
541
- ],
542
- "name": "close",
543
- "outputs": [],
544
- "stateMutability": "nonpayable",
545
- "type": "function"
546
- },
547
- {
548
- "inputs": [
549
- {
550
- "internalType": "NftId",
551
- "name": "policyNftId",
552
- "type": "uint96"
553
- },
554
- {
555
- "internalType": "Timestamp",
556
- "name": "activateAt",
557
- "type": "uint40"
558
- }
559
- ],
560
- "name": "collectPremium",
561
- "outputs": [],
562
- "stateMutability": "nonpayable",
563
- "type": "function"
564
- },
565
- {
566
- "inputs": [
567
- {
568
- "internalType": "address",
569
- "name": "applicationOwner",
570
- "type": "address"
571
- },
572
- {
573
- "internalType": "RiskId",
574
- "name": "riskId",
575
- "type": "bytes8"
576
- },
577
- {
578
- "internalType": "uint256",
579
- "name": "sumInsuredAmount",
580
- "type": "uint256"
581
- },
582
- {
583
- "internalType": "uint256",
584
- "name": "lifetime",
585
- "type": "uint256"
586
- },
587
- {
588
- "internalType": "bytes",
589
- "name": "applicationData",
590
- "type": "bytes"
591
- },
592
- {
593
- "internalType": "NftId",
594
- "name": "bundleNftId",
595
- "type": "uint96"
596
- },
597
- {
598
- "internalType": "ReferralId",
599
- "name": "referralId",
600
- "type": "bytes8"
601
- }
602
- ],
603
- "name": "createApplication",
604
- "outputs": [
605
- {
606
- "internalType": "NftId",
607
- "name": "policyNftId",
608
- "type": "uint96"
609
- }
610
- ],
611
- "stateMutability": "nonpayable",
612
- "type": "function"
613
- },
614
- {
615
- "inputs": [],
616
- "name": "getDomain",
617
- "outputs": [
618
- {
619
- "internalType": "ObjectType",
620
- "name": "",
621
- "type": "uint8"
622
- }
623
- ],
624
- "stateMutability": "pure",
625
- "type": "function"
626
- },
627
- {
628
- "inputs": [],
629
- "name": "getInitialInfo",
630
- "outputs": [
631
- {
632
- "components": [
633
- {
634
- "internalType": "NftId",
635
- "name": "nftId",
636
- "type": "uint96"
637
- },
638
- {
639
- "internalType": "NftId",
640
- "name": "parentNftId",
641
- "type": "uint96"
642
- },
643
- {
644
- "internalType": "ObjectType",
645
- "name": "objectType",
646
- "type": "uint8"
647
- },
648
- {
649
- "internalType": "bool",
650
- "name": "isInterceptor",
651
- "type": "bool"
652
- },
653
- {
654
- "internalType": "address",
655
- "name": "objectAddress",
656
- "type": "address"
657
- },
658
- {
659
- "internalType": "address",
660
- "name": "initialOwner",
661
- "type": "address"
662
- },
663
- {
664
- "internalType": "bytes",
665
- "name": "data",
666
- "type": "bytes"
667
- }
668
- ],
669
- "internalType": "struct IRegistry.ObjectInfo",
670
- "name": "",
671
- "type": "tuple"
672
- },
673
- {
674
- "internalType": "bytes",
675
- "name": "data",
676
- "type": "bytes"
677
- }
678
- ],
679
- "stateMutability": "view",
680
- "type": "function"
681
- },
682
- {
683
- "inputs": [],
684
- "name": "getInitializedVersion",
685
- "outputs": [
686
- {
687
- "internalType": "uint64",
688
- "name": "",
689
- "type": "uint64"
690
- }
691
- ],
692
- "stateMutability": "view",
693
- "type": "function"
694
- },
695
- {
696
- "inputs": [],
697
- "name": "getInstanceService",
698
- "outputs": [
699
- {
700
- "internalType": "contract InstanceService",
701
- "name": "",
702
- "type": "address"
703
- }
704
- ],
705
- "stateMutability": "view",
706
- "type": "function"
707
- },
708
- {
709
- "inputs": [],
710
- "name": "getMajorVersion",
711
- "outputs": [
712
- {
713
- "internalType": "VersionPart",
714
- "name": "majorVersion",
715
- "type": "uint8"
716
- }
717
- ],
718
- "stateMutability": "view",
719
- "type": "function"
720
- },
721
- {
722
- "inputs": [],
723
- "name": "getNftId",
724
- "outputs": [
725
- {
726
- "internalType": "NftId",
727
- "name": "",
728
- "type": "uint96"
729
- }
730
- ],
731
- "stateMutability": "view",
732
- "type": "function"
733
- },
734
- {
735
- "inputs": [],
736
- "name": "getOwner",
737
- "outputs": [
738
- {
739
- "internalType": "address",
740
- "name": "",
741
- "type": "address"
742
- }
743
- ],
744
- "stateMutability": "view",
745
- "type": "function"
746
- },
747
- {
748
- "inputs": [],
749
- "name": "getRegistry",
750
- "outputs": [
751
- {
752
- "internalType": "contract IRegistry",
753
- "name": "",
754
- "type": "address"
755
- }
756
- ],
757
- "stateMutability": "view",
758
- "type": "function"
759
- },
760
- {
761
- "inputs": [],
762
- "name": "getRegistryService",
763
- "outputs": [
764
- {
765
- "internalType": "contract IRegistryService",
766
- "name": "",
767
- "type": "address"
768
- }
769
- ],
770
- "stateMutability": "view",
771
- "type": "function"
772
- },
773
- {
774
- "inputs": [],
775
- "name": "getVersion",
776
- "outputs": [
777
- {
778
- "internalType": "Version",
779
- "name": "",
780
- "type": "uint24"
781
- }
782
- ],
783
- "stateMutability": "pure",
784
- "type": "function"
785
- },
786
- {
787
- "inputs": [
788
- {
789
- "internalType": "uint256",
790
- "name": "idx",
791
- "type": "uint256"
792
- }
793
- ],
794
- "name": "getVersion",
795
- "outputs": [
796
- {
797
- "internalType": "Version",
798
- "name": "",
799
- "type": "uint24"
800
- }
801
- ],
802
- "stateMutability": "view",
803
- "type": "function"
804
- },
805
- {
806
- "inputs": [],
807
- "name": "getVersionCount",
808
- "outputs": [
809
- {
810
- "internalType": "uint256",
811
- "name": "",
812
- "type": "uint256"
813
- }
814
- ],
815
- "stateMutability": "view",
816
- "type": "function"
817
- },
818
- {
819
- "inputs": [
820
- {
821
- "internalType": "Version",
822
- "name": "_version",
823
- "type": "uint24"
824
- }
825
- ],
826
- "name": "getVersionInfo",
827
- "outputs": [
828
- {
829
- "components": [
830
- {
831
- "internalType": "Version",
832
- "name": "version",
833
- "type": "uint24"
834
- },
835
- {
836
- "internalType": "address",
837
- "name": "implementation",
838
- "type": "address"
839
- },
840
- {
841
- "internalType": "address",
842
- "name": "activatedBy",
843
- "type": "address"
844
- },
845
- {
846
- "internalType": "Timestamp",
847
- "name": "activatedAt",
848
- "type": "uint40"
849
- },
850
- {
851
- "internalType": "Blocknumber",
852
- "name": "activatedIn",
853
- "type": "uint32"
854
- }
855
- ],
856
- "internalType": "struct IVersionable.VersionInfo",
857
- "name": "",
858
- "type": "tuple"
859
- }
860
- ],
861
- "stateMutability": "view",
862
- "type": "function"
863
- },
864
- {
865
- "inputs": [
866
- {
867
- "internalType": "address",
868
- "name": "implementation",
869
- "type": "address"
870
- },
871
- {
872
- "internalType": "address",
873
- "name": "activatedBy",
874
- "type": "address"
875
- },
876
- {
877
- "internalType": "bytes",
878
- "name": "data",
879
- "type": "bytes"
880
- }
881
- ],
882
- "name": "initialize",
883
- "outputs": [],
884
- "stateMutability": "nonpayable",
885
- "type": "function"
886
- },
887
- {
888
- "inputs": [
889
- {
890
- "internalType": "Version",
891
- "name": "_version",
892
- "type": "uint24"
893
- }
894
- ],
895
- "name": "isInitialized",
896
- "outputs": [
897
- {
898
- "internalType": "bool",
899
- "name": "",
900
- "type": "bool"
901
- }
902
- ],
903
- "stateMutability": "view",
904
- "type": "function"
905
- },
906
- {
907
- "inputs": [],
908
- "name": "linkToRegisteredNftId",
909
- "outputs": [],
910
- "stateMutability": "nonpayable",
911
- "type": "function"
912
- },
913
- {
914
- "inputs": [
915
- {
916
- "internalType": "NftId",
917
- "name": "policyNftId",
918
- "type": "uint96"
919
- }
920
- ],
921
- "name": "revoke",
922
- "outputs": [],
923
- "stateMutability": "nonpayable",
924
- "type": "function"
925
- },
926
- {
927
- "inputs": [
928
- {
929
- "internalType": "bytes4",
930
- "name": "interfaceId",
931
- "type": "bytes4"
932
- }
933
- ],
934
- "name": "supportsInterface",
935
- "outputs": [
936
- {
937
- "internalType": "bool",
938
- "name": "",
939
- "type": "bool"
940
- }
941
- ],
942
- "stateMutability": "view",
943
- "type": "function"
944
- },
945
- {
946
- "inputs": [
947
- {
948
- "internalType": "NftId",
949
- "name": "policyNftId",
950
- "type": "uint96"
951
- },
952
- {
953
- "internalType": "bool",
954
- "name": "requirePremiumPayment",
955
- "type": "bool"
956
- },
957
- {
958
- "internalType": "Timestamp",
959
- "name": "activateAt",
960
- "type": "uint40"
961
- }
962
- ],
963
- "name": "underwrite",
964
- "outputs": [],
965
- "stateMutability": "nonpayable",
966
- "type": "function"
967
- },
968
- {
969
- "inputs": [
970
- {
971
- "internalType": "address",
972
- "name": "implementation",
973
- "type": "address"
974
- },
975
- {
976
- "internalType": "address",
977
- "name": "activatedBy",
978
- "type": "address"
979
- },
980
- {
981
- "internalType": "bytes",
982
- "name": "data",
983
- "type": "bytes"
984
- }
985
- ],
986
- "name": "upgrade",
987
- "outputs": [],
988
- "stateMutability": "nonpayable",
989
- "type": "function"
990
- }
991
- ],
992
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615375806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c8063644c45e0116100f9578063b88da75911610097578063caf4e3d411610071578063caf4e3d414610528578063cc9fc59a14610530578063cde749f414610538578063cf7a1d771461054057600080fd5b8063b88da759146104ef578063bbfbbfba14610502578063c2c749871461051557600080fd5b80639cdaa7f9116100d35780639cdaa7f91461046c578063a745e3df146104a7578063b3c65015146104ba578063b68d1809146104da57600080fd5b8063644c45e014610411578063893d20e81461043d578063946dfcfe1461044557600080fd5b80634d459c90116101665780635ab1bd53116101405780635ab1bd53146103b35780635fd1a5f5146103d8578063603ccaad146103eb578063630361f6146103fe57600080fd5b80634d459c90146102745780634d5e16a91461038d5780634f421333146103a057600080fd5b806301ffc9a7146101ae5780630aaba8e8146101f05780630d8e6e2c146102055780630fec111c14610221578063138461e0146102375780631eff4b221461023f575b600080fd5b6101db6101bc366004614206565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102036101fe366004614245565b610553565b005b61020d610b91565b60405162ffffff90911681526020016101e7565b610229610c1b565b6040516101e7929190614323565b610203610d6e565b6102667f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101e7565b610330610282366004614362565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061532083398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a0016101e7565b61020361039b366004614392565b610f8b565b6101db6103ae366004614362565b6111fd565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101e7565b6102666103e63660046143cb565b6112b0565b6102036103f9366004614245565b6113b9565b61020361040c3660046143fb565b61140e565b600154600160a01b90046001600160601b03165b6040516001600160601b0390911681526020016101e7565b6103c0611980565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed90154610266565b61047f61047a3660046145b0565b611a99565b604080519586526020860194909452928401919091526060830152608082015260a0016101e7565b6102036104b536600461464d565b611b77565b6104c2611cd1565b6040516001600160401b0390911681526020016101e7565b60d25b60405160ff90911681526020016101e7565b61020d6104fd3660046146ae565b611cf2565b610203610510366004614392565b611d43565b6104256105233660046146c7565b6120b7565b6103c061236f565b6103c0612406565b6104dd612430565b61020361054e36600461464d565b6124b3565b600061055f606e6125bb565b9150506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105c69190614763565b60405163bd7d9d8560e01b81526001600160601b03851660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015610619573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261064191908101906147fd565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156106a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106c5919061497c565b156106f3576040516308cbe08b60e21b81526001600160601b03851660048201526024015b60405180910390fd5b604051639096a1f360e01b81526001600160601b03851660048201526000906001600160a01b03841690639096a1f390602401602060405180830381865afa158015610743573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061076791906149b3565b905060ff81166064146107a157604051634de91cf360e11b81526001600160601b038616600482015260ff821660248201526044016106ea565b6101e0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$d53880c81dc91c20799140d711e5ab8718$__90638d38cd4b90602401602060405180830381865af41580156107fe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610822919061497c565b1561084b57604051634b80547760e11b81526001600160601b03861660048201526024016106ea565b8160c001518260a00151146108955760a082015160c0830151604051632b14368360e11b81526001600160601b0388166004820152602481019290925260448201526064016106ea565b61016082015161ffff16156108d95761016082015160405163a5bb07ed60e01b81526001600160601b038716600482015261ffff90911660248201526044016106ea565b73__$d53880c81dc91c20799140d711e5ab8718$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610922573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061094691906149d0565b6101c0830151604051634a19ad8d60e11b815264ffffffffff92831660048201529116602482015273__$d53880c81dc91c20799140d711e5ab8718$__906394335b1a90604401602060405180830381865af41580156109aa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ce919061497c565b80156109e257508160800151826101800151105b15610a1f576101c0820151604051630e79f6e160e21b81526001600160601b038716600482015264ffffffffff90911660248201526044016106ea565b73__$d53880c81dc91c20799140d711e5ab8718$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a8c91906149d0565b64ffffffffff166101e083015260048054602084015160808501516040516303c5c06160e41b81526001600160a01b03898116958201959095526001600160601b03808b16602483015290921660448301526064820152911690633c5c061090608401600060405180830381600087803b158015610b0957600080fd5b505af1158015610b1d573d6000803e3d6000fd5b50505050836001600160a01b0316639a960d528684610b3a60c890565b6040518463ffffffff1660e01b8152600401610b5893929190614b1c565b600060405180830381600087803b158015610b7257600080fd5b505af1158015610b86573d6000803e3d6000fd5b505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610bf2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c169190614b51565b905090565b610c2361414a565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e00160405280610c6f6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610cb7611980565b6001600160a01b03168152602001826001018054610cd490614b6e565b80601f0160208091040260200160405190810160405280929190818152602001828054610d0090614b6e565b8015610d4d5780601f10610d2257610100808354040283529160200191610d4d565b820191906000526020600020905b815481529060010190602001808311610d3057829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610dd0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df4919061497c565b15610e36576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044016106ea565b6001546001600160a01b0316610e5f5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610ea8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ecc919061497c565b610ef4576040516372657a5160e01b81526001600160a01b03821660048201526024016106ea565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610f3e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f629190614ba8565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b6000610f97606e6125bb565b9150506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fda573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ffe9190614763565b60405163bd7d9d8560e01b81526001600160601b03861660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015611051573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261107991908101906147fd565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156110d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110fd919061497c565b6111495760405162461bcd60e51b815260206004820152601f60248201527f4552524f523a5052532d3032303a414c52454144595f4143544956415445440060448201526064016106ea565b64ffffffffff84166101a0820181905260e0820151604051631ded81af60e31b81526004810192909252602482015273__$d53880c81dc91c20799140d711e5ab8718$__9063ef6c0d7890604401602060405180830381865af41580156111b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d891906149d0565b64ffffffffff166101c08201526001600160a01b038316639a960d5286836064610b3a565b60008060008051602061532083398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015611285573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112a99190614bc5565b1192915050565b6040516322f5db0f60e11b815260048101829052600090819073__$5ac3274b8cf1e01ea223bf093142af05b0$__906345ebb61e90602401602060405180830381865af4158015611305573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113299190614bc5565b905060006113378583612832565b604051632255341b60e11b81526004810182905290915073__$5ac3274b8cf1e01ea223bf093142af05b0$__906344aa683690602401602060405180830381865af415801561138a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113ae9190614bc5565b925050505b92915050565b60405162461bcd60e51b815260206004820152602160248201527f4552524f523a5052532d3233343a4e4f545f5945545f494d504c454d454e54456044820152601160fa1b60648201526084016106ea565b50565b60008061141b606e6125bb565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561145f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114839190614763565b835160405163bd7d9d8560e01b81526001600160601b0389166004820152919250906000906001600160a01b0384169063bd7d9d8590602401600060405180830381865afa1580156114d9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261150191908101906147fd565b80519091506001600160601b038381169116146115605760405162461bcd60e51b815260206004820152601760248201527f504f4c4943595f50524f445543545f4d49534d4154434800000000000000000060448201526064016106ea565b604051639096a1f360e01b81526001600160601b03891660048201526115de906001600160a01b03851690639096a1f390602401602060405180830381865afa1580156115b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115d591906149b3565b60ff16600a1490565b61162a5760405162461bcd60e51b815260206004820152601f60248201527f4552524f523a5052532d3032313a53544154455f4e4f545f4150504c4945440060448201526064016106ea565b6000611634614188565b60405163242bdc1960e21b81526001600160601b0385166004820152600090819081906001600160a01b038916906390af70649060240161024060405180830381865afa158015611689573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116ad9190614c37565b90506116b7614188565b6116c38a8a898561284e565b9197509094506116dc92508a9150869050858f866129d1565b9250602864ffffffffff8b161561178f57606464ffffffffff8c166101a0880181905260e0880151604051631ded81af60e31b81526004810192909252602482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063ef6c0d7890604401602060405180830381865af415801561175d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061178191906149d0565b64ffffffffff166101c08701525b8b156117c5576117a9898b600001518f8960a001516129f8565b91508560a001518660c0018181516117c19190614d44565b9052505b600460009054906101000a90046001600160a01b03166001600160a01b03166332e6f9228a8f8887876040518663ffffffff1660e01b81526004016118439594939291906001600160a01b039590951685526001600160601b0393841660208601529190921660408401526060830191909152608082015260a00190565b600060405180830381600087803b15801561185d57600080fd5b505af1158015611871573d6000803e3d6000fd5b50505050886001600160a01b0316639a960d528e88846040518463ffffffff1660e01b81526004016118a593929190614b1c565b600060405180830381600087803b1580156118bf57600080fd5b505af11580156118d3573d6000803e3d6000fd5b505085516040516355e343a960e01b81526001600160601b039091166004820152600092506001600160a01b038b1691506355e343a99060240161018060405180830381865afa15801561192b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061194f9190614d57565b90508060e00151156119705761197085600001518f89886040015188612fb0565b5050505050505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156119e5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a09919061497c565b15611a8957600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015611a65573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c169190614763565b506002546001600160a01b031690565b600080600080600080611aaa6130b5565b90506000816001600160a01b0316635e78426b8d8f8e8e6040518563ffffffff1660e01b8152600401611ae09493929190614e0c565b602060405180830381865afa158015611afd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b219190614bc5565b9050611b2f81838b8b6130d4565b92985090965094509250611b438682614d44565b9650611b4f8486614d44565b611b599088614d44565b9650611b658388614d44565b96505050965096509650965096915050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c611b99610b91565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611bd9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bfd9190614e47565b6000805160206153008339815191528054600160401b900460ff1680611c30575080546001600160401b03808416911610155b15611c4e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611c79858561376d565b611c8283613a0c565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b6000610c16600080516020615300833981519152546001600160401b031690565b60006000805160206153208339815191526001018281548110611d1757611d17614e70565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600080611d50606e6125bb565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d94573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611db89190614763565b60405163bd7d9d8560e01b81526001600160601b03871660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015611e0b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e3391908101906147fd565b90508060a001518160c0015103611e755760c081015160405163038a855760e51b81526001600160601b038816600482015260248101919091526044016106ea565b60008160c001518260a00151611e8b9190614e86565b90506000611e9f8587600001518a856129f8565b9050818360c001818151611eb39190614d44565b905250600480546020850151604051639babe3bf60e01b81526001600160a01b03898116948201949094526001600160601b03909116602482015260448101849052911690639babe3bf90606401600060405180830381600087803b158015611f1b57600080fd5b505af1158015611f2f573d6000803e3d6000fd5b50505050846001600160a01b0316639a960d528985611f4c60ff90565b6040518463ffffffff1660e01b8152600401611f6a93929190614b1c565b600060405180830381600087803b158015611f8457600080fd5b505af1158015611f98573d6000803e3d6000fd5b5050604051638d38cd4b60e01b815264ffffffffff8a16600482015273__$d53880c81dc91c20799140d711e5ab8718$__9250638d38cd4b9150602401602060405180830381865af4158015611ff2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612016919061497c565b801561209e57506101a083015160405163790a38ad60e01b815264ffffffffff909116600482015273__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af415801561207a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061209e919061497c565b156120ad576120ad8888610f8b565b5050505050505050565b600080806120c5606e6125bb565b915091506120d161236f565b6001600160a01b0316635c992fed6040518060e001604052806120f2600090565b6001600160601b039081168252865116602082015260400160d260ff16815260200160001515815260200160006001600160a01b031681526020018d6001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b815260040161216b9190614e99565b6020604051808303816000875af115801561218a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121ae9190614ba8565b925060006121c08a8a8a8a8a8a611a99565b505050509050600060405180610200016040528085600001516001600160601b03168152602001886001600160601b03168152602001876001600160c01b03191681526020018c6001600160c01b03191681526020018b8152602001838152602001600081526020018a8152602001898152602001604051806020016040528060008152508152602001600061ffff168152602001600061ffff1681526020016000815260200161226f600090565b64ffffffffff168152600060208201819052604091820152516202f23560ee1b81529091506001600160a01b0384169063bc8d4000906122b59088908590600401614eac565b600060405180830381600087803b1580156122cf57600080fd5b505af11580156122e3573d6000803e3d6000fd5b50505050826001600160a01b0316635d4345cc866122ff600a90565b6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401600060405180830381600087803b15801561234857600080fd5b505af115801561235c573d6000803e3d6000fd5b5050505050505050979650505050505050565b6000806123846001546001600160a01b031690565b6001600160a01b031663d39e604360285b61239d612430565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156123e2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113b39190614763565b60008061241b6001546001600160a01b031690565b6001600160a01b031663d39e60436046612395565b600061243a610b91565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af415801561248f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c1691906149b3565b6000805160206153008339815191528054600160401b810460ff1615906001600160401b03166000811580156124e65750825b90506000826001600160401b031660011480156125025750303b155b905081158015612510575080155b1561252e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561255857845460ff60401b1916600160401b1785555b612562888861376d565b61256c8787613a14565b83156120ad57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050505050565b6125c361414a565b6000806125d86001546001600160a01b031690565b6040516308b09a5f60e41b81523360048201529091506001600160a01b03821690638b09a5f090602401600060405180830381865afa15801561261f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526126479190810190614ece565b925061265d83604001518560ff90811691161490565b61269f5760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b60448201526064016106ea565b60208301516040516305247a1760e51b81526001600160601b0390911660048201526000906001600160a01b0383169063a48f42e090602401600060405180830381865afa1580156126f5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261271d9190810190614ece565b6080015190508092506000836001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612766573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061278a9190614763565b6080860151604051629b7b3560e61b81526001600160a01b0391821660048201529192508216906326decd4090602401602060405180830381865afa1580156127d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127fb919061497c565b1561282a57608085015160405163d53987e560e01b81526001600160a01b0390911660048201526024016106ea565b505050915091565b60006128478383670de0b6b3a7640000613c82565b9392505050565b6000612858614188565b6020840151604051634793b4ab60e01b81526001600160601b03821660048201529092506000906001600160a01b03871690634793b4ab90602401600060405180830381865afa1580156128b0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526128d89190810190614fa0565b805160608601519193506001600160601b039081169116146129355760405162461bcd60e51b81526020600482015260166024820152750a09e989286b2be84aa9c88988abe9a92a69a82a886960531b60448201526064016106ea565b60608401516040516355e343a960e01b81526001600160601b03821660048201526000906001600160a01b038916906355e343a99060240161018060405180830381865afa15801561298b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129af9190614d57565b90506129c3816040015188608001516112b0565b925050509450945094915050565b6129d9614188565b81846080018181516129eb9190614d44565b9052509295945050505050565b60008115612fa8576000856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a40573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a649190614763565b60405163242bdc1960e21b81526001600160601b03871660048201526001600160a01b0391909116906390af70649060240161024060405180830381865afa158015612ab4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ad89190614c37565b60208101519091506000612af46001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03881660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612b43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b679190614763565b90506000886001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ba9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bcd9190614763565b60608501516040516355e343a960e01b81526001600160601b0390911660048201526001600160a01b0391909116906355e343a99060240161018060405180830381865afa158015612c23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c479190614d57565b61010081015160a08601516040516346f0526160e11b8152899850929350909173__$a23651848365a6a5ca15f07b4331037f48$__90638de0a4c290612c91908490600401615071565b602060405180830381865af4158015612cae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd2919061497c565b15612d3e576040516317d5759960e31b81526001600160a01b0386169063beabacc890612d0790879086908d90600401615088565b600060405180830381600087803b158015612d2157600080fd5b505af1158015612d35573d6000803e3d6000fd5b50505050612fa1565b60a086015160405163012ebd8360e21b815281516004820152602090910151602482015260448101889052600090819073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af4158015612da9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612dcd91906150ac565b91509150600088610160015190508a886001600160a01b03166321df0da76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e1a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e3e9190614763565b604051636eb1769f60e11b81526001600160a01b038a811660048301528b81166024830152919091169063dd62ed3e90604401602060405180830381865afa158015612e8e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eb29190614bc5565b1015612ed75786888c604051636d675c4360e01b81526004016106ea93929190615088565b6040516317d5759960e31b81526001600160a01b0389169063beabacc890612f07908a9085908890600401615088565b600060405180830381600087803b158015612f2157600080fd5b505af1158015612f35573d6000803e3d6000fd5b50506040516317d5759960e31b81526001600160a01b038b16925063beabacc89150612f69908a9089908790600401615088565b600060405180830381600087803b158015612f8357600080fd5b505af1158015612f97573d6000803e3d6000fd5b50939b5050505050505b5050505050505b949350505050565b6000612fc46001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015613013573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261303b9190810190614ece565b608001516101008501516040516332f7fe0d60e11b815291925082916001600160a01b038316916365effc1a9161307a918a91899089906004016150d0565b600060405180830381600087803b15801561309457600080fd5b505af11580156130a8573d6000803e3d6000fd5b5050505050505050505050565b60006130bf61414a565b6130c9606e6125bb565b506080015192915050565b600080600080600080886001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa15801561311b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061313f9190614763565b9050806001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561317f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131a39190614763565b9150506000886001600160a01b0316631bdd6b766040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061320a9190614ba8565b604051634793b4ab60e01b81526001600160601b038a1660048201529091506000906001600160a01b03841690634793b4ab90602401600060405180830381865afa15801561325d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526132859190810190614fa0565b80519091506001600160601b038381169116146132ef5760405162461bcd60e51b815260206004820152602260248201527f4552524f523a5052532d3033353a42554e444c455f504f4f4c5f4d49534d4154604482015261086960f31b60648201526084016106ea565b6000836001600160a01b03166390af70648c6001600160a01b03166251884a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561333d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133619190614ba8565b6040516001600160e01b031960e084901b1681526001600160601b03909116600482015260240161024060405180830381865afa1580156133a6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133ca9190614c37565b60a081015160405163012ebd8360e21b8152815160048201526020909101516024820152604481018e905290915073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af4158015613433573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061345791906150ac565b506040516355e343a960e01b81526001600160601b0385166004820152909850600091506001600160a01b038516906355e343a99060240161018060405180830381865afa1580156134ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134d19190614d57565b606081015160405163012ebd8360e21b8152815160048201526020909101516024820152604481018e905290915073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af415801561353a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061355e91906150ac565b50809750505060008a6001600160a01b031663db6dcc956040518163ffffffff1660e01b8152600401602060405180830381865afa1580156135a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135c89190614ba8565b604051639ad69c6760e01b81526001600160601b03821660048201529091506000906001600160a01b03861690639ad69c679060240160c060405180830381865afa15801561361b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061363f9190615116565b604080820151905163012ebd8360e21b8152815160048201526020909101516024820152604481018f905290915073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af41580156136a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136cc91906150ac565b5060208481015160405163012ebd8360e21b8152815160048201529101516024820152604481018f905290965073__$a23651848365a6a5ca15f07b4331037f48$__92506304baf60c91506064016040805180830381865af4158015613736573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061375a91906150ac565b5080955050505050945094509450949050565b613775613d6b565b60008051602061532083398151915260006137a5600080516020615300833981519152546001600160401b031690565b905060006137b1610b91565b9050816001600160401b03166001036137de5760028301805462ffffff191662ffffff831617905561382c565b600283015462ffffff9081169082161161382c5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b60448201526064016106ea565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af41580156138e0573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061390491906149d0565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf6890611cc29083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101a9613d6b565b6000805160206153008339815191528054600160401b810460ff1615906001600160401b0316600081158015613a475750825b90506000826001600160401b03166001148015613a635750303b155b905081158015613a71575080155b15613a8f5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613ab957845460ff60401b1916600160401b1785555b60008087806020019051810190613ad091906151ac565b9092509050613adf828a613da4565b6001546001600160a01b031663d39e6043608c613afa612430565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613b3f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b639190614763565b600380546001600160a01b0319166001600160a01b039283161790556001541663d39e6043613b9060dc90565b613b98612430565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613bdd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613c019190614763565b600480546001600160a01b0319166001600160a01b0392909216919091179055613c3163fefde12b60e01b613e0f565b50508315613c7957845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6000808060001985870985870292508281108382030391505080600003613cbc57838281613cb257613cb26151db565b0492505050612847565b808411613d035760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b60448201526064016106ea565b600084868809600260036001881981018916988990049182028318808302840302808302840302808302840302808302840302808302840302918202909203026000889003889004909101858311909403939093029303949094049190911702949350505050565b60008051602061530083398151915254600160401b900460ff16613da257604051631afcd79f60e31b815260040160405180910390fd5b565b600060d2613db0612430565b6040805160ff9384166020820152929091169082015260600160405160208183030381529060405290506000613de584613e34565b90506000613df88583603c848888613e9f565b613e08637b6a51fd60e01b613e0f565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015613e7b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113b39190614ba8565b613ee06301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b613eea8287613f6b565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101613f5a8382615240565b50613c796303fb044760e21b613e0f565b6001600160a01b038216613fc15760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e65722069732030000060448201526064016106ea565b600280546001600160a01b0319166001600160a01b038416179055613fe581613fe9565b5050565b6001546001600160a01b0316156140225760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016106ea565b6001600160a01b0381166140495760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b60000361407f5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ea565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263102da10360e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156140f9575060408051601f3d908101601f191682019092526140f69181019061497c565b60015b6141215760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ea565b80613fe55760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106ea565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60405180610120016040528060006001600160601b031681526020016141c1604051806040016040528060008152602001600081525090565b81526020016060815260200160008152602001600081526020016000815260200160008152602001600064ffffffffff168152602001600064ffffffffff1681525090565b60006020828403121561421857600080fd5b81356001600160e01b03198116811461284757600080fd5b6001600160601b038116811461140b57600080fd5b60006020828403121561425757600080fd5b813561284781614230565b60005b8381101561427d578181015183820152602001614265565b50506000910152565b6000815180845261429e816020860160208601614262565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c0850152612fa860e0850182614286565b60408152600061433660408301856142b2565b82810360208401526143488185614286565b95945050505050565b62ffffff8116811461140b57600080fd5b60006020828403121561437457600080fd5b813561284781614351565b64ffffffffff8116811461140b57600080fd5b600080604083850312156143a557600080fd5b82356143b081614230565b915060208301356143c08161437f565b809150509250929050565b600080604083850312156143de57600080fd5b50508035926020909101359150565b801515811461140b57600080fd5b60008060006060848603121561441057600080fd5b833561441b81614230565b9250602084013561442b816143ed565b9150604084013561443b8161437f565b809150509250925092565b6001600160c01b03198116811461140b57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405161020081016001600160401b03811182821017156144955761449561445c565b60405290565b60405161018081016001600160401b03811182821017156144955761449561445c565b60405161012081016001600160401b03811182821017156144955761449561445c565b60405160e081016001600160401b03811182821017156144955761449561445c565b604051601f8201601f191681016001600160401b038111828210171561452b5761452b61445c565b604052919050565b60006001600160401b0382111561454c5761454c61445c565b50601f01601f191660200190565b600082601f83011261456b57600080fd5b813561457e61457982614533565b614503565b81815284602083860101111561459357600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c087890312156145c957600080fd5b86356145d481614446565b9550602087013594506040870135935060608701356001600160401b038111156145fd57600080fd5b61460989828a0161455a565b935050608087013561461a81614230565b915060a087013561462a81614446565b809150509295509295509295565b6001600160a01b038116811461140b57600080fd5b60008060006060848603121561466257600080fd5b833561466d81614638565b9250602084013561467d81614638565b915060408401356001600160401b0381111561469857600080fd5b6146a48682870161455a565b9150509250925092565b6000602082840312156146c057600080fd5b5035919050565b600080600080600080600060e0888a0312156146e257600080fd5b87356146ed81614638565b965060208801356146fd81614446565b9550604088013594506060880135935060808801356001600160401b0381111561472657600080fd5b6147328a828b0161455a565b93505060a088013561474381614230565b915060c088013561475381614446565b8091505092959891949750929550565b60006020828403121561477557600080fd5b815161284781614638565b805161478b81614230565b919050565b805161478b81614446565b600082601f8301126147ac57600080fd5b81516147ba61457982614533565b8181528460208386010111156147cf57600080fd5b612fa8826020830160208701614262565b805161ffff8116811461478b57600080fd5b805161478b8161437f565b60006020828403121561480f57600080fd5b81516001600160401b038082111561482657600080fd5b90830190610200828603121561483b57600080fd5b614843614472565b61484c83614780565b815261485a60208401614780565b602082015261486b60408401614790565b604082015261487c60608401614790565b60608201526080830151608082015260a083015160a082015260c083015160c082015260e083015160e082015261010080840151838111156148bd57600080fd5b6148c98882870161479b565b82840152505061012080840151838111156148e357600080fd5b6148ef8882870161479b565b82840152505061014091506149058284016147e0565b8282015261016091506149198284016147e0565b82820152610180915081830151828201526101a0915061493a8284016147f2565b828201526101c0915061494e8284016147f2565b828201526101e091506149628284016147f2565b91810191909152949350505050565b805161478b816143ed565b60006020828403121561498e57600080fd5b8151612847816143ed565b60ff8116811461140b57600080fd5b805161478b81614999565b6000602082840312156149c557600080fd5b815161284781614999565b6000602082840312156149e257600080fd5b81516128478161437f565b80516001600160601b0316825260006102006020830151614a1960208601826001600160601b03169052565b506040830151614a3560408601826001600160c01b0319169052565b506060830151614a5160608601826001600160c01b0319169052565b506080830151608085015260a083015160a085015260c083015160c085015260e083015160e0850152610100808401518282870152614a9283870182614286565b925050506101208084015185830382870152614aae8382614286565b9250505061014080840151614ac88287018261ffff169052565b50506101608381015161ffff169085015261018080840151908501526101a08084015164ffffffffff908116918601919091526101c0808501518216908601526101e0938401511692909301919091525090565b6001600160601b0384168152606060208201526000614b3e60608301856149ed565b905060ff83166040830152949350505050565b600060208284031215614b6357600080fd5b815161284781614351565b600181811c90821680614b8257607f821691505b602082108103614ba257634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215614bba57600080fd5b815161284781614230565b600060208284031215614bd757600080fd5b5051919050565b805161478b81614638565b600060408284031215614bfb57600080fd5b604051604081018181106001600160401b0382111715614c1d57614c1d61445c565b604052825181526020928301519281019290925250919050565b60006102408284031215614c4a57600080fd5b614c5261449b565b614c5b83614bde565b8152614c6960208401614bde565b6020820152614c7a60408401614780565b6040820152614c8b60608401614780565b6060820152614c9d8460808501614be9565b6080820152614caf8460c08501614be9565b60a0820152610100614cc385828601614be9565b60c0830152610140614cd786828701614be9565b60e0840152614cea866101808701614be9565b82840152614cfc866101c08701614be9565b610120840152614d0f6102008601614971565b9083015250614d216102208401614bde565b6101608201529392505050565b634e487b7160e01b600052601160045260246000fd5b808201808211156113b3576113b3614d2e565b60006101808284031215614d6a57600080fd5b614d726144be565b614d7b83614780565b8152614d8960208401614bde565b602082015260408301516040820152614da58460608501614be9565b6060820152614db78460a08501614be9565b6080820152614dc98460e08501614be9565b60a0820152614ddb6101208401614971565b60c0820152614ded6101408401614971565b60e0820152614dff6101608401614bde565b6101008201529392505050565b8481526001600160401b0360c01b84166020820152826040820152608060608201526000614e3d6080830184614286565b9695505050505050565b600060208284031215614e5957600080fd5b81516001600160401b038116811461284757600080fd5b634e487b7160e01b600052603260045260246000fd5b818103818111156113b3576113b3614d2e565b60208152600061284760208301846142b2565b6001600160601b0383168152604060208201526000612fa860408301846149ed565b600060208284031215614ee057600080fd5b81516001600160401b0380821115614ef757600080fd5b9083019060e08286031215614f0b57600080fd5b614f136144e1565b614f1c83614780565b8152614f2a60208401614780565b6020820152614f3b604084016149a8565b6040820152614f4c60608401614971565b6060820152614f5d60808401614bde565b6080820152614f6e60a08401614bde565b60a082015260c083015182811115614f8557600080fd5b614f918782860161479b565b60c08301525095945050505050565b600060208284031215614fb257600080fd5b81516001600160401b0380821115614fc957600080fd5b908301906101408286031215614fde57600080fd5b614fe66144be565b614fef83614780565b8152614ffe8660208501614be9565b602082015260608301518281111561501557600080fd5b6150218782860161479b565b6040830152506080830151606082015260a0830151608082015260c083015160a082015260e083015160c0820152610100915061505f8284016147f2565b60e082015261496261012084016147f2565b8151815260208083015190820152604081016113b3565b6001600160a01b039384168152919092166020820152604081019190915260600190565b600080604083850312156150bf57600080fd5b505080516020909101519092909150565b6001600160601b03851681526080602082015260006150f26080830186614286565b82810360408401526151048186614286565b91505082606083015295945050505050565b600060c0828403121561512857600080fd5b60405160a081018181106001600160401b038211171561514a5761514a61445c565b604052825161515881614230565b8152602083015161516881614638565b602082015261517a8460408501614be9565b6040820152608083015161518d816143ed565b606082015260a08301516151a081614638565b60808201529392505050565b600080604083850312156151bf57600080fd5b82516151ca81614638565b60208401519092506143c081614638565b634e487b7160e01b600052601260045260246000fd5b601f82111561523b57600081815260208120601f850160051c810160208610156152185750805b601f850160051c820191505b8181101561523757828155600101615224565b5050505b505050565b81516001600160401b038111156152595761525961445c565b61526d816152678454614b6e565b846151f1565b602080601f8311600181146152a2576000841561528a5750858301515b600019600386901b1c1916600185901b178555615237565b600085815260208120601f198616915b828110156152d1578886015182559484019460019091019084016152b2565b50858210156152ef5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a264697066735822122045c899ae0c84133eb0f53c8dcfdb30c2ceeabc12bb0407168666427067d24bf764736f6c63430008140033",
993
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101a95760003560e01c8063644c45e0116100f9578063b88da75911610097578063caf4e3d411610071578063caf4e3d414610528578063cc9fc59a14610530578063cde749f414610538578063cf7a1d771461054057600080fd5b8063b88da759146104ef578063bbfbbfba14610502578063c2c749871461051557600080fd5b80639cdaa7f9116100d35780639cdaa7f91461046c578063a745e3df146104a7578063b3c65015146104ba578063b68d1809146104da57600080fd5b8063644c45e014610411578063893d20e81461043d578063946dfcfe1461044557600080fd5b80634d459c90116101665780635ab1bd53116101405780635ab1bd53146103b35780635fd1a5f5146103d8578063603ccaad146103eb578063630361f6146103fe57600080fd5b80634d459c90146102745780634d5e16a91461038d5780634f421333146103a057600080fd5b806301ffc9a7146101ae5780630aaba8e8146101f05780630d8e6e2c146102055780630fec111c14610221578063138461e0146102375780631eff4b221461023f575b600080fd5b6101db6101bc366004614206565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102036101fe366004614245565b610553565b005b61020d610b91565b60405162ffffff90911681526020016101e7565b610229610c1b565b6040516101e7929190614323565b610203610d6e565b6102667f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101e7565b610330610282366004614362565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061532083398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a0016101e7565b61020361039b366004614392565b610f8b565b6101db6103ae366004614362565b6111fd565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101e7565b6102666103e63660046143cb565b6112b0565b6102036103f9366004614245565b6113b9565b61020361040c3660046143fb565b61140e565b600154600160a01b90046001600160601b03165b6040516001600160601b0390911681526020016101e7565b6103c0611980565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed90154610266565b61047f61047a3660046145b0565b611a99565b604080519586526020860194909452928401919091526060830152608082015260a0016101e7565b6102036104b536600461464d565b611b77565b6104c2611cd1565b6040516001600160401b0390911681526020016101e7565b60d25b60405160ff90911681526020016101e7565b61020d6104fd3660046146ae565b611cf2565b610203610510366004614392565b611d43565b6104256105233660046146c7565b6120b7565b6103c061236f565b6103c0612406565b6104dd612430565b61020361054e36600461464d565b6124b3565b600061055f606e6125bb565b9150506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105c69190614763565b60405163bd7d9d8560e01b81526001600160601b03851660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015610619573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261064191908101906147fd565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156106a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106c5919061497c565b156106f3576040516308cbe08b60e21b81526001600160601b03851660048201526024015b60405180910390fd5b604051639096a1f360e01b81526001600160601b03851660048201526000906001600160a01b03841690639096a1f390602401602060405180830381865afa158015610743573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061076791906149b3565b905060ff81166064146107a157604051634de91cf360e11b81526001600160601b038616600482015260ff821660248201526044016106ea565b6101e0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$d53880c81dc91c20799140d711e5ab8718$__90638d38cd4b90602401602060405180830381865af41580156107fe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610822919061497c565b1561084b57604051634b80547760e11b81526001600160601b03861660048201526024016106ea565b8160c001518260a00151146108955760a082015160c0830151604051632b14368360e11b81526001600160601b0388166004820152602481019290925260448201526064016106ea565b61016082015161ffff16156108d95761016082015160405163a5bb07ed60e01b81526001600160601b038716600482015261ffff90911660248201526044016106ea565b73__$d53880c81dc91c20799140d711e5ab8718$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610922573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061094691906149d0565b6101c0830151604051634a19ad8d60e11b815264ffffffffff92831660048201529116602482015273__$d53880c81dc91c20799140d711e5ab8718$__906394335b1a90604401602060405180830381865af41580156109aa573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109ce919061497c565b80156109e257508160800151826101800151105b15610a1f576101c0820151604051630e79f6e160e21b81526001600160601b038716600482015264ffffffffff90911660248201526044016106ea565b73__$d53880c81dc91c20799140d711e5ab8718$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a68573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a8c91906149d0565b64ffffffffff166101e083015260048054602084015160808501516040516303c5c06160e41b81526001600160a01b03898116958201959095526001600160601b03808b16602483015290921660448301526064820152911690633c5c061090608401600060405180830381600087803b158015610b0957600080fd5b505af1158015610b1d573d6000803e3d6000fd5b50505050836001600160a01b0316639a960d528684610b3a60c890565b6040518463ffffffff1660e01b8152600401610b5893929190614b1c565b600060405180830381600087803b158015610b7257600080fd5b505af1158015610b86573d6000803e3d6000fd5b505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610bf2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c169190614b51565b905090565b610c2361414a565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e00160405280610c6f6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610cb7611980565b6001600160a01b03168152602001826001018054610cd490614b6e565b80601f0160208091040260200160405190810160405280929190818152602001828054610d0090614b6e565b8015610d4d5780601f10610d2257610100808354040283529160200191610d4d565b820191906000526020600020905b815481529060010190602001808311610d3057829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610dd0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df4919061497c565b15610e36576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044016106ea565b6001546001600160a01b0316610e5f5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610ea8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ecc919061497c565b610ef4576040516372657a5160e01b81526001600160a01b03821660048201526024016106ea565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610f3e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f629190614ba8565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b6000610f97606e6125bb565b9150506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fda573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ffe9190614763565b60405163bd7d9d8560e01b81526001600160601b03861660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015611051573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261107991908101906147fd565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156110d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110fd919061497c565b6111495760405162461bcd60e51b815260206004820152601f60248201527f4552524f523a5052532d3032303a414c52454144595f4143544956415445440060448201526064016106ea565b64ffffffffff84166101a0820181905260e0820151604051631ded81af60e31b81526004810192909252602482015273__$d53880c81dc91c20799140d711e5ab8718$__9063ef6c0d7890604401602060405180830381865af41580156111b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d891906149d0565b64ffffffffff166101c08201526001600160a01b038316639a960d5286836064610b3a565b60008060008051602061532083398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015611285573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112a99190614bc5565b1192915050565b6040516322f5db0f60e11b815260048101829052600090819073__$5ac3274b8cf1e01ea223bf093142af05b0$__906345ebb61e90602401602060405180830381865af4158015611305573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113299190614bc5565b905060006113378583612832565b604051632255341b60e11b81526004810182905290915073__$5ac3274b8cf1e01ea223bf093142af05b0$__906344aa683690602401602060405180830381865af415801561138a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113ae9190614bc5565b925050505b92915050565b60405162461bcd60e51b815260206004820152602160248201527f4552524f523a5052532d3233343a4e4f545f5945545f494d504c454d454e54456044820152601160fa1b60648201526084016106ea565b50565b60008061141b606e6125bb565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561145f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114839190614763565b835160405163bd7d9d8560e01b81526001600160601b0389166004820152919250906000906001600160a01b0384169063bd7d9d8590602401600060405180830381865afa1580156114d9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261150191908101906147fd565b80519091506001600160601b038381169116146115605760405162461bcd60e51b815260206004820152601760248201527f504f4c4943595f50524f445543545f4d49534d4154434800000000000000000060448201526064016106ea565b604051639096a1f360e01b81526001600160601b03891660048201526115de906001600160a01b03851690639096a1f390602401602060405180830381865afa1580156115b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115d591906149b3565b60ff16600a1490565b61162a5760405162461bcd60e51b815260206004820152601f60248201527f4552524f523a5052532d3032313a53544154455f4e4f545f4150504c4945440060448201526064016106ea565b6000611634614188565b60405163242bdc1960e21b81526001600160601b0385166004820152600090819081906001600160a01b038916906390af70649060240161024060405180830381865afa158015611689573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116ad9190614c37565b90506116b7614188565b6116c38a8a898561284e565b9197509094506116dc92508a9150869050858f866129d1565b9250602864ffffffffff8b161561178f57606464ffffffffff8c166101a0880181905260e0880151604051631ded81af60e31b81526004810192909252602482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063ef6c0d7890604401602060405180830381865af415801561175d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061178191906149d0565b64ffffffffff166101c08701525b8b156117c5576117a9898b600001518f8960a001516129f8565b91508560a001518660c0018181516117c19190614d44565b9052505b600460009054906101000a90046001600160a01b03166001600160a01b03166332e6f9228a8f8887876040518663ffffffff1660e01b81526004016118439594939291906001600160a01b039590951685526001600160601b0393841660208601529190921660408401526060830191909152608082015260a00190565b600060405180830381600087803b15801561185d57600080fd5b505af1158015611871573d6000803e3d6000fd5b50505050886001600160a01b0316639a960d528e88846040518463ffffffff1660e01b81526004016118a593929190614b1c565b600060405180830381600087803b1580156118bf57600080fd5b505af11580156118d3573d6000803e3d6000fd5b505085516040516355e343a960e01b81526001600160601b039091166004820152600092506001600160a01b038b1691506355e343a99060240161018060405180830381865afa15801561192b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061194f9190614d57565b90508060e00151156119705761197085600001518f89886040015188612fb0565b5050505050505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156119e5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a09919061497c565b15611a8957600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015611a65573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c169190614763565b506002546001600160a01b031690565b600080600080600080611aaa6130b5565b90506000816001600160a01b0316635e78426b8d8f8e8e6040518563ffffffff1660e01b8152600401611ae09493929190614e0c565b602060405180830381865afa158015611afd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b219190614bc5565b9050611b2f81838b8b6130d4565b92985090965094509250611b438682614d44565b9650611b4f8486614d44565b611b599088614d44565b9650611b658388614d44565b96505050965096509650965096915050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c611b99610b91565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611bd9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bfd9190614e47565b6000805160206153008339815191528054600160401b900460ff1680611c30575080546001600160401b03808416911610155b15611c4e5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155611c79858561376d565b611c8283613a0c565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b6000610c16600080516020615300833981519152546001600160401b031690565b60006000805160206153208339815191526001018281548110611d1757611d17614e70565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b600080611d50606e6125bb565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d94573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611db89190614763565b60405163bd7d9d8560e01b81526001600160601b03871660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015611e0b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e3391908101906147fd565b90508060a001518160c0015103611e755760c081015160405163038a855760e51b81526001600160601b038816600482015260248101919091526044016106ea565b60008160c001518260a00151611e8b9190614e86565b90506000611e9f8587600001518a856129f8565b9050818360c001818151611eb39190614d44565b905250600480546020850151604051639babe3bf60e01b81526001600160a01b03898116948201949094526001600160601b03909116602482015260448101849052911690639babe3bf90606401600060405180830381600087803b158015611f1b57600080fd5b505af1158015611f2f573d6000803e3d6000fd5b50505050846001600160a01b0316639a960d528985611f4c60ff90565b6040518463ffffffff1660e01b8152600401611f6a93929190614b1c565b600060405180830381600087803b158015611f8457600080fd5b505af1158015611f98573d6000803e3d6000fd5b5050604051638d38cd4b60e01b815264ffffffffff8a16600482015273__$d53880c81dc91c20799140d711e5ab8718$__9250638d38cd4b9150602401602060405180830381865af4158015611ff2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612016919061497c565b801561209e57506101a083015160405163790a38ad60e01b815264ffffffffff909116600482015273__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af415801561207a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061209e919061497c565b156120ad576120ad8888610f8b565b5050505050505050565b600080806120c5606e6125bb565b915091506120d161236f565b6001600160a01b0316635c992fed6040518060e001604052806120f2600090565b6001600160601b039081168252865116602082015260400160d260ff16815260200160001515815260200160006001600160a01b031681526020018d6001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b815260040161216b9190614e99565b6020604051808303816000875af115801561218a573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121ae9190614ba8565b925060006121c08a8a8a8a8a8a611a99565b505050509050600060405180610200016040528085600001516001600160601b03168152602001886001600160601b03168152602001876001600160c01b03191681526020018c6001600160c01b03191681526020018b8152602001838152602001600081526020018a8152602001898152602001604051806020016040528060008152508152602001600061ffff168152602001600061ffff1681526020016000815260200161226f600090565b64ffffffffff168152600060208201819052604091820152516202f23560ee1b81529091506001600160a01b0384169063bc8d4000906122b59088908590600401614eac565b600060405180830381600087803b1580156122cf57600080fd5b505af11580156122e3573d6000803e3d6000fd5b50505050826001600160a01b0316635d4345cc866122ff600a90565b6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401600060405180830381600087803b15801561234857600080fd5b505af115801561235c573d6000803e3d6000fd5b5050505050505050979650505050505050565b6000806123846001546001600160a01b031690565b6001600160a01b031663d39e604360285b61239d612430565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156123e2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113b39190614763565b60008061241b6001546001600160a01b031690565b6001600160a01b031663d39e60436046612395565b600061243a610b91565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af415801561248f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c1691906149b3565b6000805160206153008339815191528054600160401b810460ff1615906001600160401b03166000811580156124e65750825b90506000826001600160401b031660011480156125025750303b155b905081158015612510575080155b1561252e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561255857845460ff60401b1916600160401b1785555b612562888861376d565b61256c8787613a14565b83156120ad57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050505050565b6125c361414a565b6000806125d86001546001600160a01b031690565b6040516308b09a5f60e41b81523360048201529091506001600160a01b03821690638b09a5f090602401600060405180830381865afa15801561261f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526126479190810190614ece565b925061265d83604001518560ff90811691161490565b61269f5760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b60448201526064016106ea565b60208301516040516305247a1760e51b81526001600160601b0390911660048201526000906001600160a01b0383169063a48f42e090602401600060405180830381865afa1580156126f5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261271d9190810190614ece565b6080015190508092506000836001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612766573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061278a9190614763565b6080860151604051629b7b3560e61b81526001600160a01b0391821660048201529192508216906326decd4090602401602060405180830381865afa1580156127d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127fb919061497c565b1561282a57608085015160405163d53987e560e01b81526001600160a01b0390911660048201526024016106ea565b505050915091565b60006128478383670de0b6b3a7640000613c82565b9392505050565b6000612858614188565b6020840151604051634793b4ab60e01b81526001600160601b03821660048201529092506000906001600160a01b03871690634793b4ab90602401600060405180830381865afa1580156128b0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526128d89190810190614fa0565b805160608601519193506001600160601b039081169116146129355760405162461bcd60e51b81526020600482015260166024820152750a09e989286b2be84aa9c88988abe9a92a69a82a886960531b60448201526064016106ea565b60608401516040516355e343a960e01b81526001600160601b03821660048201526000906001600160a01b038916906355e343a99060240161018060405180830381865afa15801561298b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129af9190614d57565b90506129c3816040015188608001516112b0565b925050509450945094915050565b6129d9614188565b81846080018181516129eb9190614d44565b9052509295945050505050565b60008115612fa8576000856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612a40573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a649190614763565b60405163242bdc1960e21b81526001600160601b03871660048201526001600160a01b0391909116906390af70649060240161024060405180830381865afa158015612ab4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ad89190614c37565b60208101519091506000612af46001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03881660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612b43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b679190614763565b90506000886001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ba9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bcd9190614763565b60608501516040516355e343a960e01b81526001600160601b0390911660048201526001600160a01b0391909116906355e343a99060240161018060405180830381865afa158015612c23573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c479190614d57565b61010081015160a08601516040516346f0526160e11b8152899850929350909173__$a23651848365a6a5ca15f07b4331037f48$__90638de0a4c290612c91908490600401615071565b602060405180830381865af4158015612cae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd2919061497c565b15612d3e576040516317d5759960e31b81526001600160a01b0386169063beabacc890612d0790879086908d90600401615088565b600060405180830381600087803b158015612d2157600080fd5b505af1158015612d35573d6000803e3d6000fd5b50505050612fa1565b60a086015160405163012ebd8360e21b815281516004820152602090910151602482015260448101889052600090819073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af4158015612da9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612dcd91906150ac565b91509150600088610160015190508a886001600160a01b03166321df0da76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e1a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e3e9190614763565b604051636eb1769f60e11b81526001600160a01b038a811660048301528b81166024830152919091169063dd62ed3e90604401602060405180830381865afa158015612e8e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eb29190614bc5565b1015612ed75786888c604051636d675c4360e01b81526004016106ea93929190615088565b6040516317d5759960e31b81526001600160a01b0389169063beabacc890612f07908a9085908890600401615088565b600060405180830381600087803b158015612f2157600080fd5b505af1158015612f35573d6000803e3d6000fd5b50506040516317d5759960e31b81526001600160a01b038b16925063beabacc89150612f69908a9089908790600401615088565b600060405180830381600087803b158015612f8357600080fd5b505af1158015612f97573d6000803e3d6000fd5b50939b5050505050505b5050505050505b949350505050565b6000612fc46001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015613013573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261303b9190810190614ece565b608001516101008501516040516332f7fe0d60e11b815291925082916001600160a01b038316916365effc1a9161307a918a91899089906004016150d0565b600060405180830381600087803b15801561309457600080fd5b505af11580156130a8573d6000803e3d6000fd5b5050505050505050505050565b60006130bf61414a565b6130c9606e6125bb565b506080015192915050565b600080600080600080886001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa15801561311b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061313f9190614763565b9050806001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561317f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131a39190614763565b9150506000886001600160a01b0316631bdd6b766040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061320a9190614ba8565b604051634793b4ab60e01b81526001600160601b038a1660048201529091506000906001600160a01b03841690634793b4ab90602401600060405180830381865afa15801561325d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526132859190810190614fa0565b80519091506001600160601b038381169116146132ef5760405162461bcd60e51b815260206004820152602260248201527f4552524f523a5052532d3033353a42554e444c455f504f4f4c5f4d49534d4154604482015261086960f31b60648201526084016106ea565b6000836001600160a01b03166390af70648c6001600160a01b03166251884a6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561333d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133619190614ba8565b6040516001600160e01b031960e084901b1681526001600160601b03909116600482015260240161024060405180830381865afa1580156133a6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133ca9190614c37565b60a081015160405163012ebd8360e21b8152815160048201526020909101516024820152604481018e905290915073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af4158015613433573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061345791906150ac565b506040516355e343a960e01b81526001600160601b0385166004820152909850600091506001600160a01b038516906355e343a99060240161018060405180830381865afa1580156134ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134d19190614d57565b606081015160405163012ebd8360e21b8152815160048201526020909101516024820152604481018e905290915073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af415801561353a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061355e91906150ac565b50809750505060008a6001600160a01b031663db6dcc956040518163ffffffff1660e01b8152600401602060405180830381865afa1580156135a4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135c89190614ba8565b604051639ad69c6760e01b81526001600160601b03821660048201529091506000906001600160a01b03861690639ad69c679060240160c060405180830381865afa15801561361b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061363f9190615116565b604080820151905163012ebd8360e21b8152815160048201526020909101516024820152604481018f905290915073__$a23651848365a6a5ca15f07b4331037f48$__906304baf60c906064016040805180830381865af41580156136a8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136cc91906150ac565b5060208481015160405163012ebd8360e21b8152815160048201529101516024820152604481018f905290965073__$a23651848365a6a5ca15f07b4331037f48$__92506304baf60c91506064016040805180830381865af4158015613736573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061375a91906150ac565b5080955050505050945094509450949050565b613775613d6b565b60008051602061532083398151915260006137a5600080516020615300833981519152546001600160401b031690565b905060006137b1610b91565b9050816001600160401b03166001036137de5760028301805462ffffff191662ffffff831617905561382c565b600283015462ffffff9081169082161161382c5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b60448201526064016106ea565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af41580156138e0573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061390491906149d0565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf6890611cc29083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101a9613d6b565b6000805160206153008339815191528054600160401b810460ff1615906001600160401b0316600081158015613a475750825b90506000826001600160401b03166001148015613a635750303b155b905081158015613a71575080155b15613a8f5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315613ab957845460ff60401b1916600160401b1785555b60008087806020019051810190613ad091906151ac565b9092509050613adf828a613da4565b6001546001600160a01b031663d39e6043608c613afa612430565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613b3f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613b639190614763565b600380546001600160a01b0319166001600160a01b039283161790556001541663d39e6043613b9060dc90565b613b98612430565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613bdd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613c019190614763565b600480546001600160a01b0319166001600160a01b0392909216919091179055613c3163fefde12b60e01b613e0f565b50508315613c7957845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b6000808060001985870985870292508281108382030391505080600003613cbc57838281613cb257613cb26151db565b0492505050612847565b808411613d035760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b60448201526064016106ea565b600084868809600260036001881981018916988990049182028318808302840302808302840302808302840302808302840302808302840302918202909203026000889003889004909101858311909403939093029303949094049190911702949350505050565b60008051602061530083398151915254600160401b900460ff16613da257604051631afcd79f60e31b815260040160405180910390fd5b565b600060d2613db0612430565b6040805160ff9384166020820152929091169082015260600160405160208183030381529060405290506000613de584613e34565b90506000613df88583603c848888613e9f565b613e08637b6a51fd60e01b613e0f565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015613e7b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113b39190614ba8565b613ee06301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b613eea8287613f6b565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101613f5a8382615240565b50613c796303fb044760e21b613e0f565b6001600160a01b038216613fc15760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e65722069732030000060448201526064016106ea565b600280546001600160a01b0319166001600160a01b038416179055613fe581613fe9565b5050565b6001546001600160a01b0316156140225760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016106ea565b6001600160a01b0381166140495760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b60000361407f5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ea565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263102da10360e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156140f9575060408051601f3d908101601f191682019092526140f69181019061497c565b60015b6141215760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106ea565b80613fe55760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106ea565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60405180610120016040528060006001600160601b031681526020016141c1604051806040016040528060008152602001600081525090565b81526020016060815260200160008152602001600081526020016000815260200160008152602001600064ffffffffff168152602001600064ffffffffff1681525090565b60006020828403121561421857600080fd5b81356001600160e01b03198116811461284757600080fd5b6001600160601b038116811461140b57600080fd5b60006020828403121561425757600080fd5b813561284781614230565b60005b8381101561427d578181015183820152602001614265565b50506000910152565b6000815180845261429e816020860160208601614262565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c0850152612fa860e0850182614286565b60408152600061433660408301856142b2565b82810360208401526143488185614286565b95945050505050565b62ffffff8116811461140b57600080fd5b60006020828403121561437457600080fd5b813561284781614351565b64ffffffffff8116811461140b57600080fd5b600080604083850312156143a557600080fd5b82356143b081614230565b915060208301356143c08161437f565b809150509250929050565b600080604083850312156143de57600080fd5b50508035926020909101359150565b801515811461140b57600080fd5b60008060006060848603121561441057600080fd5b833561441b81614230565b9250602084013561442b816143ed565b9150604084013561443b8161437f565b809150509250925092565b6001600160c01b03198116811461140b57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405161020081016001600160401b03811182821017156144955761449561445c565b60405290565b60405161018081016001600160401b03811182821017156144955761449561445c565b60405161012081016001600160401b03811182821017156144955761449561445c565b60405160e081016001600160401b03811182821017156144955761449561445c565b604051601f8201601f191681016001600160401b038111828210171561452b5761452b61445c565b604052919050565b60006001600160401b0382111561454c5761454c61445c565b50601f01601f191660200190565b600082601f83011261456b57600080fd5b813561457e61457982614533565b614503565b81815284602083860101111561459357600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c087890312156145c957600080fd5b86356145d481614446565b9550602087013594506040870135935060608701356001600160401b038111156145fd57600080fd5b61460989828a0161455a565b935050608087013561461a81614230565b915060a087013561462a81614446565b809150509295509295509295565b6001600160a01b038116811461140b57600080fd5b60008060006060848603121561466257600080fd5b833561466d81614638565b9250602084013561467d81614638565b915060408401356001600160401b0381111561469857600080fd5b6146a48682870161455a565b9150509250925092565b6000602082840312156146c057600080fd5b5035919050565b600080600080600080600060e0888a0312156146e257600080fd5b87356146ed81614638565b965060208801356146fd81614446565b9550604088013594506060880135935060808801356001600160401b0381111561472657600080fd5b6147328a828b0161455a565b93505060a088013561474381614230565b915060c088013561475381614446565b8091505092959891949750929550565b60006020828403121561477557600080fd5b815161284781614638565b805161478b81614230565b919050565b805161478b81614446565b600082601f8301126147ac57600080fd5b81516147ba61457982614533565b8181528460208386010111156147cf57600080fd5b612fa8826020830160208701614262565b805161ffff8116811461478b57600080fd5b805161478b8161437f565b60006020828403121561480f57600080fd5b81516001600160401b038082111561482657600080fd5b90830190610200828603121561483b57600080fd5b614843614472565b61484c83614780565b815261485a60208401614780565b602082015261486b60408401614790565b604082015261487c60608401614790565b60608201526080830151608082015260a083015160a082015260c083015160c082015260e083015160e082015261010080840151838111156148bd57600080fd5b6148c98882870161479b565b82840152505061012080840151838111156148e357600080fd5b6148ef8882870161479b565b82840152505061014091506149058284016147e0565b8282015261016091506149198284016147e0565b82820152610180915081830151828201526101a0915061493a8284016147f2565b828201526101c0915061494e8284016147f2565b828201526101e091506149628284016147f2565b91810191909152949350505050565b805161478b816143ed565b60006020828403121561498e57600080fd5b8151612847816143ed565b60ff8116811461140b57600080fd5b805161478b81614999565b6000602082840312156149c557600080fd5b815161284781614999565b6000602082840312156149e257600080fd5b81516128478161437f565b80516001600160601b0316825260006102006020830151614a1960208601826001600160601b03169052565b506040830151614a3560408601826001600160c01b0319169052565b506060830151614a5160608601826001600160c01b0319169052565b506080830151608085015260a083015160a085015260c083015160c085015260e083015160e0850152610100808401518282870152614a9283870182614286565b925050506101208084015185830382870152614aae8382614286565b9250505061014080840151614ac88287018261ffff169052565b50506101608381015161ffff169085015261018080840151908501526101a08084015164ffffffffff908116918601919091526101c0808501518216908601526101e0938401511692909301919091525090565b6001600160601b0384168152606060208201526000614b3e60608301856149ed565b905060ff83166040830152949350505050565b600060208284031215614b6357600080fd5b815161284781614351565b600181811c90821680614b8257607f821691505b602082108103614ba257634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215614bba57600080fd5b815161284781614230565b600060208284031215614bd757600080fd5b5051919050565b805161478b81614638565b600060408284031215614bfb57600080fd5b604051604081018181106001600160401b0382111715614c1d57614c1d61445c565b604052825181526020928301519281019290925250919050565b60006102408284031215614c4a57600080fd5b614c5261449b565b614c5b83614bde565b8152614c6960208401614bde565b6020820152614c7a60408401614780565b6040820152614c8b60608401614780565b6060820152614c9d8460808501614be9565b6080820152614caf8460c08501614be9565b60a0820152610100614cc385828601614be9565b60c0830152610140614cd786828701614be9565b60e0840152614cea866101808701614be9565b82840152614cfc866101c08701614be9565b610120840152614d0f6102008601614971565b9083015250614d216102208401614bde565b6101608201529392505050565b634e487b7160e01b600052601160045260246000fd5b808201808211156113b3576113b3614d2e565b60006101808284031215614d6a57600080fd5b614d726144be565b614d7b83614780565b8152614d8960208401614bde565b602082015260408301516040820152614da58460608501614be9565b6060820152614db78460a08501614be9565b6080820152614dc98460e08501614be9565b60a0820152614ddb6101208401614971565b60c0820152614ded6101408401614971565b60e0820152614dff6101608401614bde565b6101008201529392505050565b8481526001600160401b0360c01b84166020820152826040820152608060608201526000614e3d6080830184614286565b9695505050505050565b600060208284031215614e5957600080fd5b81516001600160401b038116811461284757600080fd5b634e487b7160e01b600052603260045260246000fd5b818103818111156113b3576113b3614d2e565b60208152600061284760208301846142b2565b6001600160601b0383168152604060208201526000612fa860408301846149ed565b600060208284031215614ee057600080fd5b81516001600160401b0380821115614ef757600080fd5b9083019060e08286031215614f0b57600080fd5b614f136144e1565b614f1c83614780565b8152614f2a60208401614780565b6020820152614f3b604084016149a8565b6040820152614f4c60608401614971565b6060820152614f5d60808401614bde565b6080820152614f6e60a08401614bde565b60a082015260c083015182811115614f8557600080fd5b614f918782860161479b565b60c08301525095945050505050565b600060208284031215614fb257600080fd5b81516001600160401b0380821115614fc957600080fd5b908301906101408286031215614fde57600080fd5b614fe66144be565b614fef83614780565b8152614ffe8660208501614be9565b602082015260608301518281111561501557600080fd5b6150218782860161479b565b6040830152506080830151606082015260a0830151608082015260c083015160a082015260e083015160c0820152610100915061505f8284016147f2565b60e082015261496261012084016147f2565b8151815260208083015190820152604081016113b3565b6001600160a01b039384168152919092166020820152604081019190915260600190565b600080604083850312156150bf57600080fd5b505080516020909101519092909150565b6001600160601b03851681526080602082015260006150f26080830186614286565b82810360408401526151048186614286565b91505082606083015295945050505050565b600060c0828403121561512857600080fd5b60405160a081018181106001600160401b038211171561514a5761514a61445c565b604052825161515881614230565b8152602083015161516881614638565b602082015261517a8460408501614be9565b6040820152608083015161518d816143ed565b606082015260a08301516151a081614638565b60808201529392505050565b600080604083850312156151bf57600080fd5b82516151ca81614638565b60208401519092506143c081614638565b634e487b7160e01b600052601260045260246000fd5b601f82111561523b57600081815260208120601f850160051c810160208610156152185750805b601f850160051c820191505b8181101561523757828155600101615224565b5050505b505050565b81516001600160401b038111156152595761525961445c565b61526d816152678454614b6e565b846151f1565b602080601f8311600181146152a2576000841561528a5750858301515b600019600386901b1c1916600185901b178555615237565b600085815260208120601f198616915b828110156152d1578886015182559484019460019091019084016152b2565b50858210156152ef5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a264697066735822122045c899ae0c84133eb0f53c8dcfdb30c2ceeabc12bb0407168666427067d24bf764736f6c63430008140033",
994
- "linkReferences": {
995
- "contracts/types/Blocknumber.sol": {
996
- "BlocknumberLib": [
997
- {
998
- "length": 20,
999
- "start": 4997
1000
- }
1001
- ]
1002
- },
1003
- "contracts/types/Fee.sol": {
1004
- "FeeLib": [
1005
- {
1006
- "length": 20,
1007
- "start": 11683
1008
- },
1009
- {
1010
- "length": 20,
1011
- "start": 11946
1012
- },
1013
- {
1014
- "length": 20,
1015
- "start": 13620
1016
- },
1017
- {
1018
- "length": 20,
1019
- "start": 13883
1020
- },
1021
- {
1022
- "length": 20,
1023
- "start": 14249
1024
- },
1025
- {
1026
- "length": 20,
1027
- "start": 14389
1028
- }
1029
- ]
1030
- },
1031
- "contracts/types/NftId.sol": {
1032
- "NftIdLib": [
1033
- {
1034
- "length": 20,
1035
- "start": 3792
1036
- },
1037
- {
1038
- "length": 20,
1039
- "start": 6885
1040
- }
1041
- ]
1042
- },
1043
- "contracts/types/Timestamp.sol": {
1044
- "TimestampLib": [
1045
- {
1046
- "length": 20,
1047
- "start": 1953
1048
- },
1049
- {
1050
- "length": 20,
1051
- "start": 2302
1052
- },
1053
- {
1054
- "length": 20,
1055
- "start": 2581
1056
- },
1057
- {
1058
- "length": 20,
1059
- "start": 2730
1060
- },
1061
- {
1062
- "length": 20,
1063
- "start": 2907
1064
- },
1065
- {
1066
- "length": 20,
1067
- "start": 4569
1068
- },
1069
- {
1070
- "length": 20,
1071
- "start": 4788
1072
- },
1073
- {
1074
- "length": 20,
1075
- "start": 6237
1076
- },
1077
- {
1078
- "length": 20,
1079
- "start": 8432
1080
- },
1081
- {
1082
- "length": 20,
1083
- "start": 8570
1084
- },
1085
- {
1086
- "length": 20,
1087
- "start": 14816
1088
- }
1089
- ]
1090
- },
1091
- "contracts/types/UFixed.sol": {
1092
- "UFixedLib": [
1093
- {
1094
- "length": 20,
1095
- "start": 5125
1096
- },
1097
- {
1098
- "length": 20,
1099
- "start": 5258
1100
- }
1101
- ]
1102
- },
1103
- "contracts/types/Version.sol": {
1104
- "VersionLib": [
1105
- {
1106
- "length": 20,
1107
- "start": 3314
1108
- },
1109
- {
1110
- "length": 20,
1111
- "start": 7347
1112
- },
1113
- {
1114
- "length": 20,
1115
- "start": 9615
1116
- }
1117
- ]
1118
- }
1119
- },
1120
- "deployedLinkReferences": {
1121
- "contracts/types/Blocknumber.sol": {
1122
- "BlocknumberLib": [
1123
- {
1124
- "length": 20,
1125
- "start": 4683
1126
- }
1127
- ]
1128
- },
1129
- "contracts/types/Fee.sol": {
1130
- "FeeLib": [
1131
- {
1132
- "length": 20,
1133
- "start": 11369
1134
- },
1135
- {
1136
- "length": 20,
1137
- "start": 11632
1138
- },
1139
- {
1140
- "length": 20,
1141
- "start": 13306
1142
- },
1143
- {
1144
- "length": 20,
1145
- "start": 13569
1146
- },
1147
- {
1148
- "length": 20,
1149
- "start": 13935
1150
- },
1151
- {
1152
- "length": 20,
1153
- "start": 14075
1154
- }
1155
- ]
1156
- },
1157
- "contracts/types/NftId.sol": {
1158
- "NftIdLib": [
1159
- {
1160
- "length": 20,
1161
- "start": 3478
1162
- },
1163
- {
1164
- "length": 20,
1165
- "start": 6571
1166
- }
1167
- ]
1168
- },
1169
- "contracts/types/Timestamp.sol": {
1170
- "TimestampLib": [
1171
- {
1172
- "length": 20,
1173
- "start": 1639
1174
- },
1175
- {
1176
- "length": 20,
1177
- "start": 1988
1178
- },
1179
- {
1180
- "length": 20,
1181
- "start": 2267
1182
- },
1183
- {
1184
- "length": 20,
1185
- "start": 2416
1186
- },
1187
- {
1188
- "length": 20,
1189
- "start": 2593
1190
- },
1191
- {
1192
- "length": 20,
1193
- "start": 4255
1194
- },
1195
- {
1196
- "length": 20,
1197
- "start": 4474
1198
- },
1199
- {
1200
- "length": 20,
1201
- "start": 5923
1202
- },
1203
- {
1204
- "length": 20,
1205
- "start": 8118
1206
- },
1207
- {
1208
- "length": 20,
1209
- "start": 8256
1210
- },
1211
- {
1212
- "length": 20,
1213
- "start": 14502
1214
- }
1215
- ]
1216
- },
1217
- "contracts/types/UFixed.sol": {
1218
- "UFixedLib": [
1219
- {
1220
- "length": 20,
1221
- "start": 4811
1222
- },
1223
- {
1224
- "length": 20,
1225
- "start": 4944
1226
- }
1227
- ]
1228
- },
1229
- "contracts/types/Version.sol": {
1230
- "VersionLib": [
1231
- {
1232
- "length": 20,
1233
- "start": 3000
1234
- },
1235
- {
1236
- "length": 20,
1237
- "start": 7033
1238
- },
1239
- {
1240
- "length": 20,
1241
- "start": 9301
1242
- }
1243
- ]
1244
- }
1245
- }
1246
- }