@etherisc/gif-next 0.0.2-f398177-971 → 0.0.2-f47f21f-178

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