@etherisc/gif-next 0.0.2-ed4dd55 → 0.0.2-edc2c3a-751

Sign up to get free protection for your applications and to get access to all the features.
Files changed (622) hide show
  1. package/README.md +427 -9
  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/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
  5. package/artifacts/contracts/{registry/IRegistry.sol/IOwnable.json → authorization/AccessAdmin.sol/IAccessManagedChecker.json} +4 -4
  6. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  8. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  10. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  11. package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
  12. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  14. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  18. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1292 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +986 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +885 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +984 -0
  36. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  38. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1441 -0
  40. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
  42. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1991 -0
  44. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  46. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1429 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +470 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1145 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1605 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +502 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2293 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +470 -0
  62. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  63. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +808 -0
  64. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  65. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +342 -514
  66. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  67. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +709 -0
  68. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  69. package/artifacts/contracts/instance/Instance.sol/Instance.json +475 -580
  70. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  71. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1684 -0
  72. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  73. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
  74. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2286 -0
  76. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1018 -0
  78. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  79. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +746 -0
  80. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  81. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
  82. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  83. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +810 -0
  84. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  85. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  86. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  87. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  88. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  89. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  90. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  91. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  92. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  93. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  94. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  95. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  96. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  97. package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
  98. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  99. package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
  100. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  101. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  102. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  103. package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
  104. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  105. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
  106. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  107. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  108. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +929 -0
  110. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  112. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  114. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +744 -0
  116. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
  118. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  119. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +845 -0
  120. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  121. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +990 -0
  122. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +766 -0
  124. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  125. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1222 -0
  126. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  127. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
  128. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  129. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1360 -0
  130. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  131. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
  132. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  133. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +922 -0
  134. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  135. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +877 -0
  136. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  137. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
  138. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  139. package/artifacts/contracts/pool/Pool.sol/Pool.json +997 -0
  140. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  141. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1619 -0
  142. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +794 -0
  144. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  145. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +806 -0
  146. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  147. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  148. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  149. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1116 -0
  150. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  151. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  152. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  153. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
  154. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  155. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
  156. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  157. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +573 -0
  158. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  159. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  160. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  161. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +944 -0
  162. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  163. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
  164. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  165. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +973 -0
  166. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  167. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
  168. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  169. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1313 -0
  170. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  171. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +810 -0
  172. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  173. package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
  174. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  175. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  176. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  177. package/artifacts/contracts/product/Product.sol/Product.json +1074 -0
  178. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  179. package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
  180. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  181. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
  182. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  183. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
  184. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  185. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1030 -123
  186. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  187. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
  188. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  190. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  191. package/artifacts/contracts/registry/Registry.sol/Registry.json +1535 -161
  192. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  193. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
  194. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  195. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1262 -0
  196. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  197. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +737 -0
  198. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  199. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  200. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  201. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  202. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  203. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  204. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  205. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  206. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  207. package/artifacts/contracts/shared/Component.sol/Component.json +677 -0
  208. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  209. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1908 -0
  210. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  211. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +850 -0
  212. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  213. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +474 -0
  214. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  215. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +488 -0
  216. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  217. package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
  218. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  219. package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
  220. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  221. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +602 -0
  222. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  223. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1467 -0
  224. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  225. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +679 -0
  226. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  227. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
  228. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  229. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +146 -0
  230. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  231. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +147 -0
  232. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  233. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  234. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
  235. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +210 -0
  236. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  237. package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
  238. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  239. package/artifacts/contracts/shared/IService.sol/IService.json +375 -0
  240. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  241. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  242. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  243. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +767 -0
  244. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  245. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  246. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  247. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  248. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  249. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  250. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  251. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
  252. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  253. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  254. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
  255. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +322 -0
  256. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  257. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  258. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  259. package/artifacts/contracts/shared/Service.sol/Service.json +442 -0
  260. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  261. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +822 -0
  262. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  263. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
  264. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  265. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  266. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  267. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1417 -0
  268. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  269. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  270. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  271. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  272. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  273. package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
  274. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  275. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  276. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  277. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
  278. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  279. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  280. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  281. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
  282. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  283. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
  284. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  285. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  286. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  287. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  288. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  289. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  290. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  292. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  294. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  296. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  298. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  300. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  302. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  303. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  304. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  306. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  307. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  308. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  310. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  312. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  314. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  316. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +180 -0
  318. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  320. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  322. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  324. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  325. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  326. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  327. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  328. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  329. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  330. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  332. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  334. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  336. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  338. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  339. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  340. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  341. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  342. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  343. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  344. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  345. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  346. package/contracts/authorization/AccessAdmin.sol +615 -0
  347. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  348. package/contracts/authorization/Authorization.sol +289 -0
  349. package/contracts/authorization/IAccess.sol +49 -0
  350. package/contracts/authorization/IAccessAdmin.sol +137 -0
  351. package/contracts/authorization/IAuthorization.sol +60 -0
  352. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  353. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  354. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  355. package/contracts/distribution/BasicDistribution.sol +139 -0
  356. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  357. package/contracts/distribution/Distribution.sol +287 -0
  358. package/contracts/distribution/DistributionService.sol +354 -0
  359. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  360. package/contracts/distribution/IDistributionComponent.sol +52 -0
  361. package/contracts/distribution/IDistributionService.sol +100 -0
  362. package/contracts/examples/fire/DamageLevel.sol +59 -0
  363. package/contracts/examples/fire/FirePool.sol +90 -0
  364. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  365. package/contracts/examples/fire/FireProduct.sol +436 -0
  366. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  367. package/contracts/examples/fire/FireUSD.sol +26 -0
  368. package/contracts/examples/unpermissioned/SimpleDistribution.sol +57 -0
  369. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  370. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  371. package/contracts/examples/unpermissioned/SimplePool.sol +107 -0
  372. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  373. package/contracts/examples/unpermissioned/SimpleProduct.sol +352 -0
  374. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  375. package/contracts/instance/BundleSet.sol +130 -0
  376. package/contracts/instance/IInstance.sol +66 -15
  377. package/contracts/instance/IInstanceService.sol +70 -0
  378. package/contracts/instance/Instance.sol +221 -45
  379. package/contracts/instance/InstanceAdmin.sol +288 -0
  380. package/contracts/instance/InstanceAuthorizationV3.sol +218 -0
  381. package/contracts/instance/InstanceReader.sol +581 -0
  382. package/contracts/instance/InstanceService.sol +392 -0
  383. package/contracts/instance/InstanceServiceManager.sol +39 -0
  384. package/contracts/instance/InstanceStore.sol +287 -0
  385. package/contracts/instance/RiskSet.sol +119 -0
  386. package/contracts/instance/base/BalanceStore.sol +123 -0
  387. package/contracts/instance/base/Cloneable.sol +28 -0
  388. package/contracts/instance/base/ObjectCounter.sol +20 -0
  389. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  390. package/contracts/instance/base/ObjectSet.sol +78 -0
  391. package/contracts/instance/module/IAccess.sol +46 -0
  392. package/contracts/instance/module/IBundle.sol +20 -0
  393. package/contracts/instance/module/IComponents.sol +50 -0
  394. package/contracts/instance/module/IDistribution.sol +41 -0
  395. package/contracts/instance/module/IPolicy.sol +85 -0
  396. package/contracts/instance/module/IRisk.sol +12 -0
  397. package/contracts/mock/Dip.sol +26 -0
  398. package/contracts/oracle/BasicOracle.sol +47 -0
  399. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  400. package/contracts/oracle/IOracle.sol +36 -0
  401. package/contracts/oracle/IOracleComponent.sol +33 -0
  402. package/contracts/oracle/IOracleService.sol +66 -0
  403. package/contracts/oracle/Oracle.sol +156 -0
  404. package/contracts/oracle/OracleService.sol +309 -0
  405. package/contracts/oracle/OracleServiceManager.sol +39 -0
  406. package/contracts/pool/BasicPool.sol +175 -0
  407. package/contracts/pool/BasicPoolAuthorization.sol +68 -0
  408. package/contracts/pool/BundleService.sol +423 -0
  409. package/contracts/pool/BundleServiceManager.sol +39 -0
  410. package/contracts/pool/IBundleService.sol +122 -0
  411. package/contracts/pool/IPoolComponent.sol +62 -0
  412. package/contracts/pool/IPoolService.sol +153 -0
  413. package/contracts/pool/Pool.sol +345 -0
  414. package/contracts/pool/PoolService.sol +612 -0
  415. package/contracts/pool/PoolServiceManager.sol +39 -0
  416. package/contracts/product/ApplicationService.sol +259 -0
  417. package/contracts/product/ApplicationServiceManager.sol +38 -0
  418. package/contracts/product/BasicProduct.sol +49 -0
  419. package/contracts/product/BasicProductAuthorization.sol +41 -0
  420. package/contracts/product/ClaimService.sol +614 -0
  421. package/contracts/product/ClaimServiceManager.sol +38 -0
  422. package/contracts/product/IApplicationService.sol +66 -0
  423. package/contracts/product/IClaimService.sol +123 -0
  424. package/contracts/product/IPolicyService.sol +90 -0
  425. package/contracts/product/IPricingService.sol +39 -0
  426. package/contracts/product/IProductComponent.sol +59 -0
  427. package/contracts/product/IRiskService.sol +33 -0
  428. package/contracts/product/PolicyService.sol +733 -0
  429. package/contracts/product/PolicyServiceManager.sol +39 -0
  430. package/contracts/product/PricingService.sol +300 -0
  431. package/contracts/product/PricingServiceManager.sol +39 -0
  432. package/contracts/product/Product.sol +427 -0
  433. package/contracts/product/RiskService.sol +107 -0
  434. package/contracts/product/RiskServiceManager.sol +39 -0
  435. package/contracts/registry/ChainNft.sol +176 -100
  436. package/contracts/registry/IRegistry.sol +156 -51
  437. package/contracts/registry/IRegistryService.sol +62 -0
  438. package/contracts/registry/ITransferInterceptor.sol +6 -0
  439. package/contracts/registry/Registry.sol +660 -111
  440. package/contracts/registry/RegistryAdmin.sol +457 -0
  441. package/contracts/registry/RegistryService.sol +241 -0
  442. package/contracts/registry/RegistryServiceManager.sol +53 -0
  443. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  444. package/contracts/registry/ReleaseRegistry.sol +486 -0
  445. package/contracts/registry/ServiceAuthorizationV3.sol +176 -0
  446. package/contracts/registry/TokenRegistry.sol +315 -0
  447. package/contracts/shared/Component.sol +219 -0
  448. package/contracts/shared/ComponentService.sol +869 -0
  449. package/contracts/shared/ComponentServiceManager.sol +38 -0
  450. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  451. package/contracts/shared/ContractLib.sol +224 -0
  452. package/contracts/shared/IComponent.sol +62 -0
  453. package/contracts/shared/IComponentService.sol +134 -0
  454. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  455. package/contracts/shared/IKeyValueStore.sol +54 -0
  456. package/contracts/shared/ILifecycle.sol +31 -0
  457. package/contracts/shared/INftOwnable.sol +25 -0
  458. package/contracts/shared/IPolicyHolder.sol +35 -0
  459. package/contracts/shared/IRegisterable.sol +26 -0
  460. package/contracts/shared/IRegistryLinked.sol +11 -0
  461. package/contracts/shared/IService.sol +25 -0
  462. package/contracts/shared/InitializableERC165.sol +27 -0
  463. package/contracts/shared/InstanceLinkedComponent.sol +197 -0
  464. package/contracts/shared/KeyValueStore.sol +131 -0
  465. package/contracts/shared/Lifecycle.sol +88 -0
  466. package/contracts/shared/NftIdSet.sol +65 -0
  467. package/contracts/shared/NftOwnable.sol +127 -0
  468. package/contracts/shared/PolicyHolder.sol +62 -0
  469. package/contracts/shared/Registerable.sol +83 -0
  470. package/contracts/shared/RegistryLinked.sol +38 -0
  471. package/contracts/shared/Service.sol +84 -0
  472. package/contracts/shared/TokenHandler.sol +389 -0
  473. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  474. package/contracts/staking/IStaking.sol +173 -0
  475. package/contracts/staking/IStakingService.sol +157 -0
  476. package/contracts/staking/StakeManagerLib.sol +224 -0
  477. package/contracts/staking/Staking.sol +515 -0
  478. package/contracts/staking/StakingLifecycle.sol +23 -0
  479. package/contracts/staking/StakingManager.sol +52 -0
  480. package/contracts/staking/StakingReader.sol +190 -0
  481. package/contracts/staking/StakingService.sol +440 -0
  482. package/contracts/staking/StakingServiceManager.sol +44 -0
  483. package/contracts/staking/StakingStore.sol +605 -0
  484. package/contracts/staking/TargetManagerLib.sol +211 -0
  485. package/contracts/type/AddressSet.sol +58 -0
  486. package/contracts/type/Amount.sol +150 -0
  487. package/contracts/type/Blocknumber.sol +142 -0
  488. package/contracts/type/ClaimId.sol +80 -0
  489. package/contracts/type/DistributorType.sol +55 -0
  490. package/contracts/type/Fee.sol +66 -0
  491. package/contracts/type/Key32.sol +50 -0
  492. package/contracts/type/Key32Set.sol +62 -0
  493. package/contracts/type/NftId.sol +85 -0
  494. package/contracts/type/NftIdSet.sol +62 -0
  495. package/contracts/type/ObjectType.sol +278 -0
  496. package/contracts/type/PayoutId.sol +82 -0
  497. package/contracts/type/Referral.sol +90 -0
  498. package/contracts/type/RequestId.sol +75 -0
  499. package/contracts/type/RiskId.sol +69 -0
  500. package/contracts/type/RoleId.sol +162 -0
  501. package/contracts/type/Seconds.sol +101 -0
  502. package/contracts/type/Selector.sol +102 -0
  503. package/contracts/type/StateId.sol +149 -0
  504. package/contracts/type/String.sol +53 -0
  505. package/contracts/type/Timestamp.sol +146 -0
  506. package/contracts/type/UFixed.sol +245 -0
  507. package/contracts/type/Version.sol +110 -0
  508. package/contracts/upgradeability/IVersionable.sol +53 -0
  509. package/contracts/upgradeability/ProxyManager.sol +232 -0
  510. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  511. package/contracts/upgradeability/Versionable.sol +59 -0
  512. package/package.json +26 -7
  513. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  514. package/artifacts/contracts/components/Component.sol/Component.json +0 -179
  515. package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
  516. package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
  517. package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
  518. package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
  519. package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
  520. package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
  521. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  522. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -195
  523. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  524. package/artifacts/contracts/components/Product.sol/Product.json +0 -213
  525. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  526. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  527. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  529. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  531. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  533. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  534. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  535. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  536. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  537. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  538. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  539. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  540. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  541. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  542. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  543. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  544. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  545. package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
  546. package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
  547. package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
  548. package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
  549. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
  550. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
  551. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  552. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
  553. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  554. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -327
  555. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
  556. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -105
  557. package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
  558. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
  559. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
  560. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  561. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
  562. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
  563. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
  564. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
  565. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  566. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  567. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
  568. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  569. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
  570. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  571. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  572. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
  573. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  574. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
  575. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
  576. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
  577. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
  578. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
  579. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
  580. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
  581. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
  582. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -125
  583. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  584. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  585. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
  586. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
  587. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
  588. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
  589. package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
  590. package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
  591. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
  592. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
  593. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  594. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  595. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  596. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -10
  597. package/contracts/components/Component.sol +0 -62
  598. package/contracts/components/IPool.sol +0 -9
  599. package/contracts/components/IProduct.sol +0 -11
  600. package/contracts/components/Pool.sol +0 -29
  601. package/contracts/components/Product.sol +0 -65
  602. package/contracts/experiment/inheritance/A.sol +0 -56
  603. package/contracts/experiment/inheritance/B.sol +0 -23
  604. package/contracts/experiment/inheritance/C.sol +0 -28
  605. package/contracts/experiment/inheritance/IA.sol +0 -18
  606. package/contracts/experiment/inheritance/IB.sol +0 -9
  607. package/contracts/experiment/inheritance/IC.sol +0 -11
  608. package/contracts/experiment/types/TypeA.sol +0 -42
  609. package/contracts/experiment/types/TypeB.sol +0 -24
  610. package/contracts/instance/access/Access.sol +0 -218
  611. package/contracts/instance/access/IAccess.sol +0 -83
  612. package/contracts/instance/component/ComponentModule.sol +0 -259
  613. package/contracts/instance/component/IComponent.sol +0 -94
  614. package/contracts/instance/policy/IPolicy.sol +0 -66
  615. package/contracts/instance/policy/PolicyModule.sol +0 -106
  616. package/contracts/instance/pool/IPoolModule.sol +0 -40
  617. package/contracts/instance/pool/PoolModule.sol +0 -83
  618. package/contracts/instance/product/IProductService.sol +0 -45
  619. package/contracts/instance/product/ProductService.sol +0 -105
  620. package/contracts/registry/IChainNft.sol +0 -18
  621. package/contracts/types/ChainId.sol +0 -24
  622. package/contracts/types/NftId.sol +0 -25
@@ -0,0 +1,1441 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "FirePool",
4
+ "sourceName": "contracts/examples/fire/FirePool.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "registry",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "NftId",
15
+ "name": "fireProductNftId",
16
+ "type": "uint96"
17
+ },
18
+ {
19
+ "internalType": "string",
20
+ "name": "componentName",
21
+ "type": "string"
22
+ },
23
+ {
24
+ "internalType": "address",
25
+ "name": "token",
26
+ "type": "address"
27
+ },
28
+ {
29
+ "internalType": "contract IAuthorization",
30
+ "name": "authorization",
31
+ "type": "address"
32
+ }
33
+ ],
34
+ "stateMutability": "nonpayable",
35
+ "type": "constructor"
36
+ },
37
+ {
38
+ "inputs": [
39
+ {
40
+ "internalType": "address",
41
+ "name": "authority",
42
+ "type": "address"
43
+ }
44
+ ],
45
+ "name": "AccessManagedInvalidAuthority",
46
+ "type": "error"
47
+ },
48
+ {
49
+ "inputs": [
50
+ {
51
+ "internalType": "address",
52
+ "name": "caller",
53
+ "type": "address"
54
+ },
55
+ {
56
+ "internalType": "uint32",
57
+ "name": "delay",
58
+ "type": "uint32"
59
+ }
60
+ ],
61
+ "name": "AccessManagedRequiredDelay",
62
+ "type": "error"
63
+ },
64
+ {
65
+ "inputs": [
66
+ {
67
+ "internalType": "address",
68
+ "name": "caller",
69
+ "type": "address"
70
+ }
71
+ ],
72
+ "name": "AccessManagedUnauthorized",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [],
77
+ "name": "ErrorComponentNameLengthZero",
78
+ "type": "error"
79
+ },
80
+ {
81
+ "inputs": [
82
+ {
83
+ "internalType": "address",
84
+ "name": "caller",
85
+ "type": "address"
86
+ }
87
+ ],
88
+ "name": "ErrorComponentNotChainNft",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "ErrorComponentProductNftIdNonzero",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [],
98
+ "name": "ErrorComponentProductNftIdZero",
99
+ "type": "error"
100
+ },
101
+ {
102
+ "inputs": [],
103
+ "name": "ErrorComponentTokenAddressNonzero",
104
+ "type": "error"
105
+ },
106
+ {
107
+ "inputs": [],
108
+ "name": "ErrorComponentTokenAddressZero",
109
+ "type": "error"
110
+ },
111
+ {
112
+ "inputs": [],
113
+ "name": "ErrorComponentWalletAddressIsSameAsCurrent",
114
+ "type": "error"
115
+ },
116
+ {
117
+ "inputs": [],
118
+ "name": "ErrorComponentWalletAddressZero",
119
+ "type": "error"
120
+ },
121
+ {
122
+ "inputs": [],
123
+ "name": "ErrorComponentWalletNotComponent",
124
+ "type": "error"
125
+ },
126
+ {
127
+ "inputs": [
128
+ {
129
+ "internalType": "NftId",
130
+ "name": "nftId",
131
+ "type": "uint96"
132
+ },
133
+ {
134
+ "internalType": "ObjectType",
135
+ "name": "objectType",
136
+ "type": "uint8"
137
+ }
138
+ ],
139
+ "name": "ErrorInstanceLinkedComponentNotProduct",
140
+ "type": "error"
141
+ },
142
+ {
143
+ "inputs": [
144
+ {
145
+ "internalType": "ObjectType",
146
+ "name": "requiredType",
147
+ "type": "uint8"
148
+ },
149
+ {
150
+ "internalType": "ObjectType",
151
+ "name": "objectType",
152
+ "type": "uint8"
153
+ }
154
+ ],
155
+ "name": "ErrorInstanceLinkedComponentTypeMismatch",
156
+ "type": "error"
157
+ },
158
+ {
159
+ "inputs": [
160
+ {
161
+ "internalType": "NftId",
162
+ "name": "nftId",
163
+ "type": "uint96"
164
+ }
165
+ ],
166
+ "name": "ErrorNftOwnableAlreadyLinked",
167
+ "type": "error"
168
+ },
169
+ {
170
+ "inputs": [
171
+ {
172
+ "internalType": "address",
173
+ "name": "contractAddress",
174
+ "type": "address"
175
+ }
176
+ ],
177
+ "name": "ErrorNftOwnableContractNotRegistered",
178
+ "type": "error"
179
+ },
180
+ {
181
+ "inputs": [],
182
+ "name": "ErrorNftOwnableInitialOwnerZero",
183
+ "type": "error"
184
+ },
185
+ {
186
+ "inputs": [
187
+ {
188
+ "internalType": "NftId",
189
+ "name": "nftId",
190
+ "type": "uint96"
191
+ },
192
+ {
193
+ "internalType": "ObjectType",
194
+ "name": "expectedObjectType",
195
+ "type": "uint8"
196
+ }
197
+ ],
198
+ "name": "ErrorNftOwnableInvalidType",
199
+ "type": "error"
200
+ },
201
+ {
202
+ "inputs": [
203
+ {
204
+ "internalType": "address",
205
+ "name": "account",
206
+ "type": "address"
207
+ }
208
+ ],
209
+ "name": "ErrorNftOwnableNotOwner",
210
+ "type": "error"
211
+ },
212
+ {
213
+ "inputs": [
214
+ {
215
+ "internalType": "address",
216
+ "name": "registryAddress",
217
+ "type": "address"
218
+ }
219
+ ],
220
+ "name": "ErrorNotRegistry",
221
+ "type": "error"
222
+ },
223
+ {
224
+ "inputs": [
225
+ {
226
+ "internalType": "NftId",
227
+ "name": "applicationNftId",
228
+ "type": "uint96"
229
+ }
230
+ ],
231
+ "name": "ErrorPoolApplicationBundleMismatch",
232
+ "type": "error"
233
+ },
234
+ {
235
+ "inputs": [
236
+ {
237
+ "internalType": "NftId",
238
+ "name": "bundleNftId",
239
+ "type": "uint96"
240
+ },
241
+ {
242
+ "internalType": "address",
243
+ "name": "caller",
244
+ "type": "address"
245
+ }
246
+ ],
247
+ "name": "ErrorPoolNotBundleOwner",
248
+ "type": "error"
249
+ },
250
+ {
251
+ "inputs": [
252
+ {
253
+ "internalType": "address",
254
+ "name": "caller",
255
+ "type": "address"
256
+ }
257
+ ],
258
+ "name": "ErrorPoolNotPoolService",
259
+ "type": "error"
260
+ },
261
+ {
262
+ "inputs": [],
263
+ "name": "InvalidInitialization",
264
+ "type": "error"
265
+ },
266
+ {
267
+ "inputs": [],
268
+ "name": "NotInitializing",
269
+ "type": "error"
270
+ },
271
+ {
272
+ "anonymous": false,
273
+ "inputs": [
274
+ {
275
+ "indexed": false,
276
+ "internalType": "address",
277
+ "name": "authority",
278
+ "type": "address"
279
+ }
280
+ ],
281
+ "name": "AuthorityUpdated",
282
+ "type": "event"
283
+ },
284
+ {
285
+ "anonymous": false,
286
+ "inputs": [
287
+ {
288
+ "indexed": false,
289
+ "internalType": "uint64",
290
+ "name": "version",
291
+ "type": "uint64"
292
+ }
293
+ ],
294
+ "name": "Initialized",
295
+ "type": "event"
296
+ },
297
+ {
298
+ "anonymous": false,
299
+ "inputs": [
300
+ {
301
+ "indexed": false,
302
+ "internalType": "address",
303
+ "name": "tokenHandler",
304
+ "type": "address"
305
+ },
306
+ {
307
+ "indexed": false,
308
+ "internalType": "address",
309
+ "name": "token",
310
+ "type": "address"
311
+ },
312
+ {
313
+ "indexed": false,
314
+ "internalType": "Amount",
315
+ "name": "limit",
316
+ "type": "uint96"
317
+ },
318
+ {
319
+ "indexed": false,
320
+ "internalType": "bool",
321
+ "name": "isMaxAmount",
322
+ "type": "bool"
323
+ }
324
+ ],
325
+ "name": "LogComponentTokenHandlerApproved",
326
+ "type": "event"
327
+ },
328
+ {
329
+ "anonymous": false,
330
+ "inputs": [
331
+ {
332
+ "indexed": false,
333
+ "internalType": "address",
334
+ "name": "oldWallet",
335
+ "type": "address"
336
+ },
337
+ {
338
+ "indexed": false,
339
+ "internalType": "address",
340
+ "name": "newWallet",
341
+ "type": "address"
342
+ }
343
+ ],
344
+ "name": "LogComponentWalletAddressChanged",
345
+ "type": "event"
346
+ },
347
+ {
348
+ "anonymous": false,
349
+ "inputs": [
350
+ {
351
+ "indexed": false,
352
+ "internalType": "address",
353
+ "name": "from",
354
+ "type": "address"
355
+ },
356
+ {
357
+ "indexed": false,
358
+ "internalType": "address",
359
+ "name": "to",
360
+ "type": "address"
361
+ },
362
+ {
363
+ "indexed": false,
364
+ "internalType": "uint256",
365
+ "name": "amount",
366
+ "type": "uint256"
367
+ }
368
+ ],
369
+ "name": "LogComponentWalletTokensTransferred",
370
+ "type": "event"
371
+ },
372
+ {
373
+ "anonymous": false,
374
+ "inputs": [
375
+ {
376
+ "indexed": false,
377
+ "internalType": "address",
378
+ "name": "pool",
379
+ "type": "address"
380
+ },
381
+ {
382
+ "indexed": false,
383
+ "internalType": "NftId",
384
+ "name": "applicationNftId",
385
+ "type": "uint96"
386
+ },
387
+ {
388
+ "indexed": false,
389
+ "internalType": "Amount",
390
+ "name": "collateralizationAmount",
391
+ "type": "uint96"
392
+ }
393
+ ],
394
+ "name": "LogPoolVerifiedByPool",
395
+ "type": "event"
396
+ },
397
+ {
398
+ "inputs": [],
399
+ "name": "COMPONENT_LOCATION_V1",
400
+ "outputs": [
401
+ {
402
+ "internalType": "bytes32",
403
+ "name": "",
404
+ "type": "bytes32"
405
+ }
406
+ ],
407
+ "stateMutability": "view",
408
+ "type": "function"
409
+ },
410
+ {
411
+ "inputs": [],
412
+ "name": "GIF_RELEASE",
413
+ "outputs": [
414
+ {
415
+ "internalType": "uint256",
416
+ "name": "",
417
+ "type": "uint256"
418
+ }
419
+ ],
420
+ "stateMutability": "view",
421
+ "type": "function"
422
+ },
423
+ {
424
+ "inputs": [],
425
+ "name": "INSTANCE_LINKED_COMPONENT_LOCATION_V1",
426
+ "outputs": [
427
+ {
428
+ "internalType": "bytes32",
429
+ "name": "",
430
+ "type": "bytes32"
431
+ }
432
+ ],
433
+ "stateMutability": "view",
434
+ "type": "function"
435
+ },
436
+ {
437
+ "inputs": [],
438
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
439
+ "outputs": [
440
+ {
441
+ "internalType": "bytes32",
442
+ "name": "",
443
+ "type": "bytes32"
444
+ }
445
+ ],
446
+ "stateMutability": "view",
447
+ "type": "function"
448
+ },
449
+ {
450
+ "inputs": [],
451
+ "name": "POOL_STORAGE_LOCATION_V1",
452
+ "outputs": [
453
+ {
454
+ "internalType": "bytes32",
455
+ "name": "",
456
+ "type": "bytes32"
457
+ }
458
+ ],
459
+ "stateMutability": "view",
460
+ "type": "function"
461
+ },
462
+ {
463
+ "inputs": [],
464
+ "name": "REGISTERABLE_LOCATION_V1",
465
+ "outputs": [
466
+ {
467
+ "internalType": "bytes32",
468
+ "name": "",
469
+ "type": "bytes32"
470
+ }
471
+ ],
472
+ "stateMutability": "view",
473
+ "type": "function"
474
+ },
475
+ {
476
+ "inputs": [
477
+ {
478
+ "internalType": "NftId",
479
+ "name": "applicationNftId",
480
+ "type": "uint96"
481
+ },
482
+ {
483
+ "internalType": "bytes",
484
+ "name": "applicationData",
485
+ "type": "bytes"
486
+ },
487
+ {
488
+ "internalType": "NftId",
489
+ "name": "bundleNftId",
490
+ "type": "uint96"
491
+ },
492
+ {
493
+ "internalType": "bytes",
494
+ "name": "bundleFilter",
495
+ "type": "bytes"
496
+ },
497
+ {
498
+ "internalType": "Amount",
499
+ "name": "collateralizationAmount",
500
+ "type": "uint96"
501
+ }
502
+ ],
503
+ "name": "applicationMatchesBundle",
504
+ "outputs": [
505
+ {
506
+ "internalType": "bool",
507
+ "name": "isMatching",
508
+ "type": "bool"
509
+ }
510
+ ],
511
+ "stateMutability": "view",
512
+ "type": "function"
513
+ },
514
+ {
515
+ "inputs": [
516
+ {
517
+ "internalType": "contract IERC20Metadata",
518
+ "name": "token",
519
+ "type": "address"
520
+ },
521
+ {
522
+ "internalType": "Amount",
523
+ "name": "amount",
524
+ "type": "uint96"
525
+ }
526
+ ],
527
+ "name": "approveTokenHandler",
528
+ "outputs": [],
529
+ "stateMutability": "nonpayable",
530
+ "type": "function"
531
+ },
532
+ {
533
+ "inputs": [],
534
+ "name": "authority",
535
+ "outputs": [
536
+ {
537
+ "internalType": "address",
538
+ "name": "",
539
+ "type": "address"
540
+ }
541
+ ],
542
+ "stateMutability": "view",
543
+ "type": "function"
544
+ },
545
+ {
546
+ "inputs": [
547
+ {
548
+ "internalType": "NftId",
549
+ "name": "bundleNftId",
550
+ "type": "uint96"
551
+ }
552
+ ],
553
+ "name": "closeBundle",
554
+ "outputs": [],
555
+ "stateMutability": "nonpayable",
556
+ "type": "function"
557
+ },
558
+ {
559
+ "inputs": [
560
+ {
561
+ "components": [
562
+ {
563
+ "internalType": "UFixed",
564
+ "name": "fractionalFee",
565
+ "type": "uint256"
566
+ },
567
+ {
568
+ "internalType": "uint256",
569
+ "name": "fixedFee",
570
+ "type": "uint256"
571
+ }
572
+ ],
573
+ "internalType": "struct Fee",
574
+ "name": "fee",
575
+ "type": "tuple"
576
+ },
577
+ {
578
+ "internalType": "Amount",
579
+ "name": "initialAmount",
580
+ "type": "uint96"
581
+ },
582
+ {
583
+ "internalType": "Seconds",
584
+ "name": "lifetime",
585
+ "type": "uint40"
586
+ }
587
+ ],
588
+ "name": "createBundle",
589
+ "outputs": [
590
+ {
591
+ "internalType": "NftId",
592
+ "name": "bundleNftId",
593
+ "type": "uint96"
594
+ },
595
+ {
596
+ "internalType": "Amount",
597
+ "name": "netStakedAmount",
598
+ "type": "uint96"
599
+ }
600
+ ],
601
+ "stateMutability": "nonpayable",
602
+ "type": "function"
603
+ },
604
+ {
605
+ "inputs": [
606
+ {
607
+ "internalType": "NftId",
608
+ "name": "bundleNftId",
609
+ "type": "uint96"
610
+ },
611
+ {
612
+ "internalType": "Seconds",
613
+ "name": "lifetimeExtension",
614
+ "type": "uint40"
615
+ }
616
+ ],
617
+ "name": "extend",
618
+ "outputs": [
619
+ {
620
+ "internalType": "Timestamp",
621
+ "name": "newExpiredAt",
622
+ "type": "uint40"
623
+ }
624
+ ],
625
+ "stateMutability": "nonpayable",
626
+ "type": "function"
627
+ },
628
+ {
629
+ "inputs": [],
630
+ "name": "getAuthorization",
631
+ "outputs": [
632
+ {
633
+ "internalType": "contract IAuthorization",
634
+ "name": "authorization",
635
+ "type": "address"
636
+ }
637
+ ],
638
+ "stateMutability": "view",
639
+ "type": "function"
640
+ },
641
+ {
642
+ "inputs": [],
643
+ "name": "getComponentInfo",
644
+ "outputs": [
645
+ {
646
+ "components": [
647
+ {
648
+ "internalType": "string",
649
+ "name": "name",
650
+ "type": "string"
651
+ },
652
+ {
653
+ "internalType": "contract IERC20Metadata",
654
+ "name": "token",
655
+ "type": "address"
656
+ },
657
+ {
658
+ "internalType": "contract TokenHandler",
659
+ "name": "tokenHandler",
660
+ "type": "address"
661
+ },
662
+ {
663
+ "internalType": "bytes",
664
+ "name": "data",
665
+ "type": "bytes"
666
+ }
667
+ ],
668
+ "internalType": "struct IComponents.ComponentInfo",
669
+ "name": "info",
670
+ "type": "tuple"
671
+ }
672
+ ],
673
+ "stateMutability": "view",
674
+ "type": "function"
675
+ },
676
+ {
677
+ "inputs": [
678
+ {
679
+ "internalType": "bytes",
680
+ "name": "name",
681
+ "type": "bytes"
682
+ }
683
+ ],
684
+ "name": "getContractLocation",
685
+ "outputs": [
686
+ {
687
+ "internalType": "bytes32",
688
+ "name": "hash",
689
+ "type": "bytes32"
690
+ }
691
+ ],
692
+ "stateMutability": "pure",
693
+ "type": "function"
694
+ },
695
+ {
696
+ "inputs": [],
697
+ "name": "getInitialComponentInfo",
698
+ "outputs": [
699
+ {
700
+ "components": [
701
+ {
702
+ "internalType": "string",
703
+ "name": "name",
704
+ "type": "string"
705
+ },
706
+ {
707
+ "internalType": "contract IERC20Metadata",
708
+ "name": "token",
709
+ "type": "address"
710
+ },
711
+ {
712
+ "internalType": "contract TokenHandler",
713
+ "name": "tokenHandler",
714
+ "type": "address"
715
+ },
716
+ {
717
+ "internalType": "bytes",
718
+ "name": "data",
719
+ "type": "bytes"
720
+ }
721
+ ],
722
+ "internalType": "struct IComponents.ComponentInfo",
723
+ "name": "info",
724
+ "type": "tuple"
725
+ }
726
+ ],
727
+ "stateMutability": "view",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "inputs": [],
732
+ "name": "getInitialInfo",
733
+ "outputs": [
734
+ {
735
+ "components": [
736
+ {
737
+ "internalType": "NftId",
738
+ "name": "nftId",
739
+ "type": "uint96"
740
+ },
741
+ {
742
+ "internalType": "NftId",
743
+ "name": "parentNftId",
744
+ "type": "uint96"
745
+ },
746
+ {
747
+ "internalType": "ObjectType",
748
+ "name": "objectType",
749
+ "type": "uint8"
750
+ },
751
+ {
752
+ "internalType": "bool",
753
+ "name": "isInterceptor",
754
+ "type": "bool"
755
+ },
756
+ {
757
+ "internalType": "address",
758
+ "name": "objectAddress",
759
+ "type": "address"
760
+ },
761
+ {
762
+ "internalType": "address",
763
+ "name": "initialOwner",
764
+ "type": "address"
765
+ },
766
+ {
767
+ "internalType": "bytes",
768
+ "name": "data",
769
+ "type": "bytes"
770
+ }
771
+ ],
772
+ "internalType": "struct IRegistry.ObjectInfo",
773
+ "name": "info",
774
+ "type": "tuple"
775
+ }
776
+ ],
777
+ "stateMutability": "view",
778
+ "type": "function"
779
+ },
780
+ {
781
+ "inputs": [],
782
+ "name": "getInitialPoolInfo",
783
+ "outputs": [
784
+ {
785
+ "components": [
786
+ {
787
+ "internalType": "Amount",
788
+ "name": "maxBalanceAmount",
789
+ "type": "uint96"
790
+ },
791
+ {
792
+ "internalType": "bool",
793
+ "name": "isInterceptingBundleTransfers",
794
+ "type": "bool"
795
+ },
796
+ {
797
+ "internalType": "bool",
798
+ "name": "isProcessingConfirmedClaims",
799
+ "type": "bool"
800
+ },
801
+ {
802
+ "internalType": "bool",
803
+ "name": "isExternallyManaged",
804
+ "type": "bool"
805
+ },
806
+ {
807
+ "internalType": "bool",
808
+ "name": "isVerifyingApplications",
809
+ "type": "bool"
810
+ },
811
+ {
812
+ "internalType": "UFixed",
813
+ "name": "collateralizationLevel",
814
+ "type": "uint256"
815
+ },
816
+ {
817
+ "internalType": "UFixed",
818
+ "name": "retentionLevel",
819
+ "type": "uint256"
820
+ }
821
+ ],
822
+ "internalType": "struct IComponents.PoolInfo",
823
+ "name": "poolInfo",
824
+ "type": "tuple"
825
+ }
826
+ ],
827
+ "stateMutability": "view",
828
+ "type": "function"
829
+ },
830
+ {
831
+ "inputs": [],
832
+ "name": "getInstance",
833
+ "outputs": [
834
+ {
835
+ "internalType": "contract IInstance",
836
+ "name": "instance",
837
+ "type": "address"
838
+ }
839
+ ],
840
+ "stateMutability": "view",
841
+ "type": "function"
842
+ },
843
+ {
844
+ "inputs": [],
845
+ "name": "getName",
846
+ "outputs": [
847
+ {
848
+ "internalType": "string",
849
+ "name": "name",
850
+ "type": "string"
851
+ }
852
+ ],
853
+ "stateMutability": "view",
854
+ "type": "function"
855
+ },
856
+ {
857
+ "inputs": [],
858
+ "name": "getNftId",
859
+ "outputs": [
860
+ {
861
+ "internalType": "NftId",
862
+ "name": "",
863
+ "type": "uint96"
864
+ }
865
+ ],
866
+ "stateMutability": "view",
867
+ "type": "function"
868
+ },
869
+ {
870
+ "inputs": [],
871
+ "name": "getOwner",
872
+ "outputs": [
873
+ {
874
+ "internalType": "address",
875
+ "name": "",
876
+ "type": "address"
877
+ }
878
+ ],
879
+ "stateMutability": "view",
880
+ "type": "function"
881
+ },
882
+ {
883
+ "inputs": [],
884
+ "name": "getRegistry",
885
+ "outputs": [
886
+ {
887
+ "internalType": "contract IRegistry",
888
+ "name": "",
889
+ "type": "address"
890
+ }
891
+ ],
892
+ "stateMutability": "view",
893
+ "type": "function"
894
+ },
895
+ {
896
+ "inputs": [],
897
+ "name": "getRelease",
898
+ "outputs": [
899
+ {
900
+ "internalType": "VersionPart",
901
+ "name": "release",
902
+ "type": "uint8"
903
+ }
904
+ ],
905
+ "stateMutability": "pure",
906
+ "type": "function"
907
+ },
908
+ {
909
+ "inputs": [],
910
+ "name": "getToken",
911
+ "outputs": [
912
+ {
913
+ "internalType": "contract IERC20Metadata",
914
+ "name": "token",
915
+ "type": "address"
916
+ }
917
+ ],
918
+ "stateMutability": "view",
919
+ "type": "function"
920
+ },
921
+ {
922
+ "inputs": [],
923
+ "name": "getTokenHandler",
924
+ "outputs": [
925
+ {
926
+ "internalType": "contract TokenHandler",
927
+ "name": "tokenHandler",
928
+ "type": "address"
929
+ }
930
+ ],
931
+ "stateMutability": "view",
932
+ "type": "function"
933
+ },
934
+ {
935
+ "inputs": [],
936
+ "name": "getWallet",
937
+ "outputs": [
938
+ {
939
+ "internalType": "address",
940
+ "name": "walletAddress",
941
+ "type": "address"
942
+ }
943
+ ],
944
+ "stateMutability": "view",
945
+ "type": "function"
946
+ },
947
+ {
948
+ "inputs": [],
949
+ "name": "isConsumingScheduledOp",
950
+ "outputs": [
951
+ {
952
+ "internalType": "bytes4",
953
+ "name": "",
954
+ "type": "bytes4"
955
+ }
956
+ ],
957
+ "stateMutability": "view",
958
+ "type": "function"
959
+ },
960
+ {
961
+ "inputs": [],
962
+ "name": "isNftInterceptor",
963
+ "outputs": [
964
+ {
965
+ "internalType": "bool",
966
+ "name": "isInterceptor",
967
+ "type": "bool"
968
+ }
969
+ ],
970
+ "stateMutability": "view",
971
+ "type": "function"
972
+ },
973
+ {
974
+ "inputs": [],
975
+ "name": "isRegistered",
976
+ "outputs": [
977
+ {
978
+ "internalType": "bool",
979
+ "name": "",
980
+ "type": "bool"
981
+ }
982
+ ],
983
+ "stateMutability": "view",
984
+ "type": "function"
985
+ },
986
+ {
987
+ "inputs": [],
988
+ "name": "linkToRegisteredNftId",
989
+ "outputs": [
990
+ {
991
+ "internalType": "NftId",
992
+ "name": "nftId",
993
+ "type": "uint96"
994
+ }
995
+ ],
996
+ "stateMutability": "nonpayable",
997
+ "type": "function"
998
+ },
999
+ {
1000
+ "inputs": [
1001
+ {
1002
+ "internalType": "NftId",
1003
+ "name": "bundleNftId",
1004
+ "type": "uint96"
1005
+ }
1006
+ ],
1007
+ "name": "lockBundle",
1008
+ "outputs": [],
1009
+ "stateMutability": "nonpayable",
1010
+ "type": "function"
1011
+ },
1012
+ {
1013
+ "inputs": [
1014
+ {
1015
+ "internalType": "address",
1016
+ "name": "from",
1017
+ "type": "address"
1018
+ },
1019
+ {
1020
+ "internalType": "address",
1021
+ "name": "to",
1022
+ "type": "address"
1023
+ },
1024
+ {
1025
+ "internalType": "uint256",
1026
+ "name": "tokenId",
1027
+ "type": "uint256"
1028
+ },
1029
+ {
1030
+ "internalType": "address",
1031
+ "name": "operator",
1032
+ "type": "address"
1033
+ }
1034
+ ],
1035
+ "name": "nftTransferFrom",
1036
+ "outputs": [],
1037
+ "stateMutability": "nonpayable",
1038
+ "type": "function"
1039
+ },
1040
+ {
1041
+ "inputs": [
1042
+ {
1043
+ "internalType": "NftId",
1044
+ "name": "policyNftId",
1045
+ "type": "uint96"
1046
+ },
1047
+ {
1048
+ "internalType": "ClaimId",
1049
+ "name": "claimId",
1050
+ "type": "uint16"
1051
+ },
1052
+ {
1053
+ "internalType": "Amount",
1054
+ "name": "amount",
1055
+ "type": "uint96"
1056
+ }
1057
+ ],
1058
+ "name": "processConfirmedClaim",
1059
+ "outputs": [],
1060
+ "stateMutability": "nonpayable",
1061
+ "type": "function"
1062
+ },
1063
+ {
1064
+ "inputs": [
1065
+ {
1066
+ "internalType": "address",
1067
+ "name": "newAuthority",
1068
+ "type": "address"
1069
+ }
1070
+ ],
1071
+ "name": "setAuthority",
1072
+ "outputs": [],
1073
+ "stateMutability": "nonpayable",
1074
+ "type": "function"
1075
+ },
1076
+ {
1077
+ "inputs": [
1078
+ {
1079
+ "internalType": "NftId",
1080
+ "name": "bundleNftId",
1081
+ "type": "uint96"
1082
+ },
1083
+ {
1084
+ "components": [
1085
+ {
1086
+ "internalType": "UFixed",
1087
+ "name": "fractionalFee",
1088
+ "type": "uint256"
1089
+ },
1090
+ {
1091
+ "internalType": "uint256",
1092
+ "name": "fixedFee",
1093
+ "type": "uint256"
1094
+ }
1095
+ ],
1096
+ "internalType": "struct Fee",
1097
+ "name": "fee",
1098
+ "type": "tuple"
1099
+ }
1100
+ ],
1101
+ "name": "setBundleFee",
1102
+ "outputs": [],
1103
+ "stateMutability": "nonpayable",
1104
+ "type": "function"
1105
+ },
1106
+ {
1107
+ "inputs": [
1108
+ {
1109
+ "components": [
1110
+ {
1111
+ "internalType": "UFixed",
1112
+ "name": "fractionalFee",
1113
+ "type": "uint256"
1114
+ },
1115
+ {
1116
+ "internalType": "uint256",
1117
+ "name": "fixedFee",
1118
+ "type": "uint256"
1119
+ }
1120
+ ],
1121
+ "internalType": "struct Fee",
1122
+ "name": "poolFee",
1123
+ "type": "tuple"
1124
+ },
1125
+ {
1126
+ "components": [
1127
+ {
1128
+ "internalType": "UFixed",
1129
+ "name": "fractionalFee",
1130
+ "type": "uint256"
1131
+ },
1132
+ {
1133
+ "internalType": "uint256",
1134
+ "name": "fixedFee",
1135
+ "type": "uint256"
1136
+ }
1137
+ ],
1138
+ "internalType": "struct Fee",
1139
+ "name": "stakingFee",
1140
+ "type": "tuple"
1141
+ },
1142
+ {
1143
+ "components": [
1144
+ {
1145
+ "internalType": "UFixed",
1146
+ "name": "fractionalFee",
1147
+ "type": "uint256"
1148
+ },
1149
+ {
1150
+ "internalType": "uint256",
1151
+ "name": "fixedFee",
1152
+ "type": "uint256"
1153
+ }
1154
+ ],
1155
+ "internalType": "struct Fee",
1156
+ "name": "performanceFee",
1157
+ "type": "tuple"
1158
+ }
1159
+ ],
1160
+ "name": "setFees",
1161
+ "outputs": [],
1162
+ "stateMutability": "nonpayable",
1163
+ "type": "function"
1164
+ },
1165
+ {
1166
+ "inputs": [
1167
+ {
1168
+ "internalType": "bool",
1169
+ "name": "locked",
1170
+ "type": "bool"
1171
+ }
1172
+ ],
1173
+ "name": "setLocked",
1174
+ "outputs": [],
1175
+ "stateMutability": "nonpayable",
1176
+ "type": "function"
1177
+ },
1178
+ {
1179
+ "inputs": [
1180
+ {
1181
+ "internalType": "Amount",
1182
+ "name": "maxBalanceAmount",
1183
+ "type": "uint96"
1184
+ }
1185
+ ],
1186
+ "name": "setMaxBalanceAmount",
1187
+ "outputs": [],
1188
+ "stateMutability": "nonpayable",
1189
+ "type": "function"
1190
+ },
1191
+ {
1192
+ "inputs": [
1193
+ {
1194
+ "internalType": "address",
1195
+ "name": "newWallet",
1196
+ "type": "address"
1197
+ }
1198
+ ],
1199
+ "name": "setWallet",
1200
+ "outputs": [],
1201
+ "stateMutability": "nonpayable",
1202
+ "type": "function"
1203
+ },
1204
+ {
1205
+ "inputs": [
1206
+ {
1207
+ "internalType": "NftId",
1208
+ "name": "bundleNftId",
1209
+ "type": "uint96"
1210
+ },
1211
+ {
1212
+ "internalType": "Amount",
1213
+ "name": "amount",
1214
+ "type": "uint96"
1215
+ }
1216
+ ],
1217
+ "name": "stake",
1218
+ "outputs": [],
1219
+ "stateMutability": "nonpayable",
1220
+ "type": "function"
1221
+ },
1222
+ {
1223
+ "inputs": [
1224
+ {
1225
+ "internalType": "bytes4",
1226
+ "name": "interfaceId",
1227
+ "type": "bytes4"
1228
+ }
1229
+ ],
1230
+ "name": "supportsInterface",
1231
+ "outputs": [
1232
+ {
1233
+ "internalType": "bool",
1234
+ "name": "",
1235
+ "type": "bool"
1236
+ }
1237
+ ],
1238
+ "stateMutability": "view",
1239
+ "type": "function"
1240
+ },
1241
+ {
1242
+ "inputs": [
1243
+ {
1244
+ "internalType": "NftId",
1245
+ "name": "bundleNftId",
1246
+ "type": "uint96"
1247
+ }
1248
+ ],
1249
+ "name": "unlockBundle",
1250
+ "outputs": [],
1251
+ "stateMutability": "nonpayable",
1252
+ "type": "function"
1253
+ },
1254
+ {
1255
+ "inputs": [
1256
+ {
1257
+ "internalType": "NftId",
1258
+ "name": "bundleNftId",
1259
+ "type": "uint96"
1260
+ },
1261
+ {
1262
+ "internalType": "Amount",
1263
+ "name": "amount",
1264
+ "type": "uint96"
1265
+ }
1266
+ ],
1267
+ "name": "unstake",
1268
+ "outputs": [],
1269
+ "stateMutability": "nonpayable",
1270
+ "type": "function"
1271
+ },
1272
+ {
1273
+ "inputs": [
1274
+ {
1275
+ "internalType": "NftId",
1276
+ "name": "applicationNftId",
1277
+ "type": "uint96"
1278
+ },
1279
+ {
1280
+ "internalType": "NftId",
1281
+ "name": "bundleNftId",
1282
+ "type": "uint96"
1283
+ },
1284
+ {
1285
+ "internalType": "Amount",
1286
+ "name": "collateralizationAmount",
1287
+ "type": "uint96"
1288
+ }
1289
+ ],
1290
+ "name": "verifyApplication",
1291
+ "outputs": [],
1292
+ "stateMutability": "nonpayable",
1293
+ "type": "function"
1294
+ },
1295
+ {
1296
+ "inputs": [
1297
+ {
1298
+ "internalType": "NftId",
1299
+ "name": "bundleNftId",
1300
+ "type": "uint96"
1301
+ },
1302
+ {
1303
+ "internalType": "Amount",
1304
+ "name": "amount",
1305
+ "type": "uint96"
1306
+ }
1307
+ ],
1308
+ "name": "withdrawBundleFees",
1309
+ "outputs": [
1310
+ {
1311
+ "internalType": "Amount",
1312
+ "name": "withdrawnAmount",
1313
+ "type": "uint96"
1314
+ }
1315
+ ],
1316
+ "stateMutability": "nonpayable",
1317
+ "type": "function"
1318
+ },
1319
+ {
1320
+ "inputs": [
1321
+ {
1322
+ "internalType": "Amount",
1323
+ "name": "amount",
1324
+ "type": "uint96"
1325
+ }
1326
+ ],
1327
+ "name": "withdrawFees",
1328
+ "outputs": [
1329
+ {
1330
+ "internalType": "Amount",
1331
+ "name": "withdrawnAmount",
1332
+ "type": "uint96"
1333
+ }
1334
+ ],
1335
+ "stateMutability": "nonpayable",
1336
+ "type": "function"
1337
+ }
1338
+ ],
1339
+ "bytecode": "0x608060405234801561000f575f80fd5b50604051614ac5380380614ac583398101604081905261002e91610f1c565b5f3390506101c1868686866040518060e0016040528073__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561008b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100af9190610fb6565b6001600160601b031681526020015f151581526020015f151581526020015f151581526020015f1515815260200173__$bf7bc340cbb9229ef1de2c568356e67902$__63901717d16040518163ffffffff1660e01b8152600401602060405180830381865af4158015610124573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101489190610fd1565b815260200173__$bf7bc340cbb9229ef1de2c568356e67902$__63901717d16040518163ffffffff1660e01b8152600401602060405180830381865af4158015610194573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101b89190610fd1565b905287876101cc565b50505050505061128b565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156102155750825b90505f826001600160401b031660011480156102305750303b155b90508115801561023e575080155b1561025c5760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561028a57845460ff60401b1916680100000000000000001785555b6102998c8c8c8c8c8c8c6102ed565b83156102df57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050505050565b6102f5610322565b6103198787878787878760405180602001604052805f81525061037260201b60201c565b50505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661037057604051631afcd79f60e31b815260040160405180910390fd5b565b61037a610322565b61039188888888600f60208a015189908989610534565b83517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300805460208701516040880151606089015160808a01516001600160601b039096166001600160681b0319909416939093176c01000000000000000000000000921515929092029190911761ffff60681b1916600160681b9115159190910260ff60701b191617600160701b911515919091021760ff60781b1916600160781b9215159290920291909117815560a08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583015560c08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583025561049d600f610776565b610776565b6004820180546001600160a01b0319166001600160a01b03929092169190911790556104ca610498601f90565b6005820180546001600160a01b0319166001600160a01b03929092169190911790556104f7610498600b90565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610529635a48579360e11b61080d565b505050505050505050565b61053c610322565b5f6105488a8a88610839565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156105ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105de9190610fe8565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b8152905161067e929163bf7e214f9160048083019260209291908290030181865afa158015610638573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061065c9190610fe8565b8c8c8c8c8c8b8b60405180602001604052805f8152508c6108ea60201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa1580156106c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e99190610fe8565b6001820180546001600160a01b03199081166001600160a01b0393841617909155600283018054909116918816919091179055610727610498600b90565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610759634a531f3360e01b61080d565b61076963a9c1bc6f60e01b61080d565b5050505050505050505050565b5f6107896001546001600160a01b031690565b6001600160a01b031663d39e6043836107a0610a02565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156107e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108079190610fe8565b92915050565b610815610322565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c0361085a576108518484600a610a7b565b508290506108e3565b5f6108678585600c610a7b565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156108b4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108db9190810190611049565b602001519150505b9392505050565b6108f2610322565b6001600160a01b038616610919576040516327eab2e360e11b815260040160405180910390fd5b86515f0361093a5760405163591eebf360e11b815260040160405180910390fd5b610948898987878787610b45565b6109518a610bed565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061097d898261119d565b50600181018054861515600160a01b026001600160a81b03199091166001600160a01b038a1617179055600281016109b5838261119d565b506109c0600b610776565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556109f2634a531f3360e01b61080d565b6107696306e9e5ff60e31b61080d565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610a52573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a769190611257565b905090565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015610ac9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610af09190810190611049565b9050610b0781604001518460ff9081169116141590565b15610b3d57604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b610b4d610322565b610b578683610c01565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166001600160681b0319909116176c0100000000000000000000000060ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610be3838261119d565b5050505050505050565b610bf5610322565b610bfe81610c93565b50565b610c09610322565b610c1282610ca4565b610c1a610d70565b6001600160a01b038116610c415760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610c9b610322565b610bfe81610db5565b610cac610322565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015610d02573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d269190611272565b610d4e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b34565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b610d78610322565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6001600160a01b0381168114610bfe575f80fd5b8051610e4781610e28565b919050565b6001600160601b0381168114610bfe575f80fd5b8051610e4781610e4c565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715610ea157610ea1610e6b565b60405290565b5f806001600160401b03841115610ec057610ec0610e6b565b50604051601f19601f85018116603f011681018181106001600160401b0382111715610eee57610eee610e6b565b604052838152905080828401851015610f05575f80fd5b8383602083015e5f60208583010152509392505050565b5f805f805f60a08688031215610f30575f80fd5b8551610f3b81610e28565b6020870151909550610f4c81610e4c565b60408701519094506001600160401b03811115610f67575f80fd5b8601601f81018813610f77575f80fd5b610f8688825160208401610ea7565b9350506060860151610f9781610e28565b6080870151909250610fa881610e28565b809150509295509295909350565b5f60208284031215610fc6575f80fd5b81516108e381610e4c565b5f60208284031215610fe1575f80fd5b5051919050565b5f60208284031215610ff8575f80fd5b81516108e381610e28565b60ff81168114610bfe575f80fd5b8051610e4781611003565b80518015158114610e47575f80fd5b5f82601f83011261103a575f80fd5b6108e383835160208501610ea7565b5f60208284031215611059575f80fd5b81516001600160401b0381111561106e575f80fd5b820160e0818503121561107f575f80fd5b611087610e7f565b61109082610e60565b815261109e60208301610e60565b60208201526110af60408301611011565b60408201526110c06060830161101c565b60608201526110d160808301610e3c565b60808201526110e260a08301610e3c565b60a082015260c08201516001600160401b038111156110ff575f80fd5b61110b8682850161102b565b60c083015250949350505050565b600181811c9082168061112d57607f821691505b60208210810361114b57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561119857805f5260205f20601f840160051c810160208510156111765750805b601f840160051c820191505b81811015611195575f8155600101611182565b50505b505050565b81516001600160401b038111156111b6576111b6610e6b565b6111ca816111c48454611119565b84611151565b6020601f8211600181146111fc575f83156111e55750848201515b5f19600385901b1c1916600184901b178455611195565b5f84815260208120601f198516915b8281101561122b578785015182556020948501946001909201910161120b565b508482101561124857868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215611267575f80fd5b81516108e381611003565b5f60208284031215611282575f80fd5b6108e38261101c565b61382d806112985f395ff3fe608060405234801561000f575f80fd5b506004361061028c575f3560e01c80636c1e9dff11610161578063ad12ad60116100ca578063de7b5d1411610084578063de7b5d141461075e578063deaa59df1461078e578063ea15869f146107a1578063ee378463146107c8578063f3d0e5d2146107db578063fde0a3cd14610804575f80fd5b8063ad12ad6014610701578063ada9652e14610714578063b423086c14610728578063bca99e3914610730578063bf7e214f14610743578063d0d63b091461074b575f80fd5b80638899278a1161011b5780638899278a14610675578063893d20e81461067d5780638f503857146106855780638fb36037146106b857806390edbd35146106d957806392f37d78146106ee575f80fd5b80636c1e9dff146104d65780636f10e8a0146104e957806376b707b7146104fc5780637a9e5e4b14610516578063826787661461052957806385ba83441461053c575f80fd5b806326889b09116102035780635741e5e9116101bd5780635741e5e91461044a5780635ab1bd53146104525780635e1767ea14610463578063636450f514610476578063644c45e0146104895780636bd1c0eb146104a6575f80fd5b806326889b09146103cf5780632eb3e6f4146103e2578063419197fe1461040957806343d752d31461041c5780634deed5791461042457806354e5077914610437575f80fd5b806317d7de7c1161025457806317d7de7c1461035b5780631c6b2190146103705780631eff4b2214610383578063211e28b6146103aa57806321df0da7146103bf57806322366844146103c7575f80fd5b806301ffc9a7146102905780630fec111c146102d15780630ffeecca146102e6578063132996041461031b578063138461e01461033b575b5f80fd5b6102bc61029e3660046129c0565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102d9610817565b6040516102c89190612a1c565b61030d7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830081565b6040519081526020016102c8565b6103236109d5565b6040516001600160a01b0390911681526020016102c8565b610343610a42565b6040516001600160601b0390911681526020016102c8565b610363610a4c565b6040516102c89190612ab0565b61034361037e366004612ad6565b610a5c565b61030d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6103bd6103b8366004612afe565b610aba565b005b610323610b01565b6102bc610b13565b6103bd6103dd366004612b19565b610c09565b61030d7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6103bd610417366004612b64565b610cea565b610323610d3c565b6103bd610432366004612b80565b610d4e565b610343610445366004612b19565b610f0a565b6102bc610fee565b6001546001600160a01b0316610323565b61030d610471366004612d35565b6110ab565b6103bd610484366004612d95565b6110f4565b5f80516020613778833981519152546001600160601b0316610343565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b0316610323565b6103bd6104e4366004612b19565b6111d4565b6103bd6104f7366004612ad6565b6112ad565b61050461138b565b60405160ff90911681526020016102c8565b6103bd610524366004612dc9565b6113ff565b6103bd610537366004612de4565b611481565b61060f6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091527f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583006040805160e08101825282546001600160601b038116825260ff600160601b8204811615156020840152600160681b82048116151593830193909352600160701b8104831615156060830152600160781b900490911615156080820152600182015460a082015260029091015460c0820152919050565b6040516102c891905f60e0820190506001600160601b03835116825260208301511515602083015260408301511515604083015260608301511515606083015260808301511515608083015260a083015160a083015260c083015160c083015292915050565b61030d600381565b6103236114d5565b610698610693366004612e39565b611606565b604080516001600160601b039384168152929091166020830152016102c8565b6106c0611646565b6040516001600160e01b031990911681526020016102c8565b6106e161167b565b6040516102c89190612e75565b6102bc6106fc366004612ed2565b6116a0565b6103bd61070f366004612f6d565b6116cb565b61030d5f8051602061377883398151915281565b6106e161176d565b6103bd61073e366004612ad6565b61177d565b6103236117ca565b6103bd610759366004612ad6565b6117e5565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b0316610323565b6103bd61079c366004612dc9565b6118bd565b61030d7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6103bd6107d6366004612fcc565b61190a565b6107ee6107e9366004612ff9565b611920565b60405164ffffffffff90911681526020016102c8565b6103bd610812366004612ad6565b6119fa565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156108c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108eb9190613030565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016109336114d5565b6001600160a01b031681526020018260010180546109509061304b565b80601f016020809104026020016040519081016040528092919081815260200182805461097c9061304b565b80156109c75780601f1061099e576101008083540402835291602001916109c7565b820191905f5260205f20905b8154815290600101906020018083116109aa57829003601f168201915b505050505081525091505090565b5f6109de610d3c565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3d919061308e565b905090565b5f610a3d30611ad2565b6060610a5661167b565b51919050565b5f610a69335b5f36611ccb565b610a716114d5565b6001600160a01b0316336001600160a01b031614610aa95760405163086391f760e31b81523360048201526024015b60405180910390fd5b610ab282611dc1565b90505b919050565b610ac26114d5565b6001600160a01b0316336001600160a01b031614610af55760405163086391f760e31b8152336004820152602401610aa0565b610afe81611e58565b50565b5f610b0a61167b565b60200151905090565b5f610b266001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b8e9190613030565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610be5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3d91906130b4565b610c1233610a62565b81610c256001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c96919061308e565b6001600160a01b0316336001600160a01b031614610ccb578033604051636efdd32b60e11b8152600401610aa09291906130cf565b82601f610cd88282611ed4565b610ce28585611f8b565b505050505050565b610cf333610a62565b610cfb6114d5565b6001600160a01b0316336001600160a01b031614610d2e5760405163086391f760e31b8152336004820152602401610aa0565b610d38828261201d565b5050565b5f610d4561167b565b60400151905090565b610d5733610a62565b826015610d648282611ed4565b5f610d967fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b60405163bd7d9d8560e01b81526001600160601b0388166004820152909150610e919087906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015610de9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e109190810190613172565b60e00151604051634793b4ab60e01b81526001600160601b038916600482015288906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015610e60573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e879190810190613305565b60400151886116a0565b610eb957604051636b468c9b60e01b81526001600160601b0387166004820152602401610aa0565b604080513081526001600160601b03888116602083015286168183015290517fcca48a0200c526a7c48f1e770c739ef8e82d7b30e26825735858705fbcda4e079181900360600190a1505050505050565b5f610f1433610a62565b82610f276001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f98919061308e565b6001600160a01b0316336001600160a01b031614610fcd578033604051636efdd32b60e11b8152600401610aa09291906130cf565b83601f610fda8282611ed4565b610fe486866120a2565b9695505050505050565b5f610ff7610b13565b1561107b576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa15801561104b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261107291908101906133fe565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b805160208201205f9060ff19906110c4906001906134ce565b6040516020016110d691815260200190565b60405160208183030381529060405280519060200120169050919050565b6110fd33610a62565b816111106001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561115d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611181919061308e565b6001600160a01b0316336001600160a01b0316146111b6578033604051636efdd32b60e11b8152600401610aa09291906130cf565b82601f6111c38282611ed4565b6111cd85856120ef565b5050505050565b6111dd33610a62565b816111f06001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561123d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611261919061308e565b6001600160a01b0316336001600160a01b031614611296578033604051636efdd32b60e11b8152600401610aa09291906130cf565b82601f6112a38282611ed4565b610ce2858561212d565b6112b633610a62565b806112c96001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611316573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061133a919061308e565b6001600160a01b0316336001600160a01b03161461136f578033604051636efdd32b60e11b8152600401610aa09291906130cf565b81601f61137c8282611ed4565b6113858461217a565b50505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156113db573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3d91906134ed565b336114086117ca565b6001600160a01b0316816001600160a01b0316146114435760405162d1953b60e31b81526001600160a01b0382166004820152602401610aa0565b816001600160a01b03163b5f03611478576040516361798f2f60e11b81526001600160a01b0383166004820152602401610aa0565b610d38826121bf565b61148a33610a62565b6114926114d5565b6001600160a01b0316336001600160a01b0316146114c55760405163086391f760e31b8152336004820152602401610aa0565b6114d083838361221f565b505050565b5f805f8051602061377883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611541573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061156591906130b4565b156115f0576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156115c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ea919061308e565b91505090565b54600160601b90046001600160a01b0316919050565b5f8061161133610a62565b5f33905061162f81878660405180602001604052805f8152506122a4565b925061163b838661212d565b915050935093915050565b5f8051602061379883398151915280545f9190600160a01b900460ff1661166d575f6115ea565b638fb3603760e01b91505090565b611683612988565b61168b610b13565b1561169857610a3d61232f565b610a3d61176d565b5f8560156116ae8282611ed4565b85601f6116bb8282611ed4565b5060019998505050505050505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611712573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611736919061308e565b6001600160a01b0316336001600160a01b0316146117685760405162f0630960e01b8152336004820152602401610aa0565b611385565b611775612988565b610a3d61232f565b61178633610a62565b61178e6114d5565b6001600160a01b0316336001600160a01b0316146117c15760405163086391f760e31b8152336004820152602401610aa0565b610afe81612515565b5f80516020613798833981519152546001600160a01b031690565b6117ee33610a62565b806118016001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561184e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611872919061308e565b6001600160a01b0316336001600160a01b0316146118a7578033604051636efdd32b60e11b8152600401610aa09291906130cf565b81601f6118b48282611ed4565b6113858461255a565b6118c633610a62565b6118ce6114d5565b6001600160a01b0316336001600160a01b0316146119015760405163086391f760e31b8152336004820152602401610aa0565b610afe8161259f565b61191333610a62565b8260156111cd8282611ed4565b5f61192a33610a62565b8261193d6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561198a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119ae919061308e565b6001600160a01b0316336001600160a01b0316146119e3578033604051636efdd32b60e11b8152600401610aa09291906130cf565b83601f6119f08282611ed4565b610fe48686612614565b611a0333610a62565b80611a166001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a63573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a87919061308e565b6001600160a01b0316336001600160a01b031614611abc578033604051636efdd32b60e11b8152600401610aa09291906130cf565b81601f611ac98282611ed4565b611385846126b8565b5f805f8051602061377883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611b3e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b6291906130b4565b15611b8e5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610aa0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611be0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c0491906130b4565b611c2c5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610aa0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611c7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ca29190613030565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206137988339815191525f80611d03611ce66117ca565b8730611cf560045f8a8c613508565b611cfe9161352f565b6126fd565b9150915081610ce25763ffffffff811615611d9e57825460ff60a01b1916600160a01b178355611d316117ca565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611d6093929190613567565b5f604051808303815f87803b158015611d77575f80fd5b505af1158015611d89573d5f803e3d5ffd5b5050845460ff60a01b1916855550610ce29050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610aa0565b5f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af1158015611e34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab29190613030565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f035460405163570fd2f360e11b815230600482015282151560248201526001600160a01b039091169063ae1fa5e6906044015b5f604051808303815f87803b158015611ec2575f80fd5b505af11580156111cd573d5f803e3d5ffd5b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611f36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f5a91906130b4565b610d385760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610aa0565b5f805160206137d8833981519152546040516326889b0960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906326889b09906044015b6020604051808303815f875af1158015611ff0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120149190613030565b90505b92915050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015b5f604051808303815f87803b158015612090575f80fd5b505af1158015610ce2573d5f803e3d5ffd5b5f805160206137b8833981519152546040516354e5077960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906354e5077990604401611fd4565b5f805160206137b883398151915254604051630fc7479b60e11b81526001600160a01b0390911690631f8e8f369061207990859085906004016135a6565b5f805160206137d883398151915254604051636c1e9dff60e01b81526001600160601b038481166004830152831660248201525f916001600160a01b031690636c1e9dff90604401611fd4565b5f805160206137b8833981519152546040516306fa456560e01b81526001600160601b03831660048201526001600160a01b03909116906306fa456590602401611eab565b5f8051602061379883398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583035460405163c142a30360e01b81526001600160a01b039091169063c142a30390612272908690869086906004016135cd565b5f604051808303815f87803b158015612289575f80fd5b505af115801561229b573d5f803e3d5ffd5b50505050505050565b5f805160206137b883398151915254604051632ecfc1cb60e21b81525f916001600160a01b03169063bb3f072c906122e6908890889088908890600401613603565b6020604051808303815f875af1158015612302573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123269190613030565b95945050505050565b612337612988565b5f61234a6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561238e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123b29190613030565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561240b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242f91906130b4565b1561250d577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c361248b5f80516020613778833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156124cc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124f39190810190613648565b60408101519092506001600160a01b03161561250d575090565b6115ea612805565b5f805160206137d88339815191525460405163bca99e3960e01b81526001600160601b03831660048201526001600160a01b039091169063bca99e3990602401611eab565b5f805160206137d88339815191525460405163d0d63b0960e01b81526001600160601b03831660048201526001600160a01b039091169063d0d63b0990602401611eab565b6125a76114d5565b6001600160a01b0316336001600160a01b0316146125da5760405163086391f760e31b8152336004820152602401610aa0565b6125e4600b6128f7565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401611eab565b5f7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300600501546040516379e872e960e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063f3d0e5d2906044016020604051808303815f875af1158015612694573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120149190613711565b5f805160206137b88339815191525460405163b5346af560e01b81526001600160601b03831660048201526001600160a01b039091169063b5346af590602401611eab565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161276b919061372c565b5f60405180830381855afa9150503d805f81146127a3576040519150601f19603f3d011682016040523d82523d5f602084013e6127a8565b606091505b509150915081156127fa5760408151106127da57808060200190518101906127d09190613742565b90945092506127fa565b60208151106127fa57808060200190518101906127f791906130b4565b93505b505094509492505050565b61280d612988565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f01805461284a9061304b565b80601f01602080910402602001604051908101604052809291908181526020018280546128769061304b565b80156128c15780601f10612898576101008083540402835291602001916128c1565b820191905f5260205f20905b8154815290600101906020018083116128a457829003601f168201915b505050918352505060018301546001600160a01b031660208201525f60408201526002830180546060909201916109509061304b565b5f61290a6001546001600160a01b031690565b6001600160a01b031663d39e60438361292161138b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612964573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab2919061308e565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f602082840312156129d0575f80fd5b81356001600160e01b0319811681146129e7575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612a64608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612aa86101008401826129ee565b949350505050565b602081525f61201460208301846129ee565b6001600160601b0381168114610afe575f80fd5b5f60208284031215612ae6575f80fd5b81356129e781612ac2565b8015158114610afe575f80fd5b5f60208284031215612b0e575f80fd5b81356129e781612af1565b5f8060408385031215612b2a575f80fd5b8235612b3581612ac2565b91506020830135612b4581612ac2565b809150509250929050565b6001600160a01b0381168114610afe575f80fd5b5f8060408385031215612b75575f80fd5b8235612b3581612b50565b5f805f60608486031215612b92575f80fd5b8335612b9d81612ac2565b92506020840135612bad81612ac2565b91506040840135612bbd81612ac2565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715612bfe57612bfe612bc8565b60405290565b60405161020081016001600160401b0381118282101715612bfe57612bfe612bc8565b60405160c081016001600160401b0381118282101715612bfe57612bfe612bc8565b60405160e081016001600160401b0381118282101715612bfe57612bfe612bc8565b604051608081016001600160401b0381118282101715612bfe57612bfe612bc8565b604051601f8201601f191681016001600160401b0381118282101715612cb557612cb5612bc8565b604052919050565b5f6001600160401b03821115612cd557612cd5612bc8565b50601f01601f191660200190565b5f82601f830112612cf2575f80fd5b8135612d05612d0082612cbd565b612c8d565b818152846020838601011115612d19575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612d45575f80fd5b81356001600160401b03811115612d5a575f80fd5b612aa884828501612ce3565b5f60408284031215612d76575f80fd5b612d7e612bdc565b823581526020928301359281019290925250919050565b5f8060608385031215612da6575f80fd5b8235612db181612ac2565b9150612dc08460208501612d66565b90509250929050565b5f60208284031215612dd9575f80fd5b81356129e781612b50565b5f805f60c08486031215612df6575f80fd5b612e008585612d66565b9250612e0f8560408601612d66565b9150612e1e8560808601612d66565b90509250925092565b64ffffffffff81168114610afe575f80fd5b5f805f60808486031215612e4b575f80fd5b612e558585612d66565b92506040840135612e6581612ac2565b91506060840135612bbd81612e27565b602081525f825160806020840152612e9060a08401826129ee565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f1901608086015290915061232682826129ee565b5f805f805f60a08688031215612ee6575f80fd5b8535612ef181612ac2565b945060208601356001600160401b03811115612f0b575f80fd5b612f1788828901612ce3565b9450506040860135612f2881612ac2565b925060608601356001600160401b03811115612f42575f80fd5b612f4e88828901612ce3565b9250506080860135612f5f81612ac2565b809150509295509295909350565b5f805f8060808587031215612f80575f80fd5b8435612f8b81612b50565b93506020850135612f9b81612b50565b9250604085013591506060850135612fb281612b50565b939692955090935050565b61ffff81168114610afe575f80fd5b5f805f60608486031215612fde575f80fd5b8335612fe981612ac2565b92506020840135612bad81612fbd565b5f806040838503121561300a575f80fd5b823561301581612ac2565b91506020830135612b4581612e27565b8051610ab581612ac2565b5f60208284031215613040575f80fd5b81516129e781612ac2565b600181811c9082168061305f57607f821691505b60208210810361307d57634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610ab581612b50565b5f6020828403121561309e575f80fd5b81516129e781612b50565b8051610ab581612af1565b5f602082840312156130c4575f80fd5b81516129e781612af1565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80516001600160c01b031981168114610ab5575f80fd5b8051610ab581612e27565b5f613120612d0084612cbd565b9050828152838383011115613133575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112613158575f80fd5b61201483835160208501613113565b8051610ab581612fbd565b5f60208284031215613182575f80fd5b81516001600160401b03811115613197575f80fd5b820161020081850312156131a9575f80fd5b6131b1612c04565b6131ba82613025565b81526131c860208301613025565b60208201526131d9604083016130f1565b60408201526131ea606083016130f1565b60608201526131fb60808301613025565b608082015261320c60a08301613025565b60a082015261321d60c08301613108565b60c082015260e08201516001600160401b0381111561323a575f80fd5b61324686828501613149565b60e0830152506101008201516001600160401b03811115613265575f80fd5b61327186828501613149565b610100830152506132856101208301613167565b6101208201526132986101408301613167565b6101408201526132ab6101608301613025565b6101608201526132be6101808301613025565b6101808201526132d16101a08301613108565b6101a08201526132e46101c08301613108565b6101c08201526132f76101e08301613108565b6101e0820152949350505050565b5f60208284031215613315575f80fd5b81516001600160401b0381111561332a575f80fd5b820180840360e081121561333c575f80fd5b613344612c27565b825161334f81612ac2565b81526040601f1983011215613362575f80fd5b61336a612bdc565b6020848101518252604085015181830152820152606083015191506001600160401b03821115613398575f80fd5b6133a486838501613149565b60408201526133b560808401613108565b60608201526133c660a08401613108565b60808201526133d760c08401613108565b60a082015295945050505050565b60ff81168114610afe575f80fd5b8051610ab5816133e5565b5f6020828403121561340e575f80fd5b81516001600160401b03811115613423575f80fd5b820160e08185031215613434575f80fd5b61343c612c49565b61344582613025565b815261345360208301613025565b6020820152613464604083016133f3565b6040820152613475606083016130a9565b606082015261348660808301613083565b608082015261349760a08301613083565b60a082015260c08201516001600160401b038111156134b4575f80fd5b6134c086828501613149565b60c083015250949350505050565b8181038181111561201757634e487b7160e01b5f52601160045260245ffd5b5f602082840312156134fd575f80fd5b81516129e7816133e5565b5f8085851115613516575f80fd5b83861115613522575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613560576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160601b0383168152606081016129e7602083018480518252602090810151910152565b8351815260208085015181830152835160408301528381015160608301528251608083015282015160a082015260c08101612aa8565b6001600160a01b0385168152613626602082018580518252602090810151910152565b64ffffffffff8316606082015260a060808201525f610fe460a08301846129ee565b5f60208284031215613658575f80fd5b81516001600160401b0381111561366d575f80fd5b82016080818503121561367e575f80fd5b613686612c6b565b81516001600160401b0381111561369b575f80fd5b8201601f810186136136ab575f80fd5b6136ba86825160208401613113565b8252506136c960208301613083565b60208201526136da60408301613083565b604082015260608201516001600160401b038111156136f7575f80fd5b61370386828501613149565b606083015250949350505050565b5f60208284031215613721575f80fd5b81516129e781612e27565b5f82518060208501845e5f920191825250919050565b5f8060408385031215613753575f80fd5b825161375e81612af1565b602084015190925063ffffffff81168114612b45575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830525e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58304a26469706673582212203e89253b726cdc67ef0cbcf027386712dd3e9ae7c134696ddb82778be97323ac64736f6c634300081a0033",
1340
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061028c575f3560e01c80636c1e9dff11610161578063ad12ad60116100ca578063de7b5d1411610084578063de7b5d141461075e578063deaa59df1461078e578063ea15869f146107a1578063ee378463146107c8578063f3d0e5d2146107db578063fde0a3cd14610804575f80fd5b8063ad12ad6014610701578063ada9652e14610714578063b423086c14610728578063bca99e3914610730578063bf7e214f14610743578063d0d63b091461074b575f80fd5b80638899278a1161011b5780638899278a14610675578063893d20e81461067d5780638f503857146106855780638fb36037146106b857806390edbd35146106d957806392f37d78146106ee575f80fd5b80636c1e9dff146104d65780636f10e8a0146104e957806376b707b7146104fc5780637a9e5e4b14610516578063826787661461052957806385ba83441461053c575f80fd5b806326889b09116102035780635741e5e9116101bd5780635741e5e91461044a5780635ab1bd53146104525780635e1767ea14610463578063636450f514610476578063644c45e0146104895780636bd1c0eb146104a6575f80fd5b806326889b09146103cf5780632eb3e6f4146103e2578063419197fe1461040957806343d752d31461041c5780634deed5791461042457806354e5077914610437575f80fd5b806317d7de7c1161025457806317d7de7c1461035b5780631c6b2190146103705780631eff4b2214610383578063211e28b6146103aa57806321df0da7146103bf57806322366844146103c7575f80fd5b806301ffc9a7146102905780630fec111c146102d15780630ffeecca146102e6578063132996041461031b578063138461e01461033b575b5f80fd5b6102bc61029e3660046129c0565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102d9610817565b6040516102c89190612a1c565b61030d7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830081565b6040519081526020016102c8565b6103236109d5565b6040516001600160a01b0390911681526020016102c8565b610343610a42565b6040516001600160601b0390911681526020016102c8565b610363610a4c565b6040516102c89190612ab0565b61034361037e366004612ad6565b610a5c565b61030d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6103bd6103b8366004612afe565b610aba565b005b610323610b01565b6102bc610b13565b6103bd6103dd366004612b19565b610c09565b61030d7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6103bd610417366004612b64565b610cea565b610323610d3c565b6103bd610432366004612b80565b610d4e565b610343610445366004612b19565b610f0a565b6102bc610fee565b6001546001600160a01b0316610323565b61030d610471366004612d35565b6110ab565b6103bd610484366004612d95565b6110f4565b5f80516020613778833981519152546001600160601b0316610343565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b0316610323565b6103bd6104e4366004612b19565b6111d4565b6103bd6104f7366004612ad6565b6112ad565b61050461138b565b60405160ff90911681526020016102c8565b6103bd610524366004612dc9565b6113ff565b6103bd610537366004612de4565b611481565b61060f6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091527f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583006040805160e08101825282546001600160601b038116825260ff600160601b8204811615156020840152600160681b82048116151593830193909352600160701b8104831615156060830152600160781b900490911615156080820152600182015460a082015260029091015460c0820152919050565b6040516102c891905f60e0820190506001600160601b03835116825260208301511515602083015260408301511515604083015260608301511515606083015260808301511515608083015260a083015160a083015260c083015160c083015292915050565b61030d600381565b6103236114d5565b610698610693366004612e39565b611606565b604080516001600160601b039384168152929091166020830152016102c8565b6106c0611646565b6040516001600160e01b031990911681526020016102c8565b6106e161167b565b6040516102c89190612e75565b6102bc6106fc366004612ed2565b6116a0565b6103bd61070f366004612f6d565b6116cb565b61030d5f8051602061377883398151915281565b6106e161176d565b6103bd61073e366004612ad6565b61177d565b6103236117ca565b6103bd610759366004612ad6565b6117e5565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b0316610323565b6103bd61079c366004612dc9565b6118bd565b61030d7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6103bd6107d6366004612fcc565b61190a565b6107ee6107e9366004612ff9565b611920565b60405164ffffffffff90911681526020016102c8565b6103bd610812366004612ad6565b6119fa565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156108c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108eb9190613030565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016109336114d5565b6001600160a01b031681526020018260010180546109509061304b565b80601f016020809104026020016040519081016040528092919081815260200182805461097c9061304b565b80156109c75780601f1061099e576101008083540402835291602001916109c7565b820191905f5260205f20905b8154815290600101906020018083116109aa57829003601f168201915b505050505081525091505090565b5f6109de610d3c565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a19573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3d919061308e565b905090565b5f610a3d30611ad2565b6060610a5661167b565b51919050565b5f610a69335b5f36611ccb565b610a716114d5565b6001600160a01b0316336001600160a01b031614610aa95760405163086391f760e31b81523360048201526024015b60405180910390fd5b610ab282611dc1565b90505b919050565b610ac26114d5565b6001600160a01b0316336001600160a01b031614610af55760405163086391f760e31b8152336004820152602401610aa0565b610afe81611e58565b50565b5f610b0a61167b565b60200151905090565b5f610b266001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b8e9190613030565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610be5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3d91906130b4565b610c1233610a62565b81610c256001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c96919061308e565b6001600160a01b0316336001600160a01b031614610ccb578033604051636efdd32b60e11b8152600401610aa09291906130cf565b82601f610cd88282611ed4565b610ce28585611f8b565b505050505050565b610cf333610a62565b610cfb6114d5565b6001600160a01b0316336001600160a01b031614610d2e5760405163086391f760e31b8152336004820152602401610aa0565b610d38828261201d565b5050565b5f610d4561167b565b60400151905090565b610d5733610a62565b826015610d648282611ed4565b5f610d967fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b60405163bd7d9d8560e01b81526001600160601b0388166004820152909150610e919087906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015610de9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e109190810190613172565b60e00151604051634793b4ab60e01b81526001600160601b038916600482015288906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015610e60573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e879190810190613305565b60400151886116a0565b610eb957604051636b468c9b60e01b81526001600160601b0387166004820152602401610aa0565b604080513081526001600160601b03888116602083015286168183015290517fcca48a0200c526a7c48f1e770c739ef8e82d7b30e26825735858705fbcda4e079181900360600190a1505050505050565b5f610f1433610a62565b82610f276001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f74573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f98919061308e565b6001600160a01b0316336001600160a01b031614610fcd578033604051636efdd32b60e11b8152600401610aa09291906130cf565b83601f610fda8282611ed4565b610fe486866120a2565b9695505050505050565b5f610ff7610b13565b1561107b576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa15801561104b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261107291908101906133fe565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b805160208201205f9060ff19906110c4906001906134ce565b6040516020016110d691815260200190565b60405160208183030381529060405280519060200120169050919050565b6110fd33610a62565b816111106001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561115d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611181919061308e565b6001600160a01b0316336001600160a01b0316146111b6578033604051636efdd32b60e11b8152600401610aa09291906130cf565b82601f6111c38282611ed4565b6111cd85856120ef565b5050505050565b6111dd33610a62565b816111f06001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561123d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611261919061308e565b6001600160a01b0316336001600160a01b031614611296578033604051636efdd32b60e11b8152600401610aa09291906130cf565b82601f6112a38282611ed4565b610ce2858561212d565b6112b633610a62565b806112c96001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611316573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061133a919061308e565b6001600160a01b0316336001600160a01b03161461136f578033604051636efdd32b60e11b8152600401610aa09291906130cf565b81601f61137c8282611ed4565b6113858461217a565b50505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156113db573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3d91906134ed565b336114086117ca565b6001600160a01b0316816001600160a01b0316146114435760405162d1953b60e31b81526001600160a01b0382166004820152602401610aa0565b816001600160a01b03163b5f03611478576040516361798f2f60e11b81526001600160a01b0383166004820152602401610aa0565b610d38826121bf565b61148a33610a62565b6114926114d5565b6001600160a01b0316336001600160a01b0316146114c55760405163086391f760e31b8152336004820152602401610aa0565b6114d083838361221f565b505050565b5f805f8051602061377883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611541573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061156591906130b4565b156115f0576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156115c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ea919061308e565b91505090565b54600160601b90046001600160a01b0316919050565b5f8061161133610a62565b5f33905061162f81878660405180602001604052805f8152506122a4565b925061163b838661212d565b915050935093915050565b5f8051602061379883398151915280545f9190600160a01b900460ff1661166d575f6115ea565b638fb3603760e01b91505090565b611683612988565b61168b610b13565b1561169857610a3d61232f565b610a3d61176d565b5f8560156116ae8282611ed4565b85601f6116bb8282611ed4565b5060019998505050505050505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611712573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611736919061308e565b6001600160a01b0316336001600160a01b0316146117685760405162f0630960e01b8152336004820152602401610aa0565b611385565b611775612988565b610a3d61232f565b61178633610a62565b61178e6114d5565b6001600160a01b0316336001600160a01b0316146117c15760405163086391f760e31b8152336004820152602401610aa0565b610afe81612515565b5f80516020613798833981519152546001600160a01b031690565b6117ee33610a62565b806118016001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561184e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611872919061308e565b6001600160a01b0316336001600160a01b0316146118a7578033604051636efdd32b60e11b8152600401610aa09291906130cf565b81601f6118b48282611ed4565b6113858461255a565b6118c633610a62565b6118ce6114d5565b6001600160a01b0316336001600160a01b0316146119015760405163086391f760e31b8152336004820152602401610aa0565b610afe8161259f565b61191333610a62565b8260156111cd8282611ed4565b5f61192a33610a62565b8261193d6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561198a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119ae919061308e565b6001600160a01b0316336001600160a01b0316146119e3578033604051636efdd32b60e11b8152600401610aa09291906130cf565b83601f6119f08282611ed4565b610fe48686612614565b611a0333610a62565b80611a166001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a63573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a87919061308e565b6001600160a01b0316336001600160a01b031614611abc578033604051636efdd32b60e11b8152600401610aa09291906130cf565b81601f611ac98282611ed4565b611385846126b8565b5f805f8051602061377883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611b3e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b6291906130b4565b15611b8e5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610aa0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611be0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c0491906130b4565b611c2c5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610aa0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611c7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ca29190613030565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206137988339815191525f80611d03611ce66117ca565b8730611cf560045f8a8c613508565b611cfe9161352f565b6126fd565b9150915081610ce25763ffffffff811615611d9e57825460ff60a01b1916600160a01b178355611d316117ca565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611d6093929190613567565b5f604051808303815f87803b158015611d77575f80fd5b505af1158015611d89573d5f803e3d5ffd5b5050845460ff60a01b1916855550610ce29050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610aa0565b5f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af1158015611e34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab29190613030565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f035460405163570fd2f360e11b815230600482015282151560248201526001600160a01b039091169063ae1fa5e6906044015b5f604051808303815f87803b158015611ec2575f80fd5b505af11580156111cd573d5f803e3d5ffd5b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611f36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f5a91906130b4565b610d385760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610aa0565b5f805160206137d8833981519152546040516326889b0960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906326889b09906044015b6020604051808303815f875af1158015611ff0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120149190613030565b90505b92915050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015b5f604051808303815f87803b158015612090575f80fd5b505af1158015610ce2573d5f803e3d5ffd5b5f805160206137b8833981519152546040516354e5077960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906354e5077990604401611fd4565b5f805160206137b883398151915254604051630fc7479b60e11b81526001600160a01b0390911690631f8e8f369061207990859085906004016135a6565b5f805160206137d883398151915254604051636c1e9dff60e01b81526001600160601b038481166004830152831660248201525f916001600160a01b031690636c1e9dff90604401611fd4565b5f805160206137b8833981519152546040516306fa456560e01b81526001600160601b03831660048201526001600160a01b03909116906306fa456590602401611eab565b5f8051602061379883398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583035460405163c142a30360e01b81526001600160a01b039091169063c142a30390612272908690869086906004016135cd565b5f604051808303815f87803b158015612289575f80fd5b505af115801561229b573d5f803e3d5ffd5b50505050505050565b5f805160206137b883398151915254604051632ecfc1cb60e21b81525f916001600160a01b03169063bb3f072c906122e6908890889088908890600401613603565b6020604051808303815f875af1158015612302573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123269190613030565b95945050505050565b612337612988565b5f61234a6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa15801561238e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123b29190613030565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561240b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061242f91906130b4565b1561250d577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c361248b5f80516020613778833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156124cc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124f39190810190613648565b60408101519092506001600160a01b03161561250d575090565b6115ea612805565b5f805160206137d88339815191525460405163bca99e3960e01b81526001600160601b03831660048201526001600160a01b039091169063bca99e3990602401611eab565b5f805160206137d88339815191525460405163d0d63b0960e01b81526001600160601b03831660048201526001600160a01b039091169063d0d63b0990602401611eab565b6125a76114d5565b6001600160a01b0316336001600160a01b0316146125da5760405163086391f760e31b8152336004820152602401610aa0565b6125e4600b6128f7565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401611eab565b5f7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300600501546040516379e872e960e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063f3d0e5d2906044016020604051808303815f875af1158015612694573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120149190613711565b5f805160206137b88339815191525460405163b5346af560e01b81526001600160601b03831660048201526001600160a01b039091169063b5346af590602401611eab565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161276b919061372c565b5f60405180830381855afa9150503d805f81146127a3576040519150601f19603f3d011682016040523d82523d5f602084013e6127a8565b606091505b509150915081156127fa5760408151106127da57808060200190518101906127d09190613742565b90945092506127fa565b60208151106127fa57808060200190518101906127f791906130b4565b93505b505094509492505050565b61280d612988565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f01805461284a9061304b565b80601f01602080910402602001604051908101604052809291908181526020018280546128769061304b565b80156128c15780601f10612898576101008083540402835291602001916128c1565b820191905f5260205f20905b8154815290600101906020018083116128a457829003601f168201915b505050918352505060018301546001600160a01b031660208201525f60408201526002830180546060909201916109509061304b565b5f61290a6001546001600160a01b031690565b6001600160a01b031663d39e60438361292161138b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612964573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab2919061308e565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f602082840312156129d0575f80fd5b81356001600160e01b0319811681146129e7575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612a64608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612aa86101008401826129ee565b949350505050565b602081525f61201460208301846129ee565b6001600160601b0381168114610afe575f80fd5b5f60208284031215612ae6575f80fd5b81356129e781612ac2565b8015158114610afe575f80fd5b5f60208284031215612b0e575f80fd5b81356129e781612af1565b5f8060408385031215612b2a575f80fd5b8235612b3581612ac2565b91506020830135612b4581612ac2565b809150509250929050565b6001600160a01b0381168114610afe575f80fd5b5f8060408385031215612b75575f80fd5b8235612b3581612b50565b5f805f60608486031215612b92575f80fd5b8335612b9d81612ac2565b92506020840135612bad81612ac2565b91506040840135612bbd81612ac2565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715612bfe57612bfe612bc8565b60405290565b60405161020081016001600160401b0381118282101715612bfe57612bfe612bc8565b60405160c081016001600160401b0381118282101715612bfe57612bfe612bc8565b60405160e081016001600160401b0381118282101715612bfe57612bfe612bc8565b604051608081016001600160401b0381118282101715612bfe57612bfe612bc8565b604051601f8201601f191681016001600160401b0381118282101715612cb557612cb5612bc8565b604052919050565b5f6001600160401b03821115612cd557612cd5612bc8565b50601f01601f191660200190565b5f82601f830112612cf2575f80fd5b8135612d05612d0082612cbd565b612c8d565b818152846020838601011115612d19575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612d45575f80fd5b81356001600160401b03811115612d5a575f80fd5b612aa884828501612ce3565b5f60408284031215612d76575f80fd5b612d7e612bdc565b823581526020928301359281019290925250919050565b5f8060608385031215612da6575f80fd5b8235612db181612ac2565b9150612dc08460208501612d66565b90509250929050565b5f60208284031215612dd9575f80fd5b81356129e781612b50565b5f805f60c08486031215612df6575f80fd5b612e008585612d66565b9250612e0f8560408601612d66565b9150612e1e8560808601612d66565b90509250925092565b64ffffffffff81168114610afe575f80fd5b5f805f60808486031215612e4b575f80fd5b612e558585612d66565b92506040840135612e6581612ac2565b91506060840135612bbd81612e27565b602081525f825160806020840152612e9060a08401826129ee565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f1901608086015290915061232682826129ee565b5f805f805f60a08688031215612ee6575f80fd5b8535612ef181612ac2565b945060208601356001600160401b03811115612f0b575f80fd5b612f1788828901612ce3565b9450506040860135612f2881612ac2565b925060608601356001600160401b03811115612f42575f80fd5b612f4e88828901612ce3565b9250506080860135612f5f81612ac2565b809150509295509295909350565b5f805f8060808587031215612f80575f80fd5b8435612f8b81612b50565b93506020850135612f9b81612b50565b9250604085013591506060850135612fb281612b50565b939692955090935050565b61ffff81168114610afe575f80fd5b5f805f60608486031215612fde575f80fd5b8335612fe981612ac2565b92506020840135612bad81612fbd565b5f806040838503121561300a575f80fd5b823561301581612ac2565b91506020830135612b4581612e27565b8051610ab581612ac2565b5f60208284031215613040575f80fd5b81516129e781612ac2565b600181811c9082168061305f57607f821691505b60208210810361307d57634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610ab581612b50565b5f6020828403121561309e575f80fd5b81516129e781612b50565b8051610ab581612af1565b5f602082840312156130c4575f80fd5b81516129e781612af1565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80516001600160c01b031981168114610ab5575f80fd5b8051610ab581612e27565b5f613120612d0084612cbd565b9050828152838383011115613133575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112613158575f80fd5b61201483835160208501613113565b8051610ab581612fbd565b5f60208284031215613182575f80fd5b81516001600160401b03811115613197575f80fd5b820161020081850312156131a9575f80fd5b6131b1612c04565b6131ba82613025565b81526131c860208301613025565b60208201526131d9604083016130f1565b60408201526131ea606083016130f1565b60608201526131fb60808301613025565b608082015261320c60a08301613025565b60a082015261321d60c08301613108565b60c082015260e08201516001600160401b0381111561323a575f80fd5b61324686828501613149565b60e0830152506101008201516001600160401b03811115613265575f80fd5b61327186828501613149565b610100830152506132856101208301613167565b6101208201526132986101408301613167565b6101408201526132ab6101608301613025565b6101608201526132be6101808301613025565b6101808201526132d16101a08301613108565b6101a08201526132e46101c08301613108565b6101c08201526132f76101e08301613108565b6101e0820152949350505050565b5f60208284031215613315575f80fd5b81516001600160401b0381111561332a575f80fd5b820180840360e081121561333c575f80fd5b613344612c27565b825161334f81612ac2565b81526040601f1983011215613362575f80fd5b61336a612bdc565b6020848101518252604085015181830152820152606083015191506001600160401b03821115613398575f80fd5b6133a486838501613149565b60408201526133b560808401613108565b60608201526133c660a08401613108565b60808201526133d760c08401613108565b60a082015295945050505050565b60ff81168114610afe575f80fd5b8051610ab5816133e5565b5f6020828403121561340e575f80fd5b81516001600160401b03811115613423575f80fd5b820160e08185031215613434575f80fd5b61343c612c49565b61344582613025565b815261345360208301613025565b6020820152613464604083016133f3565b6040820152613475606083016130a9565b606082015261348660808301613083565b608082015261349760a08301613083565b60a082015260c08201516001600160401b038111156134b4575f80fd5b6134c086828501613149565b60c083015250949350505050565b8181038181111561201757634e487b7160e01b5f52601160045260245ffd5b5f602082840312156134fd575f80fd5b81516129e7816133e5565b5f8085851115613516575f80fd5b83861115613522575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613560576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160601b0383168152606081016129e7602083018480518252602090810151910152565b8351815260208085015181830152835160408301528381015160608301528251608083015282015160a082015260c08101612aa8565b6001600160a01b0385168152613626602082018580518252602090810151910152565b64ffffffffff8316606082015260a060808201525f610fe460a08301846129ee565b5f60208284031215613658575f80fd5b81516001600160401b0381111561366d575f80fd5b82016080818503121561367e575f80fd5b613686612c6b565b81516001600160401b0381111561369b575f80fd5b8201601f810186136136ab575f80fd5b6136ba86825160208401613113565b8252506136c960208301613083565b60208201526136da60408301613083565b604082015260608201516001600160401b038111156136f7575f80fd5b61370386828501613149565b606083015250949350505050565b5f60208284031215613721575f80fd5b81516129e781612e27565b5f82518060208501845e5f920191825250919050565b5f8060408385031215613753575f80fd5b825161375e81612af1565b602084015190925063ffffffff81168114612b45575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830525e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58304a26469706673582212203e89253b726cdc67ef0cbcf027386712dd3e9ae7c134696ddb82778be97323ac64736f6c634300081a0033",
1341
+ "linkReferences": {
1342
+ "contracts/shared/ContractLib.sol": {
1343
+ "ContractLib": [
1344
+ {
1345
+ "length": 20,
1346
+ "start": 3274
1347
+ }
1348
+ ]
1349
+ },
1350
+ "contracts/type/Amount.sol": {
1351
+ "AmountLib": [
1352
+ {
1353
+ "length": 20,
1354
+ "start": 70
1355
+ }
1356
+ ]
1357
+ },
1358
+ "contracts/type/NftId.sol": {
1359
+ "NftIdLib": [
1360
+ {
1361
+ "length": 20,
1362
+ "start": 6938
1363
+ },
1364
+ {
1365
+ "length": 20,
1366
+ "start": 7749
1367
+ },
1368
+ {
1369
+ "length": 20,
1370
+ "start": 10145
1371
+ },
1372
+ {
1373
+ "length": 20,
1374
+ "start": 11678
1375
+ },
1376
+ {
1377
+ "length": 20,
1378
+ "start": 13931
1379
+ }
1380
+ ]
1381
+ },
1382
+ "contracts/type/UFixed.sol": {
1383
+ "UFixedLib": [
1384
+ {
1385
+ "length": 20,
1386
+ "start": 223
1387
+ },
1388
+ {
1389
+ "length": 20,
1390
+ "start": 335
1391
+ }
1392
+ ]
1393
+ },
1394
+ "contracts/type/Version.sol": {
1395
+ "VersionPartLib": [
1396
+ {
1397
+ "length": 20,
1398
+ "start": 2586
1399
+ },
1400
+ {
1401
+ "length": 20,
1402
+ "start": 9787
1403
+ }
1404
+ ]
1405
+ }
1406
+ },
1407
+ "deployedLinkReferences": {
1408
+ "contracts/type/NftId.sol": {
1409
+ "NftIdLib": [
1410
+ {
1411
+ "length": 20,
1412
+ "start": 2178
1413
+ },
1414
+ {
1415
+ "length": 20,
1416
+ "start": 2989
1417
+ },
1418
+ {
1419
+ "length": 20,
1420
+ "start": 5385
1421
+ },
1422
+ {
1423
+ "length": 20,
1424
+ "start": 6918
1425
+ },
1426
+ {
1427
+ "length": 20,
1428
+ "start": 9171
1429
+ }
1430
+ ]
1431
+ },
1432
+ "contracts/type/Version.sol": {
1433
+ "VersionPartLib": [
1434
+ {
1435
+ "length": 20,
1436
+ "start": 5027
1437
+ }
1438
+ ]
1439
+ }
1440
+ }
1441
+ }