@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,1606 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "SimplePool",
4
+ "sourceName": "contracts/examples/unpermissioned/SimplePool.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "registry",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "NftId",
15
+ "name": "productNftId",
16
+ "type": "uint96"
17
+ },
18
+ {
19
+ "internalType": "address",
20
+ "name": "token",
21
+ "type": "address"
22
+ },
23
+ {
24
+ "components": [
25
+ {
26
+ "internalType": "Amount",
27
+ "name": "maxBalanceAmount",
28
+ "type": "uint96"
29
+ },
30
+ {
31
+ "internalType": "bool",
32
+ "name": "isInterceptingBundleTransfers",
33
+ "type": "bool"
34
+ },
35
+ {
36
+ "internalType": "bool",
37
+ "name": "isProcessingConfirmedClaims",
38
+ "type": "bool"
39
+ },
40
+ {
41
+ "internalType": "bool",
42
+ "name": "isExternallyManaged",
43
+ "type": "bool"
44
+ },
45
+ {
46
+ "internalType": "bool",
47
+ "name": "isVerifyingApplications",
48
+ "type": "bool"
49
+ },
50
+ {
51
+ "internalType": "UFixed",
52
+ "name": "collateralizationLevel",
53
+ "type": "uint256"
54
+ },
55
+ {
56
+ "internalType": "UFixed",
57
+ "name": "retentionLevel",
58
+ "type": "uint256"
59
+ }
60
+ ],
61
+ "internalType": "struct IComponents.PoolInfo",
62
+ "name": "poolInfo",
63
+ "type": "tuple"
64
+ },
65
+ {
66
+ "internalType": "contract IAuthorization",
67
+ "name": "authorization",
68
+ "type": "address"
69
+ },
70
+ {
71
+ "internalType": "address",
72
+ "name": "initialOwner",
73
+ "type": "address"
74
+ }
75
+ ],
76
+ "stateMutability": "nonpayable",
77
+ "type": "constructor"
78
+ },
79
+ {
80
+ "inputs": [
81
+ {
82
+ "internalType": "address",
83
+ "name": "authority",
84
+ "type": "address"
85
+ }
86
+ ],
87
+ "name": "AccessManagedInvalidAuthority",
88
+ "type": "error"
89
+ },
90
+ {
91
+ "inputs": [
92
+ {
93
+ "internalType": "address",
94
+ "name": "caller",
95
+ "type": "address"
96
+ },
97
+ {
98
+ "internalType": "uint32",
99
+ "name": "delay",
100
+ "type": "uint32"
101
+ }
102
+ ],
103
+ "name": "AccessManagedRequiredDelay",
104
+ "type": "error"
105
+ },
106
+ {
107
+ "inputs": [
108
+ {
109
+ "internalType": "address",
110
+ "name": "caller",
111
+ "type": "address"
112
+ }
113
+ ],
114
+ "name": "AccessManagedUnauthorized",
115
+ "type": "error"
116
+ },
117
+ {
118
+ "inputs": [],
119
+ "name": "ErrorComponentNameLengthZero",
120
+ "type": "error"
121
+ },
122
+ {
123
+ "inputs": [
124
+ {
125
+ "internalType": "address",
126
+ "name": "caller",
127
+ "type": "address"
128
+ }
129
+ ],
130
+ "name": "ErrorComponentNotChainNft",
131
+ "type": "error"
132
+ },
133
+ {
134
+ "inputs": [],
135
+ "name": "ErrorComponentProductNftIdNonzero",
136
+ "type": "error"
137
+ },
138
+ {
139
+ "inputs": [],
140
+ "name": "ErrorComponentProductNftIdZero",
141
+ "type": "error"
142
+ },
143
+ {
144
+ "inputs": [],
145
+ "name": "ErrorComponentTokenAddressNonzero",
146
+ "type": "error"
147
+ },
148
+ {
149
+ "inputs": [],
150
+ "name": "ErrorComponentTokenAddressZero",
151
+ "type": "error"
152
+ },
153
+ {
154
+ "inputs": [],
155
+ "name": "ErrorComponentWalletAddressIsSameAsCurrent",
156
+ "type": "error"
157
+ },
158
+ {
159
+ "inputs": [],
160
+ "name": "ErrorComponentWalletAddressZero",
161
+ "type": "error"
162
+ },
163
+ {
164
+ "inputs": [],
165
+ "name": "ErrorComponentWalletNotComponent",
166
+ "type": "error"
167
+ },
168
+ {
169
+ "inputs": [
170
+ {
171
+ "internalType": "NftId",
172
+ "name": "nftId",
173
+ "type": "uint96"
174
+ },
175
+ {
176
+ "internalType": "ObjectType",
177
+ "name": "objectType",
178
+ "type": "uint8"
179
+ }
180
+ ],
181
+ "name": "ErrorInstanceLinkedComponentNotProduct",
182
+ "type": "error"
183
+ },
184
+ {
185
+ "inputs": [
186
+ {
187
+ "internalType": "ObjectType",
188
+ "name": "requiredType",
189
+ "type": "uint8"
190
+ },
191
+ {
192
+ "internalType": "ObjectType",
193
+ "name": "objectType",
194
+ "type": "uint8"
195
+ }
196
+ ],
197
+ "name": "ErrorInstanceLinkedComponentTypeMismatch",
198
+ "type": "error"
199
+ },
200
+ {
201
+ "inputs": [
202
+ {
203
+ "internalType": "NftId",
204
+ "name": "nftId",
205
+ "type": "uint96"
206
+ }
207
+ ],
208
+ "name": "ErrorNftOwnableAlreadyLinked",
209
+ "type": "error"
210
+ },
211
+ {
212
+ "inputs": [
213
+ {
214
+ "internalType": "address",
215
+ "name": "contractAddress",
216
+ "type": "address"
217
+ }
218
+ ],
219
+ "name": "ErrorNftOwnableContractNotRegistered",
220
+ "type": "error"
221
+ },
222
+ {
223
+ "inputs": [],
224
+ "name": "ErrorNftOwnableInitialOwnerZero",
225
+ "type": "error"
226
+ },
227
+ {
228
+ "inputs": [
229
+ {
230
+ "internalType": "NftId",
231
+ "name": "nftId",
232
+ "type": "uint96"
233
+ },
234
+ {
235
+ "internalType": "ObjectType",
236
+ "name": "expectedObjectType",
237
+ "type": "uint8"
238
+ }
239
+ ],
240
+ "name": "ErrorNftOwnableInvalidType",
241
+ "type": "error"
242
+ },
243
+ {
244
+ "inputs": [
245
+ {
246
+ "internalType": "address",
247
+ "name": "account",
248
+ "type": "address"
249
+ }
250
+ ],
251
+ "name": "ErrorNftOwnableNotOwner",
252
+ "type": "error"
253
+ },
254
+ {
255
+ "inputs": [
256
+ {
257
+ "internalType": "address",
258
+ "name": "registryAddress",
259
+ "type": "address"
260
+ }
261
+ ],
262
+ "name": "ErrorNotRegistry",
263
+ "type": "error"
264
+ },
265
+ {
266
+ "inputs": [
267
+ {
268
+ "internalType": "NftId",
269
+ "name": "applicationNftId",
270
+ "type": "uint96"
271
+ }
272
+ ],
273
+ "name": "ErrorPoolApplicationBundleMismatch",
274
+ "type": "error"
275
+ },
276
+ {
277
+ "inputs": [
278
+ {
279
+ "internalType": "NftId",
280
+ "name": "bundleNftId",
281
+ "type": "uint96"
282
+ },
283
+ {
284
+ "internalType": "address",
285
+ "name": "caller",
286
+ "type": "address"
287
+ }
288
+ ],
289
+ "name": "ErrorPoolNotBundleOwner",
290
+ "type": "error"
291
+ },
292
+ {
293
+ "inputs": [
294
+ {
295
+ "internalType": "address",
296
+ "name": "caller",
297
+ "type": "address"
298
+ }
299
+ ],
300
+ "name": "ErrorPoolNotPoolService",
301
+ "type": "error"
302
+ },
303
+ {
304
+ "inputs": [],
305
+ "name": "InvalidInitialization",
306
+ "type": "error"
307
+ },
308
+ {
309
+ "inputs": [],
310
+ "name": "NotInitializing",
311
+ "type": "error"
312
+ },
313
+ {
314
+ "anonymous": false,
315
+ "inputs": [
316
+ {
317
+ "indexed": false,
318
+ "internalType": "address",
319
+ "name": "authority",
320
+ "type": "address"
321
+ }
322
+ ],
323
+ "name": "AuthorityUpdated",
324
+ "type": "event"
325
+ },
326
+ {
327
+ "anonymous": false,
328
+ "inputs": [
329
+ {
330
+ "indexed": false,
331
+ "internalType": "uint64",
332
+ "name": "version",
333
+ "type": "uint64"
334
+ }
335
+ ],
336
+ "name": "Initialized",
337
+ "type": "event"
338
+ },
339
+ {
340
+ "anonymous": false,
341
+ "inputs": [
342
+ {
343
+ "indexed": false,
344
+ "internalType": "address",
345
+ "name": "tokenHandler",
346
+ "type": "address"
347
+ },
348
+ {
349
+ "indexed": false,
350
+ "internalType": "address",
351
+ "name": "token",
352
+ "type": "address"
353
+ },
354
+ {
355
+ "indexed": false,
356
+ "internalType": "Amount",
357
+ "name": "limit",
358
+ "type": "uint96"
359
+ },
360
+ {
361
+ "indexed": false,
362
+ "internalType": "bool",
363
+ "name": "isMaxAmount",
364
+ "type": "bool"
365
+ }
366
+ ],
367
+ "name": "LogComponentTokenHandlerApproved",
368
+ "type": "event"
369
+ },
370
+ {
371
+ "anonymous": false,
372
+ "inputs": [
373
+ {
374
+ "indexed": false,
375
+ "internalType": "address",
376
+ "name": "oldWallet",
377
+ "type": "address"
378
+ },
379
+ {
380
+ "indexed": false,
381
+ "internalType": "address",
382
+ "name": "newWallet",
383
+ "type": "address"
384
+ }
385
+ ],
386
+ "name": "LogComponentWalletAddressChanged",
387
+ "type": "event"
388
+ },
389
+ {
390
+ "anonymous": false,
391
+ "inputs": [
392
+ {
393
+ "indexed": false,
394
+ "internalType": "address",
395
+ "name": "from",
396
+ "type": "address"
397
+ },
398
+ {
399
+ "indexed": false,
400
+ "internalType": "address",
401
+ "name": "to",
402
+ "type": "address"
403
+ },
404
+ {
405
+ "indexed": false,
406
+ "internalType": "uint256",
407
+ "name": "amount",
408
+ "type": "uint256"
409
+ }
410
+ ],
411
+ "name": "LogComponentWalletTokensTransferred",
412
+ "type": "event"
413
+ },
414
+ {
415
+ "anonymous": false,
416
+ "inputs": [
417
+ {
418
+ "indexed": false,
419
+ "internalType": "address",
420
+ "name": "pool",
421
+ "type": "address"
422
+ },
423
+ {
424
+ "indexed": false,
425
+ "internalType": "NftId",
426
+ "name": "applicationNftId",
427
+ "type": "uint96"
428
+ },
429
+ {
430
+ "indexed": false,
431
+ "internalType": "Amount",
432
+ "name": "collateralizationAmount",
433
+ "type": "uint96"
434
+ }
435
+ ],
436
+ "name": "LogPoolVerifiedByPool",
437
+ "type": "event"
438
+ },
439
+ {
440
+ "inputs": [],
441
+ "name": "COMPONENT_LOCATION_V1",
442
+ "outputs": [
443
+ {
444
+ "internalType": "bytes32",
445
+ "name": "",
446
+ "type": "bytes32"
447
+ }
448
+ ],
449
+ "stateMutability": "view",
450
+ "type": "function"
451
+ },
452
+ {
453
+ "inputs": [],
454
+ "name": "GIF_RELEASE",
455
+ "outputs": [
456
+ {
457
+ "internalType": "uint256",
458
+ "name": "",
459
+ "type": "uint256"
460
+ }
461
+ ],
462
+ "stateMutability": "view",
463
+ "type": "function"
464
+ },
465
+ {
466
+ "inputs": [],
467
+ "name": "INSTANCE_LINKED_COMPONENT_LOCATION_V1",
468
+ "outputs": [
469
+ {
470
+ "internalType": "bytes32",
471
+ "name": "",
472
+ "type": "bytes32"
473
+ }
474
+ ],
475
+ "stateMutability": "view",
476
+ "type": "function"
477
+ },
478
+ {
479
+ "inputs": [],
480
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
481
+ "outputs": [
482
+ {
483
+ "internalType": "bytes32",
484
+ "name": "",
485
+ "type": "bytes32"
486
+ }
487
+ ],
488
+ "stateMutability": "view",
489
+ "type": "function"
490
+ },
491
+ {
492
+ "inputs": [],
493
+ "name": "POOL_STORAGE_LOCATION_V1",
494
+ "outputs": [
495
+ {
496
+ "internalType": "bytes32",
497
+ "name": "",
498
+ "type": "bytes32"
499
+ }
500
+ ],
501
+ "stateMutability": "view",
502
+ "type": "function"
503
+ },
504
+ {
505
+ "inputs": [],
506
+ "name": "REGISTERABLE_LOCATION_V1",
507
+ "outputs": [
508
+ {
509
+ "internalType": "bytes32",
510
+ "name": "",
511
+ "type": "bytes32"
512
+ }
513
+ ],
514
+ "stateMutability": "view",
515
+ "type": "function"
516
+ },
517
+ {
518
+ "inputs": [
519
+ {
520
+ "internalType": "NftId",
521
+ "name": "applicationNftId",
522
+ "type": "uint96"
523
+ },
524
+ {
525
+ "internalType": "bytes",
526
+ "name": "applicationData",
527
+ "type": "bytes"
528
+ },
529
+ {
530
+ "internalType": "NftId",
531
+ "name": "bundleNftId",
532
+ "type": "uint96"
533
+ },
534
+ {
535
+ "internalType": "bytes",
536
+ "name": "bundleFilter",
537
+ "type": "bytes"
538
+ },
539
+ {
540
+ "internalType": "Amount",
541
+ "name": "collateralizationAmount",
542
+ "type": "uint96"
543
+ }
544
+ ],
545
+ "name": "applicationMatchesBundle",
546
+ "outputs": [
547
+ {
548
+ "internalType": "bool",
549
+ "name": "isMatching",
550
+ "type": "bool"
551
+ }
552
+ ],
553
+ "stateMutability": "view",
554
+ "type": "function"
555
+ },
556
+ {
557
+ "inputs": [
558
+ {
559
+ "internalType": "contract IERC20Metadata",
560
+ "name": "token",
561
+ "type": "address"
562
+ },
563
+ {
564
+ "internalType": "Amount",
565
+ "name": "amount",
566
+ "type": "uint96"
567
+ }
568
+ ],
569
+ "name": "approveTokenHandler",
570
+ "outputs": [],
571
+ "stateMutability": "nonpayable",
572
+ "type": "function"
573
+ },
574
+ {
575
+ "inputs": [],
576
+ "name": "authority",
577
+ "outputs": [
578
+ {
579
+ "internalType": "address",
580
+ "name": "",
581
+ "type": "address"
582
+ }
583
+ ],
584
+ "stateMutability": "view",
585
+ "type": "function"
586
+ },
587
+ {
588
+ "inputs": [
589
+ {
590
+ "internalType": "NftId",
591
+ "name": "bundleNftId",
592
+ "type": "uint96"
593
+ }
594
+ ],
595
+ "name": "closeBundle",
596
+ "outputs": [],
597
+ "stateMutability": "nonpayable",
598
+ "type": "function"
599
+ },
600
+ {
601
+ "inputs": [
602
+ {
603
+ "components": [
604
+ {
605
+ "internalType": "UFixed",
606
+ "name": "fractionalFee",
607
+ "type": "uint256"
608
+ },
609
+ {
610
+ "internalType": "uint256",
611
+ "name": "fixedFee",
612
+ "type": "uint256"
613
+ }
614
+ ],
615
+ "internalType": "struct Fee",
616
+ "name": "fee",
617
+ "type": "tuple"
618
+ },
619
+ {
620
+ "internalType": "uint256",
621
+ "name": "initialAmount",
622
+ "type": "uint256"
623
+ },
624
+ {
625
+ "internalType": "Seconds",
626
+ "name": "lifetime",
627
+ "type": "uint40"
628
+ },
629
+ {
630
+ "internalType": "bytes",
631
+ "name": "filter",
632
+ "type": "bytes"
633
+ }
634
+ ],
635
+ "name": "createBundle",
636
+ "outputs": [
637
+ {
638
+ "internalType": "NftId",
639
+ "name": "bundleNftId",
640
+ "type": "uint96"
641
+ },
642
+ {
643
+ "internalType": "uint256",
644
+ "name": "netStakedAmountInt",
645
+ "type": "uint256"
646
+ }
647
+ ],
648
+ "stateMutability": "nonpayable",
649
+ "type": "function"
650
+ },
651
+ {
652
+ "inputs": [
653
+ {
654
+ "internalType": "Amount",
655
+ "name": "amount",
656
+ "type": "uint96"
657
+ }
658
+ ],
659
+ "name": "defundPoolWallet",
660
+ "outputs": [],
661
+ "stateMutability": "nonpayable",
662
+ "type": "function"
663
+ },
664
+ {
665
+ "inputs": [
666
+ {
667
+ "internalType": "NftId",
668
+ "name": "bundleNftId",
669
+ "type": "uint96"
670
+ },
671
+ {
672
+ "internalType": "Seconds",
673
+ "name": "lifetimeExtension",
674
+ "type": "uint40"
675
+ }
676
+ ],
677
+ "name": "extend",
678
+ "outputs": [
679
+ {
680
+ "internalType": "Timestamp",
681
+ "name": "newExpiredAt",
682
+ "type": "uint40"
683
+ }
684
+ ],
685
+ "stateMutability": "nonpayable",
686
+ "type": "function"
687
+ },
688
+ {
689
+ "inputs": [
690
+ {
691
+ "internalType": "Amount",
692
+ "name": "amount",
693
+ "type": "uint96"
694
+ }
695
+ ],
696
+ "name": "fundPoolWallet",
697
+ "outputs": [],
698
+ "stateMutability": "nonpayable",
699
+ "type": "function"
700
+ },
701
+ {
702
+ "inputs": [],
703
+ "name": "getAuthorization",
704
+ "outputs": [
705
+ {
706
+ "internalType": "contract IAuthorization",
707
+ "name": "authorization",
708
+ "type": "address"
709
+ }
710
+ ],
711
+ "stateMutability": "view",
712
+ "type": "function"
713
+ },
714
+ {
715
+ "inputs": [],
716
+ "name": "getComponentInfo",
717
+ "outputs": [
718
+ {
719
+ "components": [
720
+ {
721
+ "internalType": "string",
722
+ "name": "name",
723
+ "type": "string"
724
+ },
725
+ {
726
+ "internalType": "contract IERC20Metadata",
727
+ "name": "token",
728
+ "type": "address"
729
+ },
730
+ {
731
+ "internalType": "contract TokenHandler",
732
+ "name": "tokenHandler",
733
+ "type": "address"
734
+ },
735
+ {
736
+ "internalType": "bytes",
737
+ "name": "data",
738
+ "type": "bytes"
739
+ }
740
+ ],
741
+ "internalType": "struct IComponents.ComponentInfo",
742
+ "name": "info",
743
+ "type": "tuple"
744
+ }
745
+ ],
746
+ "stateMutability": "view",
747
+ "type": "function"
748
+ },
749
+ {
750
+ "inputs": [
751
+ {
752
+ "internalType": "bytes",
753
+ "name": "name",
754
+ "type": "bytes"
755
+ }
756
+ ],
757
+ "name": "getContractLocation",
758
+ "outputs": [
759
+ {
760
+ "internalType": "bytes32",
761
+ "name": "hash",
762
+ "type": "bytes32"
763
+ }
764
+ ],
765
+ "stateMutability": "pure",
766
+ "type": "function"
767
+ },
768
+ {
769
+ "inputs": [],
770
+ "name": "getInitialComponentInfo",
771
+ "outputs": [
772
+ {
773
+ "components": [
774
+ {
775
+ "internalType": "string",
776
+ "name": "name",
777
+ "type": "string"
778
+ },
779
+ {
780
+ "internalType": "contract IERC20Metadata",
781
+ "name": "token",
782
+ "type": "address"
783
+ },
784
+ {
785
+ "internalType": "contract TokenHandler",
786
+ "name": "tokenHandler",
787
+ "type": "address"
788
+ },
789
+ {
790
+ "internalType": "bytes",
791
+ "name": "data",
792
+ "type": "bytes"
793
+ }
794
+ ],
795
+ "internalType": "struct IComponents.ComponentInfo",
796
+ "name": "info",
797
+ "type": "tuple"
798
+ }
799
+ ],
800
+ "stateMutability": "view",
801
+ "type": "function"
802
+ },
803
+ {
804
+ "inputs": [],
805
+ "name": "getInitialInfo",
806
+ "outputs": [
807
+ {
808
+ "components": [
809
+ {
810
+ "internalType": "NftId",
811
+ "name": "nftId",
812
+ "type": "uint96"
813
+ },
814
+ {
815
+ "internalType": "NftId",
816
+ "name": "parentNftId",
817
+ "type": "uint96"
818
+ },
819
+ {
820
+ "internalType": "ObjectType",
821
+ "name": "objectType",
822
+ "type": "uint8"
823
+ },
824
+ {
825
+ "internalType": "bool",
826
+ "name": "isInterceptor",
827
+ "type": "bool"
828
+ },
829
+ {
830
+ "internalType": "address",
831
+ "name": "objectAddress",
832
+ "type": "address"
833
+ },
834
+ {
835
+ "internalType": "address",
836
+ "name": "initialOwner",
837
+ "type": "address"
838
+ },
839
+ {
840
+ "internalType": "bytes",
841
+ "name": "data",
842
+ "type": "bytes"
843
+ }
844
+ ],
845
+ "internalType": "struct IRegistry.ObjectInfo",
846
+ "name": "info",
847
+ "type": "tuple"
848
+ }
849
+ ],
850
+ "stateMutability": "view",
851
+ "type": "function"
852
+ },
853
+ {
854
+ "inputs": [],
855
+ "name": "getInitialPoolInfo",
856
+ "outputs": [
857
+ {
858
+ "components": [
859
+ {
860
+ "internalType": "Amount",
861
+ "name": "maxBalanceAmount",
862
+ "type": "uint96"
863
+ },
864
+ {
865
+ "internalType": "bool",
866
+ "name": "isInterceptingBundleTransfers",
867
+ "type": "bool"
868
+ },
869
+ {
870
+ "internalType": "bool",
871
+ "name": "isProcessingConfirmedClaims",
872
+ "type": "bool"
873
+ },
874
+ {
875
+ "internalType": "bool",
876
+ "name": "isExternallyManaged",
877
+ "type": "bool"
878
+ },
879
+ {
880
+ "internalType": "bool",
881
+ "name": "isVerifyingApplications",
882
+ "type": "bool"
883
+ },
884
+ {
885
+ "internalType": "UFixed",
886
+ "name": "collateralizationLevel",
887
+ "type": "uint256"
888
+ },
889
+ {
890
+ "internalType": "UFixed",
891
+ "name": "retentionLevel",
892
+ "type": "uint256"
893
+ }
894
+ ],
895
+ "internalType": "struct IComponents.PoolInfo",
896
+ "name": "poolInfo",
897
+ "type": "tuple"
898
+ }
899
+ ],
900
+ "stateMutability": "view",
901
+ "type": "function"
902
+ },
903
+ {
904
+ "inputs": [],
905
+ "name": "getInstance",
906
+ "outputs": [
907
+ {
908
+ "internalType": "contract IInstance",
909
+ "name": "instance",
910
+ "type": "address"
911
+ }
912
+ ],
913
+ "stateMutability": "view",
914
+ "type": "function"
915
+ },
916
+ {
917
+ "inputs": [],
918
+ "name": "getName",
919
+ "outputs": [
920
+ {
921
+ "internalType": "string",
922
+ "name": "name",
923
+ "type": "string"
924
+ }
925
+ ],
926
+ "stateMutability": "view",
927
+ "type": "function"
928
+ },
929
+ {
930
+ "inputs": [],
931
+ "name": "getNftId",
932
+ "outputs": [
933
+ {
934
+ "internalType": "NftId",
935
+ "name": "",
936
+ "type": "uint96"
937
+ }
938
+ ],
939
+ "stateMutability": "view",
940
+ "type": "function"
941
+ },
942
+ {
943
+ "inputs": [],
944
+ "name": "getOwner",
945
+ "outputs": [
946
+ {
947
+ "internalType": "address",
948
+ "name": "",
949
+ "type": "address"
950
+ }
951
+ ],
952
+ "stateMutability": "view",
953
+ "type": "function"
954
+ },
955
+ {
956
+ "inputs": [],
957
+ "name": "getRegistry",
958
+ "outputs": [
959
+ {
960
+ "internalType": "contract IRegistry",
961
+ "name": "",
962
+ "type": "address"
963
+ }
964
+ ],
965
+ "stateMutability": "view",
966
+ "type": "function"
967
+ },
968
+ {
969
+ "inputs": [],
970
+ "name": "getRelease",
971
+ "outputs": [
972
+ {
973
+ "internalType": "VersionPart",
974
+ "name": "release",
975
+ "type": "uint8"
976
+ }
977
+ ],
978
+ "stateMutability": "pure",
979
+ "type": "function"
980
+ },
981
+ {
982
+ "inputs": [],
983
+ "name": "getToken",
984
+ "outputs": [
985
+ {
986
+ "internalType": "contract IERC20Metadata",
987
+ "name": "token",
988
+ "type": "address"
989
+ }
990
+ ],
991
+ "stateMutability": "view",
992
+ "type": "function"
993
+ },
994
+ {
995
+ "inputs": [],
996
+ "name": "getTokenHandler",
997
+ "outputs": [
998
+ {
999
+ "internalType": "contract TokenHandler",
1000
+ "name": "tokenHandler",
1001
+ "type": "address"
1002
+ }
1003
+ ],
1004
+ "stateMutability": "view",
1005
+ "type": "function"
1006
+ },
1007
+ {
1008
+ "inputs": [],
1009
+ "name": "getWallet",
1010
+ "outputs": [
1011
+ {
1012
+ "internalType": "address",
1013
+ "name": "walletAddress",
1014
+ "type": "address"
1015
+ }
1016
+ ],
1017
+ "stateMutability": "view",
1018
+ "type": "function"
1019
+ },
1020
+ {
1021
+ "inputs": [
1022
+ {
1023
+ "internalType": "address",
1024
+ "name": "registry",
1025
+ "type": "address"
1026
+ },
1027
+ {
1028
+ "internalType": "NftId",
1029
+ "name": "productNftId",
1030
+ "type": "uint96"
1031
+ },
1032
+ {
1033
+ "internalType": "address",
1034
+ "name": "token",
1035
+ "type": "address"
1036
+ },
1037
+ {
1038
+ "components": [
1039
+ {
1040
+ "internalType": "Amount",
1041
+ "name": "maxBalanceAmount",
1042
+ "type": "uint96"
1043
+ },
1044
+ {
1045
+ "internalType": "bool",
1046
+ "name": "isInterceptingBundleTransfers",
1047
+ "type": "bool"
1048
+ },
1049
+ {
1050
+ "internalType": "bool",
1051
+ "name": "isProcessingConfirmedClaims",
1052
+ "type": "bool"
1053
+ },
1054
+ {
1055
+ "internalType": "bool",
1056
+ "name": "isExternallyManaged",
1057
+ "type": "bool"
1058
+ },
1059
+ {
1060
+ "internalType": "bool",
1061
+ "name": "isVerifyingApplications",
1062
+ "type": "bool"
1063
+ },
1064
+ {
1065
+ "internalType": "UFixed",
1066
+ "name": "collateralizationLevel",
1067
+ "type": "uint256"
1068
+ },
1069
+ {
1070
+ "internalType": "UFixed",
1071
+ "name": "retentionLevel",
1072
+ "type": "uint256"
1073
+ }
1074
+ ],
1075
+ "internalType": "struct IComponents.PoolInfo",
1076
+ "name": "poolInfo",
1077
+ "type": "tuple"
1078
+ },
1079
+ {
1080
+ "internalType": "contract IAuthorization",
1081
+ "name": "authorization",
1082
+ "type": "address"
1083
+ },
1084
+ {
1085
+ "internalType": "address",
1086
+ "name": "initialOwner",
1087
+ "type": "address"
1088
+ }
1089
+ ],
1090
+ "name": "initialize",
1091
+ "outputs": [],
1092
+ "stateMutability": "nonpayable",
1093
+ "type": "function"
1094
+ },
1095
+ {
1096
+ "inputs": [],
1097
+ "name": "isConsumingScheduledOp",
1098
+ "outputs": [
1099
+ {
1100
+ "internalType": "bytes4",
1101
+ "name": "",
1102
+ "type": "bytes4"
1103
+ }
1104
+ ],
1105
+ "stateMutability": "view",
1106
+ "type": "function"
1107
+ },
1108
+ {
1109
+ "inputs": [],
1110
+ "name": "isNftInterceptor",
1111
+ "outputs": [
1112
+ {
1113
+ "internalType": "bool",
1114
+ "name": "isInterceptor",
1115
+ "type": "bool"
1116
+ }
1117
+ ],
1118
+ "stateMutability": "view",
1119
+ "type": "function"
1120
+ },
1121
+ {
1122
+ "inputs": [],
1123
+ "name": "isRegistered",
1124
+ "outputs": [
1125
+ {
1126
+ "internalType": "bool",
1127
+ "name": "",
1128
+ "type": "bool"
1129
+ }
1130
+ ],
1131
+ "stateMutability": "view",
1132
+ "type": "function"
1133
+ },
1134
+ {
1135
+ "inputs": [],
1136
+ "name": "linkToRegisteredNftId",
1137
+ "outputs": [
1138
+ {
1139
+ "internalType": "NftId",
1140
+ "name": "nftId",
1141
+ "type": "uint96"
1142
+ }
1143
+ ],
1144
+ "stateMutability": "nonpayable",
1145
+ "type": "function"
1146
+ },
1147
+ {
1148
+ "inputs": [],
1149
+ "name": "lock",
1150
+ "outputs": [],
1151
+ "stateMutability": "nonpayable",
1152
+ "type": "function"
1153
+ },
1154
+ {
1155
+ "inputs": [
1156
+ {
1157
+ "internalType": "NftId",
1158
+ "name": "bundleNftId",
1159
+ "type": "uint96"
1160
+ }
1161
+ ],
1162
+ "name": "lockBundle",
1163
+ "outputs": [],
1164
+ "stateMutability": "nonpayable",
1165
+ "type": "function"
1166
+ },
1167
+ {
1168
+ "inputs": [
1169
+ {
1170
+ "internalType": "address",
1171
+ "name": "from",
1172
+ "type": "address"
1173
+ },
1174
+ {
1175
+ "internalType": "address",
1176
+ "name": "to",
1177
+ "type": "address"
1178
+ },
1179
+ {
1180
+ "internalType": "uint256",
1181
+ "name": "tokenId",
1182
+ "type": "uint256"
1183
+ },
1184
+ {
1185
+ "internalType": "address",
1186
+ "name": "operator",
1187
+ "type": "address"
1188
+ }
1189
+ ],
1190
+ "name": "nftTransferFrom",
1191
+ "outputs": [],
1192
+ "stateMutability": "nonpayable",
1193
+ "type": "function"
1194
+ },
1195
+ {
1196
+ "inputs": [
1197
+ {
1198
+ "internalType": "NftId",
1199
+ "name": "policyNftId",
1200
+ "type": "uint96"
1201
+ },
1202
+ {
1203
+ "internalType": "ClaimId",
1204
+ "name": "claimId",
1205
+ "type": "uint16"
1206
+ },
1207
+ {
1208
+ "internalType": "Amount",
1209
+ "name": "amount",
1210
+ "type": "uint96"
1211
+ }
1212
+ ],
1213
+ "name": "processConfirmedClaim",
1214
+ "outputs": [],
1215
+ "stateMutability": "nonpayable",
1216
+ "type": "function"
1217
+ },
1218
+ {
1219
+ "inputs": [
1220
+ {
1221
+ "internalType": "address",
1222
+ "name": "newAuthority",
1223
+ "type": "address"
1224
+ }
1225
+ ],
1226
+ "name": "setAuthority",
1227
+ "outputs": [],
1228
+ "stateMutability": "nonpayable",
1229
+ "type": "function"
1230
+ },
1231
+ {
1232
+ "inputs": [
1233
+ {
1234
+ "internalType": "NftId",
1235
+ "name": "bundleNftId",
1236
+ "type": "uint96"
1237
+ },
1238
+ {
1239
+ "components": [
1240
+ {
1241
+ "internalType": "UFixed",
1242
+ "name": "fractionalFee",
1243
+ "type": "uint256"
1244
+ },
1245
+ {
1246
+ "internalType": "uint256",
1247
+ "name": "fixedFee",
1248
+ "type": "uint256"
1249
+ }
1250
+ ],
1251
+ "internalType": "struct Fee",
1252
+ "name": "fee",
1253
+ "type": "tuple"
1254
+ }
1255
+ ],
1256
+ "name": "setBundleFee",
1257
+ "outputs": [],
1258
+ "stateMutability": "nonpayable",
1259
+ "type": "function"
1260
+ },
1261
+ {
1262
+ "inputs": [
1263
+ {
1264
+ "components": [
1265
+ {
1266
+ "internalType": "UFixed",
1267
+ "name": "fractionalFee",
1268
+ "type": "uint256"
1269
+ },
1270
+ {
1271
+ "internalType": "uint256",
1272
+ "name": "fixedFee",
1273
+ "type": "uint256"
1274
+ }
1275
+ ],
1276
+ "internalType": "struct Fee",
1277
+ "name": "poolFee",
1278
+ "type": "tuple"
1279
+ },
1280
+ {
1281
+ "components": [
1282
+ {
1283
+ "internalType": "UFixed",
1284
+ "name": "fractionalFee",
1285
+ "type": "uint256"
1286
+ },
1287
+ {
1288
+ "internalType": "uint256",
1289
+ "name": "fixedFee",
1290
+ "type": "uint256"
1291
+ }
1292
+ ],
1293
+ "internalType": "struct Fee",
1294
+ "name": "stakingFee",
1295
+ "type": "tuple"
1296
+ },
1297
+ {
1298
+ "components": [
1299
+ {
1300
+ "internalType": "UFixed",
1301
+ "name": "fractionalFee",
1302
+ "type": "uint256"
1303
+ },
1304
+ {
1305
+ "internalType": "uint256",
1306
+ "name": "fixedFee",
1307
+ "type": "uint256"
1308
+ }
1309
+ ],
1310
+ "internalType": "struct Fee",
1311
+ "name": "performanceFee",
1312
+ "type": "tuple"
1313
+ }
1314
+ ],
1315
+ "name": "setFees",
1316
+ "outputs": [],
1317
+ "stateMutability": "nonpayable",
1318
+ "type": "function"
1319
+ },
1320
+ {
1321
+ "inputs": [
1322
+ {
1323
+ "internalType": "Amount",
1324
+ "name": "maxBalanceAmount",
1325
+ "type": "uint96"
1326
+ }
1327
+ ],
1328
+ "name": "setMaxBalanceAmount",
1329
+ "outputs": [],
1330
+ "stateMutability": "nonpayable",
1331
+ "type": "function"
1332
+ },
1333
+ {
1334
+ "inputs": [
1335
+ {
1336
+ "internalType": "address",
1337
+ "name": "newWallet",
1338
+ "type": "address"
1339
+ }
1340
+ ],
1341
+ "name": "setWallet",
1342
+ "outputs": [],
1343
+ "stateMutability": "nonpayable",
1344
+ "type": "function"
1345
+ },
1346
+ {
1347
+ "inputs": [
1348
+ {
1349
+ "internalType": "NftId",
1350
+ "name": "bundleNftId",
1351
+ "type": "uint96"
1352
+ },
1353
+ {
1354
+ "internalType": "Amount",
1355
+ "name": "amount",
1356
+ "type": "uint96"
1357
+ }
1358
+ ],
1359
+ "name": "stake",
1360
+ "outputs": [],
1361
+ "stateMutability": "nonpayable",
1362
+ "type": "function"
1363
+ },
1364
+ {
1365
+ "inputs": [
1366
+ {
1367
+ "internalType": "bytes4",
1368
+ "name": "interfaceId",
1369
+ "type": "bytes4"
1370
+ }
1371
+ ],
1372
+ "name": "supportsInterface",
1373
+ "outputs": [
1374
+ {
1375
+ "internalType": "bool",
1376
+ "name": "",
1377
+ "type": "bool"
1378
+ }
1379
+ ],
1380
+ "stateMutability": "view",
1381
+ "type": "function"
1382
+ },
1383
+ {
1384
+ "inputs": [],
1385
+ "name": "unlock",
1386
+ "outputs": [],
1387
+ "stateMutability": "nonpayable",
1388
+ "type": "function"
1389
+ },
1390
+ {
1391
+ "inputs": [
1392
+ {
1393
+ "internalType": "NftId",
1394
+ "name": "bundleNftId",
1395
+ "type": "uint96"
1396
+ }
1397
+ ],
1398
+ "name": "unlockBundle",
1399
+ "outputs": [],
1400
+ "stateMutability": "nonpayable",
1401
+ "type": "function"
1402
+ },
1403
+ {
1404
+ "inputs": [
1405
+ {
1406
+ "internalType": "NftId",
1407
+ "name": "bundleNftId",
1408
+ "type": "uint96"
1409
+ },
1410
+ {
1411
+ "internalType": "Amount",
1412
+ "name": "amount",
1413
+ "type": "uint96"
1414
+ }
1415
+ ],
1416
+ "name": "unstake",
1417
+ "outputs": [],
1418
+ "stateMutability": "nonpayable",
1419
+ "type": "function"
1420
+ },
1421
+ {
1422
+ "inputs": [
1423
+ {
1424
+ "internalType": "NftId",
1425
+ "name": "applicationNftId",
1426
+ "type": "uint96"
1427
+ },
1428
+ {
1429
+ "internalType": "NftId",
1430
+ "name": "bundleNftId",
1431
+ "type": "uint96"
1432
+ },
1433
+ {
1434
+ "internalType": "Amount",
1435
+ "name": "collateralizationAmount",
1436
+ "type": "uint96"
1437
+ }
1438
+ ],
1439
+ "name": "verifyApplication",
1440
+ "outputs": [],
1441
+ "stateMutability": "nonpayable",
1442
+ "type": "function"
1443
+ },
1444
+ {
1445
+ "inputs": [
1446
+ {
1447
+ "internalType": "NftId",
1448
+ "name": "bundleNftId",
1449
+ "type": "uint96"
1450
+ },
1451
+ {
1452
+ "internalType": "Amount",
1453
+ "name": "amount",
1454
+ "type": "uint96"
1455
+ }
1456
+ ],
1457
+ "name": "withdrawBundleFees",
1458
+ "outputs": [
1459
+ {
1460
+ "internalType": "Amount",
1461
+ "name": "withdrawnAmount",
1462
+ "type": "uint96"
1463
+ }
1464
+ ],
1465
+ "stateMutability": "nonpayable",
1466
+ "type": "function"
1467
+ },
1468
+ {
1469
+ "inputs": [
1470
+ {
1471
+ "internalType": "Amount",
1472
+ "name": "amount",
1473
+ "type": "uint96"
1474
+ }
1475
+ ],
1476
+ "name": "withdrawFees",
1477
+ "outputs": [
1478
+ {
1479
+ "internalType": "Amount",
1480
+ "name": "withdrawnAmount",
1481
+ "type": "uint96"
1482
+ }
1483
+ ],
1484
+ "stateMutability": "nonpayable",
1485
+ "type": "function"
1486
+ }
1487
+ ],
1488
+ "bytecode": "0x608060405234801561000f575f80fd5b506040516158ac3803806158ac83398101604081905261002e91610d4b565b61003c868686868686610047565b50505050505061113e565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100905750825b90505f826001600160401b031660011480156100ab5750303b155b9050811580156100b9575080155b156100d75760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561010557845460ff60401b1916680100000000000000001785555b61013c8b8b6040518060400160405280600a81526020016914da5b5c1b19541bdbdb60b21b8152508c8c8c8c61018f60201b60201c565b831561018257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b6101976101c4565b6101bb8787878787878760405180602001604052805f81525061021460201b60201c565b50505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661021257604051631afcd79f60e31b815260040160405180910390fd5b565b61021c6101c4565b61023388888888600f60208a0151899089896103d6565b83517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300805460208701516040880151606089015160808a01516001600160601b039096166001600160681b0319909416939093176c01000000000000000000000000921515929092029190911761ffff60681b1916600160681b9115159190910260ff60701b191617600160701b911515919091021760ff60781b1916600160781b9215159290920291909117815560a08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583015560c08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583025561033f600f61060b565b61060b565b6004820180546001600160a01b0319166001600160a01b039290921691909117905561036c61033a601f90565b6005820180546001600160a01b0319166001600160a01b039290921691909117905561039961033a600b90565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556103cb635a48579360e11b6106a2565b505050505050505050565b6103de6101c4565b5f6103ea8a8a886106ce565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa15801561045c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104809190610e3f565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b81529051610520929163bf7e214f9160048083019260209291908290030181865afa1580156104da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fe9190610e3f565b8c8c8c8c8c8b8b60405180602001604052805f8152508c61077f60201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015610567573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058b9190610e3f565b6001820180546001600160a01b03199081166001600160a01b03938416179091556002830180549091169188169190911790556105c961033a600b90565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556105fb634a531f3360e01b6106a2565b6101826307bb0a0360e51b6106a2565b5f61061e6001546001600160a01b031690565b6001600160a01b031663d39e604383610635610897565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015610678573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061069c9190610e3f565b92915050565b6106aa6101c4565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c036106ef576106e68484600a610910565b50829050610778565b5f6106fc8585600c610910565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015610749573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107709190810190610efc565b602001519150505b9392505050565b6107876101c4565b6001600160a01b0386166107ae576040516327eab2e360e11b815260040160405180910390fd5b86515f036107cf5760405163591eebf360e11b815260040160405180910390fd5b6107dd8989878787876109da565b6107e68a610a82565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00806108128982611050565b50600181018054861515600160a01b026001600160a81b03199091166001600160a01b038a16171790556002810161084a8382611050565b50610855600b61060b565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610887634a531f3360e01b6106a2565b610182633b6f5c0360e11b6106a2565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156108e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090b919061110a565b905090565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561095e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109859190810190610efc565b905061099c81604001518460ff9081169116141590565b156109d257604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b6109e26101c4565b6109ec8683610a96565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166001600160681b0319909116176c0100000000000000000000000060ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610a788382611050565b5050505050505050565b610a8a6101c4565b610a9381610b28565b50565b610a9e6101c4565b610aa782610b39565b610aaf610c05565b6001600160a01b038116610ad65760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610b306101c4565b610a9381610c4a565b610b416101c4565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015610b97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bbb9190611125565b610be35760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c9565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b610c0d6101c4565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6001600160a01b0381168114610a93575f80fd5b8051610cdc81610cbd565b919050565b6001600160601b0381168114610a93575f80fd5b8051610cdc81610ce1565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715610d3657610d36610d00565b60405290565b80518015158114610cdc575f80fd5b5f805f805f80868803610180811215610d62575f80fd5b8751610d6d81610cbd565b6020890151909750610d7e81610ce1565b6040890151909650610d8f81610cbd565b945060e0605f1982011215610da2575f80fd5b50610dab610d14565b6060880151610db981610ce1565b8152610dc760808901610d3c565b6020820152610dd860a08901610d3c565b6040820152610de960c08901610d3c565b6060820152610dfa60e08901610d3c565b608082015261010088015160a082015261012088015160c08201529250610e246101408801610cd1565b9150610e336101608801610cd1565b90509295509295509295565b5f60208284031215610e4f575f80fd5b815161077881610cbd565b60ff81168114610a93575f80fd5b8051610cdc81610e5a565b5f82601f830112610e82575f80fd5b81516001600160401b03811115610e9b57610e9b610d00565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610ec957610ec9610d00565b604052818152838201602001851015610ee0575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215610f0c575f80fd5b81516001600160401b03811115610f21575f80fd5b820160e08185031215610f32575f80fd5b610f3a610d14565b610f4382610cf5565b8152610f5160208301610cf5565b6020820152610f6260408301610e68565b6040820152610f7360608301610d3c565b6060820152610f8460808301610cd1565b6080820152610f9560a08301610cd1565b60a082015260c08201516001600160401b03811115610fb2575f80fd5b610fbe86828501610e73565b60c083015250949350505050565b600181811c90821680610fe057607f821691505b602082108103610ffe57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561104b57805f5260205f20601f840160051c810160208510156110295750805b601f840160051c820191505b81811015611048575f8155600101611035565b50505b505050565b81516001600160401b0381111561106957611069610d00565b61107d816110778454610fcc565b84611004565b6020601f8211600181146110af575f83156110985750848201515b5f19600385901b1c1916600184901b178455611048565b5f84815260208120601f198516915b828110156110de57878501518255602094850194600190920191016110be565b50848210156110fb57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f6020828403121561111a575f80fd5b815161077881610e5a565b5f60208284031215611135575f80fd5b61077882610d3c565b6147618061114b5f395ff3fe608060405234801561000f575f80fd5b50600436106102e5575f3560e01c806376b707b711610195578063ada9652e116100e4578063deaa59df1161009e578063f3d0e5d211610079578063f3d0e5d214610802578063f83d08ba1461082b578063fb4715a914610833578063fde0a3cd14610846575f80fd5b8063deaa59df146107b5578063ea15869f146107c8578063ee378463146107ef575f80fd5b8063ada9652e1461074e578063b423086c14610762578063bca99e391461076a578063bf7e214f1461077d578063d0d63b0914610785578063de7b5d1414610798575f80fd5b80638b0229031161014f57806390edbd351161012a57806390edbd351461070b57806392f37d7814610720578063a69df4b514610733578063ad12ad601461073b575f80fd5b80638b022903146106a55780638e4a508e146106d75780638fb36037146106ea575f80fd5b806376b707b71461052f5780637a9e5e4b14610549578063826787661461055c57806385ba83441461056f5780638899278a14610695578063893d20e81461069d575f80fd5b8063329c71c0116102515780635ab1bd531161020b578063644c45e0116101e6578063644c45e0146104bc5780636bd1c0eb146104d95780636c1e9dff146105095780636f10e8a01461051c575f80fd5b80635ab1bd53146104855780635e1767ea14610496578063636450f5146104a9575f80fd5b8063329c71c014610429578063419197fe1461043c57806343d752d31461044f5780634deed5791461045757806354e507791461046a5780635741e5e91461047d575f80fd5b80631c6b2190116102a25780631c6b2190146103b65780631eff4b22146103c957806321df0da7146103f057806322366844146103f857806326889b09146104005780632eb3e6f414610415575f80fd5b806301ffc9a7146102e95780630fec111c1461032a5780630ffeecca1461033f5780631329960414610361578063138461e01461038157806317d7de7c146103a1575b5f80fd5b6103156102f7366004613659565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610332610859565b60405161032191906136ae565b6103535f805160206146cc83398151915281565b604051908152602001610321565b610369610a17565b6040516001600160a01b039091168152602001610321565b610389610a84565b6040516001600160601b039091168152602001610321565b6103a9610a8e565b6040516103219190613742565b6103896103c4366004613768565b610a9e565b6103537f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b610369610afc565b610315610b0e565b61041361040e366004613783565b610c04565b005b6103535f805160206146ec83398151915281565b610413610437366004613768565b610ce5565b61041361044a3660046137ce565b610cf1565b610369610d3a565b6104136104653660046137ea565b610d4c565b610389610478366004613783565b610f08565b610315610fec565b6001546001600160a01b0316610369565b6103536104a436600461399f565b6110a9565b6104136104b73660046139ff565b6110f2565b5f8051602061466c833981519152546001600160601b0316610389565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b0316610369565b610413610517366004613783565b6111d2565b61041361052a366004613768565b6112ab565b610537611389565b60405160ff9091168152602001610321565b610413610557366004613a3e565b6113fd565b61041361056a366004613a59565b61147f565b61062f6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091525f805160206146cc8339815191526040805160e08101825282546001600160601b038116825260ff600160601b8204811615156020840152600160681b82048116151593830193909352600160701b8104831615156060830152600160781b900490911615156080820152600182015460a082015260029091015460c0820152919050565b60405161032191905f60e0820190506001600160601b03835116825260208301511515602083015260408301511515604083015260608301511515606083015260808301511515608083015260a083015160a083015260c083015160c083015292915050565b610353600381565b6103696114d3565b6106b86106b3366004613aae565b611604565b604080516001600160601b039093168352602083019190915201610321565b6104136106e5366004613768565b61175a565b6106f2611763565b6040516001600160e01b03199091168152602001610321565b610713611798565b6040516103219190613b44565b61031561072e366004613ba1565b6117bd565b6104136117e8565b610413610749366004613c3c565b611880565b6103535f8051602061466c83398151915281565b610713611922565b610413610778366004613768565b611932565b61036961197f565b610413610793366004613768565b61199a565b5f805160206146ec833981519152546001600160a01b0316610369565b6104136107c3366004613a3e565b611a72565b6103537fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6104136107fd366004613c9b565b611ab6565b610815610810366004613cc8565b611acc565b60405164ffffffffff9091168152602001610321565b610413611ba6565b610413610841366004613d0c565b611c1a565b610413610854366004613768565b611d53565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610909573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061092d9190613e0f565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016109756114d3565b6001600160a01b0316815260200182600101805461099290613e2a565b80601f01602080910402602001604051908101604052809291908181526020018280546109be90613e2a565b8015610a095780601f106109e057610100808354040283529160200191610a09565b820191905f5260205f20905b8154815290600101906020018083116109ec57829003601f168201915b505050505081525091505090565b5f610a20610d3a565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a7f9190613e6d565b905090565b5f610a7f30611e2b565b6060610a98611798565b51919050565b5f610aa76114d3565b6001600160a01b0316336001600160a01b031614610adf5760405163086391f760e31b81523360048201526024015b60405180910390fd5b610aeb335b5f36612024565b610af48261211a565b90505b919050565b5f610b05611798565b60200151905090565b5f610b216001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b65573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b899190613e0f565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610be0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a7f9190613e93565b610c0d33610ae4565b81610c206001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c6d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c919190613e6d565b6001600160a01b0316336001600160a01b031614610cc6578033604051636efdd32b60e11b8152600401610ad6929190613eae565b82601f610cd3828261219e565b610cdd8585612255565b505050505050565b610cee816122e7565b50565b610cf96114d3565b6001600160a01b0316336001600160a01b031614610d2c5760405163086391f760e31b8152336004820152602401610ad6565b610d368282612350565b5050565b5f610d43611798565b60400151905090565b610d5533610ae4565b826015610d62828261219e565b5f610d947fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b60405163bd7d9d8560e01b81526001600160601b0388166004820152909150610e8f9087906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015610de7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e0e9190810190613f51565b60e00151604051634793b4ab60e01b81526001600160601b038916600482015288906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015610e5e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e8591908101906140e4565b60400151886117bd565b610eb757604051636b468c9b60e01b81526001600160601b0387166004820152602401610ad6565b604080513081526001600160601b03888116602083015286168183015290517fcca48a0200c526a7c48f1e770c739ef8e82d7b30e26825735858705fbcda4e079181900360600190a1505050505050565b5f610f1233610ae4565b82610f256001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f969190613e6d565b6001600160a01b0316336001600160a01b031614610fcb578033604051636efdd32b60e11b8152600401610ad6929190613eae565b83601f610fd8828261219e565b610fe286866123d5565b9695505050505050565b5f610ff5610b0e565b15611079576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015611049573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261107091908101906141dd565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b805160208201205f9060ff19906110c2906001906142ad565b6040516020016110d491815260200190565b60405160208183030381529060405280519060200120169050919050565b6110fb33610ae4565b8161110e6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561115b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061117f9190613e6d565b6001600160a01b0316336001600160a01b0316146111b4578033604051636efdd32b60e11b8152600401610ad6929190613eae565b82601f6111c1828261219e565b6111cb8585612422565b5050505050565b6111db33610ae4565b816111ee6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561123b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061125f9190613e6d565b6001600160a01b0316336001600160a01b031614611294578033604051636efdd32b60e11b8152600401610ad6929190613eae565b82601f6112a1828261219e565b610cdd8585612460565b6112b433610ae4565b806112c76001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611314573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113389190613e6d565b6001600160a01b0316336001600160a01b03161461136d578033604051636efdd32b60e11b8152600401610ad6929190613eae565b81601f61137a828261219e565b611383846124ad565b50505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156113d9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a7f91906142cc565b3361140661197f565b6001600160a01b0316816001600160a01b0316146114415760405162d1953b60e31b81526001600160a01b0382166004820152602401610ad6565b816001600160a01b03163b5f03611476576040516361798f2f60e11b81526001600160a01b0383166004820152602401610ad6565b610d36826124f2565b61148833610ae4565b6114906114d3565b6001600160a01b0316336001600160a01b0316146114c35760405163086391f760e31b8152336004820152602401610ad6565b6114ce838383612552565b505050565b5f805f8051602061466c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561153f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115639190613e93565b156115ee576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156115c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115e89190613e6d565b91505090565b54600160601b90046001600160a01b0316919050565b5f805f3390505f61164c828a8989898080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152506125d792505050565b93506116cf8473__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd968b6040518263ffffffff1660e01b815260040161168b91815260200190565b602060405180830381865af41580156116a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ca9190613e0f565b612460565b60405163046e44af60e11b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611728573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061174c91906142e7565b925050509550959350505050565b610cee81612662565b5f8051602061468c83398151915280545f9190600160a01b900460ff1661178a575f6115e8565b638fb3603760e01b91505090565b6117a0613621565b6117a8610b0e565b156117b557610a7f6126a7565b610a7f611922565b5f8560156117cb828261219e565b85601f6117d8828261219e565b5060019998505050505050505050565b6117f06114d3565b6001600160a01b0316336001600160a01b0316146118235760405163086391f760e31b8152336004820152602401610ad6565b61182d600a61288d565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b15801561186e575f80fd5b505af1158015611383573d5f803e3d5ffd5b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156118c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118eb9190613e6d565b6001600160a01b0316336001600160a01b03161461191d5760405162f0630960e01b8152336004820152602401610ad6565b611383565b61192a613621565b610a7f6126a7565b61193b33610ae4565b6119436114d3565b6001600160a01b0316336001600160a01b0316146119765760405163086391f760e31b8152336004820152602401610ad6565b610cee8161291e565b5f8051602061468c833981519152546001600160a01b031690565b6119a333610ae4565b806119b66001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a279190613e6d565b6001600160a01b0316336001600160a01b031614611a5c578033604051636efdd32b60e11b8152600401610ad6929190613eae565b81601f611a69828261219e565b61138384612963565b611a7a6114d3565b6001600160a01b0316336001600160a01b031614611aad5760405163086391f760e31b8152336004820152602401610ad6565b610cee816129a8565b611abf33610ae4565b8260156111cb828261219e565b5f611ad633610ae4565b82611ae96001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611b36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5a9190613e6d565b6001600160a01b0316336001600160a01b031614611b8f578033604051636efdd32b60e11b8152600401610ad6929190613eae565b83601f611b9c828261219e565b610fe28686612a1d565b611bae6114d3565b6001600160a01b0316336001600160a01b031614611be15760405163086391f760e31b8152336004820152602401610ad6565b611beb600a61288d565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e90602401611857565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611c5e5750825b90505f826001600160401b03166001148015611c795750303b155b905081158015611c87575080155b15611ca55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611ccf57845460ff60401b1916600160401b1785555b611d008b8b6040518060400160405280600a81526020016914da5b5c1b19541bdbdb60b21b8152508c8c8c8c612aae565b8315611d4657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b611d5c33610ae4565b80611d6f6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611dbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611de09190613e6d565b6001600160a01b0316336001600160a01b031614611e15578033604051636efdd32b60e11b8152600401610ad6929190613eae565b81601f611e22828261219e565b61138384612ad4565b5f805f8051602061466c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ebb9190613e93565b15611ee75780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610ad6565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611f39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f5d9190613e93565b611f855760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610ad6565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611fd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ffb9190613e0f565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8051602061468c8339815191525f8061205c61203f61197f565b873061204e60045f8a8c6142fe565b61205791614325565b612b19565b9150915081610cdd5763ffffffff8116156120f757825460ff60a01b1916600160a01b17835561208a61197f565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016120b99392919061435d565b5f604051808303815f87803b1580156120d0575f80fd5b505af11580156120e2573d5f803e3d5ffd5b5050845460ff60a01b1916855550610cdd9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610ad6565b5f5f805160206146ec833981519152600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af115801561217a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af49190613e0f565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612200573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122249190613e93565b610d365760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610ad6565b5f8051602061470c833981519152546040516326889b0960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906326889b09906044015b6020604051808303815f875af11580156122ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122de9190613e0f565b90505b92915050565b5f8051602061470c8339815191525460405162ca71c760e61b81526001600160601b03831660048201526001600160a01b039091169063329c71c0906024015b5f604051808303815f87803b15801561233e575f80fd5b505af11580156111cb573d5f803e3d5ffd5b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015b5f604051808303815f87803b1580156123c3575f80fd5b505af1158015610cdd573d5f803e3d5ffd5b5f805160206146ac833981519152546040516354e5077960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906354e507799060440161229e565b5f805160206146ac83398151915254604051630fc7479b60e11b81526001600160a01b0390911690631f8e8f36906123ac908590859060040161439c565b5f8051602061470c83398151915254604051636c1e9dff60e01b81526001600160601b038481166004830152831660248201525f916001600160a01b031690636c1e9dff9060440161229e565b5f805160206146ac833981519152546040516306fa456560e01b81526001600160601b03831660048201526001600160a01b03909116906306fa456590602401612327565b5f8051602061468c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583035460405163c142a30360e01b81526001600160a01b039091169063c142a303906125a5908690869086906004016143c3565b5f604051808303815f87803b1580156125bc575f80fd5b505af11580156125ce573d5f803e3d5ffd5b50505050505050565b5f805160206146ac83398151915254604051632ecfc1cb60e21b81525f916001600160a01b03169063bb3f072c906126199088908890889088906004016143f9565b6020604051808303815f875af1158015612635573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126599190613e0f565b95945050505050565b5f8051602061470c83398151915254604051634725284760e11b81526001600160601b03831660048201526001600160a01b0390911690638e4a508e90602401612327565b6126af613621565b5f6126c26001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612706573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061272a9190613e0f565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612783573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127a79190613e93565b15612885577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c36128035f8051602061466c833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015612844573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261286b919081019061443e565b60408101519092506001600160a01b031615612885575090565b6115e8612c21565b5f6128a06001546001600160a01b031690565b6001600160a01b031663d39e6043836128b7611389565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156128fa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af49190613e6d565b5f8051602061470c8339815191525460405163bca99e3960e01b81526001600160601b03831660048201526001600160a01b039091169063bca99e3990602401612327565b5f8051602061470c8339815191525460405163d0d63b0960e01b81526001600160601b03831660048201526001600160a01b039091169063d0d63b0990602401612327565b6129b06114d3565b6001600160a01b0316336001600160a01b0316146129e35760405163086391f760e31b8152336004820152602401610ad6565b6129ed600b61288d565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401612327565b5f5f805160206146cc833981519152600501546040516379e872e960e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063f3d0e5d2906044016020604051808303815f875af1158015612a8a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122de9190614507565b612ab6612d13565b6125ce8787878787878760405180602001604052805f815250612d5e565b5f805160206146ac8339815191525460405163b5346af560e01b81526001600160601b03831660048201526001600160a01b039091169063b5346af590602401612327565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612b879190614522565b5f60405180830381855afa9150503d805f8114612bbf576040519150601f19603f3d011682016040523d82523d5f602084013e612bc4565b606091505b50915091508115612c16576040815110612bf65780806020019051810190612bec9190614538565b9094509250612c16565b6020815110612c165780806020019051810190612c139190613e93565b93505b505094509492505050565b612c29613621565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f018054612c6690613e2a565b80601f0160208091040260200160405190810160405280929190818152602001828054612c9290613e2a565b8015612cdd5780601f10612cb457610100808354040283529160200191612cdd565b820191905f5260205f20905b815481529060010190602001808311612cc057829003601f168201915b505050918352505060018301546001600160a01b031660208201525f604082015260028301805460609092019161099290613e2a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612d5c57604051631afcd79f60e31b815260040160405180910390fd5b565b612d66612d13565b612d7c88888888600f888a602001518989612f02565b83515f805160206146cc833981519152805460208701516040880151606089015160808a01516001600160601b039096166cffffffffffffffffffffffffff1990941693909317600160601b921515929092029190911761ffff60681b1916600160681b9115159190910260ff60701b191617600160701b911515919091021760ff60781b1916600160781b9215159290920291909117815560a08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583015560c08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830255612e6d600f61288d565b6004820180546001600160a01b0319166001600160a01b0392909216919091179055612e99601f61288d565b6005820180546001600160a01b0319166001600160a01b0392909216919091179055612ec5600b61288d565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055612ef7635a48579360e11b613119565b505050505050505050565b612f0a612d13565b5f612f168a8a88613145565b90505f5f805160206146ec83398151915260405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015612f75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f999190613e6d565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b81529051613033929163bf7e214f9160048083019260209291908290030181865afa158015612ff3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130179190613e6d565b8c8c8c8c8c8b8b60405180602001604052805f8152508c6131f6565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa15801561307a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061309e9190613e6d565b6001820180546001600160a01b03199081166001600160a01b03938416179091556002830180549091169188169190911790556130db600b61288d565b6003820180546001600160a01b0319166001600160a01b039290921691909117905561310d634a531f3360e01b613119565b611d466307bb0a0360e51b5b613121612d13565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c036131665761315d8484600a61330e565b508290506131ef565b5f6131738585600c61330e565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156131c0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526131e791908101906141dd565b602001519150505b9392505050565b6131fe612d13565b6001600160a01b038616613225576040516327eab2e360e11b815260040160405180910390fd5b86515f036132465760405163591eebf360e11b815260040160405180910390fd5b6132548989878787876133d3565b61325d8a613478565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061328989826145b1565b50600181018054861515600160a01b026001600160a81b03199091166001600160a01b038a1617179055600281016132c183826145b1565b506132cc600b61288d565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556132fe634a531f3360e01b613119565b611d46633b6f5c0360e11b613119565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561335c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261338391908101906141dd565b905061339a81604001518460ff9081169116141590565b156133cb57604080820151905163b0c1f6eb60e01b815260ff80861660048301529091166024820152604401610ad6565b509392505050565b6133db612d13565b6133e58683613489565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161346e83826145b1565b5050505050505050565b613480612d13565b610cee816134ff565b613491612d13565b61349a82613510565b6134a26135dc565b6001600160a01b0381166134c95760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061466c83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613507612d13565b610cee816124f2565b613518612d13565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af415801561356e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135929190613e93565b6135ba5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610ad6565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6135e4612d13565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215613669575f80fd5b81356001600160e01b0319811681146131ef575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516136f6608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261373a610100840182613680565b949350505050565b602081525f6122de6020830184613680565b6001600160601b0381168114610cee575f80fd5b5f60208284031215613778575f80fd5b81356131ef81613754565b5f8060408385031215613794575f80fd5b823561379f81613754565b915060208301356137af81613754565b809150509250929050565b6001600160a01b0381168114610cee575f80fd5b5f80604083850312156137df575f80fd5b823561379f816137ba565b5f805f606084860312156137fc575f80fd5b833561380781613754565b9250602084013561381781613754565b9150604084013561382781613754565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561386857613868613832565b60405290565b60405160e081016001600160401b038111828210171561386857613868613832565b60405161020081016001600160401b038111828210171561386857613868613832565b60405160c081016001600160401b038111828210171561386857613868613832565b604051608081016001600160401b038111828210171561386857613868613832565b604051601f8201601f191681016001600160401b038111828210171561391f5761391f613832565b604052919050565b5f6001600160401b0382111561393f5761393f613832565b50601f01601f191660200190565b5f82601f83011261395c575f80fd5b813561396f61396a82613927565b6138f7565b818152846020838601011115613983575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156139af575f80fd5b81356001600160401b038111156139c4575f80fd5b61373a8482850161394d565b5f604082840312156139e0575f80fd5b6139e8613846565b823581526020928301359281019290925250919050565b5f8060608385031215613a10575f80fd5b8235613a1b81613754565b9150613a2a84602085016139d0565b90509250929050565b8035610af7816137ba565b5f60208284031215613a4e575f80fd5b81356131ef816137ba565b5f805f60c08486031215613a6b575f80fd5b613a7585856139d0565b9250613a8485604086016139d0565b9150613a9385608086016139d0565b90509250925092565b64ffffffffff81168114610cee575f80fd5b5f805f805f60a08688031215613ac2575f80fd5b613acc87876139d0565b9450604086013593506060860135613ae381613a9c565b925060808601356001600160401b03811115613afd575f80fd5b8601601f81018813613b0d575f80fd5b80356001600160401b03811115613b22575f80fd5b886020828401011115613b33575f80fd5b959894975092955050506020019190565b602081525f825160806020840152613b5f60a0840182613680565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f190160808601529091506126598282613680565b5f805f805f60a08688031215613bb5575f80fd5b8535613bc081613754565b945060208601356001600160401b03811115613bda575f80fd5b613be68882890161394d565b9450506040860135613bf781613754565b925060608601356001600160401b03811115613c11575f80fd5b613c1d8882890161394d565b9250506080860135613c2e81613754565b809150509295509295909350565b5f805f8060808587031215613c4f575f80fd5b8435613c5a816137ba565b93506020850135613c6a816137ba565b9250604085013591506060850135613c81816137ba565b939692955090935050565b61ffff81168114610cee575f80fd5b5f805f60608486031215613cad575f80fd5b8335613cb881613754565b9250602084013561381781613c8c565b5f8060408385031215613cd9575f80fd5b8235613ce481613754565b915060208301356137af81613a9c565b8015158114610cee575f80fd5b8035610af781613cf4565b5f805f805f80868803610180811215613d23575f80fd5b8735613d2e816137ba565b96506020880135613d3e81613754565b95506040880135613d4e816137ba565b945060e0605f1982011215613d61575f80fd5b50613d6a61386e565b6060880135613d7881613754565b81526080880135613d8881613cf4565b602082015260a0880135613d9b81613cf4565b604082015260c0880135613dae81613cf4565b6060820152613dbf60e08901613d01565b608082015261010088013560a082015261012088013560c08201529250613de96101408801613a33565b9150613df86101608801613a33565b90509295509295509295565b8051610af781613754565b5f60208284031215613e1f575f80fd5b81516131ef81613754565b600181811c90821680613e3e57607f821691505b602082108103613e5c57634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610af7816137ba565b5f60208284031215613e7d575f80fd5b81516131ef816137ba565b8051610af781613cf4565b5f60208284031215613ea3575f80fd5b81516131ef81613cf4565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80516001600160c01b031981168114610af7575f80fd5b8051610af781613a9c565b5f613eff61396a84613927565b9050828152838383011115613f12575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112613f37575f80fd5b6122de83835160208501613ef2565b8051610af781613c8c565b5f60208284031215613f61575f80fd5b81516001600160401b03811115613f76575f80fd5b82016102008185031215613f88575f80fd5b613f90613890565b613f9982613e04565b8152613fa760208301613e04565b6020820152613fb860408301613ed0565b6040820152613fc960608301613ed0565b6060820152613fda60808301613e04565b6080820152613feb60a08301613e04565b60a0820152613ffc60c08301613ee7565b60c082015260e08201516001600160401b03811115614019575f80fd5b61402586828501613f28565b60e0830152506101008201516001600160401b03811115614044575f80fd5b61405086828501613f28565b610100830152506140646101208301613f46565b6101208201526140776101408301613f46565b61014082015261408a6101608301613e04565b61016082015261409d6101808301613e04565b6101808201526140b06101a08301613ee7565b6101a08201526140c36101c08301613ee7565b6101c08201526140d66101e08301613ee7565b6101e0820152949350505050565b5f602082840312156140f4575f80fd5b81516001600160401b03811115614109575f80fd5b820180840360e081121561411b575f80fd5b6141236138b3565b825161412e81613754565b81526040601f1983011215614141575f80fd5b614149613846565b6020848101518252604085015181830152820152606083015191506001600160401b03821115614177575f80fd5b61418386838501613f28565b604082015261419460808401613ee7565b60608201526141a560a08401613ee7565b60808201526141b660c08401613ee7565b60a082015295945050505050565b60ff81168114610cee575f80fd5b8051610af7816141c4565b5f602082840312156141ed575f80fd5b81516001600160401b03811115614202575f80fd5b820160e08185031215614213575f80fd5b61421b61386e565b61422482613e04565b815261423260208301613e04565b6020820152614243604083016141d2565b604082015261425460608301613e88565b606082015261426560808301613e62565b608082015261427660a08301613e62565b60a082015260c08201516001600160401b03811115614293575f80fd5b61429f86828501613f28565b60c083015250949350505050565b818103818111156122e157634e487b7160e01b5f52601160045260245ffd5b5f602082840312156142dc575f80fd5b81516131ef816141c4565b5f602082840312156142f7575f80fd5b5051919050565b5f808585111561430c575f80fd5b83861115614318575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614356576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160601b0383168152606081016131ef602083018480518252602090810151910152565b8351815260208085015181830152835160408301528381015160608301528251608083015282015160a082015260c0810161373a565b6001600160a01b038516815261441c602082018580518252602090810151910152565b64ffffffffff8316606082015260a060808201525f610fe260a0830184613680565b5f6020828403121561444e575f80fd5b81516001600160401b03811115614463575f80fd5b820160808185031215614474575f80fd5b61447c6138d5565b81516001600160401b03811115614491575f80fd5b8201601f810186136144a1575f80fd5b6144b086825160208401613ef2565b8252506144bf60208301613e62565b60208201526144d060408301613e62565b604082015260608201516001600160401b038111156144ed575f80fd5b6144f986828501613f28565b606083015250949350505050565b5f60208284031215614517575f80fd5b81516131ef81613a9c565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614549575f80fd5b825161455481613cf4565b602084015190925063ffffffff811681146137af575f80fd5b601f8211156114ce57805f5260205f20601f840160051c810160208510156145925750805b601f840160051c820191505b818110156111cb575f815560010161459e565b81516001600160401b038111156145ca576145ca613832565b6145de816145d88454613e2a565b8461456d565b6020601f821160018114614610575f83156145f95750848201515b5f19600385901b1c1916600184901b1784556111cb565b5f84815260208120601f198516915b8281101561463f578785015182556020948501946001909201910161461f565b508482101561465c57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830525e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300ffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58304a2646970667358221220db67334b18dcb141209cbc9198d78ffef9e163e00c0cfd82d02a69368a5791b664736f6c634300081a0033",
1489
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106102e5575f3560e01c806376b707b711610195578063ada9652e116100e4578063deaa59df1161009e578063f3d0e5d211610079578063f3d0e5d214610802578063f83d08ba1461082b578063fb4715a914610833578063fde0a3cd14610846575f80fd5b8063deaa59df146107b5578063ea15869f146107c8578063ee378463146107ef575f80fd5b8063ada9652e1461074e578063b423086c14610762578063bca99e391461076a578063bf7e214f1461077d578063d0d63b0914610785578063de7b5d1414610798575f80fd5b80638b0229031161014f57806390edbd351161012a57806390edbd351461070b57806392f37d7814610720578063a69df4b514610733578063ad12ad601461073b575f80fd5b80638b022903146106a55780638e4a508e146106d75780638fb36037146106ea575f80fd5b806376b707b71461052f5780637a9e5e4b14610549578063826787661461055c57806385ba83441461056f5780638899278a14610695578063893d20e81461069d575f80fd5b8063329c71c0116102515780635ab1bd531161020b578063644c45e0116101e6578063644c45e0146104bc5780636bd1c0eb146104d95780636c1e9dff146105095780636f10e8a01461051c575f80fd5b80635ab1bd53146104855780635e1767ea14610496578063636450f5146104a9575f80fd5b8063329c71c014610429578063419197fe1461043c57806343d752d31461044f5780634deed5791461045757806354e507791461046a5780635741e5e91461047d575f80fd5b80631c6b2190116102a25780631c6b2190146103b65780631eff4b22146103c957806321df0da7146103f057806322366844146103f857806326889b09146104005780632eb3e6f414610415575f80fd5b806301ffc9a7146102e95780630fec111c1461032a5780630ffeecca1461033f5780631329960414610361578063138461e01461038157806317d7de7c146103a1575b5f80fd5b6103156102f7366004613659565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610332610859565b60405161032191906136ae565b6103535f805160206146cc83398151915281565b604051908152602001610321565b610369610a17565b6040516001600160a01b039091168152602001610321565b610389610a84565b6040516001600160601b039091168152602001610321565b6103a9610a8e565b6040516103219190613742565b6103896103c4366004613768565b610a9e565b6103537f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b610369610afc565b610315610b0e565b61041361040e366004613783565b610c04565b005b6103535f805160206146ec83398151915281565b610413610437366004613768565b610ce5565b61041361044a3660046137ce565b610cf1565b610369610d3a565b6104136104653660046137ea565b610d4c565b610389610478366004613783565b610f08565b610315610fec565b6001546001600160a01b0316610369565b6103536104a436600461399f565b6110a9565b6104136104b73660046139ff565b6110f2565b5f8051602061466c833981519152546001600160601b0316610389565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b0316610369565b610413610517366004613783565b6111d2565b61041361052a366004613768565b6112ab565b610537611389565b60405160ff9091168152602001610321565b610413610557366004613a3e565b6113fd565b61041361056a366004613a59565b61147f565b61062f6040805160e0810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c08101919091525f805160206146cc8339815191526040805160e08101825282546001600160601b038116825260ff600160601b8204811615156020840152600160681b82048116151593830193909352600160701b8104831615156060830152600160781b900490911615156080820152600182015460a082015260029091015460c0820152919050565b60405161032191905f60e0820190506001600160601b03835116825260208301511515602083015260408301511515604083015260608301511515606083015260808301511515608083015260a083015160a083015260c083015160c083015292915050565b610353600381565b6103696114d3565b6106b86106b3366004613aae565b611604565b604080516001600160601b039093168352602083019190915201610321565b6104136106e5366004613768565b61175a565b6106f2611763565b6040516001600160e01b03199091168152602001610321565b610713611798565b6040516103219190613b44565b61031561072e366004613ba1565b6117bd565b6104136117e8565b610413610749366004613c3c565b611880565b6103535f8051602061466c83398151915281565b610713611922565b610413610778366004613768565b611932565b61036961197f565b610413610793366004613768565b61199a565b5f805160206146ec833981519152546001600160a01b0316610369565b6104136107c3366004613a3e565b611a72565b6103537fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6104136107fd366004613c9b565b611ab6565b610815610810366004613cc8565b611acc565b60405164ffffffffff9091168152602001610321565b610413611ba6565b610413610841366004613d0c565b611c1a565b610413610854366004613768565b611d53565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610909573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061092d9190613e0f565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016109756114d3565b6001600160a01b0316815260200182600101805461099290613e2a565b80601f01602080910402602001604051908101604052809291908181526020018280546109be90613e2a565b8015610a095780601f106109e057610100808354040283529160200191610a09565b820191905f5260205f20905b8154815290600101906020018083116109ec57829003601f168201915b505050505081525091505090565b5f610a20610d3a565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a7f9190613e6d565b905090565b5f610a7f30611e2b565b6060610a98611798565b51919050565b5f610aa76114d3565b6001600160a01b0316336001600160a01b031614610adf5760405163086391f760e31b81523360048201526024015b60405180910390fd5b610aeb335b5f36612024565b610af48261211a565b90505b919050565b5f610b05611798565b60200151905090565b5f610b216001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610b65573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b899190613e0f565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610be0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a7f9190613e93565b610c0d33610ae4565b81610c206001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c6d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c919190613e6d565b6001600160a01b0316336001600160a01b031614610cc6578033604051636efdd32b60e11b8152600401610ad6929190613eae565b82601f610cd3828261219e565b610cdd8585612255565b505050505050565b610cee816122e7565b50565b610cf96114d3565b6001600160a01b0316336001600160a01b031614610d2c5760405163086391f760e31b8152336004820152602401610ad6565b610d368282612350565b5050565b5f610d43611798565b60400151905090565b610d5533610ae4565b826015610d62828261219e565b5f610d947fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031690565b60405163bd7d9d8560e01b81526001600160601b0388166004820152909150610e8f9087906001600160a01b0384169063bd7d9d85906024015f60405180830381865afa158015610de7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e0e9190810190613f51565b60e00151604051634793b4ab60e01b81526001600160601b038916600482015288906001600160a01b03861690634793b4ab906024015f60405180830381865afa158015610e5e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610e8591908101906140e4565b60400151886117bd565b610eb757604051636b468c9b60e01b81526001600160601b0387166004820152602401610ad6565b604080513081526001600160601b03888116602083015286168183015290517fcca48a0200c526a7c48f1e770c739ef8e82d7b30e26825735858705fbcda4e079181900360600190a1505050505050565b5f610f1233610ae4565b82610f256001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f72573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f969190613e6d565b6001600160a01b0316336001600160a01b031614610fcb578033604051636efdd32b60e11b8152600401610ad6929190613eae565b83601f610fd8828261219e565b610fe286866123d5565b9695505050505050565b5f610ff5610b0e565b15611079576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015611049573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261107091908101906141dd565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b805160208201205f9060ff19906110c2906001906142ad565b6040516020016110d491815260200190565b60405160208183030381529060405280519060200120169050919050565b6110fb33610ae4565b8161110e6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561115b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061117f9190613e6d565b6001600160a01b0316336001600160a01b0316146111b4578033604051636efdd32b60e11b8152600401610ad6929190613eae565b82601f6111c1828261219e565b6111cb8585612422565b5050505050565b6111db33610ae4565b816111ee6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561123b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061125f9190613e6d565b6001600160a01b0316336001600160a01b031614611294578033604051636efdd32b60e11b8152600401610ad6929190613eae565b82601f6112a1828261219e565b610cdd8585612460565b6112b433610ae4565b806112c76001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611314573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113389190613e6d565b6001600160a01b0316336001600160a01b03161461136d578033604051636efdd32b60e11b8152600401610ad6929190613eae565b81601f61137a828261219e565b611383846124ad565b50505050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156113d9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a7f91906142cc565b3361140661197f565b6001600160a01b0316816001600160a01b0316146114415760405162d1953b60e31b81526001600160a01b0382166004820152602401610ad6565b816001600160a01b03163b5f03611476576040516361798f2f60e11b81526001600160a01b0383166004820152602401610ad6565b610d36826124f2565b61148833610ae4565b6114906114d3565b6001600160a01b0316336001600160a01b0316146114c35760405163086391f760e31b8152336004820152602401610ad6565b6114ce838383612552565b505050565b5f805f8051602061466c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561153f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115639190613e93565b156115ee576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156115c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115e89190613e6d565b91505090565b54600160601b90046001600160a01b0316919050565b5f805f3390505f61164c828a8989898080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152506125d792505050565b93506116cf8473__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd968b6040518263ffffffff1660e01b815260040161168b91815260200190565b602060405180830381865af41580156116a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116ca9190613e0f565b612460565b60405163046e44af60e11b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611728573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061174c91906142e7565b925050509550959350505050565b610cee81612662565b5f8051602061468c83398151915280545f9190600160a01b900460ff1661178a575f6115e8565b638fb3603760e01b91505090565b6117a0613621565b6117a8610b0e565b156117b557610a7f6126a7565b610a7f611922565b5f8560156117cb828261219e565b85601f6117d8828261219e565b5060019998505050505050505050565b6117f06114d3565b6001600160a01b0316336001600160a01b0316146118235760405163086391f760e31b8152336004820152602401610ad6565b61182d600a61288d565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b15801561186e575f80fd5b505af1158015611383573d5f803e3d5ffd5b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156118c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118eb9190613e6d565b6001600160a01b0316336001600160a01b03161461191d5760405162f0630960e01b8152336004820152602401610ad6565b611383565b61192a613621565b610a7f6126a7565b61193b33610ae4565b6119436114d3565b6001600160a01b0316336001600160a01b0316146119765760405163086391f760e31b8152336004820152602401610ad6565b610cee8161291e565b5f8051602061468c833981519152546001600160a01b031690565b6119a333610ae4565b806119b66001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a279190613e6d565b6001600160a01b0316336001600160a01b031614611a5c578033604051636efdd32b60e11b8152600401610ad6929190613eae565b81601f611a69828261219e565b61138384612963565b611a7a6114d3565b6001600160a01b0316336001600160a01b031614611aad5760405163086391f760e31b8152336004820152602401610ad6565b610cee816129a8565b611abf33610ae4565b8260156111cb828261219e565b5f611ad633610ae4565b82611ae96001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611b36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5a9190613e6d565b6001600160a01b0316336001600160a01b031614611b8f578033604051636efdd32b60e11b8152600401610ad6929190613eae565b83601f611b9c828261219e565b610fe28686612a1d565b611bae6114d3565b6001600160a01b0316336001600160a01b031614611be15760405163086391f760e31b8152336004820152602401610ad6565b611beb600a61288d565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e90602401611857565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611c5e5750825b90505f826001600160401b03166001148015611c795750303b155b905081158015611c87575080155b15611ca55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611ccf57845460ff60401b1916600160401b1785555b611d008b8b6040518060400160405280600a81526020016914da5b5c1b19541bdbdb60b21b8152508c8c8c8c612aae565b8315611d4657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b611d5c33610ae4565b80611d6f6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03831660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611dbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611de09190613e6d565b6001600160a01b0316336001600160a01b031614611e15578033604051636efdd32b60e11b8152600401610ad6929190613eae565b81601f611e22828261219e565b61138384612ad4565b5f805f8051602061466c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ebb9190613e93565b15611ee75780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610ad6565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611f39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f5d9190613e93565b611f855760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610ad6565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611fd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ffb9190613e0f565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f8051602061468c8339815191525f8061205c61203f61197f565b873061204e60045f8a8c6142fe565b61205791614325565b612b19565b9150915081610cdd5763ffffffff8116156120f757825460ff60a01b1916600160a01b17835561208a61197f565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016120b99392919061435d565b5f604051808303815f87803b1580156120d0575f80fd5b505af11580156120e2573d5f803e3d5ffd5b5050845460ff60a01b1916855550610cdd9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610ad6565b5f5f805160206146ec833981519152600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af115801561217a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af49190613e0f565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa158015612200573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122249190613e93565b610d365760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610ad6565b5f8051602061470c833981519152546040516326889b0960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906326889b09906044015b6020604051808303815f875af11580156122ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122de9190613e0f565b90505b92915050565b5f8051602061470c8339815191525460405162ca71c760e61b81526001600160601b03831660048201526001600160a01b039091169063329c71c0906024015b5f604051808303815f87803b15801561233e575f80fd5b505af11580156111cb573d5f803e3d5ffd5b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015b5f604051808303815f87803b1580156123c3575f80fd5b505af1158015610cdd573d5f803e3d5ffd5b5f805160206146ac833981519152546040516354e5077960e01b81526001600160601b038481166004830152831660248201525f916001600160a01b0316906354e507799060440161229e565b5f805160206146ac83398151915254604051630fc7479b60e11b81526001600160a01b0390911690631f8e8f36906123ac908590859060040161439c565b5f8051602061470c83398151915254604051636c1e9dff60e01b81526001600160601b038481166004830152831660248201525f916001600160a01b031690636c1e9dff9060440161229e565b5f805160206146ac833981519152546040516306fa456560e01b81526001600160601b03831660048201526001600160a01b03909116906306fa456590602401612327565b5f8051602061468c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b7f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583035460405163c142a30360e01b81526001600160a01b039091169063c142a303906125a5908690869086906004016143c3565b5f604051808303815f87803b1580156125bc575f80fd5b505af11580156125ce573d5f803e3d5ffd5b50505050505050565b5f805160206146ac83398151915254604051632ecfc1cb60e21b81525f916001600160a01b03169063bb3f072c906126199088908890889088906004016143f9565b6020604051808303815f875af1158015612635573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126599190613e0f565b95945050505050565b5f8051602061470c83398151915254604051634725284760e11b81526001600160601b03831660048201526001600160a01b0390911690638e4a508e90602401612327565b6126af613621565b5f6126c26001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612706573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061272a9190613e0f565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612783573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127a79190613e93565b15612885577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c36128035f8051602061466c833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015612844573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261286b919081019061443e565b60408101519092506001600160a01b031615612885575090565b6115e8612c21565b5f6128a06001546001600160a01b031690565b6001600160a01b031663d39e6043836128b7611389565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156128fa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af49190613e6d565b5f8051602061470c8339815191525460405163bca99e3960e01b81526001600160601b03831660048201526001600160a01b039091169063bca99e3990602401612327565b5f8051602061470c8339815191525460405163d0d63b0960e01b81526001600160601b03831660048201526001600160a01b039091169063d0d63b0990602401612327565b6129b06114d3565b6001600160a01b0316336001600160a01b0316146129e35760405163086391f760e31b8152336004820152602401610ad6565b6129ed600b61288d565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401612327565b5f5f805160206146cc833981519152600501546040516379e872e960e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063f3d0e5d2906044016020604051808303815f875af1158015612a8a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122de9190614507565b612ab6612d13565b6125ce8787878787878760405180602001604052805f815250612d5e565b5f805160206146ac8339815191525460405163b5346af560e01b81526001600160601b03831660048201526001600160a01b039091169063b5346af590602401612327565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612b879190614522565b5f60405180830381855afa9150503d805f8114612bbf576040519150601f19603f3d011682016040523d82523d5f602084013e612bc4565b606091505b50915091508115612c16576040815110612bf65780806020019051810190612bec9190614538565b9094509250612c16565b6020815110612c165780806020019051810190612c139190613e93565b93505b505094509492505050565b612c29613621565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f018054612c6690613e2a565b80601f0160208091040260200160405190810160405280929190818152602001828054612c9290613e2a565b8015612cdd5780601f10612cb457610100808354040283529160200191612cdd565b820191905f5260205f20905b815481529060010190602001808311612cc057829003601f168201915b505050918352505060018301546001600160a01b031660208201525f604082015260028301805460609092019161099290613e2a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16612d5c57604051631afcd79f60e31b815260040160405180910390fd5b565b612d66612d13565b612d7c88888888600f888a602001518989612f02565b83515f805160206146cc833981519152805460208701516040880151606089015160808a01516001600160601b039096166cffffffffffffffffffffffffff1990941693909317600160601b921515929092029190911761ffff60681b1916600160681b9115159190910260ff60701b191617600160701b911515919091021760ff60781b1916600160781b9215159290920291909117815560a08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c583015560c08501517f25e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830255612e6d600f61288d565b6004820180546001600160a01b0319166001600160a01b0392909216919091179055612e99601f61288d565b6005820180546001600160a01b0319166001600160a01b0392909216919091179055612ec5600b61288d565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055612ef7635a48579360e11b613119565b505050505050505050565b612f0a612d13565b5f612f168a8a88613145565b90505f5f805160206146ec83398151915260405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015612f75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f999190613e6d565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b81529051613033929163bf7e214f9160048083019260209291908290030181865afa158015612ff3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130179190613e6d565b8c8c8c8c8c8b8b60405180602001604052805f8152508c6131f6565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa15801561307a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061309e9190613e6d565b6001820180546001600160a01b03199081166001600160a01b03938416179091556002830180549091169188169190911790556130db600b61288d565b6003820180546001600160a01b0319166001600160a01b039290921691909117905561310d634a531f3360e01b613119565b611d466307bb0a0360e51b5b613121612d13565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c036131665761315d8484600a61330e565b508290506131ef565b5f6131738585600c61330e565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156131c0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526131e791908101906141dd565b602001519150505b9392505050565b6131fe612d13565b6001600160a01b038616613225576040516327eab2e360e11b815260040160405180910390fd5b86515f036132465760405163591eebf360e11b815260040160405180910390fd5b6132548989878787876133d3565b61325d8a613478565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061328989826145b1565b50600181018054861515600160a01b026001600160a81b03199091166001600160a01b038a1617179055600281016132c183826145b1565b506132cc600b61288d565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556132fe634a531f3360e01b613119565b611d46633b6f5c0360e11b613119565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561335c573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261338391908101906141dd565b905061339a81604001518460ff9081169116141590565b156133cb57604080820151905163b0c1f6eb60e01b815260ff80861660048301529091166024820152604401610ad6565b509392505050565b6133db612d13565b6133e58683613489565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161346e83826145b1565b5050505050505050565b613480612d13565b610cee816134ff565b613491612d13565b61349a82613510565b6134a26135dc565b6001600160a01b0381166134c95760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061466c83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613507612d13565b610cee816124f2565b613518612d13565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af415801561356e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135929190613e93565b6135ba5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610ad6565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6135e4612d13565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215613669575f80fd5b81356001600160e01b0319811681146131ef575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516136f6608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261373a610100840182613680565b949350505050565b602081525f6122de6020830184613680565b6001600160601b0381168114610cee575f80fd5b5f60208284031215613778575f80fd5b81356131ef81613754565b5f8060408385031215613794575f80fd5b823561379f81613754565b915060208301356137af81613754565b809150509250929050565b6001600160a01b0381168114610cee575f80fd5b5f80604083850312156137df575f80fd5b823561379f816137ba565b5f805f606084860312156137fc575f80fd5b833561380781613754565b9250602084013561381781613754565b9150604084013561382781613754565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561386857613868613832565b60405290565b60405160e081016001600160401b038111828210171561386857613868613832565b60405161020081016001600160401b038111828210171561386857613868613832565b60405160c081016001600160401b038111828210171561386857613868613832565b604051608081016001600160401b038111828210171561386857613868613832565b604051601f8201601f191681016001600160401b038111828210171561391f5761391f613832565b604052919050565b5f6001600160401b0382111561393f5761393f613832565b50601f01601f191660200190565b5f82601f83011261395c575f80fd5b813561396f61396a82613927565b6138f7565b818152846020838601011115613983575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156139af575f80fd5b81356001600160401b038111156139c4575f80fd5b61373a8482850161394d565b5f604082840312156139e0575f80fd5b6139e8613846565b823581526020928301359281019290925250919050565b5f8060608385031215613a10575f80fd5b8235613a1b81613754565b9150613a2a84602085016139d0565b90509250929050565b8035610af7816137ba565b5f60208284031215613a4e575f80fd5b81356131ef816137ba565b5f805f60c08486031215613a6b575f80fd5b613a7585856139d0565b9250613a8485604086016139d0565b9150613a9385608086016139d0565b90509250925092565b64ffffffffff81168114610cee575f80fd5b5f805f805f60a08688031215613ac2575f80fd5b613acc87876139d0565b9450604086013593506060860135613ae381613a9c565b925060808601356001600160401b03811115613afd575f80fd5b8601601f81018813613b0d575f80fd5b80356001600160401b03811115613b22575f80fd5b886020828401011115613b33575f80fd5b959894975092955050506020019190565b602081525f825160806020840152613b5f60a0840182613680565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f190160808601529091506126598282613680565b5f805f805f60a08688031215613bb5575f80fd5b8535613bc081613754565b945060208601356001600160401b03811115613bda575f80fd5b613be68882890161394d565b9450506040860135613bf781613754565b925060608601356001600160401b03811115613c11575f80fd5b613c1d8882890161394d565b9250506080860135613c2e81613754565b809150509295509295909350565b5f805f8060808587031215613c4f575f80fd5b8435613c5a816137ba565b93506020850135613c6a816137ba565b9250604085013591506060850135613c81816137ba565b939692955090935050565b61ffff81168114610cee575f80fd5b5f805f60608486031215613cad575f80fd5b8335613cb881613754565b9250602084013561381781613c8c565b5f8060408385031215613cd9575f80fd5b8235613ce481613754565b915060208301356137af81613a9c565b8015158114610cee575f80fd5b8035610af781613cf4565b5f805f805f80868803610180811215613d23575f80fd5b8735613d2e816137ba565b96506020880135613d3e81613754565b95506040880135613d4e816137ba565b945060e0605f1982011215613d61575f80fd5b50613d6a61386e565b6060880135613d7881613754565b81526080880135613d8881613cf4565b602082015260a0880135613d9b81613cf4565b604082015260c0880135613dae81613cf4565b6060820152613dbf60e08901613d01565b608082015261010088013560a082015261012088013560c08201529250613de96101408801613a33565b9150613df86101608801613a33565b90509295509295509295565b8051610af781613754565b5f60208284031215613e1f575f80fd5b81516131ef81613754565b600181811c90821680613e3e57607f821691505b602082108103613e5c57634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610af7816137ba565b5f60208284031215613e7d575f80fd5b81516131ef816137ba565b8051610af781613cf4565b5f60208284031215613ea3575f80fd5b81516131ef81613cf4565b6001600160601b039290921682526001600160a01b0316602082015260400190565b80516001600160c01b031981168114610af7575f80fd5b8051610af781613a9c565b5f613eff61396a84613927565b9050828152838383011115613f12575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112613f37575f80fd5b6122de83835160208501613ef2565b8051610af781613c8c565b5f60208284031215613f61575f80fd5b81516001600160401b03811115613f76575f80fd5b82016102008185031215613f88575f80fd5b613f90613890565b613f9982613e04565b8152613fa760208301613e04565b6020820152613fb860408301613ed0565b6040820152613fc960608301613ed0565b6060820152613fda60808301613e04565b6080820152613feb60a08301613e04565b60a0820152613ffc60c08301613ee7565b60c082015260e08201516001600160401b03811115614019575f80fd5b61402586828501613f28565b60e0830152506101008201516001600160401b03811115614044575f80fd5b61405086828501613f28565b610100830152506140646101208301613f46565b6101208201526140776101408301613f46565b61014082015261408a6101608301613e04565b61016082015261409d6101808301613e04565b6101808201526140b06101a08301613ee7565b6101a08201526140c36101c08301613ee7565b6101c08201526140d66101e08301613ee7565b6101e0820152949350505050565b5f602082840312156140f4575f80fd5b81516001600160401b03811115614109575f80fd5b820180840360e081121561411b575f80fd5b6141236138b3565b825161412e81613754565b81526040601f1983011215614141575f80fd5b614149613846565b6020848101518252604085015181830152820152606083015191506001600160401b03821115614177575f80fd5b61418386838501613f28565b604082015261419460808401613ee7565b60608201526141a560a08401613ee7565b60808201526141b660c08401613ee7565b60a082015295945050505050565b60ff81168114610cee575f80fd5b8051610af7816141c4565b5f602082840312156141ed575f80fd5b81516001600160401b03811115614202575f80fd5b820160e08185031215614213575f80fd5b61421b61386e565b61422482613e04565b815261423260208301613e04565b6020820152614243604083016141d2565b604082015261425460608301613e88565b606082015261426560808301613e62565b608082015261427660a08301613e62565b60a082015260c08201516001600160401b03811115614293575f80fd5b61429f86828501613f28565b60c083015250949350505050565b818103818111156122e157634e487b7160e01b5f52601160045260245ffd5b5f602082840312156142dc575f80fd5b81516131ef816141c4565b5f602082840312156142f7575f80fd5b5051919050565b5f808585111561430c575f80fd5b83861115614318575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614356576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6001600160601b0383168152606081016131ef602083018480518252602090810151910152565b8351815260208085015181830152835160408301528381015160608301528251608083015282015160a082015260c0810161373a565b6001600160a01b038516815261441c602082018580518252602090810151910152565b64ffffffffff8316606082015260a060808201525f610fe260a0830184613680565b5f6020828403121561444e575f80fd5b81516001600160401b03811115614463575f80fd5b820160808185031215614474575f80fd5b61447c6138d5565b81516001600160401b03811115614491575f80fd5b8201601f810186136144a1575f80fd5b6144b086825160208401613ef2565b8252506144bf60208301613e62565b60208201526144d060408301613e62565b604082015260608201516001600160401b038111156144ed575f80fd5b6144f986828501613f28565b606083015250949350505050565b5f60208284031215614517575f80fd5b81516131ef81613a9c565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614549575f80fd5b825161455481613cf4565b602084015190925063ffffffff811681146137af575f80fd5b601f8211156114ce57805f5260205f20601f840160051c810160208510156145925750805b601f840160051c820191505b818110156111cb575f815560010161459e565b81516001600160401b038111156145ca576145ca613832565b6145de816145d88454613e2a565b8461456d565b6020601f821160018114614610575f83156145f95750848201515b5f19600385901b1c1916600184901b1784556111cb565b5f84815260208120601f198516915b8281101561463f578785015182556020948501946001909201910161461f565b508482101561465c57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c5830525e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58300ffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0025e3e51823fbfffb988e0a2744bb93722d9f3e906c07cc0a9e77884c46c58304a2646970667358221220db67334b18dcb141209cbc9198d78ffef9e163e00c0cfd82d02a69368a5791b664736f6c634300081a0033",
1490
+ "linkReferences": {
1491
+ "contracts/shared/ContractLib.sol": {
1492
+ "ContractLib": [
1493
+ {
1494
+ "length": 20,
1495
+ "start": 2911
1496
+ },
1497
+ {
1498
+ "length": 20,
1499
+ "start": 18049
1500
+ }
1501
+ ]
1502
+ },
1503
+ "contracts/type/Amount.sol": {
1504
+ "AmountLib": [
1505
+ {
1506
+ "length": 20,
1507
+ "start": 10143
1508
+ },
1509
+ {
1510
+ "length": 20,
1511
+ "start": 10299
1512
+ }
1513
+ ]
1514
+ },
1515
+ "contracts/type/NftId.sol": {
1516
+ "NftIdLib": [
1517
+ {
1518
+ "length": 20,
1519
+ "start": 6671
1520
+ },
1521
+ {
1522
+ "length": 20,
1523
+ "start": 7411
1524
+ },
1525
+ {
1526
+ "length": 20,
1527
+ "start": 9810
1528
+ },
1529
+ {
1530
+ "length": 20,
1531
+ "start": 12202
1532
+ },
1533
+ {
1534
+ "length": 20,
1535
+ "start": 14486
1536
+ }
1537
+ ]
1538
+ },
1539
+ "contracts/type/Version.sol": {
1540
+ "VersionPartLib": [
1541
+ {
1542
+ "length": 20,
1543
+ "start": 2223
1544
+ },
1545
+ {
1546
+ "length": 20,
1547
+ "start": 9452
1548
+ }
1549
+ ]
1550
+ }
1551
+ },
1552
+ "deployedLinkReferences": {
1553
+ "contracts/shared/ContractLib.sol": {
1554
+ "ContractLib": [
1555
+ {
1556
+ "length": 20,
1557
+ "start": 13622
1558
+ }
1559
+ ]
1560
+ },
1561
+ "contracts/type/Amount.sol": {
1562
+ "AmountLib": [
1563
+ {
1564
+ "length": 20,
1565
+ "start": 5716
1566
+ },
1567
+ {
1568
+ "length": 20,
1569
+ "start": 5872
1570
+ }
1571
+ ]
1572
+ },
1573
+ "contracts/type/NftId.sol": {
1574
+ "NftIdLib": [
1575
+ {
1576
+ "length": 20,
1577
+ "start": 2244
1578
+ },
1579
+ {
1580
+ "length": 20,
1581
+ "start": 2984
1582
+ },
1583
+ {
1584
+ "length": 20,
1585
+ "start": 5383
1586
+ },
1587
+ {
1588
+ "length": 20,
1589
+ "start": 7775
1590
+ },
1591
+ {
1592
+ "length": 20,
1593
+ "start": 10059
1594
+ }
1595
+ ]
1596
+ },
1597
+ "contracts/type/Version.sol": {
1598
+ "VersionPartLib": [
1599
+ {
1600
+ "length": 20,
1601
+ "start": 5025
1602
+ }
1603
+ ]
1604
+ }
1605
+ }
1606
+ }