@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f12cf4d-104

Sign up to get free protection for your applications and to get access to all the features.
Files changed (746) hide show
  1. package/README.md +297 -26
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  14. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  16. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  18. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  20. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  21. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1324 -0
  22. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
  24. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1018 -0
  26. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1471 -0
  28. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
  30. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +917 -0
  32. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
  34. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  35. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  36. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1429 -0
  38. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
  40. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -0
  42. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  44. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  46. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  47. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1430 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -0
  54. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  55. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  56. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  57. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +290 -1482
  58. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  59. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
  60. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  61. package/artifacts/contracts/instance/Instance.sol/Instance.json +418 -1761
  62. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
  64. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
  66. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2053 -0
  68. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  69. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1011 -0
  70. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  71. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +746 -0
  72. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  73. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
  74. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  76. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  78. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  80. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  82. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  84. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  85. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  86. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  87. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  88. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  89. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  90. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  93. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  94. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  95. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  96. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  97. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  98. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +961 -0
  100. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  102. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  104. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +776 -0
  106. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
  108. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +877 -0
  110. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +982 -0
  112. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +746 -0
  114. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1254 -0
  116. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
  118. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1469 -0
  120. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  121. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +850 -0
  122. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +964 -0
  124. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
  126. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  127. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
  128. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  129. package/artifacts/contracts/pool/Pool.sol/Pool.json +1029 -0
  130. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
  132. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  133. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +786 -0
  134. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +787 -0
  136. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  137. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +734 -0
  138. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1148 -0
  140. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  141. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  142. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1439 -0
  144. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  145. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
  146. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
  148. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  150. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  151. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +931 -0
  152. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  153. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
  154. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  155. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1005 -0
  156. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  157. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
  158. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1316 -0
  160. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +802 -0
  162. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
  164. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  165. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  166. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  167. package/artifacts/contracts/product/Product.sol/Product.json +1106 -0
  168. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
  170. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  171. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
  172. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  173. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  174. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1000 -119
  176. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  177. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
  178. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  179. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  180. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  181. package/artifacts/contracts/registry/Registry.sol/Registry.json +1427 -220
  182. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  183. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
  184. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  185. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1262 -0
  186. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  187. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +737 -0
  188. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  190. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  192. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  193. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  194. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  195. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  196. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  197. package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
  198. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1843 -0
  200. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  201. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +834 -0
  202. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  203. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +232 -235
  204. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  205. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
  206. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  207. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +620 -0
  208. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1402 -0
  210. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  211. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +711 -0
  212. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +140 -141
  214. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  215. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  216. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  217. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
  218. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  219. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  220. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  221. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +113 -24
  222. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  223. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  224. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  225. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +182 -171
  226. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  227. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  228. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  229. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +799 -0
  230. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  231. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  232. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  233. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  234. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  235. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  236. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  237. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
  238. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  239. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  240. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  241. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +224 -23
  242. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  243. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  244. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  245. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +239 -173
  246. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  247. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +822 -0
  248. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  249. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
  250. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  251. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  252. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  253. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1435 -0
  254. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  255. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  256. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  258. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  259. package/artifacts/contracts/staking/Staking.sol/Staking.json +1816 -0
  260. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  262. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +780 -0
  264. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  266. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1265 -0
  268. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  269. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -0
  270. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  271. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  272. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  273. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  274. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  275. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  276. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  278. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  280. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  282. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  284. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  286. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  288. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  290. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  291. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  292. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  294. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  296. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  298. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  300. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  302. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  304. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  306. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  308. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  310. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  312. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  314. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  316. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  318. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  320. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  322. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  324. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  326. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
  328. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  329. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  330. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  331. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  332. package/contracts/authorization/AccessAdmin.sol +596 -0
  333. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  334. package/contracts/authorization/Authorization.sol +289 -0
  335. package/contracts/authorization/IAccess.sol +49 -0
  336. package/contracts/authorization/IAccessAdmin.sol +137 -0
  337. package/contracts/authorization/IAuthorization.sol +60 -0
  338. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  339. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  340. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  341. package/contracts/distribution/BasicDistribution.sol +139 -0
  342. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  343. package/contracts/distribution/Distribution.sol +285 -0
  344. package/contracts/distribution/DistributionService.sol +355 -0
  345. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  346. package/contracts/distribution/IDistributionComponent.sol +52 -0
  347. package/contracts/distribution/IDistributionService.sol +101 -0
  348. package/contracts/examples/fire/DamageLevel.sol +59 -0
  349. package/contracts/examples/fire/FirePool.sol +86 -0
  350. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  351. package/contracts/examples/fire/FireProduct.sol +431 -0
  352. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  353. package/contracts/examples/fire/FireUSD.sol +26 -0
  354. package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
  355. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  356. package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
  357. package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
  358. package/contracts/instance/BundleSet.sol +126 -0
  359. package/contracts/instance/IInstance.sol +58 -44
  360. package/contracts/instance/IInstanceService.sol +71 -0
  361. package/contracts/instance/Instance.sol +218 -54
  362. package/contracts/instance/InstanceAdmin.sol +277 -0
  363. package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
  364. package/contracts/instance/InstanceReader.sol +495 -0
  365. package/contracts/instance/InstanceService.sol +414 -0
  366. package/contracts/instance/InstanceServiceManager.sol +39 -0
  367. package/contracts/instance/InstanceStore.sol +287 -0
  368. package/contracts/instance/base/BalanceStore.sol +123 -0
  369. package/contracts/instance/base/Cloneable.sol +28 -0
  370. package/contracts/instance/base/ObjectCounter.sol +21 -0
  371. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  372. package/contracts/instance/base/ObjectSet.sol +79 -0
  373. package/contracts/instance/module/IAccess.sol +46 -0
  374. package/contracts/instance/module/IBundle.sol +20 -0
  375. package/contracts/instance/module/IComponents.sol +50 -0
  376. package/contracts/instance/module/IDistribution.sol +41 -0
  377. package/contracts/instance/module/IPolicy.sol +85 -0
  378. package/contracts/instance/module/IRisk.sol +11 -0
  379. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  380. package/contracts/oracle/BasicOracle.sol +47 -0
  381. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  382. package/contracts/oracle/IOracle.sol +36 -0
  383. package/contracts/oracle/IOracleComponent.sol +33 -0
  384. package/contracts/oracle/IOracleService.sol +66 -0
  385. package/contracts/oracle/Oracle.sol +156 -0
  386. package/contracts/oracle/OracleService.sol +292 -0
  387. package/contracts/oracle/OracleServiceManager.sol +39 -0
  388. package/contracts/pool/BasicPool.sol +175 -0
  389. package/contracts/pool/BasicPoolAuthorization.sol +68 -0
  390. package/contracts/pool/BundleService.sol +485 -0
  391. package/contracts/pool/BundleServiceManager.sol +39 -0
  392. package/contracts/pool/IBundleService.sol +140 -0
  393. package/contracts/pool/IPoolComponent.sol +62 -0
  394. package/contracts/pool/IPoolService.sol +172 -0
  395. package/contracts/pool/Pool.sol +345 -0
  396. package/contracts/pool/PoolService.sol +620 -0
  397. package/contracts/pool/PoolServiceManager.sol +39 -0
  398. package/contracts/product/ApplicationService.sol +259 -0
  399. package/contracts/product/ApplicationServiceManager.sol +38 -0
  400. package/contracts/product/BasicProduct.sol +49 -0
  401. package/contracts/product/BasicProductAuthorization.sol +42 -0
  402. package/contracts/product/ClaimService.sol +614 -0
  403. package/contracts/product/ClaimServiceManager.sol +38 -0
  404. package/contracts/product/IApplicationService.sol +63 -0
  405. package/contracts/product/IClaimService.sol +123 -0
  406. package/contracts/product/IPolicyService.sol +82 -0
  407. package/contracts/product/IPricingService.sol +39 -0
  408. package/contracts/product/IProductComponent.sol +59 -0
  409. package/contracts/product/IRiskService.sol +33 -0
  410. package/contracts/product/PolicyService.sol +695 -0
  411. package/contracts/product/PolicyServiceManager.sol +39 -0
  412. package/contracts/product/PricingService.sol +300 -0
  413. package/contracts/product/PricingServiceManager.sol +39 -0
  414. package/contracts/product/Product.sol +432 -0
  415. package/contracts/product/RiskService.sol +96 -0
  416. package/contracts/product/RiskServiceManager.sol +39 -0
  417. package/contracts/registry/ChainNft.sol +128 -40
  418. package/contracts/registry/IRegistry.sol +144 -28
  419. package/contracts/registry/IRegistryService.sol +62 -0
  420. package/contracts/registry/ITransferInterceptor.sol +6 -0
  421. package/contracts/registry/Registry.sol +626 -282
  422. package/contracts/registry/RegistryAdmin.sol +462 -0
  423. package/contracts/registry/RegistryService.sol +241 -0
  424. package/contracts/registry/RegistryServiceManager.sol +53 -0
  425. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  426. package/contracts/registry/ReleaseRegistry.sol +485 -0
  427. package/contracts/registry/ServiceAuthorizationV3.sol +203 -0
  428. package/contracts/registry/TokenRegistry.sol +315 -0
  429. package/contracts/shared/Component.sol +229 -0
  430. package/contracts/shared/ComponentService.sol +779 -0
  431. package/contracts/shared/ComponentServiceManager.sol +38 -0
  432. package/contracts/shared/ComponentVerifyingService.sol +128 -0
  433. package/contracts/shared/ContractLib.sol +54 -0
  434. package/contracts/shared/IComponent.sol +67 -0
  435. package/contracts/shared/IComponentService.sol +130 -0
  436. package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
  437. package/contracts/shared/IKeyValueStore.sol +54 -0
  438. package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
  439. package/contracts/shared/INftOwnable.sol +25 -0
  440. package/contracts/shared/IPolicyHolder.sol +35 -0
  441. package/contracts/shared/IRegisterable.sol +23 -21
  442. package/contracts/shared/IRegistryLinked.sol +11 -0
  443. package/contracts/shared/IService.sol +25 -0
  444. package/contracts/shared/InitializableERC165.sol +27 -0
  445. package/contracts/shared/InstanceLinkedComponent.sol +205 -0
  446. package/contracts/shared/KeyValueStore.sol +131 -0
  447. package/contracts/shared/Lifecycle.sol +88 -0
  448. package/contracts/shared/NftIdSet.sol +65 -0
  449. package/contracts/shared/NftOwnable.sol +127 -0
  450. package/contracts/shared/PolicyHolder.sol +62 -0
  451. package/contracts/shared/Registerable.sol +60 -63
  452. package/contracts/shared/RegistryLinked.sol +38 -0
  453. package/contracts/shared/Service.sol +84 -0
  454. package/contracts/shared/TokenHandler.sol +397 -0
  455. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  456. package/contracts/staking/IStaking.sol +173 -0
  457. package/contracts/staking/IStakingService.sol +157 -0
  458. package/contracts/staking/StakeManagerLib.sol +224 -0
  459. package/contracts/staking/Staking.sol +505 -0
  460. package/contracts/staking/StakingLifecycle.sol +23 -0
  461. package/contracts/staking/StakingManager.sol +52 -0
  462. package/contracts/staking/StakingReader.sol +190 -0
  463. package/contracts/staking/StakingService.sol +453 -0
  464. package/contracts/staking/StakingServiceManager.sol +44 -0
  465. package/contracts/staking/StakingStore.sol +605 -0
  466. package/contracts/staking/TargetManagerLib.sol +211 -0
  467. package/contracts/{types → type}/AddressSet.sol +1 -1
  468. package/contracts/type/Amount.sol +150 -0
  469. package/contracts/{types → type}/Blocknumber.sol +27 -3
  470. package/contracts/type/ClaimId.sol +80 -0
  471. package/contracts/type/DistributorType.sol +55 -0
  472. package/contracts/type/Fee.sol +66 -0
  473. package/contracts/{types → type}/Key32.sol +8 -3
  474. package/contracts/{types → type}/NftId.sol +22 -15
  475. package/contracts/type/NftIdSet.sol +62 -0
  476. package/contracts/type/ObjectType.sol +276 -0
  477. package/contracts/type/PayoutId.sol +82 -0
  478. package/contracts/type/Referral.sol +90 -0
  479. package/contracts/type/RequestId.sol +75 -0
  480. package/contracts/type/RiskId.sol +57 -0
  481. package/contracts/type/RoleId.sol +162 -0
  482. package/contracts/type/Seconds.sol +101 -0
  483. package/contracts/type/Selector.sol +102 -0
  484. package/contracts/{types → type}/StateId.sol +53 -5
  485. package/contracts/type/String.sol +53 -0
  486. package/contracts/{types → type}/Timestamp.sol +38 -15
  487. package/contracts/type/UFixed.sol +355 -0
  488. package/contracts/{types → type}/Version.sol +17 -2
  489. package/contracts/upgradeability/IVersionable.sol +53 -0
  490. package/contracts/upgradeability/ProxyManager.sol +232 -0
  491. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  492. package/contracts/upgradeability/Versionable.sol +59 -0
  493. package/package.json +12 -7
  494. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  495. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  496. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  497. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  498. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  499. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  500. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  501. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  502. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  503. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  504. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  505. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  506. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  507. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  508. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  509. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  510. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  511. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  512. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  513. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  514. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  515. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  516. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  517. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  518. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  519. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  520. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  521. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  522. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  523. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  524. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  525. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  526. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  527. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  529. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  531. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  533. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  534. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  535. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  536. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  537. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  538. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  539. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  540. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  541. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  542. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  543. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  544. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
  545. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  546. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  547. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  548. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
  549. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  550. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -326
  551. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  552. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
  553. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  554. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  555. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
  558. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  559. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  560. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  561. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  562. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  563. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  564. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
  565. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  566. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  567. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
  568. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  569. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  570. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  571. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  572. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  573. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  574. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  575. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  576. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  577. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  578. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  579. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  580. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  581. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  582. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  583. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  584. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  585. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  586. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  587. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  588. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  589. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  590. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  591. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  592. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  593. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  594. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  595. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  596. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  597. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  598. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  599. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  600. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  601. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  602. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  603. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  604. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  605. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
  606. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  607. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  608. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  609. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  610. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  611. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  612. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  613. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  614. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  615. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  616. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  617. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  618. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  619. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  620. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  621. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
  622. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  623. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
  624. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  625. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  626. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  627. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  628. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  629. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  630. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  631. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  632. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  633. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  634. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  635. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
  636. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  637. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  638. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  639. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  640. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  641. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
  642. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  643. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  644. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  645. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  646. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  648. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  649. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  650. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
  652. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  653. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  654. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  656. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  657. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  658. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  659. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  660. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  661. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  662. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  663. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  664. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  665. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  666. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  667. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  668. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  669. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
  670. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  671. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  672. package/contracts/components/BaseComponent.sol +0 -88
  673. package/contracts/components/IBaseComponent.sol +0 -19
  674. package/contracts/components/IPoolComponent.sol +0 -57
  675. package/contracts/components/IProductComponent.sol +0 -19
  676. package/contracts/components/Pool.sol +0 -174
  677. package/contracts/components/Product.sol +0 -117
  678. package/contracts/experiment/errors/Require.sol +0 -38
  679. package/contracts/experiment/errors/Revert.sol +0 -44
  680. package/contracts/experiment/inheritance/A.sol +0 -53
  681. package/contracts/experiment/inheritance/B.sol +0 -28
  682. package/contracts/experiment/inheritance/C.sol +0 -34
  683. package/contracts/experiment/inheritance/IA.sol +0 -13
  684. package/contracts/experiment/inheritance/IB.sol +0 -10
  685. package/contracts/experiment/inheritance/IC.sol +0 -12
  686. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  687. package/contracts/experiment/statemachine/ISM.sol +0 -25
  688. package/contracts/experiment/statemachine/README.md +0 -112
  689. package/contracts/experiment/statemachine/SM.sol +0 -57
  690. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  691. package/contracts/experiment/types/TypeA.sol +0 -47
  692. package/contracts/experiment/types/TypeB.sol +0 -29
  693. package/contracts/instance/IInstanceLinked.sol +0 -8
  694. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  695. package/contracts/instance/base/IInstanceBase.sol +0 -14
  696. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  697. package/contracts/instance/base/IService.sol +0 -15
  698. package/contracts/instance/base/InstanceBase.sol +0 -80
  699. package/contracts/instance/base/KeyValueStore.sol +0 -156
  700. package/contracts/instance/base/Lifecycle.sol +0 -95
  701. package/contracts/instance/base/ModuleBase.sol +0 -52
  702. package/contracts/instance/base/ServiceBase.sol +0 -37
  703. package/contracts/instance/module/access/Access.sol +0 -149
  704. package/contracts/instance/module/access/IAccess.sol +0 -53
  705. package/contracts/instance/module/bundle/BundleModule.sol +0 -136
  706. package/contracts/instance/module/bundle/IBundle.sol +0 -58
  707. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  708. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  709. package/contracts/instance/module/component/ComponentModule.sol +0 -95
  710. package/contracts/instance/module/component/IComponent.sol +0 -53
  711. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  712. package/contracts/instance/module/policy/PolicyModule.sol +0 -76
  713. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  714. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  715. package/contracts/instance/module/risk/IRisk.sol +0 -10
  716. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  717. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  718. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  719. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  720. package/contracts/instance/service/ComponentOwnerService.sol +0 -170
  721. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  722. package/contracts/instance/service/IPoolService.sol +0 -30
  723. package/contracts/instance/service/IProductService.sol +0 -58
  724. package/contracts/instance/service/PoolService.sol +0 -123
  725. package/contracts/instance/service/ProductService.sol +0 -354
  726. package/contracts/registry/IChainNft.sol +0 -21
  727. package/contracts/registry/IRegistryLinked.sol +0 -8
  728. package/contracts/shared/ERC165.sol +0 -21
  729. package/contracts/shared/IOwnable.sol +0 -6
  730. package/contracts/shared/IVersionable.sol +0 -52
  731. package/contracts/shared/Versionable.sol +0 -89
  732. package/contracts/test/TestFee.sol +0 -25
  733. package/contracts/test/TestPool.sol +0 -22
  734. package/contracts/test/TestProduct.sol +0 -44
  735. package/contracts/test/TestRegisterable.sol +0 -19
  736. package/contracts/test/TestRoleId.sol +0 -14
  737. package/contracts/test/TestService.sol +0 -32
  738. package/contracts/test/TestToken.sol +0 -26
  739. package/contracts/test/TestVersion.sol +0 -44
  740. package/contracts/test/TestVersionable.sol +0 -17
  741. package/contracts/types/ChainId.sol +0 -38
  742. package/contracts/types/Fee.sol +0 -51
  743. package/contracts/types/NftIdSet.sol +0 -60
  744. package/contracts/types/ObjectType.sol +0 -115
  745. package/contracts/types/RoleId.sol +0 -38
  746. package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,1429 @@
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
+ "name": "lock",
1002
+ "outputs": [],
1003
+ "stateMutability": "nonpayable",
1004
+ "type": "function"
1005
+ },
1006
+ {
1007
+ "inputs": [
1008
+ {
1009
+ "internalType": "NftId",
1010
+ "name": "bundleNftId",
1011
+ "type": "uint96"
1012
+ }
1013
+ ],
1014
+ "name": "lockBundle",
1015
+ "outputs": [],
1016
+ "stateMutability": "nonpayable",
1017
+ "type": "function"
1018
+ },
1019
+ {
1020
+ "inputs": [
1021
+ {
1022
+ "internalType": "address",
1023
+ "name": "from",
1024
+ "type": "address"
1025
+ },
1026
+ {
1027
+ "internalType": "address",
1028
+ "name": "to",
1029
+ "type": "address"
1030
+ },
1031
+ {
1032
+ "internalType": "uint256",
1033
+ "name": "tokenId",
1034
+ "type": "uint256"
1035
+ },
1036
+ {
1037
+ "internalType": "address",
1038
+ "name": "operator",
1039
+ "type": "address"
1040
+ }
1041
+ ],
1042
+ "name": "nftTransferFrom",
1043
+ "outputs": [],
1044
+ "stateMutability": "nonpayable",
1045
+ "type": "function"
1046
+ },
1047
+ {
1048
+ "inputs": [
1049
+ {
1050
+ "internalType": "NftId",
1051
+ "name": "policyNftId",
1052
+ "type": "uint96"
1053
+ },
1054
+ {
1055
+ "internalType": "ClaimId",
1056
+ "name": "claimId",
1057
+ "type": "uint16"
1058
+ },
1059
+ {
1060
+ "internalType": "Amount",
1061
+ "name": "amount",
1062
+ "type": "uint96"
1063
+ }
1064
+ ],
1065
+ "name": "processConfirmedClaim",
1066
+ "outputs": [],
1067
+ "stateMutability": "nonpayable",
1068
+ "type": "function"
1069
+ },
1070
+ {
1071
+ "inputs": [
1072
+ {
1073
+ "internalType": "address",
1074
+ "name": "newAuthority",
1075
+ "type": "address"
1076
+ }
1077
+ ],
1078
+ "name": "setAuthority",
1079
+ "outputs": [],
1080
+ "stateMutability": "nonpayable",
1081
+ "type": "function"
1082
+ },
1083
+ {
1084
+ "inputs": [
1085
+ {
1086
+ "internalType": "NftId",
1087
+ "name": "bundleNftId",
1088
+ "type": "uint96"
1089
+ },
1090
+ {
1091
+ "components": [
1092
+ {
1093
+ "internalType": "UFixed",
1094
+ "name": "fractionalFee",
1095
+ "type": "uint256"
1096
+ },
1097
+ {
1098
+ "internalType": "uint256",
1099
+ "name": "fixedFee",
1100
+ "type": "uint256"
1101
+ }
1102
+ ],
1103
+ "internalType": "struct Fee",
1104
+ "name": "fee",
1105
+ "type": "tuple"
1106
+ }
1107
+ ],
1108
+ "name": "setBundleFee",
1109
+ "outputs": [],
1110
+ "stateMutability": "nonpayable",
1111
+ "type": "function"
1112
+ },
1113
+ {
1114
+ "inputs": [
1115
+ {
1116
+ "components": [
1117
+ {
1118
+ "internalType": "UFixed",
1119
+ "name": "fractionalFee",
1120
+ "type": "uint256"
1121
+ },
1122
+ {
1123
+ "internalType": "uint256",
1124
+ "name": "fixedFee",
1125
+ "type": "uint256"
1126
+ }
1127
+ ],
1128
+ "internalType": "struct Fee",
1129
+ "name": "poolFee",
1130
+ "type": "tuple"
1131
+ },
1132
+ {
1133
+ "components": [
1134
+ {
1135
+ "internalType": "UFixed",
1136
+ "name": "fractionalFee",
1137
+ "type": "uint256"
1138
+ },
1139
+ {
1140
+ "internalType": "uint256",
1141
+ "name": "fixedFee",
1142
+ "type": "uint256"
1143
+ }
1144
+ ],
1145
+ "internalType": "struct Fee",
1146
+ "name": "stakingFee",
1147
+ "type": "tuple"
1148
+ },
1149
+ {
1150
+ "components": [
1151
+ {
1152
+ "internalType": "UFixed",
1153
+ "name": "fractionalFee",
1154
+ "type": "uint256"
1155
+ },
1156
+ {
1157
+ "internalType": "uint256",
1158
+ "name": "fixedFee",
1159
+ "type": "uint256"
1160
+ }
1161
+ ],
1162
+ "internalType": "struct Fee",
1163
+ "name": "performanceFee",
1164
+ "type": "tuple"
1165
+ }
1166
+ ],
1167
+ "name": "setFees",
1168
+ "outputs": [],
1169
+ "stateMutability": "nonpayable",
1170
+ "type": "function"
1171
+ },
1172
+ {
1173
+ "inputs": [
1174
+ {
1175
+ "internalType": "Amount",
1176
+ "name": "maxBalanceAmount",
1177
+ "type": "uint96"
1178
+ }
1179
+ ],
1180
+ "name": "setMaxBalanceAmount",
1181
+ "outputs": [],
1182
+ "stateMutability": "nonpayable",
1183
+ "type": "function"
1184
+ },
1185
+ {
1186
+ "inputs": [
1187
+ {
1188
+ "internalType": "NftId",
1189
+ "name": "bundleNftId",
1190
+ "type": "uint96"
1191
+ },
1192
+ {
1193
+ "internalType": "Amount",
1194
+ "name": "amount",
1195
+ "type": "uint96"
1196
+ }
1197
+ ],
1198
+ "name": "stake",
1199
+ "outputs": [],
1200
+ "stateMutability": "nonpayable",
1201
+ "type": "function"
1202
+ },
1203
+ {
1204
+ "inputs": [
1205
+ {
1206
+ "internalType": "bytes4",
1207
+ "name": "interfaceId",
1208
+ "type": "bytes4"
1209
+ }
1210
+ ],
1211
+ "name": "supportsInterface",
1212
+ "outputs": [
1213
+ {
1214
+ "internalType": "bool",
1215
+ "name": "",
1216
+ "type": "bool"
1217
+ }
1218
+ ],
1219
+ "stateMutability": "view",
1220
+ "type": "function"
1221
+ },
1222
+ {
1223
+ "inputs": [],
1224
+ "name": "unlock",
1225
+ "outputs": [],
1226
+ "stateMutability": "nonpayable",
1227
+ "type": "function"
1228
+ },
1229
+ {
1230
+ "inputs": [
1231
+ {
1232
+ "internalType": "NftId",
1233
+ "name": "bundleNftId",
1234
+ "type": "uint96"
1235
+ }
1236
+ ],
1237
+ "name": "unlockBundle",
1238
+ "outputs": [],
1239
+ "stateMutability": "nonpayable",
1240
+ "type": "function"
1241
+ },
1242
+ {
1243
+ "inputs": [
1244
+ {
1245
+ "internalType": "NftId",
1246
+ "name": "bundleNftId",
1247
+ "type": "uint96"
1248
+ },
1249
+ {
1250
+ "internalType": "Amount",
1251
+ "name": "amount",
1252
+ "type": "uint96"
1253
+ }
1254
+ ],
1255
+ "name": "unstake",
1256
+ "outputs": [],
1257
+ "stateMutability": "nonpayable",
1258
+ "type": "function"
1259
+ },
1260
+ {
1261
+ "inputs": [
1262
+ {
1263
+ "internalType": "NftId",
1264
+ "name": "applicationNftId",
1265
+ "type": "uint96"
1266
+ },
1267
+ {
1268
+ "internalType": "NftId",
1269
+ "name": "bundleNftId",
1270
+ "type": "uint96"
1271
+ },
1272
+ {
1273
+ "internalType": "Amount",
1274
+ "name": "collateralizationAmount",
1275
+ "type": "uint96"
1276
+ }
1277
+ ],
1278
+ "name": "verifyApplication",
1279
+ "outputs": [],
1280
+ "stateMutability": "nonpayable",
1281
+ "type": "function"
1282
+ },
1283
+ {
1284
+ "inputs": [
1285
+ {
1286
+ "internalType": "NftId",
1287
+ "name": "bundleNftId",
1288
+ "type": "uint96"
1289
+ },
1290
+ {
1291
+ "internalType": "Amount",
1292
+ "name": "amount",
1293
+ "type": "uint96"
1294
+ }
1295
+ ],
1296
+ "name": "withdrawBundleFees",
1297
+ "outputs": [
1298
+ {
1299
+ "internalType": "Amount",
1300
+ "name": "withdrawnAmount",
1301
+ "type": "uint96"
1302
+ }
1303
+ ],
1304
+ "stateMutability": "nonpayable",
1305
+ "type": "function"
1306
+ },
1307
+ {
1308
+ "inputs": [
1309
+ {
1310
+ "internalType": "Amount",
1311
+ "name": "amount",
1312
+ "type": "uint96"
1313
+ }
1314
+ ],
1315
+ "name": "withdrawFees",
1316
+ "outputs": [
1317
+ {
1318
+ "internalType": "Amount",
1319
+ "name": "withdrawnAmount",
1320
+ "type": "uint96"
1321
+ }
1322
+ ],
1323
+ "stateMutability": "nonpayable",
1324
+ "type": "function"
1325
+ }
1326
+ ],
1327
+ "bytecode": "0x608060405234801561000f575f80fd5b50604051614a2c380380614a2c83398101604081905261002e91610f1c565b5f3390506101c1868686866040518060e0016040528073__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561008b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100af9190610fb6565b6001600160601b031681526020015f151581526020015f151581526020015f151581526020015f1515815260200173__$bf7bc340cbb9229ef1de2c568356e67902$__63901717d16040518163ffffffff1660e01b8152600401602060405180830381865af4158015610124573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101489190610fd1565b815260200173__$bf7bc340cbb9229ef1de2c568356e67902$__63901717d16040518163ffffffff1660e01b8152600401602060405180830381865af4158015610194573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101b89190610fd1565b905287876101cc565b50505050505061128b565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156102155750825b90505f826001600160401b031660011480156102305750303b155b90508115801561023e575080155b1561025c5760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561028a57845460ff60401b1916680100000000000000001785555b6102998c8c8c8c8c8c8c6102ed565b83156102df57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050505050565b6102f5610322565b6103198787878787878760405180602001604052805f81525061037260201b60201c565b50505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661037057604051631afcd79f60e31b815260040160405180910390fd5b565b61037a610322565b61039188888888600f60208a015189908989610534565b83517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300805460208701516040880151606089015160808a01516001600160601b039096166001600160681b0319909416939093176c01000000000000000000000000921515929092029190911761ffff60681b1916600160681b9115159190910260ff60701b191617600160701b911515919091021760ff60781b1916600160781b9215159290920291909117815560a08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583015560c08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583025561049d600f610776565b610776565b6004820180546001600160a01b0319166001600160a01b03929092169190911790556104ca610498601f90565b6005820180546001600160a01b0319166001600160a01b03929092169190911790556104f7610498600b90565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610529635a48579360e11b61080d565b505050505050505050565b61053c610322565b5f6105488a8a88610839565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156105ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105de9190610fe8565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b8152905161067e929163bf7e214f9160048083019260209291908290030181865afa158015610638573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061065c9190610fe8565b8c8c8c8c8c8b8b60405180602001604052805f8152508c6108ea60201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa1580156106c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e99190610fe8565b6001820180546001600160a01b03199081166001600160a01b0393841617909155600283018054909116918816919091179055610727610498600b90565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610759634a531f3360e01b61080d565b6107696307bb0a0360e51b61080d565b5050505050505050505050565b5f6107896001546001600160a01b031690565b6001600160a01b031663d39e6043836107a0610a02565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156107e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108079190610fe8565b92915050565b610815610322565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c0361085a576108518484600a610a7b565b508290506108e3565b5f6108678585600c610a7b565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156108b4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108db9190810190611049565b602001519150505b9392505050565b6108f2610322565b6001600160a01b038616610919576040516327eab2e360e11b815260040160405180910390fd5b86515f0361093a5760405163591eebf360e11b815260040160405180910390fd5b610948898987878787610b45565b6109518a610bed565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061097d898261119d565b50600181018054861515600160a01b026001600160a81b03199091166001600160a01b038a1617179055600281016109b5838261119d565b506109c0600b610776565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556109f2634a531f3360e01b61080d565b610769633b6f5c0360e11b61080d565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610a52573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a769190611257565b905090565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015610ac9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610af09190810190611049565b9050610b0781604001518460ff9081169116141590565b15610b3d57604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b610b4d610322565b610b578683610c01565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166001600160681b0319909116176c0100000000000000000000000060ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610be3838261119d565b5050505050505050565b610bf5610322565b610bfe81610c93565b50565b610c09610322565b610c1282610ca4565b610c1a610d70565b6001600160a01b038116610c415760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610c9b610322565b610bfe81610db5565b610cac610322565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015610d02573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d269190611272565b610d4e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b34565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b610d78610322565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6001600160a01b0381168114610bfe575f80fd5b8051610e4781610e28565b919050565b6001600160601b0381168114610bfe575f80fd5b8051610e4781610e4c565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715610ea157610ea1610e6b565b60405290565b5f806001600160401b03841115610ec057610ec0610e6b565b50604051601f19601f85018116603f011681018181106001600160401b0382111715610eee57610eee610e6b565b604052838152905080828401851015610f05575f80fd5b8383602083015e5f60208583010152509392505050565b5f805f805f60a08688031215610f30575f80fd5b8551610f3b81610e28565b6020870151909550610f4c81610e4c565b60408701519094506001600160401b03811115610f67575f80fd5b8601601f81018813610f77575f80fd5b610f8688825160208401610ea7565b9350506060860151610f9781610e28565b6080870151909250610fa881610e28565b809150509295509295909350565b5f60208284031215610fc6575f80fd5b81516108e381610e4c565b5f60208284031215610fe1575f80fd5b5051919050565b5f60208284031215610ff8575f80fd5b81516108e381610e28565b60ff81168114610bfe575f80fd5b8051610e4781611003565b80518015158114610e47575f80fd5b5f82601f83011261103a575f80fd5b6108e383835160208501610ea7565b5f60208284031215611059575f80fd5b81516001600160401b0381111561106e575f80fd5b820160e0818503121561107f575f80fd5b611087610e7f565b61109082610e60565b815261109e60208301610e60565b60208201526110af60408301611011565b60408201526110c06060830161101c565b60608201526110d160808301610e3c565b60808201526110e260a08301610e3c565b60a082015260c08201516001600160401b038111156110ff575f80fd5b61110b8682850161102b565b60c083015250949350505050565b600181811c9082168061112d57607f821691505b60208210810361114b57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561119857805f5260205f20601f840160051c810160208510156111765750805b601f840160051c820191505b81811015611195575f8155600101611182565b50505b505050565b81516001600160401b038111156111b6576111b6610e6b565b6111ca816111c48454611119565b84611151565b6020601f8211600181146111fc575f83156111e55750848201515b5f19600385901b1c1916600184901b178455611195565b5f84815260208120601f198516915b8281101561122b578785015182556020948501946001909201910161120b565b508482101561124857868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215611267575f80fd5b81516108e381611003565b5f60208284031215611282575f80fd5b6108e38261101c565b613794806112985f395ff3fe608060405234801561000f575f80fd5b506004361061028c575f3560e01c80636f10e8a011610161578063ad12ad60116100ca578063de7b5d1411610084578063de7b5d1414610753578063ea15869f14610783578063ee378463146107aa578063f3d0e5d2146107bd578063f83d08ba146107e6578063fde0a3cd146107ee575f80fd5b8063ad12ad60146106f6578063ada9652e14610709578063b423086c1461071d578063bca99e3914610725578063bf7e214f14610738578063d0d63b0914610740575f80fd5b8063893d20e81161011b578063893d20e81461066a5780638f503857146106725780638fb36037146106a557806390edbd35146106c657806392f37d78146106db578063a69df4b5146106ee575f80fd5b80636f10e8a0146104d657806376b707b7146104e95780637a9e5e4b14610503578063826787661461051657806385ba8344146105295780638899278a14610662575f80fd5b80632eb3e6f4116102035780635ab1bd53116101bd5780635ab1bd531461043f5780635e1767ea14610450578063636450f514610463578063644c45e0146104765780636bd1c0eb146104935780636c1e9dff146104c3575f80fd5b80632eb3e6f4146103cf578063419197fe146103f657806343d752d3146104095780634deed5791461041157806354e50779146104245780635741e5e914610437575f80fd5b806317d7de7c1161025457806317d7de7c1461035b5780631c6b2190146103705780631eff4b221461038357806321df0da7146103aa57806322366844146103b257806326889b09146103ba575f80fd5b806301ffc9a7146102905780630fec111c146102d15780630ffeecca146102e6578063132996041461031b578063138461e01461033b575b5f80fd5b6102bc61029e366004612950565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102d9610801565b6040516102c891906129ac565b61030d7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830081565b6040519081526020016102c8565b6103236109bf565b6040516001600160a01b0390911681526020016102c8565b610343610a2c565b6040516001600160601b0390911681526020016102c8565b610363610a36565b6040516102c89190612a40565b61034361037e366004612a66565b610a46565b61030d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b610323610aa4565b6102bc610ab6565b6103cd6103c8366004612a81565b610bac565b005b61030d7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6103cd610404366004612acc565b610c8d565b610323610cd6565b6103cd61041f366004612ae8565b610ce8565b610343610432366004612a81565b610ea4565b6102bc610f88565b6001546001600160a01b0316610323565b61030d61045e366004612c9d565b611045565b6103cd610471366004612cfd565b61108e565b5f805160206136df833981519152546001600160601b0316610343565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b0316610323565b6103cd6104d1366004612a81565b61116e565b6103cd6104e4366004612a66565b611247565b6104f1611325565b60405160ff90911681526020016102c8565b6103cd610511366004612d31565b611399565b6103cd610524366004612d4c565b61141b565b6105fc6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091527f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583006040805160e08101825282546001600160601b038116825260ff600160601b8204811615156020840152600160681b82048116151593830193909352600160701b8104831615156060830152600160781b900490911615156080820152600182015460a082015260029091015460c0820152919050565b6040516102c891905f60e0820190506001600160601b03835116825260208301511515602083015260408301511515604083015260608301511515606083015260808301511515608083015260a083015160a083015260c083015160c083015292915050565b61030d600381565b61032361146f565b610685610680366004612da1565b6115a0565b604080516001600160601b039384168152929091166020830152016102c8565b6106ad6115e0565b6040516001600160e01b031990911681526020016102c8565b6106ce611615565b6040516102c89190612ddd565b6102bc6106e9366004612e3a565b61163a565b6103cd611665565b6103cd610704366004612ed5565b6116fd565b61030d5f805160206136df83398151915281565b6106ce61179f565b6103cd610733366004612a66565b6117af565b6103236117ff565b6103cd61074e366004612a66565b61181a565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b0316610323565b61030d7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6103cd6107b8366004612f34565b6118f2565b6107d06107cb366004612f61565b611908565b60405164ffffffffff90911681526020016102c8565b6103cd6119e2565b6103cd6107fc366004612a66565b611a56565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156108b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d59190612f98565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161091d61146f565b6001600160a01b0316815260200182600101805461093a90612fb3565b80601f016020809104026020016040519081016040528092919081815260200182805461096690612fb3565b80156109b15780601f10610988576101008083540402835291602001916109b1565b820191905f5260205f20905b81548152906001019060200180831161099457829003601f168201915b505050505081525091505090565b5f6109c8610cd6565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a279190612ff6565b905090565b5f610a2730611b2e565b6060610a40611615565b51919050565b5f610a4f61146f565b6001600160a01b0316336001600160a01b031614610a875760405163086391f760e31b81523360048201526024015b60405180910390fd5b610a93335b5f36611d27565b610a9c82611e1d565b90505b919050565b5f610aad611615565b60200151905090565b5f610ac96001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b319190612f98565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a279190613020565b610bb533610a8c565b81610bc86001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c399190612ff6565b6001600160a01b0316336001600160a01b031614610c6e578033604051636efdd32b60e11b8152600401610a7e929190613039565b82601f610c7b8282611eb4565b610c858585611f6b565b505050505050565b610c9561146f565b6001600160a01b0316336001600160a01b031614610cc85760405163086391f760e31b8152336004820152602401610a7e565b610cd28282611ffd565b5050565b5f610cdf611615565b60400151905090565b610cf133610a8c565b826015610cfe8282611eb4565b5f610d307fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b60405163bd7d9d8560e01b81526001600160601b0388166004820152909150610e2b9087906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015610d83573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610daa91908101906130dc565b60e00151604051634793b4ab60e01b81526001600160601b038916600482015288906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015610dfa573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e21919081019061326f565b604001518861163a565b610e5357604051636b468c9b60e01b81526001600160601b0387166004820152602401610a7e565b604080513081526001600160601b03888116602083015286168183015290517fcca48a0200c526a7c48f1e770c739ef8e82d7b30e26825735858705fbcda4e079181900360600190a1505050505050565b5f610eae33610a8c565b82610ec16001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f329190612ff6565b6001600160a01b0316336001600160a01b031614610f67578033604051636efdd32b60e11b8152600401610a7e929190613039565b83601f610f748282611eb4565b610f7e8686612082565b9695505050505050565b5f610f91610ab6565b15611015576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610fe5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261100c9190810190613368565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b805160208201205f9060ff199061105e90600190613438565b60405160200161107091815260200190565b60405160208183030381529060405280519060200120169050919050565b61109733610a8c565b816110aa6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061111b9190612ff6565b6001600160a01b0316336001600160a01b031614611150578033604051636efdd32b60e11b8152600401610a7e929190613039565b82601f61115d8282611eb4565b61116785856120cf565b5050505050565b61117733610a8c565b8161118a6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156111d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fb9190612ff6565b6001600160a01b0316336001600160a01b031614611230578033604051636efdd32b60e11b8152600401610a7e929190613039565b82601f61123d8282611eb4565b610c85858561210d565b61125033610a8c565b806112636001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156112b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112d49190612ff6565b6001600160a01b0316336001600160a01b031614611309578033604051636efdd32b60e11b8152600401610a7e929190613039565b81601f6113168282611eb4565b61131f8461215a565b50505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611375573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a279190613457565b336113a26117ff565b6001600160a01b0316816001600160a01b0316146113dd5760405162d1953b60e31b81526001600160a01b0382166004820152602401610a7e565b816001600160a01b03163b5f03611412576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a7e565b610cd2826121c4565b61142433610a8c565b61142c61146f565b6001600160a01b0316336001600160a01b03161461145f5760405163086391f760e31b8152336004820152602401610a7e565b61146a838383612224565b505050565b5f805f805160206136df83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ff9190613020565b1561158a576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611560573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115849190612ff6565b91505090565b54600160601b90046001600160a01b0316919050565b5f806115ab33610a8c565b5f3390506115c981878660405180602001604052805f8152506122a9565b92506115d5838661210d565b915050935093915050565b5f805160206136ff83398151915280545f9190600160a01b900460ff16611607575f611584565b638fb3603760e01b91505090565b61161d612918565b611625610ab6565b1561163257610a27612334565b610a2761179f565b5f8560156116488282611eb4565b85601f6116558282611eb4565b5060019998505050505050505050565b61166d61146f565b6001600160a01b0316336001600160a01b0316146116a05760405163086391f760e31b8152336004820152602401610a7e565b6116aa600a61251a565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b1580156116eb575f80fd5b505af115801561131f573d5f803e3d5ffd5b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611744573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117689190612ff6565b6001600160a01b0316336001600160a01b03161461179a5760405162f0630960e01b8152336004820152602401610a7e565b61131f565b6117a7612918565b610a27612334565b6117b833610a8c565b6117c061146f565b6001600160a01b0316336001600160a01b0316146117f35760405163086391f760e31b8152336004820152602401610a7e565b6117fc816125ab565b50565b5f805160206136ff833981519152546001600160a01b031690565b61182333610a8c565b806118366001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611883573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118a79190612ff6565b6001600160a01b0316336001600160a01b0316146118dc578033604051636efdd32b60e11b8152600401610a7e929190613039565b81601f6118e98282611eb4565b61131f846125f0565b6118fb33610a8c565b8260156111678282611eb4565b5f61191233610a8c565b826119256001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611972573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119969190612ff6565b6001600160a01b0316336001600160a01b0316146119cb578033604051636efdd32b60e11b8152600401610a7e929190613039565b83601f6119d88282611eb4565b610f7e8686612635565b6119ea61146f565b6001600160a01b0316336001600160a01b031614611a1d5760405163086391f760e31b8152336004820152602401610a7e565b611a27600a61251a565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e906024016116d4565b611a5f33610a8c565b80611a726001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611abf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ae39190612ff6565b6001600160a01b0316336001600160a01b031614611b18578033604051636efdd32b60e11b8152600401610a7e929190613039565b81601f611b258282611eb4565b61131f846126d9565b5f805f805160206136df83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611b9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bbe9190613020565b15611bea5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a7e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611c3c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c609190613020565b611c885760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a7e565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611cda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cfe9190612f98565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206136ff8339815191525f80611d5f611d426117ff565b8730611d5160045f8a8c613472565b611d5a91613499565b61271e565b9150915081610c855763ffffffff811615611dfa57825460ff60a01b1916600160a01b178355611d8d6117ff565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611dbc939291906134d1565b5f604051808303815f87803b158015611dd3575f80fd5b505af1158015611de5573d5f803e3d5ffd5b5050845460ff60a01b1916855550610c859050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a7e565b5f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af1158015611e90573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9c9190612f98565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611f16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f3a9190613020565b610cd25760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610a7e565b5f8051602061373f833981519152546040516326889b0960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906326889b09906044015b6020604051808303815f875af1158015611fd0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff49190612f98565b90505b92915050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015b5f604051808303815f87803b158015612070575f80fd5b505af1158015610c85573d5f803e3d5ffd5b5f8051602061371f833981519152546040516354e5077960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906354e5077990604401611fb4565b5f8051602061371f83398151915254604051630fc7479b60e11b81526001600160a01b0390911690631f8e8f36906120599085908590600401613510565b5f8051602061373f83398151915254604051636c1e9dff60e01b81526001600160601b038481166004830152831660248201525f916001600160a01b031690636c1e9dff90604401611fb4565b5f8051602061371f833981519152546040516306fa456560e01b81526001600160601b03831660048201526001600160a01b03909116906306fa4565906024015b5f604051808303815f87803b1580156121b2575f80fd5b505af1158015611167573d5f803e3d5ffd5b5f805160206136ff83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583035460405163c142a30360e01b81526001600160a01b039091169063c142a3039061227790869086908690600401613537565b5f604051808303815f87803b15801561228e575f80fd5b505af11580156122a0573d5f803e3d5ffd5b50505050505050565b5f8051602061371f83398151915254604051632ecfc1cb60e21b81525f916001600160a01b03169063bb3f072c906122eb90889088908890889060040161356d565b6020604051808303815f875af1158015612307573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061232b9190612f98565b95945050505050565b61233c612918565b5f61234f6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612393573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123b79190612f98565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612410573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124349190613020565b15612512577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c36124905f805160206136df833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156124d1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124f891908101906135b2565b60408101519092506001600160a01b031615612512575090565b611584612826565b5f61252d6001546001600160a01b031690565b6001600160a01b031663d39e604383612544611325565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612587573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9c9190612ff6565b5f8051602061373f8339815191525460405163bca99e3960e01b81526001600160601b03831660048201526001600160a01b039091169063bca99e399060240161219b565b5f8051602061373f8339815191525460405163d0d63b0960e01b81526001600160601b03831660048201526001600160a01b039091169063d0d63b099060240161219b565b5f7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300600501546040516379e872e960e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063f3d0e5d2906044016020604051808303815f875af11580156126b5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff4919061367b565b5f8051602061371f8339815191525460405163b5346af560e01b81526001600160601b03831660048201526001600160a01b039091169063b5346af59060240161219b565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161278c9190613696565b5f60405180830381855afa9150503d805f81146127c4576040519150601f19603f3d011682016040523d82523d5f602084013e6127c9565b606091505b5091509150811561281b5760408151106127fb57808060200190518101906127f191906136ac565b909450925061281b565b602081511061281b57808060200190518101906128189190613020565b93505b505094509492505050565b61282e612918565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f01805461286b90612fb3565b80601f016020809104026020016040519081016040528092919081815260200182805461289790612fb3565b80156128e25780601f106128b9576101008083540402835291602001916128e2565b820191905f5260205f20905b8154815290600101906020018083116128c557829003601f168201915b505050918352505060018301546001600160a01b031660208201525f604082015260028301805460609092019161093a90612fb3565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215612960575f80fd5b81356001600160e01b031981168114612977575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516129f4608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612a3861010084018261297e565b949350505050565b602081525f611ff4602083018461297e565b6001600160601b03811681146117fc575f80fd5b5f60208284031215612a76575f80fd5b813561297781612a52565b5f8060408385031215612a92575f80fd5b8235612a9d81612a52565b91506020830135612aad81612a52565b809150509250929050565b6001600160a01b03811681146117fc575f80fd5b5f8060408385031215612add575f80fd5b8235612a9d81612ab8565b5f805f60608486031215612afa575f80fd5b8335612b0581612a52565b92506020840135612b1581612a52565b91506040840135612b2581612a52565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715612b6657612b66612b30565b60405290565b60405161020081016001600160401b0381118282101715612b6657612b66612b30565b60405160c081016001600160401b0381118282101715612b6657612b66612b30565b60405160e081016001600160401b0381118282101715612b6657612b66612b30565b604051608081016001600160401b0381118282101715612b6657612b66612b30565b604051601f8201601f191681016001600160401b0381118282101715612c1d57612c1d612b30565b604052919050565b5f6001600160401b03821115612c3d57612c3d612b30565b50601f01601f191660200190565b5f82601f830112612c5a575f80fd5b8135612c6d612c6882612c25565b612bf5565b818152846020838601011115612c81575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612cad575f80fd5b81356001600160401b03811115612cc2575f80fd5b612a3884828501612c4b565b5f60408284031215612cde575f80fd5b612ce6612b44565b823581526020928301359281019290925250919050565b5f8060608385031215612d0e575f80fd5b8235612d1981612a52565b9150612d288460208501612cce565b90509250929050565b5f60208284031215612d41575f80fd5b813561297781612ab8565b5f805f60c08486031215612d5e575f80fd5b612d688585612cce565b9250612d778560408601612cce565b9150612d868560808601612cce565b90509250925092565b64ffffffffff811681146117fc575f80fd5b5f805f60808486031215612db3575f80fd5b612dbd8585612cce565b92506040840135612dcd81612a52565b91506060840135612b2581612d8f565b602081525f825160806020840152612df860a084018261297e565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f1901608086015290915061232b828261297e565b5f805f805f60a08688031215612e4e575f80fd5b8535612e5981612a52565b945060208601356001600160401b03811115612e73575f80fd5b612e7f88828901612c4b565b9450506040860135612e9081612a52565b925060608601356001600160401b03811115612eaa575f80fd5b612eb688828901612c4b565b9250506080860135612ec781612a52565b809150509295509295909350565b5f805f8060808587031215612ee8575f80fd5b8435612ef381612ab8565b93506020850135612f0381612ab8565b9250604085013591506060850135612f1a81612ab8565b939692955090935050565b61ffff811681146117fc575f80fd5b5f805f60608486031215612f46575f80fd5b8335612f5181612a52565b92506020840135612b1581612f25565b5f8060408385031215612f72575f80fd5b8235612f7d81612a52565b91506020830135612aad81612d8f565b8051610a9f81612a52565b5f60208284031215612fa8575f80fd5b815161297781612a52565b600181811c90821680612fc757607f821691505b602082108103612fe557634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610a9f81612ab8565b5f60208284031215613006575f80fd5b815161297781612ab8565b80518015158114610a9f575f80fd5b5f60208284031215613030575f80fd5b611ff482613011565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80516001600160c01b031981168114610a9f575f80fd5b8051610a9f81612d8f565b5f61308a612c6884612c25565b905082815283838301111561309d575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126130c2575f80fd5b611ff48383516020850161307d565b8051610a9f81612f25565b5f602082840312156130ec575f80fd5b81516001600160401b03811115613101575f80fd5b82016102008185031215613113575f80fd5b61311b612b6c565b61312482612f8d565b815261313260208301612f8d565b60208201526131436040830161305b565b60408201526131546060830161305b565b606082015261316560808301612f8d565b608082015261317660a08301612f8d565b60a082015261318760c08301613072565b60c082015260e08201516001600160401b038111156131a4575f80fd5b6131b0868285016130b3565b60e0830152506101008201516001600160401b038111156131cf575f80fd5b6131db868285016130b3565b610100830152506131ef61012083016130d1565b61012082015261320261014083016130d1565b6101408201526132156101608301612f8d565b6101608201526132286101808301612f8d565b61018082015261323b6101a08301613072565b6101a082015261324e6101c08301613072565b6101c08201526132616101e08301613072565b6101e0820152949350505050565b5f6020828403121561327f575f80fd5b81516001600160401b03811115613294575f80fd5b820180840360e08112156132a6575f80fd5b6132ae612b8f565b82516132b981612a52565b81526040601f19830112156132cc575f80fd5b6132d4612b44565b6020848101518252604085015181830152820152606083015191506001600160401b03821115613302575f80fd5b61330e868385016130b3565b604082015261331f60808401613072565b606082015261333060a08401613072565b608082015261334160c08401613072565b60a082015295945050505050565b60ff811681146117fc575f80fd5b8051610a9f8161334f565b5f60208284031215613378575f80fd5b81516001600160401b0381111561338d575f80fd5b820160e0818503121561339e575f80fd5b6133a6612bb1565b6133af82612f8d565b81526133bd60208301612f8d565b60208201526133ce6040830161335d565b60408201526133df60608301613011565b60608201526133f060808301612feb565b608082015261340160a08301612feb565b60a082015260c08201516001600160401b0381111561341e575f80fd5b61342a868285016130b3565b60c083015250949350505050565b81810381811115611ff757634e487b7160e01b5f52601160045260245ffd5b5f60208284031215613467575f80fd5b81516129778161334f565b5f8085851115613480575f80fd5b8386111561348c575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156134ca576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160601b038316815260608101612977602083018480518252602090810151910152565b8351815260208085015181830152835160408301528381015160608301528251608083015282015160a082015260c08101612a38565b6001600160a01b0385168152613590602082018580518252602090810151910152565b64ffffffffff8316606082015260a060808201525f610f7e60a083018461297e565b5f602082840312156135c2575f80fd5b81516001600160401b038111156135d7575f80fd5b8201608081850312156135e8575f80fd5b6135f0612bd3565b81516001600160401b03811115613605575f80fd5b8201601f81018613613615575f80fd5b6136248682516020840161307d565b82525061363360208301612feb565b602082015261364460408301612feb565b604082015260608201516001600160401b03811115613661575f80fd5b61366d868285016130b3565b606083015250949350505050565b5f6020828403121561368b575f80fd5b815161297781612d8f565b5f82518060208501845e5f920191825250919050565b5f80604083850312156136bd575f80fd5b6136c683613011565b9150602083015163ffffffff81168114612aad575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830525e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58304a2646970667358221220573759902da7e64209053af08393974ac53373d7434d0f3a6aaa5625d212a50d64736f6c634300081a0033",
1328
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061028c575f3560e01c80636f10e8a011610161578063ad12ad60116100ca578063de7b5d1411610084578063de7b5d1414610753578063ea15869f14610783578063ee378463146107aa578063f3d0e5d2146107bd578063f83d08ba146107e6578063fde0a3cd146107ee575f80fd5b8063ad12ad60146106f6578063ada9652e14610709578063b423086c1461071d578063bca99e3914610725578063bf7e214f14610738578063d0d63b0914610740575f80fd5b8063893d20e81161011b578063893d20e81461066a5780638f503857146106725780638fb36037146106a557806390edbd35146106c657806392f37d78146106db578063a69df4b5146106ee575f80fd5b80636f10e8a0146104d657806376b707b7146104e95780637a9e5e4b14610503578063826787661461051657806385ba8344146105295780638899278a14610662575f80fd5b80632eb3e6f4116102035780635ab1bd53116101bd5780635ab1bd531461043f5780635e1767ea14610450578063636450f514610463578063644c45e0146104765780636bd1c0eb146104935780636c1e9dff146104c3575f80fd5b80632eb3e6f4146103cf578063419197fe146103f657806343d752d3146104095780634deed5791461041157806354e50779146104245780635741e5e914610437575f80fd5b806317d7de7c1161025457806317d7de7c1461035b5780631c6b2190146103705780631eff4b221461038357806321df0da7146103aa57806322366844146103b257806326889b09146103ba575f80fd5b806301ffc9a7146102905780630fec111c146102d15780630ffeecca146102e6578063132996041461031b578063138461e01461033b575b5f80fd5b6102bc61029e366004612950565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102d9610801565b6040516102c891906129ac565b61030d7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830081565b6040519081526020016102c8565b6103236109bf565b6040516001600160a01b0390911681526020016102c8565b610343610a2c565b6040516001600160601b0390911681526020016102c8565b610363610a36565b6040516102c89190612a40565b61034361037e366004612a66565b610a46565b61030d7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b610323610aa4565b6102bc610ab6565b6103cd6103c8366004612a81565b610bac565b005b61030d7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6103cd610404366004612acc565b610c8d565b610323610cd6565b6103cd61041f366004612ae8565b610ce8565b610343610432366004612a81565b610ea4565b6102bc610f88565b6001546001600160a01b0316610323565b61030d61045e366004612c9d565b611045565b6103cd610471366004612cfd565b61108e565b5f805160206136df833981519152546001600160601b0316610343565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b0316610323565b6103cd6104d1366004612a81565b61116e565b6103cd6104e4366004612a66565b611247565b6104f1611325565b60405160ff90911681526020016102c8565b6103cd610511366004612d31565b611399565b6103cd610524366004612d4c565b61141b565b6105fc6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091527f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583006040805160e08101825282546001600160601b038116825260ff600160601b8204811615156020840152600160681b82048116151593830193909352600160701b8104831615156060830152600160781b900490911615156080820152600182015460a082015260029091015460c0820152919050565b6040516102c891905f60e0820190506001600160601b03835116825260208301511515602083015260408301511515604083015260608301511515606083015260808301511515608083015260a083015160a083015260c083015160c083015292915050565b61030d600381565b61032361146f565b610685610680366004612da1565b6115a0565b604080516001600160601b039384168152929091166020830152016102c8565b6106ad6115e0565b6040516001600160e01b031990911681526020016102c8565b6106ce611615565b6040516102c89190612ddd565b6102bc6106e9366004612e3a565b61163a565b6103cd611665565b6103cd610704366004612ed5565b6116fd565b61030d5f805160206136df83398151915281565b6106ce61179f565b6103cd610733366004612a66565b6117af565b6103236117ff565b6103cd61074e366004612a66565b61181a565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b0316610323565b61030d7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6103cd6107b8366004612f34565b6118f2565b6107d06107cb366004612f61565b611908565b60405164ffffffffff90911681526020016102c8565b6103cd6119e2565b6103cd6107fc366004612a66565b611a56565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156108b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108d59190612f98565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161091d61146f565b6001600160a01b0316815260200182600101805461093a90612fb3565b80601f016020809104026020016040519081016040528092919081815260200182805461096690612fb3565b80156109b15780601f10610988576101008083540402835291602001916109b1565b820191905f5260205f20905b81548152906001019060200180831161099457829003601f168201915b505050505081525091505090565b5f6109c8610cd6565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a279190612ff6565b905090565b5f610a2730611b2e565b6060610a40611615565b51919050565b5f610a4f61146f565b6001600160a01b0316336001600160a01b031614610a875760405163086391f760e31b81523360048201526024015b60405180910390fd5b610a93335b5f36611d27565b610a9c82611e1d565b90505b919050565b5f610aad611615565b60200151905090565b5f610ac96001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b0d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b319190612f98565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a279190613020565b610bb533610a8c565b81610bc86001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c399190612ff6565b6001600160a01b0316336001600160a01b031614610c6e578033604051636efdd32b60e11b8152600401610a7e929190613039565b82601f610c7b8282611eb4565b610c858585611f6b565b505050505050565b610c9561146f565b6001600160a01b0316336001600160a01b031614610cc85760405163086391f760e31b8152336004820152602401610a7e565b610cd28282611ffd565b5050565b5f610cdf611615565b60400151905090565b610cf133610a8c565b826015610cfe8282611eb4565b5f610d307fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b60405163bd7d9d8560e01b81526001600160601b0388166004820152909150610e2b9087906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015610d83573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610daa91908101906130dc565b60e00151604051634793b4ab60e01b81526001600160601b038916600482015288906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015610dfa573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e21919081019061326f565b604001518861163a565b610e5357604051636b468c9b60e01b81526001600160601b0387166004820152602401610a7e565b604080513081526001600160601b03888116602083015286168183015290517fcca48a0200c526a7c48f1e770c739ef8e82d7b30e26825735858705fbcda4e079181900360600190a1505050505050565b5f610eae33610a8c565b82610ec16001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f329190612ff6565b6001600160a01b0316336001600160a01b031614610f67578033604051636efdd32b60e11b8152600401610a7e929190613039565b83601f610f748282611eb4565b610f7e8686612082565b9695505050505050565b5f610f91610ab6565b15611015576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610fe5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261100c9190810190613368565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b805160208201205f9060ff199061105e90600190613438565b60405160200161107091815260200190565b60405160208183030381529060405280519060200120169050919050565b61109733610a8c565b816110aa6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061111b9190612ff6565b6001600160a01b0316336001600160a01b031614611150578033604051636efdd32b60e11b8152600401610a7e929190613039565b82601f61115d8282611eb4565b61116785856120cf565b5050505050565b61117733610a8c565b8161118a6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156111d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111fb9190612ff6565b6001600160a01b0316336001600160a01b031614611230578033604051636efdd32b60e11b8152600401610a7e929190613039565b82601f61123d8282611eb4565b610c85858561210d565b61125033610a8c565b806112636001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156112b0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112d49190612ff6565b6001600160a01b0316336001600160a01b031614611309578033604051636efdd32b60e11b8152600401610a7e929190613039565b81601f6113168282611eb4565b61131f8461215a565b50505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611375573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a279190613457565b336113a26117ff565b6001600160a01b0316816001600160a01b0316146113dd5760405162d1953b60e31b81526001600160a01b0382166004820152602401610a7e565b816001600160a01b03163b5f03611412576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a7e565b610cd2826121c4565b61142433610a8c565b61142c61146f565b6001600160a01b0316336001600160a01b03161461145f5760405163086391f760e31b8152336004820152602401610a7e565b61146a838383612224565b505050565b5f805f805160206136df83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ff9190613020565b1561158a576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611560573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115849190612ff6565b91505090565b54600160601b90046001600160a01b0316919050565b5f806115ab33610a8c565b5f3390506115c981878660405180602001604052805f8152506122a9565b92506115d5838661210d565b915050935093915050565b5f805160206136ff83398151915280545f9190600160a01b900460ff16611607575f611584565b638fb3603760e01b91505090565b61161d612918565b611625610ab6565b1561163257610a27612334565b610a2761179f565b5f8560156116488282611eb4565b85601f6116558282611eb4565b5060019998505050505050505050565b61166d61146f565b6001600160a01b0316336001600160a01b0316146116a05760405163086391f760e31b8152336004820152602401610a7e565b6116aa600a61251a565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b1580156116eb575f80fd5b505af115801561131f573d5f803e3d5ffd5b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611744573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117689190612ff6565b6001600160a01b0316336001600160a01b03161461179a5760405162f0630960e01b8152336004820152602401610a7e565b61131f565b6117a7612918565b610a27612334565b6117b833610a8c565b6117c061146f565b6001600160a01b0316336001600160a01b0316146117f35760405163086391f760e31b8152336004820152602401610a7e565b6117fc816125ab565b50565b5f805160206136ff833981519152546001600160a01b031690565b61182333610a8c565b806118366001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611883573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118a79190612ff6565b6001600160a01b0316336001600160a01b0316146118dc578033604051636efdd32b60e11b8152600401610a7e929190613039565b81601f6118e98282611eb4565b61131f846125f0565b6118fb33610a8c565b8260156111678282611eb4565b5f61191233610a8c565b826119256001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611972573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119969190612ff6565b6001600160a01b0316336001600160a01b0316146119cb578033604051636efdd32b60e11b8152600401610a7e929190613039565b83601f6119d88282611eb4565b610f7e8686612635565b6119ea61146f565b6001600160a01b0316336001600160a01b031614611a1d5760405163086391f760e31b8152336004820152602401610a7e565b611a27600a61251a565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e906024016116d4565b611a5f33610a8c565b80611a726001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611abf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ae39190612ff6565b6001600160a01b0316336001600160a01b031614611b18578033604051636efdd32b60e11b8152600401610a7e929190613039565b81601f611b258282611eb4565b61131f846126d9565b5f805f805160206136df83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611b9a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bbe9190613020565b15611bea5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a7e565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611c3c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c609190613020565b611c885760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a7e565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611cda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cfe9190612f98565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206136ff8339815191525f80611d5f611d426117ff565b8730611d5160045f8a8c613472565b611d5a91613499565b61271e565b9150915081610c855763ffffffff811615611dfa57825460ff60a01b1916600160a01b178355611d8d6117ff565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611dbc939291906134d1565b5f604051808303815f87803b158015611dd3575f80fd5b505af1158015611de5573d5f803e3d5ffd5b5050845460ff60a01b1916855550610c859050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610a7e565b5f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af1158015611e90573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9c9190612f98565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015611f16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f3a9190613020565b610cd25760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610a7e565b5f8051602061373f833981519152546040516326889b0960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906326889b09906044015b6020604051808303815f875af1158015611fd0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff49190612f98565b90505b92915050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015b5f604051808303815f87803b158015612070575f80fd5b505af1158015610c85573d5f803e3d5ffd5b5f8051602061371f833981519152546040516354e5077960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906354e5077990604401611fb4565b5f8051602061371f83398151915254604051630fc7479b60e11b81526001600160a01b0390911690631f8e8f36906120599085908590600401613510565b5f8051602061373f83398151915254604051636c1e9dff60e01b81526001600160601b038481166004830152831660248201525f916001600160a01b031690636c1e9dff90604401611fb4565b5f8051602061371f833981519152546040516306fa456560e01b81526001600160601b03831660048201526001600160a01b03909116906306fa4565906024015b5f604051808303815f87803b1580156121b2575f80fd5b505af1158015611167573d5f803e3d5ffd5b5f805160206136ff83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583035460405163c142a30360e01b81526001600160a01b039091169063c142a3039061227790869086908690600401613537565b5f604051808303815f87803b15801561228e575f80fd5b505af11580156122a0573d5f803e3d5ffd5b50505050505050565b5f8051602061371f83398151915254604051632ecfc1cb60e21b81525f916001600160a01b03169063bb3f072c906122eb90889088908890889060040161356d565b6020604051808303815f875af1158015612307573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061232b9190612f98565b95945050505050565b61233c612918565b5f61234f6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612393573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123b79190612f98565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612410573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124349190613020565b15612512577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c36124905f805160206136df833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa1580156124d1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124f891908101906135b2565b60408101519092506001600160a01b031615612512575090565b611584612826565b5f61252d6001546001600160a01b031690565b6001600160a01b031663d39e604383612544611325565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612587573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a9c9190612ff6565b5f8051602061373f8339815191525460405163bca99e3960e01b81526001600160601b03831660048201526001600160a01b039091169063bca99e399060240161219b565b5f8051602061373f8339815191525460405163d0d63b0960e01b81526001600160601b03831660048201526001600160a01b039091169063d0d63b099060240161219b565b5f7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300600501546040516379e872e960e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063f3d0e5d2906044016020604051808303815f875af11580156126b5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff4919061367b565b5f8051602061371f8339815191525460405163b5346af560e01b81526001600160601b03831660048201526001600160a01b039091169063b5346af59060240161219b565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161278c9190613696565b5f60405180830381855afa9150503d805f81146127c4576040519150601f19603f3d011682016040523d82523d5f602084013e6127c9565b606091505b5091509150811561281b5760408151106127fb57808060200190518101906127f191906136ac565b909450925061281b565b602081511061281b57808060200190518101906128189190613020565b93505b505094509492505050565b61282e612918565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f01805461286b90612fb3565b80601f016020809104026020016040519081016040528092919081815260200182805461289790612fb3565b80156128e25780601f106128b9576101008083540402835291602001916128e2565b820191905f5260205f20905b8154815290600101906020018083116128c557829003601f168201915b505050918352505060018301546001600160a01b031660208201525f604082015260028301805460609092019161093a90612fb3565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215612960575f80fd5b81356001600160e01b031981168114612977575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516129f4608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612a3861010084018261297e565b949350505050565b602081525f611ff4602083018461297e565b6001600160601b03811681146117fc575f80fd5b5f60208284031215612a76575f80fd5b813561297781612a52565b5f8060408385031215612a92575f80fd5b8235612a9d81612a52565b91506020830135612aad81612a52565b809150509250929050565b6001600160a01b03811681146117fc575f80fd5b5f8060408385031215612add575f80fd5b8235612a9d81612ab8565b5f805f60608486031215612afa575f80fd5b8335612b0581612a52565b92506020840135612b1581612a52565b91506040840135612b2581612a52565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715612b6657612b66612b30565b60405290565b60405161020081016001600160401b0381118282101715612b6657612b66612b30565b60405160c081016001600160401b0381118282101715612b6657612b66612b30565b60405160e081016001600160401b0381118282101715612b6657612b66612b30565b604051608081016001600160401b0381118282101715612b6657612b66612b30565b604051601f8201601f191681016001600160401b0381118282101715612c1d57612c1d612b30565b604052919050565b5f6001600160401b03821115612c3d57612c3d612b30565b50601f01601f191660200190565b5f82601f830112612c5a575f80fd5b8135612c6d612c6882612c25565b612bf5565b818152846020838601011115612c81575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215612cad575f80fd5b81356001600160401b03811115612cc2575f80fd5b612a3884828501612c4b565b5f60408284031215612cde575f80fd5b612ce6612b44565b823581526020928301359281019290925250919050565b5f8060608385031215612d0e575f80fd5b8235612d1981612a52565b9150612d288460208501612cce565b90509250929050565b5f60208284031215612d41575f80fd5b813561297781612ab8565b5f805f60c08486031215612d5e575f80fd5b612d688585612cce565b9250612d778560408601612cce565b9150612d868560808601612cce565b90509250925092565b64ffffffffff811681146117fc575f80fd5b5f805f60808486031215612db3575f80fd5b612dbd8585612cce565b92506040840135612dcd81612a52565b91506060840135612b2581612d8f565b602081525f825160806020840152612df860a084018261297e565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f1901608086015290915061232b828261297e565b5f805f805f60a08688031215612e4e575f80fd5b8535612e5981612a52565b945060208601356001600160401b03811115612e73575f80fd5b612e7f88828901612c4b565b9450506040860135612e9081612a52565b925060608601356001600160401b03811115612eaa575f80fd5b612eb688828901612c4b565b9250506080860135612ec781612a52565b809150509295509295909350565b5f805f8060808587031215612ee8575f80fd5b8435612ef381612ab8565b93506020850135612f0381612ab8565b9250604085013591506060850135612f1a81612ab8565b939692955090935050565b61ffff811681146117fc575f80fd5b5f805f60608486031215612f46575f80fd5b8335612f5181612a52565b92506020840135612b1581612f25565b5f8060408385031215612f72575f80fd5b8235612f7d81612a52565b91506020830135612aad81612d8f565b8051610a9f81612a52565b5f60208284031215612fa8575f80fd5b815161297781612a52565b600181811c90821680612fc757607f821691505b602082108103612fe557634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610a9f81612ab8565b5f60208284031215613006575f80fd5b815161297781612ab8565b80518015158114610a9f575f80fd5b5f60208284031215613030575f80fd5b611ff482613011565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80516001600160c01b031981168114610a9f575f80fd5b8051610a9f81612d8f565b5f61308a612c6884612c25565b905082815283838301111561309d575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126130c2575f80fd5b611ff48383516020850161307d565b8051610a9f81612f25565b5f602082840312156130ec575f80fd5b81516001600160401b03811115613101575f80fd5b82016102008185031215613113575f80fd5b61311b612b6c565b61312482612f8d565b815261313260208301612f8d565b60208201526131436040830161305b565b60408201526131546060830161305b565b606082015261316560808301612f8d565b608082015261317660a08301612f8d565b60a082015261318760c08301613072565b60c082015260e08201516001600160401b038111156131a4575f80fd5b6131b0868285016130b3565b60e0830152506101008201516001600160401b038111156131cf575f80fd5b6131db868285016130b3565b610100830152506131ef61012083016130d1565b61012082015261320261014083016130d1565b6101408201526132156101608301612f8d565b6101608201526132286101808301612f8d565b61018082015261323b6101a08301613072565b6101a082015261324e6101c08301613072565b6101c08201526132616101e08301613072565b6101e0820152949350505050565b5f6020828403121561327f575f80fd5b81516001600160401b03811115613294575f80fd5b820180840360e08112156132a6575f80fd5b6132ae612b8f565b82516132b981612a52565b81526040601f19830112156132cc575f80fd5b6132d4612b44565b6020848101518252604085015181830152820152606083015191506001600160401b03821115613302575f80fd5b61330e868385016130b3565b604082015261331f60808401613072565b606082015261333060a08401613072565b608082015261334160c08401613072565b60a082015295945050505050565b60ff811681146117fc575f80fd5b8051610a9f8161334f565b5f60208284031215613378575f80fd5b81516001600160401b0381111561338d575f80fd5b820160e0818503121561339e575f80fd5b6133a6612bb1565b6133af82612f8d565b81526133bd60208301612f8d565b60208201526133ce6040830161335d565b60408201526133df60608301613011565b60608201526133f060808301612feb565b608082015261340160a08301612feb565b60a082015260c08201516001600160401b0381111561341e575f80fd5b61342a868285016130b3565b60c083015250949350505050565b81810381811115611ff757634e487b7160e01b5f52601160045260245ffd5b5f60208284031215613467575f80fd5b81516129778161334f565b5f8085851115613480575f80fd5b8386111561348c575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156134ca576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160601b038316815260608101612977602083018480518252602090810151910152565b8351815260208085015181830152835160408301528381015160608301528251608083015282015160a082015260c08101612a38565b6001600160a01b0385168152613590602082018580518252602090810151910152565b64ffffffffff8316606082015260a060808201525f610f7e60a083018461297e565b5f602082840312156135c2575f80fd5b81516001600160401b038111156135d7575f80fd5b8201608081850312156135e8575f80fd5b6135f0612bd3565b81516001600160401b03811115613605575f80fd5b8201601f81018613613615575f80fd5b6136248682516020840161307d565b82525061363360208301612feb565b602082015261364460408301612feb565b604082015260608201516001600160401b03811115613661575f80fd5b61366d868285016130b3565b606083015250949350505050565b5f6020828403121561368b575f80fd5b815161297781612d8f565b5f82518060208501845e5f920191825250919050565b5f80604083850312156136bd575f80fd5b6136c683613011565b9150602083015163ffffffff81168114612aad575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830525e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58304a2646970667358221220573759902da7e64209053af08393974ac53373d7434d0f3a6aaa5625d212a50d64736f6c634300081a0033",
1329
+ "linkReferences": {
1330
+ "contracts/shared/ContractLib.sol": {
1331
+ "ContractLib": [
1332
+ {
1333
+ "length": 20,
1334
+ "start": 3274
1335
+ }
1336
+ ]
1337
+ },
1338
+ "contracts/type/Amount.sol": {
1339
+ "AmountLib": [
1340
+ {
1341
+ "length": 20,
1342
+ "start": 70
1343
+ }
1344
+ ]
1345
+ },
1346
+ "contracts/type/NftId.sol": {
1347
+ "NftIdLib": [
1348
+ {
1349
+ "length": 20,
1350
+ "start": 6916
1351
+ },
1352
+ {
1353
+ "length": 20,
1354
+ "start": 7656
1355
+ },
1356
+ {
1357
+ "length": 20,
1358
+ "start": 10043
1359
+ },
1360
+ {
1361
+ "length": 20,
1362
+ "start": 11770
1363
+ },
1364
+ {
1365
+ "length": 20,
1366
+ "start": 13936
1367
+ }
1368
+ ]
1369
+ },
1370
+ "contracts/type/UFixed.sol": {
1371
+ "UFixedLib": [
1372
+ {
1373
+ "length": 20,
1374
+ "start": 223
1375
+ },
1376
+ {
1377
+ "length": 20,
1378
+ "start": 335
1379
+ }
1380
+ ]
1381
+ },
1382
+ "contracts/type/Version.sol": {
1383
+ "VersionPartLib": [
1384
+ {
1385
+ "length": 20,
1386
+ "start": 2586
1387
+ },
1388
+ {
1389
+ "length": 20,
1390
+ "start": 9685
1391
+ }
1392
+ ]
1393
+ }
1394
+ },
1395
+ "deployedLinkReferences": {
1396
+ "contracts/type/NftId.sol": {
1397
+ "NftIdLib": [
1398
+ {
1399
+ "length": 20,
1400
+ "start": 2156
1401
+ },
1402
+ {
1403
+ "length": 20,
1404
+ "start": 2896
1405
+ },
1406
+ {
1407
+ "length": 20,
1408
+ "start": 5283
1409
+ },
1410
+ {
1411
+ "length": 20,
1412
+ "start": 7010
1413
+ },
1414
+ {
1415
+ "length": 20,
1416
+ "start": 9176
1417
+ }
1418
+ ]
1419
+ },
1420
+ "contracts/type/Version.sol": {
1421
+ "VersionPartLib": [
1422
+ {
1423
+ "length": 20,
1424
+ "start": 4925
1425
+ }
1426
+ ]
1427
+ }
1428
+ }
1429
+ }