@etherisc/gif-next 0.0.2-d5522f6-712 → 0.0.2-d57a2ff-383

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