@etherisc/gif-next 0.0.2-f626d92-602 → 0.0.2-f634e5c-828

Sign up to get free protection for your applications and to get access to all the features.
Files changed (687) hide show
  1. package/README.md +77 -10
  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/authorization/AccessAdmin.sol/IAccessManagedChecker.json +24 -0
  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/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  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 +1310 -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/{components/IDistributionComponent.sol/IDistributionComponent.json → distribution/Distribution.sol/Distribution.json} +348 -313
  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 +903 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +221 -327
  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 +1415 -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 +1965 -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/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1163 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2267 -0
  56. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  57. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +808 -0
  58. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +350 -1997
  60. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +189 -113
  62. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  63. package/artifacts/contracts/instance/Instance.sol/Instance.json +406 -2791
  64. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1684 -0
  66. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
  68. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1328 -331
  70. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +264 -425
  72. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  73. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +156 -151
  74. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
  76. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  77. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +810 -0
  78. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  80. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  81. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
  82. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  84. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  85. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  86. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  88. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  89. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
  90. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  91. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  92. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  93. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  94. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  95. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  96. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  97. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  98. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +947 -0
  99. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  100. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  101. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  102. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  103. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  104. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +762 -0
  105. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  106. package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → oracle/IOracleService.sol/IOracleService.json} +282 -179
  107. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  108. package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +274 -253
  109. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  110. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +990 -0
  111. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  112. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +766 -0
  113. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  114. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +321 -457
  115. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  116. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
  117. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  118. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1360 -0
  119. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  120. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
  121. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  122. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +323 -60
  123. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  124. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → pool/IPoolComponent.sol/IPoolComponent.json} +346 -281
  125. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  126. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
  127. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  128. package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +387 -436
  129. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  130. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1619 -0
  131. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  132. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +794 -0
  133. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  134. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +806 -0
  135. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  136. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  137. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  138. package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +409 -442
  139. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  140. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  141. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  142. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
  143. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  144. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
  145. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  146. package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +117 -166
  147. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  148. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  149. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  150. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPolicyService.sol/IPolicyService.json} +485 -385
  151. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  152. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
  153. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  154. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +991 -0
  155. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  156. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +41 -62
  157. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  158. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1313 -0
  159. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  160. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +810 -0
  161. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  162. package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
  163. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  164. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  165. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  166. package/artifacts/contracts/product/Product.sol/Product.json +1092 -0
  167. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  168. package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
  169. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  170. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
  171. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  172. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
  173. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  174. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +457 -27
  175. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  176. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +263 -110
  177. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  178. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
  179. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  180. package/artifacts/contracts/registry/Registry.sol/Registry.json +949 -128
  181. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  182. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
  183. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  184. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +349 -245
  185. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  186. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +161 -94
  187. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  188. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  189. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  190. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  191. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  192. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  193. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  194. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -153
  195. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  196. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +292 -204
  197. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  198. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1908 -0
  199. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  200. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +850 -0
  201. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  202. package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +124 -125
  203. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  204. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +488 -0
  205. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  206. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  207. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  208. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  209. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  210. package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +146 -131
  211. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  212. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1467 -0
  213. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  214. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
  215. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  216. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
  217. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  218. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  219. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  220. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -10
  221. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  222. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
  223. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  224. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +28 -6
  225. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  226. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  227. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  228. package/artifacts/contracts/shared/IService.sol/IService.json +46 -6
  229. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  230. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  231. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  232. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +785 -0
  233. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  234. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  235. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  236. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  237. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  238. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  239. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  240. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -70
  241. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  242. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
  243. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  244. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +69 -99
  245. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  246. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
  247. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  248. package/artifacts/contracts/shared/Service.sol/Service.json +58 -112
  249. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  250. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
  251. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  252. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
  253. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  254. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  255. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  256. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → staking/IStaking.sol/IStaking.json} +708 -602
  257. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  258. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  259. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  260. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  261. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  262. package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
  263. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  264. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  265. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  266. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
  267. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  268. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  269. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  270. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
  271. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  272. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
  273. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  274. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  275. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  276. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  277. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  278. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  279. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  280. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  281. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  282. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  283. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  284. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  285. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  286. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  287. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  288. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  289. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  290. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  291. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  292. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  293. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  294. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  295. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  296. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  297. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  298. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  299. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  300. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  301. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  302. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  303. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  304. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  305. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  306. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +180 -0
  307. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  308. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  309. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  310. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  311. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  312. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  313. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  314. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  315. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  316. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  317. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  318. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  319. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  320. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  321. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  322. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  323. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  324. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  325. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  326. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  327. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  328. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
  329. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  330. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  331. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  332. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  333. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  334. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
  335. package/contracts/authorization/AccessAdmin.sol +615 -0
  336. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  337. package/contracts/authorization/Authorization.sol +289 -0
  338. package/contracts/authorization/IAccess.sol +49 -0
  339. package/contracts/authorization/IAccessAdmin.sol +137 -0
  340. package/contracts/authorization/IAuthorization.sol +60 -0
  341. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  342. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  343. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  344. package/contracts/distribution/BasicDistribution.sol +139 -0
  345. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  346. package/contracts/{components → distribution}/Distribution.sol +166 -162
  347. package/contracts/distribution/DistributionService.sol +354 -0
  348. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  349. package/contracts/distribution/IDistributionComponent.sol +52 -0
  350. package/contracts/{instance/service → distribution}/IDistributionService.sol +35 -34
  351. package/contracts/examples/fire/DamageLevel.sol +59 -0
  352. package/contracts/examples/fire/FirePool.sol +86 -0
  353. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  354. package/contracts/examples/fire/FireProduct.sol +431 -0
  355. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  356. package/contracts/examples/fire/FireUSD.sol +26 -0
  357. package/contracts/examples/unpermissioned/SimpleDistribution.sol +65 -0
  358. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  359. package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
  360. package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
  361. package/contracts/instance/BundleSet.sol +130 -0
  362. package/contracts/instance/IInstance.sol +45 -72
  363. package/contracts/instance/IInstanceService.sol +37 -39
  364. package/contracts/instance/Instance.sol +162 -250
  365. package/contracts/instance/InstanceAdmin.sol +288 -0
  366. package/contracts/instance/InstanceAuthorizationV3.sol +218 -0
  367. package/contracts/instance/InstanceReader.sol +351 -61
  368. package/contracts/instance/InstanceService.sol +250 -353
  369. package/contracts/instance/InstanceServiceManager.sol +14 -29
  370. package/contracts/instance/InstanceStore.sol +287 -0
  371. package/contracts/instance/RiskSet.sol +119 -0
  372. package/contracts/instance/base/BalanceStore.sol +123 -0
  373. package/contracts/instance/base/Cloneable.sol +28 -0
  374. package/contracts/instance/base/ObjectCounter.sol +20 -0
  375. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  376. package/contracts/instance/base/ObjectSet.sol +78 -0
  377. package/contracts/instance/module/IAccess.sol +4 -12
  378. package/contracts/instance/module/IBundle.sol +6 -9
  379. package/contracts/instance/module/IComponents.sol +27 -18
  380. package/contracts/instance/module/IDistribution.sol +6 -6
  381. package/contracts/instance/module/IPolicy.sol +48 -35
  382. package/contracts/instance/module/IRisk.sol +2 -1
  383. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  384. package/contracts/oracle/BasicOracle.sol +47 -0
  385. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  386. package/contracts/oracle/IOracle.sol +36 -0
  387. package/contracts/oracle/IOracleComponent.sol +33 -0
  388. package/contracts/oracle/IOracleService.sol +66 -0
  389. package/contracts/oracle/Oracle.sol +156 -0
  390. package/contracts/oracle/OracleService.sol +309 -0
  391. package/contracts/oracle/OracleServiceManager.sol +39 -0
  392. package/contracts/pool/BasicPool.sol +175 -0
  393. package/contracts/pool/BasicPoolAuthorization.sol +68 -0
  394. package/contracts/pool/BundleService.sol +423 -0
  395. package/contracts/pool/BundleServiceManager.sol +39 -0
  396. package/contracts/pool/IBundleService.sol +122 -0
  397. package/contracts/pool/IPoolComponent.sol +62 -0
  398. package/contracts/pool/IPoolService.sol +153 -0
  399. package/contracts/pool/Pool.sol +345 -0
  400. package/contracts/pool/PoolService.sol +612 -0
  401. package/contracts/pool/PoolServiceManager.sol +39 -0
  402. package/contracts/product/ApplicationService.sol +259 -0
  403. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
  404. package/contracts/product/BasicProduct.sol +49 -0
  405. package/contracts/product/BasicProductAuthorization.sol +42 -0
  406. package/contracts/product/ClaimService.sol +614 -0
  407. package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
  408. package/contracts/{instance/service → product}/IApplicationService.sol +19 -35
  409. package/contracts/product/IClaimService.sol +123 -0
  410. package/contracts/product/IPolicyService.sol +90 -0
  411. package/contracts/product/IPricingService.sol +39 -0
  412. package/contracts/product/IProductComponent.sol +59 -0
  413. package/contracts/product/IRiskService.sol +33 -0
  414. package/contracts/product/PolicyService.sol +733 -0
  415. package/contracts/product/PolicyServiceManager.sol +39 -0
  416. package/contracts/product/PricingService.sol +300 -0
  417. package/contracts/product/PricingServiceManager.sol +39 -0
  418. package/contracts/product/Product.sol +427 -0
  419. package/contracts/product/RiskService.sol +107 -0
  420. package/contracts/product/RiskServiceManager.sol +39 -0
  421. package/contracts/registry/ChainNft.sol +79 -40
  422. package/contracts/registry/IRegistry.sol +98 -26
  423. package/contracts/registry/IRegistryService.sol +34 -40
  424. package/contracts/registry/ITransferInterceptor.sol +1 -2
  425. package/contracts/registry/Registry.sol +453 -195
  426. package/contracts/registry/RegistryAdmin.sol +451 -0
  427. package/contracts/registry/RegistryService.sol +87 -128
  428. package/contracts/registry/RegistryServiceManager.sol +23 -32
  429. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  430. package/contracts/registry/ReleaseRegistry.sol +486 -0
  431. package/contracts/registry/ServiceAuthorizationV3.sol +176 -0
  432. package/contracts/registry/TokenRegistry.sol +261 -62
  433. package/contracts/shared/Component.sol +222 -0
  434. package/contracts/shared/ComponentService.sol +869 -0
  435. package/contracts/shared/ComponentServiceManager.sol +38 -0
  436. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  437. package/contracts/shared/ContractLib.sol +224 -0
  438. package/contracts/shared/IComponent.sol +67 -0
  439. package/contracts/shared/IComponentService.sol +134 -0
  440. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  441. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  442. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  443. package/contracts/shared/INftOwnable.sol +4 -2
  444. package/contracts/shared/IPolicyHolder.sol +23 -14
  445. package/contracts/shared/IRegisterable.sol +11 -0
  446. package/contracts/shared/IRegistryLinked.sol +0 -1
  447. package/contracts/shared/IService.sol +12 -3
  448. package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
  449. package/contracts/shared/InstanceLinkedComponent.sol +197 -0
  450. package/contracts/shared/KeyValueStore.sol +131 -0
  451. package/contracts/shared/Lifecycle.sol +88 -0
  452. package/contracts/shared/NftIdSet.sol +65 -0
  453. package/contracts/shared/NftOwnable.sol +32 -25
  454. package/contracts/shared/PolicyHolder.sol +22 -41
  455. package/contracts/shared/Registerable.sol +32 -23
  456. package/contracts/shared/RegistryLinked.sol +9 -19
  457. package/contracts/shared/Service.sol +48 -36
  458. package/contracts/shared/TokenHandler.sol +368 -12
  459. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  460. package/contracts/staking/IStaking.sol +173 -0
  461. package/contracts/staking/IStakingService.sol +157 -0
  462. package/contracts/staking/StakeManagerLib.sol +224 -0
  463. package/contracts/staking/Staking.sol +505 -0
  464. package/contracts/staking/StakingLifecycle.sol +23 -0
  465. package/contracts/staking/StakingManager.sol +52 -0
  466. package/contracts/staking/StakingReader.sol +190 -0
  467. package/contracts/staking/StakingService.sol +440 -0
  468. package/contracts/staking/StakingServiceManager.sol +44 -0
  469. package/contracts/staking/StakingStore.sol +605 -0
  470. package/contracts/staking/TargetManagerLib.sol +211 -0
  471. package/contracts/{types → type}/AddressSet.sol +1 -1
  472. package/contracts/type/Amount.sol +150 -0
  473. package/contracts/{types → type}/Blocknumber.sol +26 -3
  474. package/contracts/{types → type}/ClaimId.sol +31 -3
  475. package/contracts/{types → type}/Fee.sol +24 -22
  476. package/contracts/{types → type}/Key32.sol +2 -2
  477. package/contracts/type/Key32Set.sol +62 -0
  478. package/contracts/{types → type}/NftId.sol +21 -16
  479. package/contracts/{types → type}/NftIdSet.sol +2 -2
  480. package/contracts/type/ObjectType.sol +278 -0
  481. package/contracts/type/PayoutId.sol +82 -0
  482. package/contracts/{types → type}/Referral.sol +2 -1
  483. package/contracts/type/RequestId.sol +75 -0
  484. package/contracts/{types → type}/RiskId.sol +31 -5
  485. package/contracts/type/RoleId.sol +162 -0
  486. package/contracts/type/Seconds.sol +101 -0
  487. package/contracts/type/Selector.sol +102 -0
  488. package/contracts/{types → type}/StateId.sol +47 -4
  489. package/contracts/type/String.sol +53 -0
  490. package/contracts/{types → type}/Timestamp.sol +21 -2
  491. package/contracts/{types → type}/UFixed.sol +40 -121
  492. package/contracts/{types → type}/Version.sol +4 -2
  493. package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
  494. package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
  495. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  496. package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
  497. package/package.json +11 -7
  498. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  499. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  500. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  501. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  502. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  503. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  504. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  505. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  506. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  507. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  508. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  509. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
  510. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  511. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  512. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
  513. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  514. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
  515. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  516. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  517. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  518. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  519. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
  520. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  521. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
  522. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  523. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  524. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  525. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  526. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
  527. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  528. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
  529. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  530. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
  531. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  532. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
  533. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  534. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
  535. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  536. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
  537. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  538. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
  539. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  540. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
  541. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  542. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  543. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  544. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  545. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  546. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  547. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  548. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  549. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
  550. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  551. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
  552. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  553. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
  554. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  555. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
  556. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  557. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
  558. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  559. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
  560. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  561. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  562. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  563. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
  564. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  565. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  566. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  567. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  568. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  569. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  570. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
  571. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  572. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  573. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  574. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  575. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  576. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  577. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
  578. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  579. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  580. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  581. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
  582. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  583. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  584. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  585. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  586. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  587. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  588. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  589. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  590. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  591. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  592. package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
  593. package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
  594. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  595. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  596. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  597. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  598. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  599. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
  600. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  601. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  602. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  603. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
  604. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  605. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  606. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  607. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
  608. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  609. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  610. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  611. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  612. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  613. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  614. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  615. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
  616. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  617. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
  618. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  619. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  620. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  621. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  622. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
  623. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
  624. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  625. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  626. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  627. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
  628. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  629. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  630. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  631. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  632. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  633. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  634. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  635. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  636. package/contracts/components/Component.sol +0 -253
  637. package/contracts/components/IComponent.sol +0 -76
  638. package/contracts/components/IDistributionComponent.sol +0 -71
  639. package/contracts/components/IPoolComponent.sol +0 -113
  640. package/contracts/components/IProductComponent.sol +0 -40
  641. package/contracts/components/Pool.sol +0 -303
  642. package/contracts/components/Product.sol +0 -293
  643. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
  644. package/contracts/instance/BundleManager.sol +0 -127
  645. package/contracts/instance/Cloneable.sol +0 -51
  646. package/contracts/instance/InstanceAccessManager.sol +0 -527
  647. package/contracts/instance/ObjectManager.sol +0 -82
  648. package/contracts/instance/base/ComponentService.sol +0 -121
  649. package/contracts/instance/base/KeyValueStore.sol +0 -180
  650. package/contracts/instance/base/Lifecycle.sol +0 -109
  651. package/contracts/instance/module/ISetup.sol +0 -33
  652. package/contracts/instance/module/ITreasury.sol +0 -23
  653. package/contracts/instance/service/ApplicationService.sol +0 -350
  654. package/contracts/instance/service/BundleService.sol +0 -431
  655. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  656. package/contracts/instance/service/ClaimService.sol +0 -151
  657. package/contracts/instance/service/DistributionService.sol +0 -435
  658. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  659. package/contracts/instance/service/IBundleService.sol +0 -93
  660. package/contracts/instance/service/IClaimService.sol +0 -61
  661. package/contracts/instance/service/IPolicyService.sol +0 -72
  662. package/contracts/instance/service/IPoolService.sol +0 -99
  663. package/contracts/instance/service/IProductService.sol +0 -40
  664. package/contracts/instance/service/PolicyService.sol +0 -362
  665. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  666. package/contracts/instance/service/PoolService.sol +0 -303
  667. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  668. package/contracts/instance/service/ProductService.sol +0 -210
  669. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  670. package/contracts/registry/RegistryAccessManager.sol +0 -216
  671. package/contracts/registry/ReleaseManager.sol +0 -324
  672. package/contracts/shared/ContractDeployerLib.sol +0 -72
  673. package/contracts/test/TestFee.sol +0 -25
  674. package/contracts/test/TestRegisterable.sol +0 -18
  675. package/contracts/test/TestRoleId.sol +0 -14
  676. package/contracts/test/TestService.sol +0 -25
  677. package/contracts/test/TestToken.sol +0 -26
  678. package/contracts/test/TestVersion.sol +0 -44
  679. package/contracts/test/TestVersionable.sol +0 -17
  680. package/contracts/types/Amount.sol +0 -60
  681. package/contracts/types/ChainId.sol +0 -38
  682. package/contracts/types/NumberId.sol +0 -52
  683. package/contracts/types/ObjectType.sol +0 -157
  684. package/contracts/types/PayoutId.sol +0 -54
  685. package/contracts/types/RoleId.sol +0 -97
  686. package/contracts/types/Seconds.sol +0 -54
  687. /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -0,0 +1,1415 @@
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": "Amount",
1169
+ "name": "maxBalanceAmount",
1170
+ "type": "uint96"
1171
+ }
1172
+ ],
1173
+ "name": "setMaxBalanceAmount",
1174
+ "outputs": [],
1175
+ "stateMutability": "nonpayable",
1176
+ "type": "function"
1177
+ },
1178
+ {
1179
+ "inputs": [
1180
+ {
1181
+ "internalType": "NftId",
1182
+ "name": "bundleNftId",
1183
+ "type": "uint96"
1184
+ },
1185
+ {
1186
+ "internalType": "Amount",
1187
+ "name": "amount",
1188
+ "type": "uint96"
1189
+ }
1190
+ ],
1191
+ "name": "stake",
1192
+ "outputs": [],
1193
+ "stateMutability": "nonpayable",
1194
+ "type": "function"
1195
+ },
1196
+ {
1197
+ "inputs": [
1198
+ {
1199
+ "internalType": "bytes4",
1200
+ "name": "interfaceId",
1201
+ "type": "bytes4"
1202
+ }
1203
+ ],
1204
+ "name": "supportsInterface",
1205
+ "outputs": [
1206
+ {
1207
+ "internalType": "bool",
1208
+ "name": "",
1209
+ "type": "bool"
1210
+ }
1211
+ ],
1212
+ "stateMutability": "view",
1213
+ "type": "function"
1214
+ },
1215
+ {
1216
+ "inputs": [
1217
+ {
1218
+ "internalType": "NftId",
1219
+ "name": "bundleNftId",
1220
+ "type": "uint96"
1221
+ }
1222
+ ],
1223
+ "name": "unlockBundle",
1224
+ "outputs": [],
1225
+ "stateMutability": "nonpayable",
1226
+ "type": "function"
1227
+ },
1228
+ {
1229
+ "inputs": [
1230
+ {
1231
+ "internalType": "NftId",
1232
+ "name": "bundleNftId",
1233
+ "type": "uint96"
1234
+ },
1235
+ {
1236
+ "internalType": "Amount",
1237
+ "name": "amount",
1238
+ "type": "uint96"
1239
+ }
1240
+ ],
1241
+ "name": "unstake",
1242
+ "outputs": [],
1243
+ "stateMutability": "nonpayable",
1244
+ "type": "function"
1245
+ },
1246
+ {
1247
+ "inputs": [
1248
+ {
1249
+ "internalType": "NftId",
1250
+ "name": "applicationNftId",
1251
+ "type": "uint96"
1252
+ },
1253
+ {
1254
+ "internalType": "NftId",
1255
+ "name": "bundleNftId",
1256
+ "type": "uint96"
1257
+ },
1258
+ {
1259
+ "internalType": "Amount",
1260
+ "name": "collateralizationAmount",
1261
+ "type": "uint96"
1262
+ }
1263
+ ],
1264
+ "name": "verifyApplication",
1265
+ "outputs": [],
1266
+ "stateMutability": "nonpayable",
1267
+ "type": "function"
1268
+ },
1269
+ {
1270
+ "inputs": [
1271
+ {
1272
+ "internalType": "NftId",
1273
+ "name": "bundleNftId",
1274
+ "type": "uint96"
1275
+ },
1276
+ {
1277
+ "internalType": "Amount",
1278
+ "name": "amount",
1279
+ "type": "uint96"
1280
+ }
1281
+ ],
1282
+ "name": "withdrawBundleFees",
1283
+ "outputs": [
1284
+ {
1285
+ "internalType": "Amount",
1286
+ "name": "withdrawnAmount",
1287
+ "type": "uint96"
1288
+ }
1289
+ ],
1290
+ "stateMutability": "nonpayable",
1291
+ "type": "function"
1292
+ },
1293
+ {
1294
+ "inputs": [
1295
+ {
1296
+ "internalType": "Amount",
1297
+ "name": "amount",
1298
+ "type": "uint96"
1299
+ }
1300
+ ],
1301
+ "name": "withdrawFees",
1302
+ "outputs": [
1303
+ {
1304
+ "internalType": "Amount",
1305
+ "name": "withdrawnAmount",
1306
+ "type": "uint96"
1307
+ }
1308
+ ],
1309
+ "stateMutability": "nonpayable",
1310
+ "type": "function"
1311
+ }
1312
+ ],
1313
+ "bytecode": "0x608060405234801561000f575f80fd5b5060405161486938038061486983398101604081905261002e91610f1c565b5f3390506101c1868686866040518060e0016040528073__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561008b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100af9190610fb6565b6001600160601b031681526020015f151581526020015f151581526020015f151581526020015f1515815260200173__$bf7bc340cbb9229ef1de2c568356e67902$__63901717d16040518163ffffffff1660e01b8152600401602060405180830381865af4158015610124573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101489190610fd1565b815260200173__$bf7bc340cbb9229ef1de2c568356e67902$__63901717d16040518163ffffffff1660e01b8152600401602060405180830381865af4158015610194573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101b89190610fd1565b905287876101cc565b50505050505061128b565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156102155750825b90505f826001600160401b031660011480156102305750303b155b90508115801561023e575080155b1561025c5760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561028a57845460ff60401b1916680100000000000000001785555b6102998c8c8c8c8c8c8c6102ed565b83156102df57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050505050565b6102f5610322565b6103198787878787878760405180602001604052805f81525061037260201b60201c565b50505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661037057604051631afcd79f60e31b815260040160405180910390fd5b565b61037a610322565b61039188888888600f60208a015189908989610534565b83517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300805460208701516040880151606089015160808a01516001600160601b039096166001600160681b0319909416939093176c01000000000000000000000000921515929092029190911761ffff60681b1916600160681b9115159190910260ff60701b191617600160701b911515919091021760ff60781b1916600160781b9215159290920291909117815560a08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583015560c08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583025561049d600f610776565b610776565b6004820180546001600160a01b0319166001600160a01b03929092169190911790556104ca610498601f90565b6005820180546001600160a01b0319166001600160a01b03929092169190911790556104f7610498600b90565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610529635a48579360e11b61080d565b505050505050505050565b61053c610322565b5f6105488a8a88610839565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156105ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105de9190610fe8565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b8152905161067e929163bf7e214f9160048083019260209291908290030181865afa158015610638573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061065c9190610fe8565b8c8c8c8c8c8b8b60405180602001604052805f8152508c6108ea60201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa1580156106c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e99190610fe8565b6001820180546001600160a01b03199081166001600160a01b0393841617909155600283018054909116918816919091179055610727610498600b90565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610759634a531f3360e01b61080d565b61076963a9c1bc6f60e01b61080d565b5050505050505050505050565b5f6107896001546001600160a01b031690565b6001600160a01b031663d39e6043836107a0610a02565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156107e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108079190610fe8565b92915050565b610815610322565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c0361085a576108518484600a610a7b565b508290506108e3565b5f6108678585600c610a7b565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156108b4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108db9190810190611049565b602001519150505b9392505050565b6108f2610322565b6001600160a01b038616610919576040516327eab2e360e11b815260040160405180910390fd5b86515f0361093a5760405163591eebf360e11b815260040160405180910390fd5b610948898987878787610b45565b6109518a610bed565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061097d898261119d565b50600181018054861515600160a01b026001600160a81b03199091166001600160a01b038a1617179055600281016109b5838261119d565b506109c0600b610776565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556109f2634a531f3360e01b61080d565b610769633b6f5c0360e11b61080d565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610a52573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a769190611257565b905090565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015610ac9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610af09190810190611049565b9050610b0781604001518460ff9081169116141590565b15610b3d57604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b610b4d610322565b610b578683610c01565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166001600160681b0319909116176c0100000000000000000000000060ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610be3838261119d565b5050505050505050565b610bf5610322565b610bfe81610c93565b50565b610c09610322565b610c1282610ca4565b610c1a610d70565b6001600160a01b038116610c415760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610c9b610322565b610bfe81610db5565b610cac610322565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015610d02573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d269190611272565b610d4e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b34565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b610d78610322565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6001600160a01b0381168114610bfe575f80fd5b8051610e4781610e28565b919050565b6001600160601b0381168114610bfe575f80fd5b8051610e4781610e4c565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715610ea157610ea1610e6b565b60405290565b5f806001600160401b03841115610ec057610ec0610e6b565b50604051601f19601f85018116603f011681018181106001600160401b0382111715610eee57610eee610e6b565b604052838152905080828401851015610f05575f80fd5b8383602083015e5f60208583010152509392505050565b5f805f805f60a08688031215610f30575f80fd5b8551610f3b81610e28565b6020870151909550610f4c81610e4c565b60408701519094506001600160401b03811115610f67575f80fd5b8601601f81018813610f77575f80fd5b610f8688825160208401610ea7565b9350506060860151610f9781610e28565b6080870151909250610fa881610e28565b809150509295509295909350565b5f60208284031215610fc6575f80fd5b81516108e381610e4c565b5f60208284031215610fe1575f80fd5b5051919050565b5f60208284031215610ff8575f80fd5b81516108e381610e28565b60ff81168114610bfe575f80fd5b8051610e4781611003565b80518015158114610e47575f80fd5b5f82601f83011261103a575f80fd5b6108e383835160208501610ea7565b5f60208284031215611059575f80fd5b81516001600160401b0381111561106e575f80fd5b820160e0818503121561107f575f80fd5b611087610e7f565b61109082610e60565b815261109e60208301610e60565b60208201526110af60408301611011565b60408201526110c06060830161101c565b60608201526110d160808301610e3c565b60808201526110e260a08301610e3c565b60a082015260c08201516001600160401b038111156110ff575f80fd5b61110b8682850161102b565b60c083015250949350505050565b600181811c9082168061112d57607f821691505b60208210810361114b57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561119857805f5260205f20601f840160051c810160208510156111765750805b601f840160051c820191505b81811015611195575f8155600101611182565b50505b505050565b81516001600160401b038111156111b6576111b6610e6b565b6111ca816111c48454611119565b84611151565b6020601f8211600181146111fc575f83156111e55750848201515b5f19600385901b1c1916600184901b178455611195565b5f84815260208120601f198516915b8281101561122b578785015182556020948501946001909201910161120b565b508482101561124857868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215611267575f80fd5b81516108e381611003565b5f60208284031215611282575f80fd5b6108e38261101c565b6135d1806112985f395ff3fe608060405234801561000f575f80fd5b5060043610610276575f3560e01c80636c1e9dff1161015657806392f37d78116100ca578063d0d63b0911610084578063d0d63b0914610722578063de7b5d1414610735578063ea15869f14610765578063ee3784631461078c578063f3d0e5d21461079f578063fde0a3cd146107c8575f80fd5b806392f37d78146106c5578063ad12ad60146106d8578063ada9652e146106eb578063b423086c146106ff578063bca99e3914610707578063bf7e214f1461071a575f80fd5b806385ba83441161011b57806385ba8344146105135780638899278a1461064c578063893d20e8146106545780638f5038571461065c5780638fb360371461068f57806390edbd35146106b0575f80fd5b80636c1e9dff146104ad5780636f10e8a0146104c057806376b707b7146104d35780637a9e5e4b146104ed5780638267876614610500575f80fd5b80632eb3e6f4116101ed5780635741e5e9116101b25780635741e5e9146104215780635ab1bd53146104295780635e1767ea1461043a578063636450f51461044d578063644c45e0146104605780636bd1c0eb1461047d575f80fd5b80632eb3e6f4146103b9578063419197fe146103e057806343d752d3146103f35780634deed579146103fb57806354e507791461040e575f80fd5b806317d7de7c1161023e57806317d7de7c146103455780631c6b21901461035a5780631eff4b221461036d57806321df0da714610394578063223668441461039c57806326889b09146103a4575f80fd5b806301ffc9a71461027a5780630fec111c146102bb5780630ffeecca146102d05780631329960414610305578063138461e014610325575b5f80fd5b6102a661028836600461278d565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102c36107db565b6040516102b291906127e9565b6102f77f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830081565b6040519081526020016102b2565b61030d610999565b6040516001600160a01b0390911681526020016102b2565b61032d610a06565b6040516001600160601b0390911681526020016102b2565b61034d610a10565b6040516102b2919061287d565b61032d6103683660046128a3565b610a20565b6102f77f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61030d610a7e565b6102a6610a90565b6103b76103b23660046128be565b610b86565b005b6102f77fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6103b76103ee366004612909565b610c67565b61030d610cb0565b6103b7610409366004612925565b610cc2565b61032d61041c3660046128be565b610e7e565b6102a6610f62565b6001546001600160a01b031661030d565b6102f7610448366004612ada565b61101f565b6103b761045b366004612b3a565b611068565b5f8051602061351c833981519152546001600160601b031661032d565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b031661030d565b6103b76104bb3660046128be565b611148565b6103b76104ce3660046128a3565b611221565b6104db6112ff565b60405160ff90911681526020016102b2565b6103b76104fb366004612b6e565b611373565b6103b761050e366004612b89565b6113f5565b6105e66040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091527f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583006040805160e08101825282546001600160601b038116825260ff600160601b8204811615156020840152600160681b82048116151593830193909352600160701b8104831615156060830152600160781b900490911615156080820152600182015460a082015260029091015460c0820152919050565b6040516102b291905f60e0820190506001600160601b03835116825260208301511515602083015260408301511515604083015260608301511515606083015260808301511515608083015260a083015160a083015260c083015160c083015292915050565b6102f7600381565b61030d611449565b61066f61066a366004612bde565b61157a565b604080516001600160601b039384168152929091166020830152016102b2565b6106976115ba565b6040516001600160e01b031990911681526020016102b2565b6106b86115ef565b6040516102b29190612c1a565b6102a66106d3366004612c77565b611614565b6103b76106e6366004612d12565b61163f565b6102f75f8051602061351c83398151915281565b6106b86116e1565b6103b76107153660046128a3565b6116f1565b61030d611741565b6103b76107303660046128a3565b61175c565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b031661030d565b6102f77fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6103b761079a366004612d71565b611834565b6107b26107ad366004612d9e565b61184a565b60405164ffffffffff90911681526020016102b2565b6103b76107d63660046128a3565b611924565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561088b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108af9190612dd5565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016108f7611449565b6001600160a01b0316815260200182600101805461091490612df0565b80601f016020809104026020016040519081016040528092919081815260200182805461094090612df0565b801561098b5780601f106109625761010080835404028352916020019161098b565b820191905f5260205f20905b81548152906001019060200180831161096e57829003601f168201915b505050505081525091505090565b5f6109a2610cb0565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a019190612e33565b905090565b5f610a01306119fc565b6060610a1a6115ef565b51919050565b5f610a29611449565b6001600160a01b0316336001600160a01b031614610a615760405163086391f760e31b81523360048201526024015b60405180910390fd5b610a6d335b5f36611bf5565b610a7682611ceb565b90505b919050565b5f610a876115ef565b60200151905090565b5f610aa36001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610ae7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b0b9190612dd5565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a019190612e5d565b610b8f33610a66565b81610ba26001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610bef573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c139190612e33565b6001600160a01b0316336001600160a01b031614610c48578033604051636efdd32b60e11b8152600401610a58929190612e76565b82601f610c558282611d82565b610c5f8585611e39565b505050505050565b610c6f611449565b6001600160a01b0316336001600160a01b031614610ca25760405163086391f760e31b8152336004820152602401610a58565b610cac8282611ecb565b5050565b5f610cb96115ef565b60400151905090565b610ccb33610a66565b826015610cd88282611d82565b5f610d0a7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b60405163bd7d9d8560e01b81526001600160601b0388166004820152909150610e059087906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015610d5d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d849190810190612f19565b60e00151604051634793b4ab60e01b81526001600160601b038916600482015288906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015610dd4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610dfb91908101906130ac565b6040015188611614565b610e2d57604051636b468c9b60e01b81526001600160601b0387166004820152602401610a58565b604080513081526001600160601b03888116602083015286168183015290517fcca48a0200c526a7c48f1e770c739ef8e82d7b30e26825735858705fbcda4e079181900360600190a1505050505050565b5f610e8833610a66565b82610e9b6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610ee8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0c9190612e33565b6001600160a01b0316336001600160a01b031614610f41578033604051636efdd32b60e11b8152600401610a58929190612e76565b83601f610f4e8282611d82565b610f588686611f50565b9695505050505050565b5f610f6b610a90565b15610fef576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610fbf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610fe691908101906131a5565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b805160208201205f9060ff199061103890600190613275565b60405160200161104a91815260200190565b60405160208183030381529060405280519060200120169050919050565b61107133610a66565b816110846001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f59190612e33565b6001600160a01b0316336001600160a01b03161461112a578033604051636efdd32b60e11b8152600401610a58929190612e76565b82601f6111378282611d82565b6111418585611f9d565b5050505050565b61115133610a66565b816111646001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156111b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111d59190612e33565b6001600160a01b0316336001600160a01b03161461120a578033604051636efdd32b60e11b8152600401610a58929190612e76565b82601f6112178282611d82565b610c5f8585611fdb565b61122a33610a66565b8061123d6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561128a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ae9190612e33565b6001600160a01b0316336001600160a01b0316146112e3578033604051636efdd32b60e11b8152600401610a58929190612e76565b81601f6112f08282611d82565b6112f984612028565b50505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561134f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a019190613294565b3361137c611741565b6001600160a01b0316816001600160a01b0316146113b75760405162d1953b60e31b81526001600160a01b0382166004820152602401610a58565b816001600160a01b03163b5f036113ec576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a58565b610cac82612092565b6113fe33610a66565b611406611449565b6001600160a01b0316336001600160a01b0316146114395760405163086391f760e31b8152336004820152602401610a58565b6114448383836120f2565b505050565b5f805f8051602061351c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114d99190612e5d565b15611564576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561153a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155e9190612e33565b91505090565b54600160601b90046001600160a01b0316919050565b5f8061158533610a66565b5f3390506115a381878660405180602001604052805f815250612177565b92506115af8386611fdb565b915050935093915050565b5f8051602061353c83398151915280545f9190600160a01b900460ff166115e1575f61155e565b638fb3603760e01b91505090565b6115f7612755565b6115ff610a90565b1561160c57610a01612202565b610a016116e1565b5f8560156116228282611d82565b85601f61162f8282611d82565b5060019998505050505050505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611686573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116aa9190612e33565b6001600160a01b0316336001600160a01b0316146116dc5760405162f0630960e01b8152336004820152602401610a58565b6112f9565b6116e9612755565b610a01612202565b6116fa33610a66565b611702611449565b6001600160a01b0316336001600160a01b0316146117355760405163086391f760e31b8152336004820152602401610a58565b61173e816123e8565b50565b5f8051602061353c833981519152546001600160a01b031690565b61176533610a66565b806117786001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156117c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117e99190612e33565b6001600160a01b0316336001600160a01b03161461181e578033604051636efdd32b60e11b8152600401610a58929190612e76565b81601f61182b8282611d82565b6112f98461242d565b61183d33610a66565b8260156111418282611d82565b5f61185433610a66565b826118676001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156118b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118d89190612e33565b6001600160a01b0316336001600160a01b03161461190d578033604051636efdd32b60e11b8152600401610a58929190612e76565b83601f61191a8282611d82565b610f588686612472565b61192d33610a66565b806119406001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561198d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b19190612e33565b6001600160a01b0316336001600160a01b0316146119e6578033604051636efdd32b60e11b8152600401610a58929190612e76565b81601f6119f38282611d82565b6112f984612516565b5f805f8051602061351c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a8c9190612e5d565b15611ab85780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a58565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611b0a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b2e9190612e5d565b611b565760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a58565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611ba8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bcc9190612dd5565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8051602061353c8339815191525f80611c2d611c10611741565b8730611c1f60045f8a8c6132af565b611c28916132d6565b61255b565b9150915081610c5f5763ffffffff811615611cc857825460ff60a01b1916600160a01b178355611c5b611741565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611c8a9392919061330e565b5f604051808303815f87803b158015611ca1575f80fd5b505af1158015611cb3573d5f803e3d5ffd5b5050845460ff60a01b1916855550610c5f9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a58565b5f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af1158015611d5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a769190612dd5565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611de4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e089190612e5d565b610cac5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610a58565b5f8051602061357c833981519152546040516326889b0960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906326889b09906044015b6020604051808303815f875af1158015611e9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec29190612dd5565b90505b92915050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015b5f604051808303815f87803b158015611f3e575f80fd5b505af1158015610c5f573d5f803e3d5ffd5b5f8051602061355c833981519152546040516354e5077960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906354e5077990604401611e82565b5f8051602061355c83398151915254604051630fc7479b60e11b81526001600160a01b0390911690631f8e8f3690611f27908590859060040161334d565b5f8051602061357c83398151915254604051636c1e9dff60e01b81526001600160601b038481166004830152831660248201525f916001600160a01b031690636c1e9dff90604401611e82565b5f8051602061355c833981519152546040516306fa456560e01b81526001600160601b03831660048201526001600160a01b03909116906306fa4565906024015b5f604051808303815f87803b158015612080575f80fd5b505af1158015611141573d5f803e3d5ffd5b5f8051602061353c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583035460405163c142a30360e01b81526001600160a01b039091169063c142a3039061214590869086908690600401613374565b5f604051808303815f87803b15801561215c575f80fd5b505af115801561216e573d5f803e3d5ffd5b50505050505050565b5f8051602061355c83398151915254604051632ecfc1cb60e21b81525f916001600160a01b03169063bb3f072c906121b99088908890889088906004016133aa565b6020604051808303815f875af11580156121d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121f99190612dd5565b95945050505050565b61220a612755565b5f61221d6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612261573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122859190612dd5565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156122de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123029190612e5d565b156123e0577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c361235e5f8051602061351c833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa15801561239f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123c691908101906133ef565b60408101519092506001600160a01b0316156123e0575090565b61155e612663565b5f8051602061357c8339815191525460405163bca99e3960e01b81526001600160601b03831660048201526001600160a01b039091169063bca99e3990602401612069565b5f8051602061357c8339815191525460405163d0d63b0960e01b81526001600160601b03831660048201526001600160a01b039091169063d0d63b0990602401612069565b5f7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300600501546040516379e872e960e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063f3d0e5d2906044016020604051808303815f875af11580156124f2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec291906134b8565b5f8051602061355c8339815191525460405163b5346af560e01b81526001600160601b03831660048201526001600160a01b039091169063b5346af590602401612069565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516125c991906134d3565b5f60405180830381855afa9150503d805f8114612601576040519150601f19603f3d011682016040523d82523d5f602084013e612606565b606091505b50915091508115612658576040815110612638578080602001905181019061262e91906134e9565b9094509250612658565b602081511061265857808060200190518101906126559190612e5d565b93505b505094509492505050565b61266b612755565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f0180546126a890612df0565b80601f01602080910402602001604051908101604052809291908181526020018280546126d490612df0565b801561271f5780601f106126f65761010080835404028352916020019161271f565b820191905f5260205f20905b81548152906001019060200180831161270257829003601f168201915b505050918352505060018301546001600160a01b031660208201525f604082015260028301805460609092019161091490612df0565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f6020828403121561279d575f80fd5b81356001600160e01b0319811681146127b4575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612831608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526128756101008401826127bb565b949350505050565b602081525f611ec260208301846127bb565b6001600160601b038116811461173e575f80fd5b5f602082840312156128b3575f80fd5b81356127b48161288f565b5f80604083850312156128cf575f80fd5b82356128da8161288f565b915060208301356128ea8161288f565b809150509250929050565b6001600160a01b038116811461173e575f80fd5b5f806040838503121561291a575f80fd5b82356128da816128f5565b5f805f60608486031215612937575f80fd5b83356129428161288f565b925060208401356129528161288f565b915060408401356129628161288f565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156129a3576129a361296d565b60405290565b60405161020081016001600160401b03811182821017156129a3576129a361296d565b60405160c081016001600160401b03811182821017156129a3576129a361296d565b60405160e081016001600160401b03811182821017156129a3576129a361296d565b604051608081016001600160401b03811182821017156129a3576129a361296d565b604051601f8201601f191681016001600160401b0381118282101715612a5a57612a5a61296d565b604052919050565b5f6001600160401b03821115612a7a57612a7a61296d565b50601f01601f191660200190565b5f82601f830112612a97575f80fd5b8135612aaa612aa582612a62565b612a32565b818152846020838601011115612abe575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612aea575f80fd5b81356001600160401b03811115612aff575f80fd5b61287584828501612a88565b5f60408284031215612b1b575f80fd5b612b23612981565b823581526020928301359281019290925250919050565b5f8060608385031215612b4b575f80fd5b8235612b568161288f565b9150612b658460208501612b0b565b90509250929050565b5f60208284031215612b7e575f80fd5b81356127b4816128f5565b5f805f60c08486031215612b9b575f80fd5b612ba58585612b0b565b9250612bb48560408601612b0b565b9150612bc38560808601612b0b565b90509250925092565b64ffffffffff8116811461173e575f80fd5b5f805f60808486031215612bf0575f80fd5b612bfa8585612b0b565b92506040840135612c0a8161288f565b9150606084013561296281612bcc565b602081525f825160806020840152612c3560a08401826127bb565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f190160808601529091506121f982826127bb565b5f805f805f60a08688031215612c8b575f80fd5b8535612c968161288f565b945060208601356001600160401b03811115612cb0575f80fd5b612cbc88828901612a88565b9450506040860135612ccd8161288f565b925060608601356001600160401b03811115612ce7575f80fd5b612cf388828901612a88565b9250506080860135612d048161288f565b809150509295509295909350565b5f805f8060808587031215612d25575f80fd5b8435612d30816128f5565b93506020850135612d40816128f5565b9250604085013591506060850135612d57816128f5565b939692955090935050565b61ffff8116811461173e575f80fd5b5f805f60608486031215612d83575f80fd5b8335612d8e8161288f565b9250602084013561295281612d62565b5f8060408385031215612daf575f80fd5b8235612dba8161288f565b915060208301356128ea81612bcc565b8051610a798161288f565b5f60208284031215612de5575f80fd5b81516127b48161288f565b600181811c90821680612e0457607f821691505b602082108103612e2257634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610a79816128f5565b5f60208284031215612e43575f80fd5b81516127b4816128f5565b80518015158114610a79575f80fd5b5f60208284031215612e6d575f80fd5b611ec282612e4e565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80516001600160c01b031981168114610a79575f80fd5b8051610a7981612bcc565b5f612ec7612aa584612a62565b9050828152838383011115612eda575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112612eff575f80fd5b611ec283835160208501612eba565b8051610a7981612d62565b5f60208284031215612f29575f80fd5b81516001600160401b03811115612f3e575f80fd5b82016102008185031215612f50575f80fd5b612f586129a9565b612f6182612dca565b8152612f6f60208301612dca565b6020820152612f8060408301612e98565b6040820152612f9160608301612e98565b6060820152612fa260808301612dca565b6080820152612fb360a08301612dca565b60a0820152612fc460c08301612eaf565b60c082015260e08201516001600160401b03811115612fe1575f80fd5b612fed86828501612ef0565b60e0830152506101008201516001600160401b0381111561300c575f80fd5b61301886828501612ef0565b6101008301525061302c6101208301612f0e565b61012082015261303f6101408301612f0e565b6101408201526130526101608301612dca565b6101608201526130656101808301612dca565b6101808201526130786101a08301612eaf565b6101a082015261308b6101c08301612eaf565b6101c082015261309e6101e08301612eaf565b6101e0820152949350505050565b5f602082840312156130bc575f80fd5b81516001600160401b038111156130d1575f80fd5b820180840360e08112156130e3575f80fd5b6130eb6129cc565b82516130f68161288f565b81526040601f1983011215613109575f80fd5b613111612981565b6020848101518252604085015181830152820152606083015191506001600160401b0382111561313f575f80fd5b61314b86838501612ef0565b604082015261315c60808401612eaf565b606082015261316d60a08401612eaf565b608082015261317e60c08401612eaf565b60a082015295945050505050565b60ff8116811461173e575f80fd5b8051610a798161318c565b5f602082840312156131b5575f80fd5b81516001600160401b038111156131ca575f80fd5b820160e081850312156131db575f80fd5b6131e36129ee565b6131ec82612dca565b81526131fa60208301612dca565b602082015261320b6040830161319a565b604082015261321c60608301612e4e565b606082015261322d60808301612e28565b608082015261323e60a08301612e28565b60a082015260c08201516001600160401b0381111561325b575f80fd5b61326786828501612ef0565b60c083015250949350505050565b81810381811115611ec557634e487b7160e01b5f52601160045260245ffd5b5f602082840312156132a4575f80fd5b81516127b48161318c565b5f80858511156132bd575f80fd5b838611156132c9575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613307576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160601b0383168152606081016127b4602083018480518252602090810151910152565b8351815260208085015181830152835160408301528381015160608301528251608083015282015160a082015260c08101612875565b6001600160a01b03851681526133cd602082018580518252602090810151910152565b64ffffffffff8316606082015260a060808201525f610f5860a08301846127bb565b5f602082840312156133ff575f80fd5b81516001600160401b03811115613414575f80fd5b820160808185031215613425575f80fd5b61342d612a10565b81516001600160401b03811115613442575f80fd5b8201601f81018613613452575f80fd5b61346186825160208401612eba565b82525061347060208301612e28565b602082015261348160408301612e28565b604082015260608201516001600160401b0381111561349e575f80fd5b6134aa86828501612ef0565b606083015250949350505050565b5f602082840312156134c8575f80fd5b81516127b481612bcc565b5f82518060208501845e5f920191825250919050565b5f80604083850312156134fa575f80fd5b61350383612e4e565b9150602083015163ffffffff811681146128ea575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830525e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58304a2646970667358221220f687d47eff404927f2d3044f8c9dd6a5747f7297d1f40c21e543c32f029dfaaa64736f6c634300081a0033",
1314
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610276575f3560e01c80636c1e9dff1161015657806392f37d78116100ca578063d0d63b0911610084578063d0d63b0914610722578063de7b5d1414610735578063ea15869f14610765578063ee3784631461078c578063f3d0e5d21461079f578063fde0a3cd146107c8575f80fd5b806392f37d78146106c5578063ad12ad60146106d8578063ada9652e146106eb578063b423086c146106ff578063bca99e3914610707578063bf7e214f1461071a575f80fd5b806385ba83441161011b57806385ba8344146105135780638899278a1461064c578063893d20e8146106545780638f5038571461065c5780638fb360371461068f57806390edbd35146106b0575f80fd5b80636c1e9dff146104ad5780636f10e8a0146104c057806376b707b7146104d35780637a9e5e4b146104ed5780638267876614610500575f80fd5b80632eb3e6f4116101ed5780635741e5e9116101b25780635741e5e9146104215780635ab1bd53146104295780635e1767ea1461043a578063636450f51461044d578063644c45e0146104605780636bd1c0eb1461047d575f80fd5b80632eb3e6f4146103b9578063419197fe146103e057806343d752d3146103f35780634deed579146103fb57806354e507791461040e575f80fd5b806317d7de7c1161023e57806317d7de7c146103455780631c6b21901461035a5780631eff4b221461036d57806321df0da714610394578063223668441461039c57806326889b09146103a4575f80fd5b806301ffc9a71461027a5780630fec111c146102bb5780630ffeecca146102d05780631329960414610305578063138461e014610325575b5f80fd5b6102a661028836600461278d565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102c36107db565b6040516102b291906127e9565b6102f77f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830081565b6040519081526020016102b2565b61030d610999565b6040516001600160a01b0390911681526020016102b2565b61032d610a06565b6040516001600160601b0390911681526020016102b2565b61034d610a10565b6040516102b2919061287d565b61032d6103683660046128a3565b610a20565b6102f77f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61030d610a7e565b6102a6610a90565b6103b76103b23660046128be565b610b86565b005b6102f77fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6103b76103ee366004612909565b610c67565b61030d610cb0565b6103b7610409366004612925565b610cc2565b61032d61041c3660046128be565b610e7e565b6102a6610f62565b6001546001600160a01b031661030d565b6102f7610448366004612ada565b61101f565b6103b761045b366004612b3a565b611068565b5f8051602061351c833981519152546001600160601b031661032d565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b031661030d565b6103b76104bb3660046128be565b611148565b6103b76104ce3660046128a3565b611221565b6104db6112ff565b60405160ff90911681526020016102b2565b6103b76104fb366004612b6e565b611373565b6103b761050e366004612b89565b6113f5565b6105e66040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091527f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583006040805160e08101825282546001600160601b038116825260ff600160601b8204811615156020840152600160681b82048116151593830193909352600160701b8104831615156060830152600160781b900490911615156080820152600182015460a082015260029091015460c0820152919050565b6040516102b291905f60e0820190506001600160601b03835116825260208301511515602083015260408301511515604083015260608301511515606083015260808301511515608083015260a083015160a083015260c083015160c083015292915050565b6102f7600381565b61030d611449565b61066f61066a366004612bde565b61157a565b604080516001600160601b039384168152929091166020830152016102b2565b6106976115ba565b6040516001600160e01b031990911681526020016102b2565b6106b86115ef565b6040516102b29190612c1a565b6102a66106d3366004612c77565b611614565b6103b76106e6366004612d12565b61163f565b6102f75f8051602061351c83398151915281565b6106b86116e1565b6103b76107153660046128a3565b6116f1565b61030d611741565b6103b76107303660046128a3565b61175c565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b031661030d565b6102f77fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6103b761079a366004612d71565b611834565b6107b26107ad366004612d9e565b61184a565b60405164ffffffffff90911681526020016102b2565b6103b76107d63660046128a3565b611924565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561088b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108af9190612dd5565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016108f7611449565b6001600160a01b0316815260200182600101805461091490612df0565b80601f016020809104026020016040519081016040528092919081815260200182805461094090612df0565b801561098b5780601f106109625761010080835404028352916020019161098b565b820191905f5260205f20905b81548152906001019060200180831161096e57829003601f168201915b505050505081525091505090565b5f6109a2610cb0565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a019190612e33565b905090565b5f610a01306119fc565b6060610a1a6115ef565b51919050565b5f610a29611449565b6001600160a01b0316336001600160a01b031614610a615760405163086391f760e31b81523360048201526024015b60405180910390fd5b610a6d335b5f36611bf5565b610a7682611ceb565b90505b919050565b5f610a876115ef565b60200151905090565b5f610aa36001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610ae7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b0b9190612dd5565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a019190612e5d565b610b8f33610a66565b81610ba26001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610bef573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c139190612e33565b6001600160a01b0316336001600160a01b031614610c48578033604051636efdd32b60e11b8152600401610a58929190612e76565b82601f610c558282611d82565b610c5f8585611e39565b505050505050565b610c6f611449565b6001600160a01b0316336001600160a01b031614610ca25760405163086391f760e31b8152336004820152602401610a58565b610cac8282611ecb565b5050565b5f610cb96115ef565b60400151905090565b610ccb33610a66565b826015610cd88282611d82565b5f610d0a7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b60405163bd7d9d8560e01b81526001600160601b0388166004820152909150610e059087906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015610d5d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d849190810190612f19565b60e00151604051634793b4ab60e01b81526001600160601b038916600482015288906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015610dd4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610dfb91908101906130ac565b6040015188611614565b610e2d57604051636b468c9b60e01b81526001600160601b0387166004820152602401610a58565b604080513081526001600160601b03888116602083015286168183015290517fcca48a0200c526a7c48f1e770c739ef8e82d7b30e26825735858705fbcda4e079181900360600190a1505050505050565b5f610e8833610a66565b82610e9b6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610ee8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f0c9190612e33565b6001600160a01b0316336001600160a01b031614610f41578033604051636efdd32b60e11b8152600401610a58929190612e76565b83601f610f4e8282611d82565b610f588686611f50565b9695505050505050565b5f610f6b610a90565b15610fef576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610fbf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610fe691908101906131a5565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b805160208201205f9060ff199061103890600190613275565b60405160200161104a91815260200190565b60405160208183030381529060405280519060200120169050919050565b61107133610a66565b816110846001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f59190612e33565b6001600160a01b0316336001600160a01b03161461112a578033604051636efdd32b60e11b8152600401610a58929190612e76565b82601f6111378282611d82565b6111418585611f9d565b5050505050565b61115133610a66565b816111646001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156111b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111d59190612e33565b6001600160a01b0316336001600160a01b03161461120a578033604051636efdd32b60e11b8152600401610a58929190612e76565b82601f6112178282611d82565b610c5f8585611fdb565b61122a33610a66565b8061123d6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561128a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ae9190612e33565b6001600160a01b0316336001600160a01b0316146112e3578033604051636efdd32b60e11b8152600401610a58929190612e76565b81601f6112f08282611d82565b6112f984612028565b50505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561134f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a019190613294565b3361137c611741565b6001600160a01b0316816001600160a01b0316146113b75760405162d1953b60e31b81526001600160a01b0382166004820152602401610a58565b816001600160a01b03163b5f036113ec576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a58565b610cac82612092565b6113fe33610a66565b611406611449565b6001600160a01b0316336001600160a01b0316146114395760405163086391f760e31b8152336004820152602401610a58565b6114448383836120f2565b505050565b5f805f8051602061351c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114d99190612e5d565b15611564576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561153a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061155e9190612e33565b91505090565b54600160601b90046001600160a01b0316919050565b5f8061158533610a66565b5f3390506115a381878660405180602001604052805f815250612177565b92506115af8386611fdb565b915050935093915050565b5f8051602061353c83398151915280545f9190600160a01b900460ff166115e1575f61155e565b638fb3603760e01b91505090565b6115f7612755565b6115ff610a90565b1561160c57610a01612202565b610a016116e1565b5f8560156116228282611d82565b85601f61162f8282611d82565b5060019998505050505050505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611686573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116aa9190612e33565b6001600160a01b0316336001600160a01b0316146116dc5760405162f0630960e01b8152336004820152602401610a58565b6112f9565b6116e9612755565b610a01612202565b6116fa33610a66565b611702611449565b6001600160a01b0316336001600160a01b0316146117355760405163086391f760e31b8152336004820152602401610a58565b61173e816123e8565b50565b5f8051602061353c833981519152546001600160a01b031690565b61176533610a66565b806117786001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156117c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117e99190612e33565b6001600160a01b0316336001600160a01b03161461181e578033604051636efdd32b60e11b8152600401610a58929190612e76565b81601f61182b8282611d82565b6112f98461242d565b61183d33610a66565b8260156111418282611d82565b5f61185433610a66565b826118676001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156118b4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118d89190612e33565b6001600160a01b0316336001600160a01b03161461190d578033604051636efdd32b60e11b8152600401610a58929190612e76565b83601f61191a8282611d82565b610f588686612472565b61192d33610a66565b806119406001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561198d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b19190612e33565b6001600160a01b0316336001600160a01b0316146119e6578033604051636efdd32b60e11b8152600401610a58929190612e76565b81601f6119f38282611d82565b6112f984612516565b5f805f8051602061351c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611a68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a8c9190612e5d565b15611ab85780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a58565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611b0a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b2e9190612e5d565b611b565760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a58565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611ba8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bcc9190612dd5565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8051602061353c8339815191525f80611c2d611c10611741565b8730611c1f60045f8a8c6132af565b611c28916132d6565b61255b565b9150915081610c5f5763ffffffff811615611cc857825460ff60a01b1916600160a01b178355611c5b611741565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611c8a9392919061330e565b5f604051808303815f87803b158015611ca1575f80fd5b505af1158015611cb3573d5f803e3d5ffd5b5050845460ff60a01b1916855550610c5f9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a58565b5f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af1158015611d5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a769190612dd5565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611de4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e089190612e5d565b610cac5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610a58565b5f8051602061357c833981519152546040516326889b0960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906326889b09906044015b6020604051808303815f875af1158015611e9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec29190612dd5565b90505b92915050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015b5f604051808303815f87803b158015611f3e575f80fd5b505af1158015610c5f573d5f803e3d5ffd5b5f8051602061355c833981519152546040516354e5077960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906354e5077990604401611e82565b5f8051602061355c83398151915254604051630fc7479b60e11b81526001600160a01b0390911690631f8e8f3690611f27908590859060040161334d565b5f8051602061357c83398151915254604051636c1e9dff60e01b81526001600160601b038481166004830152831660248201525f916001600160a01b031690636c1e9dff90604401611e82565b5f8051602061355c833981519152546040516306fa456560e01b81526001600160601b03831660048201526001600160a01b03909116906306fa4565906024015b5f604051808303815f87803b158015612080575f80fd5b505af1158015611141573d5f803e3d5ffd5b5f8051602061353c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583035460405163c142a30360e01b81526001600160a01b039091169063c142a3039061214590869086908690600401613374565b5f604051808303815f87803b15801561215c575f80fd5b505af115801561216e573d5f803e3d5ffd5b50505050505050565b5f8051602061355c83398151915254604051632ecfc1cb60e21b81525f916001600160a01b03169063bb3f072c906121b99088908890889088906004016133aa565b6020604051808303815f875af11580156121d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121f99190612dd5565b95945050505050565b61220a612755565b5f61221d6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612261573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122859190612dd5565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156122de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123029190612e5d565b156123e0577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c361235e5f8051602061351c833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa15801561239f573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123c691908101906133ef565b60408101519092506001600160a01b0316156123e0575090565b61155e612663565b5f8051602061357c8339815191525460405163bca99e3960e01b81526001600160601b03831660048201526001600160a01b039091169063bca99e3990602401612069565b5f8051602061357c8339815191525460405163d0d63b0960e01b81526001600160601b03831660048201526001600160a01b039091169063d0d63b0990602401612069565b5f7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300600501546040516379e872e960e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063f3d0e5d2906044016020604051808303815f875af11580156124f2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec291906134b8565b5f8051602061355c8339815191525460405163b5346af560e01b81526001600160601b03831660048201526001600160a01b039091169063b5346af590602401612069565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516125c991906134d3565b5f60405180830381855afa9150503d805f8114612601576040519150601f19603f3d011682016040523d82523d5f602084013e612606565b606091505b50915091508115612658576040815110612638578080602001905181019061262e91906134e9565b9094509250612658565b602081511061265857808060200190518101906126559190612e5d565b93505b505094509492505050565b61266b612755565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f0180546126a890612df0565b80601f01602080910402602001604051908101604052809291908181526020018280546126d490612df0565b801561271f5780601f106126f65761010080835404028352916020019161271f565b820191905f5260205f20905b81548152906001019060200180831161270257829003601f168201915b505050918352505060018301546001600160a01b031660208201525f604082015260028301805460609092019161091490612df0565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f6020828403121561279d575f80fd5b81356001600160e01b0319811681146127b4575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612831608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526128756101008401826127bb565b949350505050565b602081525f611ec260208301846127bb565b6001600160601b038116811461173e575f80fd5b5f602082840312156128b3575f80fd5b81356127b48161288f565b5f80604083850312156128cf575f80fd5b82356128da8161288f565b915060208301356128ea8161288f565b809150509250929050565b6001600160a01b038116811461173e575f80fd5b5f806040838503121561291a575f80fd5b82356128da816128f5565b5f805f60608486031215612937575f80fd5b83356129428161288f565b925060208401356129528161288f565b915060408401356129628161288f565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156129a3576129a361296d565b60405290565b60405161020081016001600160401b03811182821017156129a3576129a361296d565b60405160c081016001600160401b03811182821017156129a3576129a361296d565b60405160e081016001600160401b03811182821017156129a3576129a361296d565b604051608081016001600160401b03811182821017156129a3576129a361296d565b604051601f8201601f191681016001600160401b0381118282101715612a5a57612a5a61296d565b604052919050565b5f6001600160401b03821115612a7a57612a7a61296d565b50601f01601f191660200190565b5f82601f830112612a97575f80fd5b8135612aaa612aa582612a62565b612a32565b818152846020838601011115612abe575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612aea575f80fd5b81356001600160401b03811115612aff575f80fd5b61287584828501612a88565b5f60408284031215612b1b575f80fd5b612b23612981565b823581526020928301359281019290925250919050565b5f8060608385031215612b4b575f80fd5b8235612b568161288f565b9150612b658460208501612b0b565b90509250929050565b5f60208284031215612b7e575f80fd5b81356127b4816128f5565b5f805f60c08486031215612b9b575f80fd5b612ba58585612b0b565b9250612bb48560408601612b0b565b9150612bc38560808601612b0b565b90509250925092565b64ffffffffff8116811461173e575f80fd5b5f805f60808486031215612bf0575f80fd5b612bfa8585612b0b565b92506040840135612c0a8161288f565b9150606084013561296281612bcc565b602081525f825160806020840152612c3560a08401826127bb565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f190160808601529091506121f982826127bb565b5f805f805f60a08688031215612c8b575f80fd5b8535612c968161288f565b945060208601356001600160401b03811115612cb0575f80fd5b612cbc88828901612a88565b9450506040860135612ccd8161288f565b925060608601356001600160401b03811115612ce7575f80fd5b612cf388828901612a88565b9250506080860135612d048161288f565b809150509295509295909350565b5f805f8060808587031215612d25575f80fd5b8435612d30816128f5565b93506020850135612d40816128f5565b9250604085013591506060850135612d57816128f5565b939692955090935050565b61ffff8116811461173e575f80fd5b5f805f60608486031215612d83575f80fd5b8335612d8e8161288f565b9250602084013561295281612d62565b5f8060408385031215612daf575f80fd5b8235612dba8161288f565b915060208301356128ea81612bcc565b8051610a798161288f565b5f60208284031215612de5575f80fd5b81516127b48161288f565b600181811c90821680612e0457607f821691505b602082108103612e2257634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610a79816128f5565b5f60208284031215612e43575f80fd5b81516127b4816128f5565b80518015158114610a79575f80fd5b5f60208284031215612e6d575f80fd5b611ec282612e4e565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80516001600160c01b031981168114610a79575f80fd5b8051610a7981612bcc565b5f612ec7612aa584612a62565b9050828152838383011115612eda575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112612eff575f80fd5b611ec283835160208501612eba565b8051610a7981612d62565b5f60208284031215612f29575f80fd5b81516001600160401b03811115612f3e575f80fd5b82016102008185031215612f50575f80fd5b612f586129a9565b612f6182612dca565b8152612f6f60208301612dca565b6020820152612f8060408301612e98565b6040820152612f9160608301612e98565b6060820152612fa260808301612dca565b6080820152612fb360a08301612dca565b60a0820152612fc460c08301612eaf565b60c082015260e08201516001600160401b03811115612fe1575f80fd5b612fed86828501612ef0565b60e0830152506101008201516001600160401b0381111561300c575f80fd5b61301886828501612ef0565b6101008301525061302c6101208301612f0e565b61012082015261303f6101408301612f0e565b6101408201526130526101608301612dca565b6101608201526130656101808301612dca565b6101808201526130786101a08301612eaf565b6101a082015261308b6101c08301612eaf565b6101c082015261309e6101e08301612eaf565b6101e0820152949350505050565b5f602082840312156130bc575f80fd5b81516001600160401b038111156130d1575f80fd5b820180840360e08112156130e3575f80fd5b6130eb6129cc565b82516130f68161288f565b81526040601f1983011215613109575f80fd5b613111612981565b6020848101518252604085015181830152820152606083015191506001600160401b0382111561313f575f80fd5b61314b86838501612ef0565b604082015261315c60808401612eaf565b606082015261316d60a08401612eaf565b608082015261317e60c08401612eaf565b60a082015295945050505050565b60ff8116811461173e575f80fd5b8051610a798161318c565b5f602082840312156131b5575f80fd5b81516001600160401b038111156131ca575f80fd5b820160e081850312156131db575f80fd5b6131e36129ee565b6131ec82612dca565b81526131fa60208301612dca565b602082015261320b6040830161319a565b604082015261321c60608301612e4e565b606082015261322d60808301612e28565b608082015261323e60a08301612e28565b60a082015260c08201516001600160401b0381111561325b575f80fd5b61326786828501612ef0565b60c083015250949350505050565b81810381811115611ec557634e487b7160e01b5f52601160045260245ffd5b5f602082840312156132a4575f80fd5b81516127b48161318c565b5f80858511156132bd575f80fd5b838611156132c9575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613307576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160601b0383168152606081016127b4602083018480518252602090810151910152565b8351815260208085015181830152835160408301528381015160608301528251608083015282015160a082015260c08101612875565b6001600160a01b03851681526133cd602082018580518252602090810151910152565b64ffffffffff8316606082015260a060808201525f610f5860a08301846127bb565b5f602082840312156133ff575f80fd5b81516001600160401b03811115613414575f80fd5b820160808185031215613425575f80fd5b61342d612a10565b81516001600160401b03811115613442575f80fd5b8201601f81018613613452575f80fd5b61346186825160208401612eba565b82525061347060208301612e28565b602082015261348160408301612e28565b604082015260608201516001600160401b0381111561349e575f80fd5b6134aa86828501612ef0565b606083015250949350505050565b5f602082840312156134c8575f80fd5b81516127b481612bcc565b5f82518060208501845e5f920191825250919050565b5f80604083850312156134fa575f80fd5b61350383612e4e565b9150602083015163ffffffff811681146128ea575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830525e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58304a2646970667358221220f687d47eff404927f2d3044f8c9dd6a5747f7297d1f40c21e543c32f029dfaaa64736f6c634300081a0033",
1315
+ "linkReferences": {
1316
+ "contracts/shared/ContractLib.sol": {
1317
+ "ContractLib": [
1318
+ {
1319
+ "length": 20,
1320
+ "start": 3274
1321
+ }
1322
+ ]
1323
+ },
1324
+ "contracts/type/Amount.sol": {
1325
+ "AmountLib": [
1326
+ {
1327
+ "length": 20,
1328
+ "start": 70
1329
+ }
1330
+ ]
1331
+ },
1332
+ "contracts/type/NftId.sol": {
1333
+ "NftIdLib": [
1334
+ {
1335
+ "length": 20,
1336
+ "start": 6878
1337
+ },
1338
+ {
1339
+ "length": 20,
1340
+ "start": 7618
1341
+ },
1342
+ {
1343
+ "length": 20,
1344
+ "start": 10005
1345
+ },
1346
+ {
1347
+ "length": 20,
1348
+ "start": 11464
1349
+ },
1350
+ {
1351
+ "length": 20,
1352
+ "start": 13630
1353
+ }
1354
+ ]
1355
+ },
1356
+ "contracts/type/UFixed.sol": {
1357
+ "UFixedLib": [
1358
+ {
1359
+ "length": 20,
1360
+ "start": 223
1361
+ },
1362
+ {
1363
+ "length": 20,
1364
+ "start": 335
1365
+ }
1366
+ ]
1367
+ },
1368
+ "contracts/type/Version.sol": {
1369
+ "VersionPartLib": [
1370
+ {
1371
+ "length": 20,
1372
+ "start": 2586
1373
+ },
1374
+ {
1375
+ "length": 20,
1376
+ "start": 9647
1377
+ }
1378
+ ]
1379
+ }
1380
+ },
1381
+ "deployedLinkReferences": {
1382
+ "contracts/type/NftId.sol": {
1383
+ "NftIdLib": [
1384
+ {
1385
+ "length": 20,
1386
+ "start": 2118
1387
+ },
1388
+ {
1389
+ "length": 20,
1390
+ "start": 2858
1391
+ },
1392
+ {
1393
+ "length": 20,
1394
+ "start": 5245
1395
+ },
1396
+ {
1397
+ "length": 20,
1398
+ "start": 6704
1399
+ },
1400
+ {
1401
+ "length": 20,
1402
+ "start": 8870
1403
+ }
1404
+ ]
1405
+ },
1406
+ "contracts/type/Version.sol": {
1407
+ "VersionPartLib": [
1408
+ {
1409
+ "length": 20,
1410
+ "start": 4887
1411
+ }
1412
+ ]
1413
+ }
1414
+ }
1415
+ }