@etherisc/gif-next 0.0.2-f7eda15-119 → 0.0.2-f7fa064-035

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