@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f13c010-035

Sign up to get free protection for your applications and to get access to all the features.
Files changed (747) hide show
  1. package/README.md +297 -25
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  14. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  16. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  18. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  20. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  21. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +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 +1455 -0
  28. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
  30. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +929 -0
  32. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
  34. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  35. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  36. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +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 +2072 -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 +290 -1482
  58. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  59. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
  60. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  61. package/artifacts/contracts/instance/Instance.sol/Instance.json +421 -1780
  62. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
  64. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
  66. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2058 -0
  68. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  69. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +995 -0
  70. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  71. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +722 -0
  72. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  73. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -0
  74. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  76. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  78. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  80. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  82. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  84. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  85. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
  86. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  87. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  88. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  89. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
  90. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  93. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  94. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  95. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  96. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  97. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  98. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -0
  100. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  102. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  103. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  104. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +788 -0
  106. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
  108. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
  110. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
  112. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
  114. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1299 -0
  116. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
  118. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
  120. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  121. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
  122. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +960 -0
  124. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
  126. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  127. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
  128. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  129. package/artifacts/contracts/pool/Pool.sol/Pool.json +1098 -0
  130. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
  132. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  133. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
  134. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
  136. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  137. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
  138. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1173 -0
  140. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  141. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  142. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
  144. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  145. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
  146. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
  148. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
  150. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  151. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
  152. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  153. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
  154. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  155. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
  156. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  157. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
  158. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
  160. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
  162. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
  164. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  165. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
  166. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  167. package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
  168. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
  170. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  171. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
  172. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  173. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
  174. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +976 -119
  176. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  177. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
  178. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  179. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  180. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  181. package/artifacts/contracts/registry/Registry.sol/Registry.json +1403 -220
  182. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  183. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
  184. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  185. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1246 -0
  186. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  187. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +713 -0
  188. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  190. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  192. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  193. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  194. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  195. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
  196. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  197. package/artifacts/contracts/shared/Component.sol/Component.json +725 -0
  198. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1785 -0
  200. package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.dbg.json +4 -0
  201. package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.json +206 -0
  202. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  203. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +810 -0
  204. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  205. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +232 -235
  206. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  207. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  208. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +632 -0
  210. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  211. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1360 -0
  212. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  213. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
  214. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  215. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +140 -141
  216. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  217. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  218. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  219. package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
  220. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  221. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  222. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  223. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +113 -24
  224. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  225. package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
  226. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  227. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +182 -171
  228. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  229. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  230. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  231. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +829 -0
  232. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  233. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  234. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  235. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  236. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  237. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  238. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  239. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
  240. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  241. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  242. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  243. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +224 -23
  244. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  245. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  246. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  247. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +239 -173
  248. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  249. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +546 -0
  250. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  251. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +132 -0
  252. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  253. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -0
  254. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  255. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
  256. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  258. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  259. package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
  260. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  262. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
  264. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  266. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
  268. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  269. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
  270. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  271. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  272. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  273. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  274. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  275. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  276. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  278. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  280. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  282. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  284. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  286. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  288. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  290. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  291. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  292. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  294. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  296. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  298. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  300. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  302. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  304. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  306. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  308. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  310. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  312. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  314. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  316. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  318. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  320. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  321. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  322. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  323. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  324. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  326. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
  328. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  329. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  330. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  331. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  332. package/contracts/authorization/AccessAdmin.sol +596 -0
  333. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  334. package/contracts/authorization/Authorization.sol +289 -0
  335. package/contracts/authorization/IAccess.sol +49 -0
  336. package/contracts/authorization/IAccessAdmin.sol +137 -0
  337. package/contracts/authorization/IAuthorization.sol +60 -0
  338. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  339. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  340. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  341. package/contracts/distribution/BasicDistribution.sol +139 -0
  342. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  343. package/contracts/distribution/Distribution.sol +285 -0
  344. package/contracts/distribution/DistributionService.sol +355 -0
  345. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  346. package/contracts/distribution/IDistributionComponent.sol +52 -0
  347. package/contracts/distribution/IDistributionService.sol +101 -0
  348. package/contracts/examples/fire/DamageLevel.sol +59 -0
  349. package/contracts/examples/fire/FirePool.sol +73 -0
  350. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  351. package/contracts/examples/fire/FireProduct.sol +415 -0
  352. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  353. package/contracts/examples/fire/FireUSD.sol +26 -0
  354. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  355. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  356. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  357. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  358. package/contracts/instance/BundleSet.sol +126 -0
  359. package/contracts/instance/IInstance.sol +58 -44
  360. package/contracts/instance/IInstanceService.sol +72 -0
  361. package/contracts/instance/Instance.sol +218 -54
  362. package/contracts/instance/InstanceAdmin.sol +279 -0
  363. package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
  364. package/contracts/instance/InstanceReader.sol +495 -0
  365. package/contracts/instance/InstanceService.sol +413 -0
  366. package/contracts/instance/InstanceServiceManager.sol +39 -0
  367. package/contracts/instance/InstanceStore.sol +287 -0
  368. package/contracts/instance/base/BalanceStore.sol +123 -0
  369. package/contracts/instance/base/Cloneable.sol +28 -0
  370. package/contracts/instance/base/ObjectCounter.sol +21 -0
  371. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  372. package/contracts/instance/base/ObjectSet.sol +79 -0
  373. package/contracts/instance/module/IAccess.sol +46 -0
  374. package/contracts/instance/module/IBundle.sol +20 -0
  375. package/contracts/instance/module/IComponents.sol +51 -0
  376. package/contracts/instance/module/IDistribution.sol +41 -0
  377. package/contracts/instance/module/IPolicy.sol +84 -0
  378. package/contracts/instance/module/IRisk.sol +11 -0
  379. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  380. package/contracts/oracle/BasicOracle.sol +47 -0
  381. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  382. package/contracts/oracle/IOracle.sol +36 -0
  383. package/contracts/oracle/IOracleComponent.sol +33 -0
  384. package/contracts/oracle/IOracleService.sol +66 -0
  385. package/contracts/oracle/Oracle.sol +156 -0
  386. package/contracts/oracle/OracleService.sol +291 -0
  387. package/contracts/oracle/OracleServiceManager.sol +39 -0
  388. package/contracts/pool/BasicPool.sol +154 -0
  389. package/contracts/pool/BasicPoolAuthorization.sol +57 -0
  390. package/contracts/pool/BundleService.sol +493 -0
  391. package/contracts/pool/BundleServiceManager.sol +39 -0
  392. package/contracts/pool/IBundleService.sol +143 -0
  393. package/contracts/pool/IPoolComponent.sol +68 -0
  394. package/contracts/pool/IPoolService.sol +167 -0
  395. package/contracts/pool/Pool.sol +335 -0
  396. package/contracts/pool/PoolService.sol +544 -0
  397. package/contracts/pool/PoolServiceManager.sol +39 -0
  398. package/contracts/product/ApplicationService.sol +259 -0
  399. package/contracts/product/ApplicationServiceManager.sol +38 -0
  400. package/contracts/product/BasicProduct.sol +53 -0
  401. package/contracts/product/BasicProductAuthorization.sol +42 -0
  402. package/contracts/product/ClaimService.sol +612 -0
  403. package/contracts/product/ClaimServiceManager.sol +38 -0
  404. package/contracts/product/IApplicationService.sol +63 -0
  405. package/contracts/product/IClaimService.sol +123 -0
  406. package/contracts/product/IPolicyService.sol +80 -0
  407. package/contracts/product/IPricingService.sol +39 -0
  408. package/contracts/product/IProductComponent.sol +59 -0
  409. package/contracts/product/IRiskService.sol +33 -0
  410. package/contracts/product/PolicyService.sol +691 -0
  411. package/contracts/product/PolicyServiceManager.sol +39 -0
  412. package/contracts/product/PricingService.sol +300 -0
  413. package/contracts/product/PricingServiceManager.sol +39 -0
  414. package/contracts/product/Product.sol +455 -0
  415. package/contracts/product/RiskService.sol +96 -0
  416. package/contracts/product/RiskServiceManager.sol +39 -0
  417. package/contracts/registry/ChainNft.sol +128 -40
  418. package/contracts/registry/IRegistry.sol +142 -28
  419. package/contracts/registry/IRegistryService.sol +62 -0
  420. package/contracts/registry/ITransferInterceptor.sol +6 -0
  421. package/contracts/registry/Registry.sol +618 -282
  422. package/contracts/registry/RegistryAdmin.sol +448 -0
  423. package/contracts/registry/RegistryService.sol +241 -0
  424. package/contracts/registry/RegistryServiceManager.sol +53 -0
  425. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  426. package/contracts/registry/ReleaseRegistry.sol +501 -0
  427. package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
  428. package/contracts/registry/TokenRegistry.sol +315 -0
  429. package/contracts/shared/Component.sol +271 -0
  430. package/contracts/shared/ComponentService.sol +686 -0
  431. package/contracts/shared/ComponentServiceHelperLib.sol +118 -0
  432. package/contracts/shared/ComponentServiceManager.sol +38 -0
  433. package/contracts/shared/ComponentVerifyingService.sol +126 -0
  434. package/contracts/shared/ContractLib.sol +38 -0
  435. package/contracts/shared/IComponent.sol +74 -0
  436. package/contracts/shared/IComponentService.sol +121 -0
  437. package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
  438. package/contracts/shared/IKeyValueStore.sol +54 -0
  439. package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
  440. package/contracts/shared/INftOwnable.sol +25 -0
  441. package/contracts/shared/IPolicyHolder.sol +35 -0
  442. package/contracts/shared/IRegisterable.sol +23 -21
  443. package/contracts/shared/IRegistryLinked.sol +11 -0
  444. package/contracts/shared/IService.sol +25 -0
  445. package/contracts/shared/InitializableERC165.sol +27 -0
  446. package/contracts/shared/InstanceLinkedComponent.sol +213 -0
  447. package/contracts/shared/KeyValueStore.sol +131 -0
  448. package/contracts/shared/Lifecycle.sol +88 -0
  449. package/contracts/shared/NftIdSet.sol +65 -0
  450. package/contracts/shared/NftOwnable.sol +127 -0
  451. package/contracts/shared/PolicyHolder.sol +62 -0
  452. package/contracts/shared/Registerable.sol +62 -63
  453. package/contracts/shared/RegistryLinked.sol +44 -0
  454. package/contracts/shared/Service.sol +84 -0
  455. package/contracts/shared/TokenHandler.sol +183 -0
  456. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  457. package/contracts/staking/IStaking.sol +168 -0
  458. package/contracts/staking/IStakingService.sol +157 -0
  459. package/contracts/staking/StakeManagerLib.sol +224 -0
  460. package/contracts/staking/Staking.sol +497 -0
  461. package/contracts/staking/StakingLifecycle.sol +23 -0
  462. package/contracts/staking/StakingManager.sol +52 -0
  463. package/contracts/staking/StakingReader.sol +190 -0
  464. package/contracts/staking/StakingService.sol +407 -0
  465. package/contracts/staking/StakingServiceManager.sol +44 -0
  466. package/contracts/staking/StakingStore.sol +605 -0
  467. package/contracts/staking/TargetManagerLib.sol +211 -0
  468. package/contracts/{types → type}/AddressSet.sol +1 -1
  469. package/contracts/type/Amount.sol +150 -0
  470. package/contracts/{types → type}/Blocknumber.sol +27 -3
  471. package/contracts/type/ClaimId.sol +80 -0
  472. package/contracts/type/DistributorType.sol +55 -0
  473. package/contracts/type/Fee.sol +66 -0
  474. package/contracts/{types → type}/Key32.sol +8 -3
  475. package/contracts/{types → type}/NftId.sol +22 -15
  476. package/contracts/type/NftIdSet.sol +62 -0
  477. package/contracts/type/ObjectType.sol +276 -0
  478. package/contracts/type/PayoutId.sol +82 -0
  479. package/contracts/type/Referral.sol +90 -0
  480. package/contracts/type/RequestId.sol +75 -0
  481. package/contracts/type/RiskId.sol +57 -0
  482. package/contracts/type/RoleId.sol +162 -0
  483. package/contracts/type/Seconds.sol +101 -0
  484. package/contracts/type/Selector.sol +102 -0
  485. package/contracts/{types → type}/StateId.sol +53 -5
  486. package/contracts/type/String.sol +53 -0
  487. package/contracts/{types → type}/Timestamp.sol +38 -15
  488. package/contracts/type/UFixed.sol +355 -0
  489. package/contracts/{types → type}/Version.sol +17 -2
  490. package/contracts/upgradeability/IVersionable.sol +53 -0
  491. package/contracts/upgradeability/ProxyManager.sol +232 -0
  492. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
  493. package/contracts/upgradeability/Versionable.sol +59 -0
  494. package/package.json +12 -7
  495. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  496. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
  497. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  498. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  499. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
  500. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  501. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
  502. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  503. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
  504. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  505. package/artifacts/contracts/components/Product.sol/Product.json +0 -305
  506. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  508. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  510. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  512. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  514. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  516. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  518. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  520. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  522. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  524. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  525. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  526. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  527. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  528. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  529. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  530. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  531. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  532. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  533. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  534. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  535. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  536. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  537. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  538. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  539. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  540. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  541. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  542. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  543. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
  544. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  545. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
  546. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  547. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  548. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  549. package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
  550. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  551. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -326
  552. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  553. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
  554. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  555. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  556. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  558. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
  559. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  560. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  561. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  562. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  563. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  564. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  565. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
  566. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  567. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  568. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
  569. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  570. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  571. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  572. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  573. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  574. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  575. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  576. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  577. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  578. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  579. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  580. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  581. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  582. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  583. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
  584. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  585. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
  586. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  587. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  588. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  589. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  590. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  591. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  592. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  593. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  594. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  595. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  596. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  597. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  598. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
  599. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  600. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  601. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  602. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  603. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  604. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  605. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  606. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
  607. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  608. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  609. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  610. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  611. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  612. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  613. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  614. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  615. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  616. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  617. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  618. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  619. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  620. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  621. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  622. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
  623. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  624. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
  625. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  626. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  627. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  628. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  629. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  630. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  631. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  632. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
  633. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  634. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  635. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  636. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
  637. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  638. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
  639. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  640. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  641. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  642. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
  643. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  644. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
  645. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  646. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  647. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  648. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  649. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  650. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  651. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  652. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
  653. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  654. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
  655. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  656. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  657. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  658. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  659. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  660. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  661. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  662. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
  663. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  664. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  665. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  666. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
  667. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  668. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
  669. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  670. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
  671. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  672. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  673. package/contracts/components/BaseComponent.sol +0 -88
  674. package/contracts/components/IBaseComponent.sol +0 -19
  675. package/contracts/components/IPoolComponent.sol +0 -57
  676. package/contracts/components/IProductComponent.sol +0 -19
  677. package/contracts/components/Pool.sol +0 -174
  678. package/contracts/components/Product.sol +0 -117
  679. package/contracts/experiment/errors/Require.sol +0 -38
  680. package/contracts/experiment/errors/Revert.sol +0 -44
  681. package/contracts/experiment/inheritance/A.sol +0 -53
  682. package/contracts/experiment/inheritance/B.sol +0 -28
  683. package/contracts/experiment/inheritance/C.sol +0 -34
  684. package/contracts/experiment/inheritance/IA.sol +0 -13
  685. package/contracts/experiment/inheritance/IB.sol +0 -10
  686. package/contracts/experiment/inheritance/IC.sol +0 -12
  687. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  688. package/contracts/experiment/statemachine/ISM.sol +0 -25
  689. package/contracts/experiment/statemachine/README.md +0 -112
  690. package/contracts/experiment/statemachine/SM.sol +0 -57
  691. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  692. package/contracts/experiment/types/TypeA.sol +0 -47
  693. package/contracts/experiment/types/TypeB.sol +0 -29
  694. package/contracts/instance/IInstanceLinked.sol +0 -8
  695. package/contracts/instance/base/ComponentServiceBase.sol +0 -42
  696. package/contracts/instance/base/IInstanceBase.sol +0 -14
  697. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  698. package/contracts/instance/base/IService.sol +0 -15
  699. package/contracts/instance/base/InstanceBase.sol +0 -80
  700. package/contracts/instance/base/KeyValueStore.sol +0 -156
  701. package/contracts/instance/base/Lifecycle.sol +0 -95
  702. package/contracts/instance/base/ModuleBase.sol +0 -52
  703. package/contracts/instance/base/ServiceBase.sol +0 -37
  704. package/contracts/instance/module/access/Access.sol +0 -149
  705. package/contracts/instance/module/access/IAccess.sol +0 -53
  706. package/contracts/instance/module/bundle/BundleModule.sol +0 -136
  707. package/contracts/instance/module/bundle/IBundle.sol +0 -58
  708. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  709. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  710. package/contracts/instance/module/component/ComponentModule.sol +0 -95
  711. package/contracts/instance/module/component/IComponent.sol +0 -53
  712. package/contracts/instance/module/policy/IPolicy.sol +0 -60
  713. package/contracts/instance/module/policy/PolicyModule.sol +0 -76
  714. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  715. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  716. package/contracts/instance/module/risk/IRisk.sol +0 -10
  717. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  718. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  719. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  720. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  721. package/contracts/instance/service/ComponentOwnerService.sol +0 -170
  722. package/contracts/instance/service/IComponentOwnerService.sol +0 -22
  723. package/contracts/instance/service/IPoolService.sol +0 -30
  724. package/contracts/instance/service/IProductService.sol +0 -58
  725. package/contracts/instance/service/PoolService.sol +0 -123
  726. package/contracts/instance/service/ProductService.sol +0 -354
  727. package/contracts/registry/IChainNft.sol +0 -21
  728. package/contracts/registry/IRegistryLinked.sol +0 -8
  729. package/contracts/shared/ERC165.sol +0 -21
  730. package/contracts/shared/IOwnable.sol +0 -6
  731. package/contracts/shared/IVersionable.sol +0 -52
  732. package/contracts/shared/Versionable.sol +0 -89
  733. package/contracts/test/TestFee.sol +0 -25
  734. package/contracts/test/TestPool.sol +0 -22
  735. package/contracts/test/TestProduct.sol +0 -44
  736. package/contracts/test/TestRegisterable.sol +0 -19
  737. package/contracts/test/TestRoleId.sol +0 -14
  738. package/contracts/test/TestService.sol +0 -32
  739. package/contracts/test/TestToken.sol +0 -26
  740. package/contracts/test/TestVersion.sol +0 -44
  741. package/contracts/test/TestVersionable.sol +0 -17
  742. package/contracts/types/ChainId.sol +0 -38
  743. package/contracts/types/Fee.sol +0 -51
  744. package/contracts/types/NftIdSet.sol +0 -60
  745. package/contracts/types/ObjectType.sol +0 -115
  746. package/contracts/types/RoleId.sol +0 -38
  747. package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,1231 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "SimpleOracle",
4
+ "sourceName": "contracts/examples/unpermissioned/SimpleOracle.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": "contract IAuthorization",
20
+ "name": "authorization",
21
+ "type": "address"
22
+ },
23
+ {
24
+ "internalType": "address",
25
+ "name": "initialOwner",
26
+ "type": "address"
27
+ },
28
+ {
29
+ "internalType": "address",
30
+ "name": "token",
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": "string",
227
+ "name": "methodName",
228
+ "type": "string"
229
+ }
230
+ ],
231
+ "name": "ErrorOracleNotImplemented",
232
+ "type": "error"
233
+ },
234
+ {
235
+ "inputs": [],
236
+ "name": "InvalidInitialization",
237
+ "type": "error"
238
+ },
239
+ {
240
+ "inputs": [],
241
+ "name": "NotInitializing",
242
+ "type": "error"
243
+ },
244
+ {
245
+ "anonymous": false,
246
+ "inputs": [
247
+ {
248
+ "indexed": false,
249
+ "internalType": "address",
250
+ "name": "authority",
251
+ "type": "address"
252
+ }
253
+ ],
254
+ "name": "AuthorityUpdated",
255
+ "type": "event"
256
+ },
257
+ {
258
+ "anonymous": false,
259
+ "inputs": [
260
+ {
261
+ "indexed": false,
262
+ "internalType": "uint64",
263
+ "name": "version",
264
+ "type": "uint64"
265
+ }
266
+ ],
267
+ "name": "Initialized",
268
+ "type": "event"
269
+ },
270
+ {
271
+ "anonymous": false,
272
+ "inputs": [
273
+ {
274
+ "indexed": false,
275
+ "internalType": "address",
276
+ "name": "token",
277
+ "type": "address"
278
+ },
279
+ {
280
+ "indexed": false,
281
+ "internalType": "Amount",
282
+ "name": "limit",
283
+ "type": "uint96"
284
+ },
285
+ {
286
+ "indexed": false,
287
+ "internalType": "bool",
288
+ "name": "isMaxAmount",
289
+ "type": "bool"
290
+ }
291
+ ],
292
+ "name": "LogComponentTokenHandlerApproved",
293
+ "type": "event"
294
+ },
295
+ {
296
+ "anonymous": false,
297
+ "inputs": [
298
+ {
299
+ "indexed": false,
300
+ "internalType": "address",
301
+ "name": "oldWallet",
302
+ "type": "address"
303
+ },
304
+ {
305
+ "indexed": false,
306
+ "internalType": "address",
307
+ "name": "newWallet",
308
+ "type": "address"
309
+ }
310
+ ],
311
+ "name": "LogComponentWalletAddressChanged",
312
+ "type": "event"
313
+ },
314
+ {
315
+ "anonymous": false,
316
+ "inputs": [
317
+ {
318
+ "indexed": false,
319
+ "internalType": "address",
320
+ "name": "from",
321
+ "type": "address"
322
+ },
323
+ {
324
+ "indexed": false,
325
+ "internalType": "address",
326
+ "name": "to",
327
+ "type": "address"
328
+ },
329
+ {
330
+ "indexed": false,
331
+ "internalType": "uint256",
332
+ "name": "amount",
333
+ "type": "uint256"
334
+ }
335
+ ],
336
+ "name": "LogComponentWalletTokensTransferred",
337
+ "type": "event"
338
+ },
339
+ {
340
+ "anonymous": false,
341
+ "inputs": [
342
+ {
343
+ "indexed": false,
344
+ "internalType": "RequestId",
345
+ "name": "requestId",
346
+ "type": "uint64"
347
+ },
348
+ {
349
+ "indexed": false,
350
+ "internalType": "string",
351
+ "name": "responseText",
352
+ "type": "string"
353
+ }
354
+ ],
355
+ "name": "LogSimpleOracleAsyncResponseSent",
356
+ "type": "event"
357
+ },
358
+ {
359
+ "anonymous": false,
360
+ "inputs": [
361
+ {
362
+ "indexed": false,
363
+ "internalType": "RequestId",
364
+ "name": "requestId",
365
+ "type": "uint64"
366
+ }
367
+ ],
368
+ "name": "LogSimpleOracleCancellingReceived",
369
+ "type": "event"
370
+ },
371
+ {
372
+ "anonymous": false,
373
+ "inputs": [
374
+ {
375
+ "indexed": false,
376
+ "internalType": "RequestId",
377
+ "name": "requestId",
378
+ "type": "uint64"
379
+ },
380
+ {
381
+ "indexed": false,
382
+ "internalType": "NftId",
383
+ "name": "requesterId",
384
+ "type": "uint96"
385
+ },
386
+ {
387
+ "indexed": false,
388
+ "internalType": "bool",
389
+ "name": "synchronous",
390
+ "type": "bool"
391
+ },
392
+ {
393
+ "indexed": false,
394
+ "internalType": "string",
395
+ "name": "requestText",
396
+ "type": "string"
397
+ }
398
+ ],
399
+ "name": "LogSimpleOracleRequestReceived",
400
+ "type": "event"
401
+ },
402
+ {
403
+ "anonymous": false,
404
+ "inputs": [
405
+ {
406
+ "indexed": false,
407
+ "internalType": "RequestId",
408
+ "name": "requestId",
409
+ "type": "uint64"
410
+ },
411
+ {
412
+ "indexed": false,
413
+ "internalType": "string",
414
+ "name": "responseText",
415
+ "type": "string"
416
+ }
417
+ ],
418
+ "name": "LogSimpleOracleSyncResponseSent",
419
+ "type": "event"
420
+ },
421
+ {
422
+ "inputs": [],
423
+ "name": "ANSWER_SYNC",
424
+ "outputs": [
425
+ {
426
+ "internalType": "string",
427
+ "name": "",
428
+ "type": "string"
429
+ }
430
+ ],
431
+ "stateMutability": "view",
432
+ "type": "function"
433
+ },
434
+ {
435
+ "inputs": [],
436
+ "name": "COMPONENT_LOCATION_V1",
437
+ "outputs": [
438
+ {
439
+ "internalType": "bytes32",
440
+ "name": "",
441
+ "type": "bytes32"
442
+ }
443
+ ],
444
+ "stateMutability": "view",
445
+ "type": "function"
446
+ },
447
+ {
448
+ "inputs": [],
449
+ "name": "GIF_RELEASE",
450
+ "outputs": [
451
+ {
452
+ "internalType": "uint256",
453
+ "name": "",
454
+ "type": "uint256"
455
+ }
456
+ ],
457
+ "stateMutability": "view",
458
+ "type": "function"
459
+ },
460
+ {
461
+ "inputs": [],
462
+ "name": "INSTANCE_LINKED_COMPONENT_LOCATION_V1",
463
+ "outputs": [
464
+ {
465
+ "internalType": "bytes32",
466
+ "name": "",
467
+ "type": "bytes32"
468
+ }
469
+ ],
470
+ "stateMutability": "view",
471
+ "type": "function"
472
+ },
473
+ {
474
+ "inputs": [],
475
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
476
+ "outputs": [
477
+ {
478
+ "internalType": "bytes32",
479
+ "name": "",
480
+ "type": "bytes32"
481
+ }
482
+ ],
483
+ "stateMutability": "view",
484
+ "type": "function"
485
+ },
486
+ {
487
+ "inputs": [],
488
+ "name": "ORACLE_STORAGE_LOCATION_V1",
489
+ "outputs": [
490
+ {
491
+ "internalType": "bytes32",
492
+ "name": "",
493
+ "type": "bytes32"
494
+ }
495
+ ],
496
+ "stateMutability": "view",
497
+ "type": "function"
498
+ },
499
+ {
500
+ "inputs": [],
501
+ "name": "REGISTERABLE_LOCATION_V1",
502
+ "outputs": [
503
+ {
504
+ "internalType": "bytes32",
505
+ "name": "",
506
+ "type": "bytes32"
507
+ }
508
+ ],
509
+ "stateMutability": "view",
510
+ "type": "function"
511
+ },
512
+ {
513
+ "inputs": [
514
+ {
515
+ "internalType": "address",
516
+ "name": "token",
517
+ "type": "address"
518
+ },
519
+ {
520
+ "internalType": "Amount",
521
+ "name": "spendingLimitAmount",
522
+ "type": "uint96"
523
+ }
524
+ ],
525
+ "name": "approveTokenHandler",
526
+ "outputs": [],
527
+ "stateMutability": "nonpayable",
528
+ "type": "function"
529
+ },
530
+ {
531
+ "inputs": [
532
+ {
533
+ "internalType": "Amount",
534
+ "name": "spendingLimitAmount",
535
+ "type": "uint96"
536
+ }
537
+ ],
538
+ "name": "approveTokenHandler",
539
+ "outputs": [],
540
+ "stateMutability": "nonpayable",
541
+ "type": "function"
542
+ },
543
+ {
544
+ "inputs": [],
545
+ "name": "authority",
546
+ "outputs": [
547
+ {
548
+ "internalType": "address",
549
+ "name": "",
550
+ "type": "address"
551
+ }
552
+ ],
553
+ "stateMutability": "view",
554
+ "type": "function"
555
+ },
556
+ {
557
+ "inputs": [
558
+ {
559
+ "internalType": "RequestId",
560
+ "name": "requestId",
561
+ "type": "uint64"
562
+ }
563
+ ],
564
+ "name": "cancel",
565
+ "outputs": [],
566
+ "stateMutability": "nonpayable",
567
+ "type": "function"
568
+ },
569
+ {
570
+ "inputs": [],
571
+ "name": "getAuthorization",
572
+ "outputs": [
573
+ {
574
+ "internalType": "contract IAuthorization",
575
+ "name": "authorization",
576
+ "type": "address"
577
+ }
578
+ ],
579
+ "stateMutability": "view",
580
+ "type": "function"
581
+ },
582
+ {
583
+ "inputs": [],
584
+ "name": "getComponentInfo",
585
+ "outputs": [
586
+ {
587
+ "components": [
588
+ {
589
+ "internalType": "string",
590
+ "name": "name",
591
+ "type": "string"
592
+ },
593
+ {
594
+ "internalType": "contract IERC20Metadata",
595
+ "name": "token",
596
+ "type": "address"
597
+ },
598
+ {
599
+ "internalType": "contract TokenHandler",
600
+ "name": "tokenHandler",
601
+ "type": "address"
602
+ },
603
+ {
604
+ "internalType": "address",
605
+ "name": "wallet",
606
+ "type": "address"
607
+ },
608
+ {
609
+ "internalType": "bytes",
610
+ "name": "data",
611
+ "type": "bytes"
612
+ }
613
+ ],
614
+ "internalType": "struct IComponents.ComponentInfo",
615
+ "name": "info",
616
+ "type": "tuple"
617
+ }
618
+ ],
619
+ "stateMutability": "view",
620
+ "type": "function"
621
+ },
622
+ {
623
+ "inputs": [],
624
+ "name": "getInitialComponentInfo",
625
+ "outputs": [
626
+ {
627
+ "components": [
628
+ {
629
+ "internalType": "string",
630
+ "name": "name",
631
+ "type": "string"
632
+ },
633
+ {
634
+ "internalType": "contract IERC20Metadata",
635
+ "name": "token",
636
+ "type": "address"
637
+ },
638
+ {
639
+ "internalType": "contract TokenHandler",
640
+ "name": "tokenHandler",
641
+ "type": "address"
642
+ },
643
+ {
644
+ "internalType": "address",
645
+ "name": "wallet",
646
+ "type": "address"
647
+ },
648
+ {
649
+ "internalType": "bytes",
650
+ "name": "data",
651
+ "type": "bytes"
652
+ }
653
+ ],
654
+ "internalType": "struct IComponents.ComponentInfo",
655
+ "name": "info",
656
+ "type": "tuple"
657
+ }
658
+ ],
659
+ "stateMutability": "view",
660
+ "type": "function"
661
+ },
662
+ {
663
+ "inputs": [],
664
+ "name": "getInitialInfo",
665
+ "outputs": [
666
+ {
667
+ "components": [
668
+ {
669
+ "internalType": "NftId",
670
+ "name": "nftId",
671
+ "type": "uint96"
672
+ },
673
+ {
674
+ "internalType": "NftId",
675
+ "name": "parentNftId",
676
+ "type": "uint96"
677
+ },
678
+ {
679
+ "internalType": "ObjectType",
680
+ "name": "objectType",
681
+ "type": "uint8"
682
+ },
683
+ {
684
+ "internalType": "bool",
685
+ "name": "isInterceptor",
686
+ "type": "bool"
687
+ },
688
+ {
689
+ "internalType": "address",
690
+ "name": "objectAddress",
691
+ "type": "address"
692
+ },
693
+ {
694
+ "internalType": "address",
695
+ "name": "initialOwner",
696
+ "type": "address"
697
+ },
698
+ {
699
+ "internalType": "bytes",
700
+ "name": "data",
701
+ "type": "bytes"
702
+ }
703
+ ],
704
+ "internalType": "struct IRegistry.ObjectInfo",
705
+ "name": "info",
706
+ "type": "tuple"
707
+ }
708
+ ],
709
+ "stateMutability": "view",
710
+ "type": "function"
711
+ },
712
+ {
713
+ "inputs": [],
714
+ "name": "getInstance",
715
+ "outputs": [
716
+ {
717
+ "internalType": "contract IInstance",
718
+ "name": "instance",
719
+ "type": "address"
720
+ }
721
+ ],
722
+ "stateMutability": "view",
723
+ "type": "function"
724
+ },
725
+ {
726
+ "inputs": [],
727
+ "name": "getName",
728
+ "outputs": [
729
+ {
730
+ "internalType": "string",
731
+ "name": "name",
732
+ "type": "string"
733
+ }
734
+ ],
735
+ "stateMutability": "view",
736
+ "type": "function"
737
+ },
738
+ {
739
+ "inputs": [],
740
+ "name": "getNftId",
741
+ "outputs": [
742
+ {
743
+ "internalType": "NftId",
744
+ "name": "",
745
+ "type": "uint96"
746
+ }
747
+ ],
748
+ "stateMutability": "view",
749
+ "type": "function"
750
+ },
751
+ {
752
+ "inputs": [],
753
+ "name": "getOwner",
754
+ "outputs": [
755
+ {
756
+ "internalType": "address",
757
+ "name": "",
758
+ "type": "address"
759
+ }
760
+ ],
761
+ "stateMutability": "view",
762
+ "type": "function"
763
+ },
764
+ {
765
+ "inputs": [],
766
+ "name": "getRegistry",
767
+ "outputs": [
768
+ {
769
+ "internalType": "contract IRegistry",
770
+ "name": "",
771
+ "type": "address"
772
+ }
773
+ ],
774
+ "stateMutability": "view",
775
+ "type": "function"
776
+ },
777
+ {
778
+ "inputs": [],
779
+ "name": "getRelease",
780
+ "outputs": [
781
+ {
782
+ "internalType": "VersionPart",
783
+ "name": "release",
784
+ "type": "uint8"
785
+ }
786
+ ],
787
+ "stateMutability": "pure",
788
+ "type": "function"
789
+ },
790
+ {
791
+ "inputs": [],
792
+ "name": "getToken",
793
+ "outputs": [
794
+ {
795
+ "internalType": "contract IERC20Metadata",
796
+ "name": "token",
797
+ "type": "address"
798
+ }
799
+ ],
800
+ "stateMutability": "view",
801
+ "type": "function"
802
+ },
803
+ {
804
+ "inputs": [],
805
+ "name": "getTokenHandler",
806
+ "outputs": [
807
+ {
808
+ "internalType": "contract TokenHandler",
809
+ "name": "tokenHandler",
810
+ "type": "address"
811
+ }
812
+ ],
813
+ "stateMutability": "view",
814
+ "type": "function"
815
+ },
816
+ {
817
+ "inputs": [],
818
+ "name": "getWallet",
819
+ "outputs": [
820
+ {
821
+ "internalType": "address",
822
+ "name": "walletAddress",
823
+ "type": "address"
824
+ }
825
+ ],
826
+ "stateMutability": "view",
827
+ "type": "function"
828
+ },
829
+ {
830
+ "inputs": [
831
+ {
832
+ "internalType": "address",
833
+ "name": "registry",
834
+ "type": "address"
835
+ },
836
+ {
837
+ "internalType": "NftId",
838
+ "name": "productNftId",
839
+ "type": "uint96"
840
+ },
841
+ {
842
+ "internalType": "contract IAuthorization",
843
+ "name": "authorization",
844
+ "type": "address"
845
+ },
846
+ {
847
+ "internalType": "address",
848
+ "name": "initialOwner",
849
+ "type": "address"
850
+ },
851
+ {
852
+ "internalType": "string",
853
+ "name": "name",
854
+ "type": "string"
855
+ },
856
+ {
857
+ "internalType": "address",
858
+ "name": "token",
859
+ "type": "address"
860
+ }
861
+ ],
862
+ "name": "initialize",
863
+ "outputs": [],
864
+ "stateMutability": "nonpayable",
865
+ "type": "function"
866
+ },
867
+ {
868
+ "inputs": [],
869
+ "name": "isConsumingScheduledOp",
870
+ "outputs": [
871
+ {
872
+ "internalType": "bytes4",
873
+ "name": "",
874
+ "type": "bytes4"
875
+ }
876
+ ],
877
+ "stateMutability": "view",
878
+ "type": "function"
879
+ },
880
+ {
881
+ "inputs": [],
882
+ "name": "isNftInterceptor",
883
+ "outputs": [
884
+ {
885
+ "internalType": "bool",
886
+ "name": "isInterceptor",
887
+ "type": "bool"
888
+ }
889
+ ],
890
+ "stateMutability": "view",
891
+ "type": "function"
892
+ },
893
+ {
894
+ "inputs": [],
895
+ "name": "isRegistered",
896
+ "outputs": [
897
+ {
898
+ "internalType": "bool",
899
+ "name": "",
900
+ "type": "bool"
901
+ }
902
+ ],
903
+ "stateMutability": "view",
904
+ "type": "function"
905
+ },
906
+ {
907
+ "inputs": [],
908
+ "name": "isVerifying",
909
+ "outputs": [
910
+ {
911
+ "internalType": "bool",
912
+ "name": "verifying",
913
+ "type": "bool"
914
+ }
915
+ ],
916
+ "stateMutability": "view",
917
+ "type": "function"
918
+ },
919
+ {
920
+ "inputs": [],
921
+ "name": "linkToRegisteredNftId",
922
+ "outputs": [
923
+ {
924
+ "internalType": "NftId",
925
+ "name": "nftId",
926
+ "type": "uint96"
927
+ }
928
+ ],
929
+ "stateMutability": "nonpayable",
930
+ "type": "function"
931
+ },
932
+ {
933
+ "inputs": [],
934
+ "name": "lock",
935
+ "outputs": [],
936
+ "stateMutability": "nonpayable",
937
+ "type": "function"
938
+ },
939
+ {
940
+ "inputs": [
941
+ {
942
+ "internalType": "address",
943
+ "name": "from",
944
+ "type": "address"
945
+ },
946
+ {
947
+ "internalType": "address",
948
+ "name": "to",
949
+ "type": "address"
950
+ },
951
+ {
952
+ "internalType": "uint256",
953
+ "name": "tokenId",
954
+ "type": "uint256"
955
+ },
956
+ {
957
+ "internalType": "address",
958
+ "name": "operator",
959
+ "type": "address"
960
+ }
961
+ ],
962
+ "name": "nftTransferFrom",
963
+ "outputs": [],
964
+ "stateMutability": "nonpayable",
965
+ "type": "function"
966
+ },
967
+ {
968
+ "inputs": [
969
+ {
970
+ "internalType": "RequestId",
971
+ "name": "requestId",
972
+ "type": "uint64"
973
+ },
974
+ {
975
+ "internalType": "NftId",
976
+ "name": "requesterId",
977
+ "type": "uint96"
978
+ },
979
+ {
980
+ "internalType": "bytes",
981
+ "name": "requestData",
982
+ "type": "bytes"
983
+ },
984
+ {
985
+ "internalType": "Timestamp",
986
+ "name": "expiryAt",
987
+ "type": "uint40"
988
+ }
989
+ ],
990
+ "name": "request",
991
+ "outputs": [],
992
+ "stateMutability": "nonpayable",
993
+ "type": "function"
994
+ },
995
+ {
996
+ "inputs": [
997
+ {
998
+ "internalType": "RequestId",
999
+ "name": "requestId",
1000
+ "type": "uint64"
1001
+ },
1002
+ {
1003
+ "internalType": "bytes",
1004
+ "name": "responseData",
1005
+ "type": "bytes"
1006
+ }
1007
+ ],
1008
+ "name": "respond",
1009
+ "outputs": [],
1010
+ "stateMutability": "nonpayable",
1011
+ "type": "function"
1012
+ },
1013
+ {
1014
+ "inputs": [
1015
+ {
1016
+ "internalType": "RequestId",
1017
+ "name": "requestId",
1018
+ "type": "uint64"
1019
+ },
1020
+ {
1021
+ "internalType": "string",
1022
+ "name": "responseText",
1023
+ "type": "string"
1024
+ },
1025
+ {
1026
+ "internalType": "bool",
1027
+ "name": "revertInCall",
1028
+ "type": "bool"
1029
+ },
1030
+ {
1031
+ "internalType": "Timestamp",
1032
+ "name": "revertUntil",
1033
+ "type": "uint40"
1034
+ }
1035
+ ],
1036
+ "name": "respondAsync",
1037
+ "outputs": [],
1038
+ "stateMutability": "nonpayable",
1039
+ "type": "function"
1040
+ },
1041
+ {
1042
+ "inputs": [
1043
+ {
1044
+ "internalType": "address",
1045
+ "name": "newAuthority",
1046
+ "type": "address"
1047
+ }
1048
+ ],
1049
+ "name": "setAuthority",
1050
+ "outputs": [],
1051
+ "stateMutability": "nonpayable",
1052
+ "type": "function"
1053
+ },
1054
+ {
1055
+ "inputs": [
1056
+ {
1057
+ "internalType": "address",
1058
+ "name": "newWallet",
1059
+ "type": "address"
1060
+ }
1061
+ ],
1062
+ "name": "setWallet",
1063
+ "outputs": [],
1064
+ "stateMutability": "nonpayable",
1065
+ "type": "function"
1066
+ },
1067
+ {
1068
+ "inputs": [
1069
+ {
1070
+ "internalType": "bytes4",
1071
+ "name": "interfaceId",
1072
+ "type": "bytes4"
1073
+ }
1074
+ ],
1075
+ "name": "supportsInterface",
1076
+ "outputs": [
1077
+ {
1078
+ "internalType": "bool",
1079
+ "name": "",
1080
+ "type": "bool"
1081
+ }
1082
+ ],
1083
+ "stateMutability": "view",
1084
+ "type": "function"
1085
+ },
1086
+ {
1087
+ "inputs": [],
1088
+ "name": "unlock",
1089
+ "outputs": [],
1090
+ "stateMutability": "nonpayable",
1091
+ "type": "function"
1092
+ },
1093
+ {
1094
+ "inputs": [
1095
+ {
1096
+ "internalType": "Amount",
1097
+ "name": "amount",
1098
+ "type": "uint96"
1099
+ }
1100
+ ],
1101
+ "name": "withdrawFees",
1102
+ "outputs": [
1103
+ {
1104
+ "internalType": "Amount",
1105
+ "name": "withdrawnAmount",
1106
+ "type": "uint96"
1107
+ }
1108
+ ],
1109
+ "stateMutability": "nonpayable",
1110
+ "type": "function"
1111
+ }
1112
+ ],
1113
+ "bytecode": "0x608060405234801561000f575f80fd5b5060405161471638038061471683398101604081905261002e91610c16565b610066858585856040518060400160405280600c81526020016b53696d706c654f7261636c6560a01b8152508661007060201b60201c565b5050505050610fcd565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100b95750825b90505f826001600160401b031660011480156100d45750303b155b9050811580156100e2575080155b156101005760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561012e57845460ff60401b1916680100000000000000001785555b61013c8b8b8b8b8b8b61018f565b831561018257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b6101976101c2565b6101ba86868686868660405180602001604052805f81525061021260201b60201c565b505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661021057604051631afcd79f60e31b815260040160405180910390fd5b565b61021a6101c2565b61022d87878585600d8a60018b896102bf565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90061025d600b6104f4565b6104f4565b81546001600160a01b0319166001600160a01b0391909116178155610283610258600d90565b6001820180546001600160a01b0319166001600160a01b03929092169190911790556102b563c0d4275760e01b61060f565b5050505050505050565b6102c76101c2565b5f6102d38a8a8861063b565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015610345573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103699190610c83565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b81529051610409929163bf7e214f9160048083019260209291908290030181865afa1580156103c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103e79190610c83565b8c8c8c8c8c8b8b60405180602001604052805f8152508c6106ea60201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015610450573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104749190610c83565b6001820180546001600160a01b03199081166001600160a01b03938416179091556002830180549091169188169190911790556104b2610258600b90565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556104e4634a531f3360e01b61060f565b6101826307bb0a0360e51b61060f565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0054604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa15801561055d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105819190610cb7565b90506105956001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa1580156105e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106089190610c83565b9392505050565b6106176101c2565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c0361065c576106538484600a6107ef565b50829050610608565b5f6106698585600c6107ef565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156106b6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526106dd9190810190610da6565b6020015195945050505050565b6106f26101c2565b6001600160a01b038616610719576040516327eab2e360e11b815260040160405180910390fd5b86515f0361073a5760405163591eebf360e11b815260040160405180910390fd5b6107488989878787876108b9565b6107518a610961565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061077d8982610efa565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b87151502179055600381016107ce8382610efa565b506107df634a531f3360e01b61060f565b610182632986755f60e11b61060f565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561083d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108649190810190610da6565b905061087b81604001518460ff9081169116141590565b156108b157604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b6108c16101c2565b6108cb8683610975565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166001600160681b0319909116176c0100000000000000000000000060ff8716021760ff60681b19166d0100000000000000000000000000851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016102b58382610efa565b6109696101c2565b61097281610a07565b50565b61097d6101c2565b61098682610a18565b61098e610b24565b6001600160a01b0381166109b55760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610a0f6101c2565b61097281610b69565b610a206101c2565b806001600160a01b03163b5f03610a555760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108a8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015610acf575060408051601f3d908101601f19168201909252610acc91810190610fb4565b60015b610af75760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108a8565b80610b205760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108a8565b5050565b610b2c6101c2565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6001600160a01b0381168114610972575f80fd5b8051610bfb81610bdc565b919050565b80516001600160601b0381168114610bfb575f80fd5b5f805f805f60a08688031215610c2a575f80fd5b8551610c3581610bdc565b9450610c4360208701610c00565b93506040860151610c5381610bdc565b6060870151909350610c6481610bdc565b6080870151909250610c7581610bdc565b809150509295509295909350565b5f60208284031215610c93575f80fd5b815161060881610bdc565b60ff81168114610972575f80fd5b8051610bfb81610c9e565b5f60208284031215610cc7575f80fd5b815161060881610c9e565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715610d0857610d08610cd2565b60405290565b80518015158114610bfb575f80fd5b5f82601f830112610d2c575f80fd5b81516001600160401b03811115610d4557610d45610cd2565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610d7357610d73610cd2565b604052818152838201602001851015610d8a575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215610db6575f80fd5b81516001600160401b03811115610dcb575f80fd5b820160e08185031215610ddc575f80fd5b610de4610ce6565b610ded82610c00565b8152610dfb60208301610c00565b6020820152610e0c60408301610cac565b6040820152610e1d60608301610d0e565b6060820152610e2e60808301610bf0565b6080820152610e3f60a08301610bf0565b60a082015260c08201516001600160401b03811115610e5c575f80fd5b610e6886828501610d1d565b60c083015250949350505050565b600181811c90821680610e8a57607f821691505b602082108103610ea857634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610ef557805f5260205f20601f840160051c81016020851015610ed35750805b601f840160051c820191505b81811015610ef2575f8155600101610edf565b50505b505050565b81516001600160401b03811115610f1357610f13610cd2565b610f2781610f218454610e76565b84610eae565b6020601f821160018114610f59575f8315610f425750848201515b5f19600385901b1c1916600184901b178455610ef2565b5f84815260208120601f198516915b82811015610f885787850151825560209485019460019092019101610f68565b5084821015610fa557868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215610fc4575f80fd5b61060882610d0e565b61373c80610fda5f395ff3fe608060405234801561000f575f80fd5b506004361061023f575f3560e01c806376b707b711610135578063ada9652e116100b4578063de7b5d1411610079578063de7b5d1414610557578063deaa59df14610574578063ea15869f14610587578063f83d08ba146105ae578063f86664d2146105b6575f80fd5b8063ada9652e1461050d578063b423086c14610521578063bae99c9914610529578063bf7e214f1461053c578063cf4ee77a14610544575f80fd5b80638fb36037116100fa5780638fb360371461048057806390edbd35146104a1578063a69df4b5146104b6578063a8b81cd8146104be578063ad12ad60146104fa575f80fd5b806376b707b71461043d5780637a9e5e4b1461045757806387ef9ba01461046a5780638899278a14610470578063893d20e814610478575f80fd5b806322366844116101c15780634c125e79116101865780634c125e79146103c45780635741e5e9146103d75780635ab1bd53146103df578063644c45e0146103f05780636bd1c0eb1461040d575f80fd5b806322366844146103665780632eb3e6f41461036e578063419197fe1461038257806343d752d3146103955780634bd100e41461039d575f80fd5b8063138461e011610207578063138461e0146102e157806317d7de7c146103015780631c6b2190146103165780631eff4b221461032957806321df0da71461035e575f80fd5b806301ffc9a71461024357806306caeae4146102845780630b29e28e146102995780630fec111c146102ac57806313299604146102c1575b5f80fd5b61026f610251366004612ae5565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610297610292366004612c55565b6105c9565b005b6102976102a7366004612cd5565b610659565b6102b4610679565b60405161027b9190612da2565b6102c9610837565b6040516001600160a01b03909116815260200161027b565b6102e9610849565b6040516001600160601b03909116815260200161027b565b610309610858565b60405161027b9190612e36565b6102e9610324366004612e48565b610868565b6103507f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161027b565b6102c96108ea565b61026f6108fc565b6103505f805160206136e783398151915281565b610297610390366004612e77565b6109f2565b6102c9610c3d565b6103507faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90081565b6102976103d2366004612eae565b610c4f565b61026f610c64565b6001546001600160a01b03166102c9565b5f805160206136a7833981519152546001600160601b03166102e9565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166102c9565b610445610d18565b60405160ff909116815260200161027b565b610297610465366004612ec7565b610d8c565b5f61026f565b610350600381565b6102c9610e12565b610488610f43565b6040516001600160e01b0319909116815260200161027b565b6104a9610f78565b60405161027b9190612ee2565b610297610f9d565b6103096040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e73776572000000000081525081565b610297610508366004612f56565b61103b565b6103505f805160206136a783398151915281565b6104a96110dd565b610297610537366004612e48565b6110ed565b6102c9611139565b610297610552366004612fa6565b611154565b5f805160206136e7833981519152546001600160a01b03166102c9565b610297610582366004612ec7565b611167565b6103507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b61029761154f565b6102976105c4366004613003565b6115c3565b5f604051806060016040528084151581526020018364ffffffffff168152602001858152506040516020016105fe9190613098565b604051602081830303815290604052905061061985826116d9565b7f925e3838f1b49d365407bb3580a651fc78742e3bd3eb1063171421beb4a6b495858560405161064a9291906130cf565b60405180910390a15050505050565b610665335b5f3661176f565b610672858585858561186d565b5050505050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610729573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074d91906130fb565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610795610e12565b6001600160a01b031681526020018260010180546107b290613116565b80601f01602080910402602001604051908101604052809291908181526020018280546107de90613116565b80156108295780601f1061080057610100808354040283529160200191610829565b820191905f5260205f20905b81548152906001019060200180831161080c57829003601f168201915b505050505081525091505090565b5f610840610f78565b60600151905090565b5f610853306118d8565b905090565b6060610862610f78565b51919050565b5f610871610e12565b6001600160a01b0316336001600160a01b0316146108a95760405163086391f760e31b81523360048201526024015b60405180910390fd5b6108b23361065e565b60405163ca49882f60e01b815260206004820152600c60248201526b77697468647261774665657360a01b60448201526064016108a0565b5f6108f3610f78565b60200151905090565b5f61090f6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610953573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097791906130fb565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156109ce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108539190613159565b6109fa610e12565b6001600160a01b0316336001600160a01b031614610a2d5760405163086391f760e31b81523360048201526024016108a0565b30610a36610837565b6001600160a01b031614610a5d5760405163b6d7537f60e01b815260040160405180910390fd5b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015610ab5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad99190613174565b90505f610b508373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4b91906130fb565b611ad1565b15610b5d57505f19905060015b7f99d7b1d3869e469ab19cd2c6e66718a63bca93dc1a2d27d375cb4bebbf5348ce610b86610c3d565b604080516001600160a01b0390921682526001600160601b03861660208301528315159082015260600160405180910390a1836001600160a01b031663095ea7b3610bcf610c3d565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602481018590526044016020604051808303815f875af1158015610c19573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106729190613159565b5f610c46610f78565b60400151905090565b610c583361065e565b610c6181611b5c565b50565b5f610c6d6108fc565b15610ce8576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610cc1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108409190810190613203565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610d68573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085391906132d3565b33610d95611139565b6001600160a01b0316816001600160a01b031614610dd05760405162d1953b60e31b81526001600160a01b03821660048201526024016108a0565b816001600160a01b03163b5f03610e05576040516361798f2f60e11b81526001600160a01b03831660048201526024016108a0565b610e0e82611b9b565b5050565b5f805f805160206136a783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610e7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ea29190613159565b15610f2d576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f2791906132ee565b91505090565b54600160601b90046001600160a01b0316919050565b5f805160206136c783398151915280545f9190600160a01b900460ff16610f6a575f610f27565b638fb3603760e01b91505090565b610f80612a9e565b610f886108fc565b15610f9557610853611bfc565b6108536110dd565b610fa5610e12565b6001600160a01b0316336001600160a01b031614610fd85760405163086391f760e31b81523360048201526024016108a0565b610fe2600a611de2565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015611023575f80fd5b505af1158015611035573d5f803e3d5ffd5b50505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611082573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110a691906132ee565b6001600160a01b0316336001600160a01b0316146110d85760405162f0630960e01b81523360048201526024016108a0565b611035565b6110e5612a9e565b610853611bfc565b6110f5610e12565b6001600160a01b0316336001600160a01b0316146111285760405163086391f760e31b81523360048201526024016108a0565b610c616111336108ea565b826109f2565b5f805160206136c7833981519152546001600160a01b031690565b61115d3361065e565b610e0e82826116d9565b61116f610e12565b6001600160a01b0316336001600160a01b0316146111a25760405163086391f760e31b81523360048201526024016108a0565b5f6111ab610837565b90505f6111b66108ea565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa1580156111fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112209190613174565b905061122b83611ee3565b611233610c3d565b60405163182562b360e01b81526001600160a01b038481166004830152919091169063182562b3906024015f604051808303815f87803b158015611275575f80fd5b505af1158015611287573d5f803e3d5ffd5b505050505f8111156114ea57604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1306001600160a01b038316036113ee576112f6610c3d565b6001600160a01b03166354f0d84c838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b815260040161133f91815260200190565b602060405180830381865af415801561135a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061137e91906130fb565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b1580156113d3575f80fd5b505af11580156113e5573d5f803e3d5ffd5b505050506114ea565b6113f6610c3d565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b815260040161143f91815260200190565b602060405180830381865af415801561145a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147e91906130fb565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b1580156114d3575f80fd5b505af11580156114e5573d5f803e3d5ffd5b505050505b6114f2610c3d565b60405163162d3cef60e11b81526001600160a01b0384811660048301529190911690632c5a79de906024015f604051808303815f87803b158015611534575f80fd5b505af1158015611546573d5f803e3d5ffd5b50505050505050565b611557610e12565b6001600160a01b0316336001600160a01b03161461158a5760405163086391f760e31b81523360048201526024016108a0565b611594600a611de2565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e9060240161100c565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156116075750825b90505f826001600160401b031660011480156116225750303b155b905081158015611630575080155b1561164e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561167857845460ff60401b1916600160401b1785555b6116868b8b8b8b8b8b611f7c565b83156116cc57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f901546040516367a773bd60e11b81526001600160a01b039091169063cf4ee77a9061172a90859085906004016130cf565b6020604051808303815f875af1158015611746573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061176a9190613159565b505050565b5f805160206136c78339815191525f806117a761178a611139565b873061179960045f8a8c613309565b6117a291613330565b611fa1565b91509150816118655763ffffffff81161561184257825460ff60a01b1916600160a01b1783556117d5611139565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161180493929190613368565b5f604051808303815f87803b15801561181b575f80fd5b505af115801561182d573d5f803e3d5ffd5b5050845460ff60a01b19168555506118659050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108a0565b505050505050565b5f61187a838501856133a7565b80519091501561188d5761188d866120a9565b805160208201516040517f79ebe5a74e4370f670722a495368b194369cfc7be8997d68517841c3c307a3e8926118c8928a928a929190613441565b60405180910390a1505050505050565b5f805f805160206136a783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611944573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119689190613159565b156119945780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108a0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119e6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a0a9190613159565b611a325760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108a0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611a84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611aa891906130fb565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d90604401602060405180830381865af4158015611b31573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b559190613159565b9392505050565b6040516001600160401b03821681527fb63fd0f73fdf39db6db268f3ff7ee59fdad31d592b7faff69608adc0312225ab9060200160405180910390a150565b5f805160206136c783398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b611c04612a9e565b5f611c176001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611c5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c7f91906130fb565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611cd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cfc9190613159565b15611dda577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c3611d585f805160206136a7833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015611d99573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611dc09190810190613483565b60608101519092506001600160a01b031615611dda575090565b610f27612171565b5f805f805160206136e783398151915254604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa158015611e38573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e5c91906132d3565b9050611e706001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015611ebf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5591906132ee565b611eeb610e12565b6001600160a01b0316336001600160a01b031614611f1e5760405163086391f760e31b81523360048201526024016108a0565b611f28600b611de2565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df906024015f604051808303815f87803b158015611f6a575f80fd5b505af1158015610672573d5f803e3d5ffd5b611f84612270565b61186586868686868660405180602001604052805f8152506122bb565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161200f919061355d565b5f60405180830381855afa9150503d805f8114612047576040519150601f19603f3d011682016040523d82523d5f602084013e61204c565b606091505b5091509150811561209e57604081511061207e57808060200190518101906120749190613573565b909450925061209e565b602081511061209e578080602001905181019061209b9190613159565b93505b505094509492505050565b5f6040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e7377657200000000008152506040516020016120f09190612e36565b604051602081830303815290604052905061210b82826116d9565b7f0a858417ad6c170851e15bdb7f5fef061814ba176a976d7468e9e97588608fbc826040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e737765720000000000815250604051611bf09291906130cf565b612179612a9e565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060a00160405280825f0180546121b690613116565b80601f01602080910402602001604051908101604052809291908181526020018280546121e290613116565b801561222d5780601f106122045761010080835404028352916020019161222d565b820191905f5260205f20905b81548152906001019060200180831161221057829003601f168201915b505050918352505060018301546001600160a01b0390811660208301525f604083015260028401541660608201526003830180546080909201916107b290613116565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166122b957604051631afcd79f60e31b815260040160405180910390fd5b565b6122c3612270565b6122d687878585600d8a60018b89612362565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f900612301600b611de2565b81546001600160a01b0319166001600160a01b0391909116178155612326600d611de2565b6001820180546001600160a01b0319166001600160a01b039290921691909117905561235863c0d4275760e01b612579565b5050505050505050565b61236a612270565b5f6123768a8a886125a5565b90505f5f805160206136e783398151915260405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156123d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123f991906132ee565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b81529051612493929163bf7e214f9160048083019260209291908290030181865afa158015612453573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061247791906132ee565b8c8c8c8c8c8b8b60405180602001604052805f8152508c612654565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa1580156124da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124fe91906132ee565b6001820180546001600160a01b03199081166001600160a01b039384161790915560028301805490911691881691909117905561253b600b611de2565b6003820180546001600160a01b0319166001600160a01b039290921691909117905561256d634a531f3360e01b612579565b6116cc6307bb0a0360e51b5b612581612270565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c036125c6576125bd8484600a612759565b50829050611b55565b5f6125d38585600c612759565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015612620573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126479190810190613203565b6020015195945050505050565b61265c612270565b6001600160a01b038616612683576040516327eab2e360e11b815260040160405180910390fd5b86515f036126a45760405163591eebf360e11b815260040160405180910390fd5b6126b289898787878761281e565b6126bb8a6128b9565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00806126e789826135ec565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b871515021790556003810161273883826135ec565b50612749634a531f3360e01b612579565b6116cc632986755f60e11b612579565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156127a7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127ce9190810190613203565b90506127e581604001518460ff9081169116141590565b1561281657604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044016108a0565b509392505050565b612826612270565b61283086836128ca565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161235883826135ec565b6128c1612270565b610c6181612940565b6128d2612270565b6128db82612951565b6128e3612a59565b6001600160a01b03811661290a5760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206136a783398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b612948612270565b610c6181611b9b565b612959612270565b806001600160a01b03163b5f0361298e5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108a0565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015612a08575060408051601f3d908101601f19168201909252612a0591810190613159565b60015b612a305760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108a0565b80610e0e5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108a0565b612a61612270565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040518060a00160405280606081526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215612af5575f80fd5b81356001600160e01b031981168114611b55575f80fd5b80356001600160401b0381168114612b22575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715612b5d57612b5d612b27565b60405290565b60405160a081016001600160401b0381118282101715612b5d57612b5d612b27565b604051601f8201601f191681016001600160401b0381118282101715612bad57612bad612b27565b604052919050565b5f6001600160401b03821115612bcd57612bcd612b27565b50601f01601f191660200190565b5f612bed612be884612bb5565b612b85565b9050828152838383011115612c00575f80fd5b828260208301375f602084830101529392505050565b5f82601f830112612c25575f80fd5b611b5583833560208501612bdb565b8015158114610c61575f80fd5b803564ffffffffff81168114612b22575f80fd5b5f805f8060808587031215612c68575f80fd5b612c7185612b0c565b935060208501356001600160401b03811115612c8b575f80fd5b612c9787828801612c16565b9350506040850135612ca881612c34565b9150612cb660608601612c41565b905092959194509250565b6001600160601b0381168114610c61575f80fd5b5f805f805f60808688031215612ce9575f80fd5b612cf286612b0c565b94506020860135612d0281612cc1565b935060408601356001600160401b03811115612d1c575f80fd5b8601601f81018813612d2c575f80fd5b80356001600160401b03811115612d41575f80fd5b886020828401011115612d52575f80fd5b60209190910193509150612d6860608701612c41565b90509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612dea608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612e2e610100840182612d74565b949350505050565b602081525f611b556020830184612d74565b5f60208284031215612e58575f80fd5b8135611b5581612cc1565b6001600160a01b0381168114610c61575f80fd5b5f8060408385031215612e88575f80fd5b8235612e9381612e63565b91506020830135612ea381612cc1565b809150509250929050565b5f60208284031215612ebe575f80fd5b611b5582612b0c565b5f60208284031215612ed7575f80fd5b8135611b5581612e63565b602081525f825160a06020840152612efd60c0840182612d74565b60208501516001600160a01b03908116604086810191909152860151811660608087019190915286015116608080860191909152850151848203601f190160a0860152909150612f4d8282612d74565b95945050505050565b5f805f8060808587031215612f69575f80fd5b8435612f7481612e63565b93506020850135612f8481612e63565b9250604085013591506060850135612f9b81612e63565b939692955090935050565b5f8060408385031215612fb7575f80fd5b612fc083612b0c565b915060208301356001600160401b03811115612fda575f80fd5b8301601f81018513612fea575f80fd5b612ff985823560208401612bdb565b9150509250929050565b5f805f805f8060c08789031215613018575f80fd5b863561302381612e63565b9550602087013561303381612cc1565b9450604087013561304381612e63565b9350606087013561305381612e63565b925060808701356001600160401b0381111561306d575f80fd5b61307989828a01612c16565b92505060a087013561308a81612e63565b809150509295509295509295565b6020815281511515602082015264ffffffffff60208301511660408201525f6040830151606080840152612e2e6080840182612d74565b6001600160401b0383168152604060208201525f612e2e6040830184612d74565b8051612b2281612cc1565b5f6020828403121561310b575f80fd5b8151611b5581612cc1565b600181811c9082168061312a57607f821691505b60208210810361314857634e487b7160e01b5f52602260045260245ffd5b50919050565b8051612b2281612c34565b5f60208284031215613169575f80fd5b8151611b5581612c34565b5f60208284031215613184575f80fd5b5051919050565b60ff81168114610c61575f80fd5b8051612b228161318b565b8051612b2281612e63565b5f6131bc612be884612bb5565b90508281528383830111156131cf575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126131f4575f80fd5b611b55838351602085016131af565b5f60208284031215613213575f80fd5b81516001600160401b03811115613228575f80fd5b820160e08185031215613239575f80fd5b613241612b3b565b61324a826130f0565b8152613258602083016130f0565b602082015261326960408301613199565b604082015261327a6060830161314e565b606082015261328b608083016131a4565b608082015261329c60a083016131a4565b60a082015260c08201516001600160401b038111156132b9575f80fd5b6132c5868285016131e5565b60c083015250949350505050565b5f602082840312156132e3575f80fd5b8151611b558161318b565b5f602082840312156132fe575f80fd5b8151611b5581612e63565b5f8085851115613317575f80fd5b83861115613323575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613361576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f602082840312156133b7575f80fd5b81356001600160401b038111156133cc575f80fd5b8201604081850312156133dd575f80fd5b604080519081016001600160401b03811182821017156133ff576133ff612b27565b604052813561340d81612c34565b815260208201356001600160401b03811115613427575f80fd5b61343386828501612c16565b602083015250949350505050565b6001600160401b03851681526001600160601b03841660208201528215156040820152608060608201525f6134796080830184612d74565b9695505050505050565b5f60208284031215613493575f80fd5b81516001600160401b038111156134a8575f80fd5b820160a081850312156134b9575f80fd5b6134c1612b63565b81516001600160401b038111156134d6575f80fd5b8201601f810186136134e6575f80fd5b6134f5868251602084016131af565b825250613504602083016131a4565b6020820152613515604083016131a4565b6040820152613526606083016131a4565b606082015260808201516001600160401b03811115613543575f80fd5b61354f868285016131e5565b608083015250949350505050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215613584575f80fd5b825161358f81612c34565b602084015190925063ffffffff81168114612ea3575f80fd5b601f82111561176a57805f5260205f20601f840160051c810160208510156135cd5750805b601f840160051c820191505b81811015610672575f81556001016135d9565b81516001600160401b0381111561360557613605612b27565b613619816136138454613116565b846135a8565b6020601f82116001811461364b575f83156136345750848201515b5f19600385901b1c1916600184901b178455610672565b5f84815260208120601f198516915b8281101561367a578785015182556020948501946001909201910161365a565b508482101561369757868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00ffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00a26469706673582212205d9c97c8797350972fbc891521ad9431f8eaed2b54f7eade29049e7fab50002864736f6c634300081a0033",
1114
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061023f575f3560e01c806376b707b711610135578063ada9652e116100b4578063de7b5d1411610079578063de7b5d1414610557578063deaa59df14610574578063ea15869f14610587578063f83d08ba146105ae578063f86664d2146105b6575f80fd5b8063ada9652e1461050d578063b423086c14610521578063bae99c9914610529578063bf7e214f1461053c578063cf4ee77a14610544575f80fd5b80638fb36037116100fa5780638fb360371461048057806390edbd35146104a1578063a69df4b5146104b6578063a8b81cd8146104be578063ad12ad60146104fa575f80fd5b806376b707b71461043d5780637a9e5e4b1461045757806387ef9ba01461046a5780638899278a14610470578063893d20e814610478575f80fd5b806322366844116101c15780634c125e79116101865780634c125e79146103c45780635741e5e9146103d75780635ab1bd53146103df578063644c45e0146103f05780636bd1c0eb1461040d575f80fd5b806322366844146103665780632eb3e6f41461036e578063419197fe1461038257806343d752d3146103955780634bd100e41461039d575f80fd5b8063138461e011610207578063138461e0146102e157806317d7de7c146103015780631c6b2190146103165780631eff4b221461032957806321df0da71461035e575f80fd5b806301ffc9a71461024357806306caeae4146102845780630b29e28e146102995780630fec111c146102ac57806313299604146102c1575b5f80fd5b61026f610251366004612ae5565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610297610292366004612c55565b6105c9565b005b6102976102a7366004612cd5565b610659565b6102b4610679565b60405161027b9190612da2565b6102c9610837565b6040516001600160a01b03909116815260200161027b565b6102e9610849565b6040516001600160601b03909116815260200161027b565b610309610858565b60405161027b9190612e36565b6102e9610324366004612e48565b610868565b6103507f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161027b565b6102c96108ea565b61026f6108fc565b6103505f805160206136e783398151915281565b610297610390366004612e77565b6109f2565b6102c9610c3d565b6103507faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90081565b6102976103d2366004612eae565b610c4f565b61026f610c64565b6001546001600160a01b03166102c9565b5f805160206136a7833981519152546001600160601b03166102e9565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166102c9565b610445610d18565b60405160ff909116815260200161027b565b610297610465366004612ec7565b610d8c565b5f61026f565b610350600381565b6102c9610e12565b610488610f43565b6040516001600160e01b0319909116815260200161027b565b6104a9610f78565b60405161027b9190612ee2565b610297610f9d565b6103096040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e73776572000000000081525081565b610297610508366004612f56565b61103b565b6103505f805160206136a783398151915281565b6104a96110dd565b610297610537366004612e48565b6110ed565b6102c9611139565b610297610552366004612fa6565b611154565b5f805160206136e7833981519152546001600160a01b03166102c9565b610297610582366004612ec7565b611167565b6103507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b61029761154f565b6102976105c4366004613003565b6115c3565b5f604051806060016040528084151581526020018364ffffffffff168152602001858152506040516020016105fe9190613098565b604051602081830303815290604052905061061985826116d9565b7f925e3838f1b49d365407bb3580a651fc78742e3bd3eb1063171421beb4a6b495858560405161064a9291906130cf565b60405180910390a15050505050565b610665335b5f3661176f565b610672858585858561186d565b5050505050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610729573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061074d91906130fb565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610795610e12565b6001600160a01b031681526020018260010180546107b290613116565b80601f01602080910402602001604051908101604052809291908181526020018280546107de90613116565b80156108295780601f1061080057610100808354040283529160200191610829565b820191905f5260205f20905b81548152906001019060200180831161080c57829003601f168201915b505050505081525091505090565b5f610840610f78565b60600151905090565b5f610853306118d8565b905090565b6060610862610f78565b51919050565b5f610871610e12565b6001600160a01b0316336001600160a01b0316146108a95760405163086391f760e31b81523360048201526024015b60405180910390fd5b6108b23361065e565b60405163ca49882f60e01b815260206004820152600c60248201526b77697468647261774665657360a01b60448201526064016108a0565b5f6108f3610f78565b60200151905090565b5f61090f6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610953573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097791906130fb565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156109ce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108539190613159565b6109fa610e12565b6001600160a01b0316336001600160a01b031614610a2d5760405163086391f760e31b81523360048201526024016108a0565b30610a36610837565b6001600160a01b031614610a5d5760405163b6d7537f60e01b815260040160405180910390fd5b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015610ab5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ad99190613174565b90505f610b508373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b27573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4b91906130fb565b611ad1565b15610b5d57505f19905060015b7f99d7b1d3869e469ab19cd2c6e66718a63bca93dc1a2d27d375cb4bebbf5348ce610b86610c3d565b604080516001600160a01b0390921682526001600160601b03861660208301528315159082015260600160405180910390a1836001600160a01b031663095ea7b3610bcf610c3d565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602481018590526044016020604051808303815f875af1158015610c19573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106729190613159565b5f610c46610f78565b60400151905090565b610c583361065e565b610c6181611b5c565b50565b5f610c6d6108fc565b15610ce8576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610cc1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108409190810190613203565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610d68573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085391906132d3565b33610d95611139565b6001600160a01b0316816001600160a01b031614610dd05760405162d1953b60e31b81526001600160a01b03821660048201526024016108a0565b816001600160a01b03163b5f03610e05576040516361798f2f60e11b81526001600160a01b03831660048201526024016108a0565b610e0e82611b9b565b5050565b5f805f805160206136a783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610e7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ea29190613159565b15610f2d576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f2791906132ee565b91505090565b54600160601b90046001600160a01b0316919050565b5f805160206136c783398151915280545f9190600160a01b900460ff16610f6a575f610f27565b638fb3603760e01b91505090565b610f80612a9e565b610f886108fc565b15610f9557610853611bfc565b6108536110dd565b610fa5610e12565b6001600160a01b0316336001600160a01b031614610fd85760405163086391f760e31b81523360048201526024016108a0565b610fe2600a611de2565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015611023575f80fd5b505af1158015611035573d5f803e3d5ffd5b50505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611082573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110a691906132ee565b6001600160a01b0316336001600160a01b0316146110d85760405162f0630960e01b81523360048201526024016108a0565b611035565b6110e5612a9e565b610853611bfc565b6110f5610e12565b6001600160a01b0316336001600160a01b0316146111285760405163086391f760e31b81523360048201526024016108a0565b610c616111336108ea565b826109f2565b5f805160206136c7833981519152546001600160a01b031690565b61115d3361065e565b610e0e82826116d9565b61116f610e12565b6001600160a01b0316336001600160a01b0316146111a25760405163086391f760e31b81523360048201526024016108a0565b5f6111ab610837565b90505f6111b66108ea565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa1580156111fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112209190613174565b905061122b83611ee3565b611233610c3d565b60405163182562b360e01b81526001600160a01b038481166004830152919091169063182562b3906024015f604051808303815f87803b158015611275575f80fd5b505af1158015611287573d5f803e3d5ffd5b505050505f8111156114ea57604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1306001600160a01b038316036113ee576112f6610c3d565b6001600160a01b03166354f0d84c838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b815260040161133f91815260200190565b602060405180830381865af415801561135a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061137e91906130fb565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b1580156113d3575f80fd5b505af11580156113e5573d5f803e3d5ffd5b505050506114ea565b6113f6610c3d565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b815260040161143f91815260200190565b602060405180830381865af415801561145a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147e91906130fb565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b1580156114d3575f80fd5b505af11580156114e5573d5f803e3d5ffd5b505050505b6114f2610c3d565b60405163162d3cef60e11b81526001600160a01b0384811660048301529190911690632c5a79de906024015f604051808303815f87803b158015611534575f80fd5b505af1158015611546573d5f803e3d5ffd5b50505050505050565b611557610e12565b6001600160a01b0316336001600160a01b03161461158a5760405163086391f760e31b81523360048201526024016108a0565b611594600a611de2565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e9060240161100c565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156116075750825b90505f826001600160401b031660011480156116225750303b155b905081158015611630575080155b1561164e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561167857845460ff60401b1916600160401b1785555b6116868b8b8b8b8b8b611f7c565b83156116cc57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f901546040516367a773bd60e11b81526001600160a01b039091169063cf4ee77a9061172a90859085906004016130cf565b6020604051808303815f875af1158015611746573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061176a9190613159565b505050565b5f805160206136c78339815191525f806117a761178a611139565b873061179960045f8a8c613309565b6117a291613330565b611fa1565b91509150816118655763ffffffff81161561184257825460ff60a01b1916600160a01b1783556117d5611139565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161180493929190613368565b5f604051808303815f87803b15801561181b575f80fd5b505af115801561182d573d5f803e3d5ffd5b5050845460ff60a01b19168555506118659050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108a0565b505050505050565b5f61187a838501856133a7565b80519091501561188d5761188d866120a9565b805160208201516040517f79ebe5a74e4370f670722a495368b194369cfc7be8997d68517841c3c307a3e8926118c8928a928a929190613441565b60405180910390a1505050505050565b5f805f805160206136a783398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611944573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119689190613159565b156119945780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108a0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119e6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a0a9190613159565b611a325760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108a0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611a84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611aa891906130fb565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d90604401602060405180830381865af4158015611b31573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b559190613159565b9392505050565b6040516001600160401b03821681527fb63fd0f73fdf39db6db268f3ff7ee59fdad31d592b7faff69608adc0312225ab9060200160405180910390a150565b5f805160206136c783398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b611c04612a9e565b5f611c176001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611c5b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c7f91906130fb565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611cd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cfc9190613159565b15611dda577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c3611d585f805160206136a7833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015611d99573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611dc09190810190613483565b60608101519092506001600160a01b031615611dda575090565b610f27612171565b5f805f805160206136e783398151915254604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa158015611e38573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e5c91906132d3565b9050611e706001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015611ebf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5591906132ee565b611eeb610e12565b6001600160a01b0316336001600160a01b031614611f1e5760405163086391f760e31b81523360048201526024016108a0565b611f28600b611de2565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df906024015f604051808303815f87803b158015611f6a575f80fd5b505af1158015610672573d5f803e3d5ffd5b611f84612270565b61186586868686868660405180602001604052805f8152506122bb565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161200f919061355d565b5f60405180830381855afa9150503d805f8114612047576040519150601f19603f3d011682016040523d82523d5f602084013e61204c565b606091505b5091509150811561209e57604081511061207e57808060200190518101906120749190613573565b909450925061209e565b602081511061209e578080602001905181019061209b9190613159565b93505b505094509492505050565b5f6040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e7377657200000000008152506040516020016120f09190612e36565b604051602081830303815290604052905061210b82826116d9565b7f0a858417ad6c170851e15bdb7f5fef061814ba176a976d7468e9e97588608fbc826040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e737765720000000000815250604051611bf09291906130cf565b612179612a9e565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060a00160405280825f0180546121b690613116565b80601f01602080910402602001604051908101604052809291908181526020018280546121e290613116565b801561222d5780601f106122045761010080835404028352916020019161222d565b820191905f5260205f20905b81548152906001019060200180831161221057829003601f168201915b505050918352505060018301546001600160a01b0390811660208301525f604083015260028401541660608201526003830180546080909201916107b290613116565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166122b957604051631afcd79f60e31b815260040160405180910390fd5b565b6122c3612270565b6122d687878585600d8a60018b89612362565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f900612301600b611de2565b81546001600160a01b0319166001600160a01b0391909116178155612326600d611de2565b6001820180546001600160a01b0319166001600160a01b039290921691909117905561235863c0d4275760e01b612579565b5050505050505050565b61236a612270565b5f6123768a8a886125a5565b90505f5f805160206136e783398151915260405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156123d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123f991906132ee565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b81529051612493929163bf7e214f9160048083019260209291908290030181865afa158015612453573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061247791906132ee565b8c8c8c8c8c8b8b60405180602001604052805f8152508c612654565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa1580156124da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124fe91906132ee565b6001820180546001600160a01b03199081166001600160a01b039384161790915560028301805490911691881691909117905561253b600b611de2565b6003820180546001600160a01b0319166001600160a01b039290921691909117905561256d634a531f3360e01b612579565b6116cc6307bb0a0360e51b5b612581612270565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c036125c6576125bd8484600a612759565b50829050611b55565b5f6125d38585600c612759565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015612620573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126479190810190613203565b6020015195945050505050565b61265c612270565b6001600160a01b038616612683576040516327eab2e360e11b815260040160405180910390fd5b86515f036126a45760405163591eebf360e11b815260040160405180910390fd5b6126b289898787878761281e565b6126bb8a6128b9565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00806126e789826135ec565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b871515021790556003810161273883826135ec565b50612749634a531f3360e01b612579565b6116cc632986755f60e11b612579565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156127a7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127ce9190810190613203565b90506127e581604001518460ff9081169116141590565b1561281657604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044016108a0565b509392505050565b612826612270565b61283086836128ca565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161235883826135ec565b6128c1612270565b610c6181612940565b6128d2612270565b6128db82612951565b6128e3612a59565b6001600160a01b03811661290a5760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206136a783398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b612948612270565b610c6181611b9b565b612959612270565b806001600160a01b03163b5f0361298e5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108a0565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015612a08575060408051601f3d908101601f19168201909252612a0591810190613159565b60015b612a305760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108a0565b80610e0e5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108a0565b612a61612270565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040518060a00160405280606081526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215612af5575f80fd5b81356001600160e01b031981168114611b55575f80fd5b80356001600160401b0381168114612b22575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715612b5d57612b5d612b27565b60405290565b60405160a081016001600160401b0381118282101715612b5d57612b5d612b27565b604051601f8201601f191681016001600160401b0381118282101715612bad57612bad612b27565b604052919050565b5f6001600160401b03821115612bcd57612bcd612b27565b50601f01601f191660200190565b5f612bed612be884612bb5565b612b85565b9050828152838383011115612c00575f80fd5b828260208301375f602084830101529392505050565b5f82601f830112612c25575f80fd5b611b5583833560208501612bdb565b8015158114610c61575f80fd5b803564ffffffffff81168114612b22575f80fd5b5f805f8060808587031215612c68575f80fd5b612c7185612b0c565b935060208501356001600160401b03811115612c8b575f80fd5b612c9787828801612c16565b9350506040850135612ca881612c34565b9150612cb660608601612c41565b905092959194509250565b6001600160601b0381168114610c61575f80fd5b5f805f805f60808688031215612ce9575f80fd5b612cf286612b0c565b94506020860135612d0281612cc1565b935060408601356001600160401b03811115612d1c575f80fd5b8601601f81018813612d2c575f80fd5b80356001600160401b03811115612d41575f80fd5b886020828401011115612d52575f80fd5b60209190910193509150612d6860608701612c41565b90509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612dea608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612e2e610100840182612d74565b949350505050565b602081525f611b556020830184612d74565b5f60208284031215612e58575f80fd5b8135611b5581612cc1565b6001600160a01b0381168114610c61575f80fd5b5f8060408385031215612e88575f80fd5b8235612e9381612e63565b91506020830135612ea381612cc1565b809150509250929050565b5f60208284031215612ebe575f80fd5b611b5582612b0c565b5f60208284031215612ed7575f80fd5b8135611b5581612e63565b602081525f825160a06020840152612efd60c0840182612d74565b60208501516001600160a01b03908116604086810191909152860151811660608087019190915286015116608080860191909152850151848203601f190160a0860152909150612f4d8282612d74565b95945050505050565b5f805f8060808587031215612f69575f80fd5b8435612f7481612e63565b93506020850135612f8481612e63565b9250604085013591506060850135612f9b81612e63565b939692955090935050565b5f8060408385031215612fb7575f80fd5b612fc083612b0c565b915060208301356001600160401b03811115612fda575f80fd5b8301601f81018513612fea575f80fd5b612ff985823560208401612bdb565b9150509250929050565b5f805f805f8060c08789031215613018575f80fd5b863561302381612e63565b9550602087013561303381612cc1565b9450604087013561304381612e63565b9350606087013561305381612e63565b925060808701356001600160401b0381111561306d575f80fd5b61307989828a01612c16565b92505060a087013561308a81612e63565b809150509295509295509295565b6020815281511515602082015264ffffffffff60208301511660408201525f6040830151606080840152612e2e6080840182612d74565b6001600160401b0383168152604060208201525f612e2e6040830184612d74565b8051612b2281612cc1565b5f6020828403121561310b575f80fd5b8151611b5581612cc1565b600181811c9082168061312a57607f821691505b60208210810361314857634e487b7160e01b5f52602260045260245ffd5b50919050565b8051612b2281612c34565b5f60208284031215613169575f80fd5b8151611b5581612c34565b5f60208284031215613184575f80fd5b5051919050565b60ff81168114610c61575f80fd5b8051612b228161318b565b8051612b2281612e63565b5f6131bc612be884612bb5565b90508281528383830111156131cf575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126131f4575f80fd5b611b55838351602085016131af565b5f60208284031215613213575f80fd5b81516001600160401b03811115613228575f80fd5b820160e08185031215613239575f80fd5b613241612b3b565b61324a826130f0565b8152613258602083016130f0565b602082015261326960408301613199565b604082015261327a6060830161314e565b606082015261328b608083016131a4565b608082015261329c60a083016131a4565b60a082015260c08201516001600160401b038111156132b9575f80fd5b6132c5868285016131e5565b60c083015250949350505050565b5f602082840312156132e3575f80fd5b8151611b558161318b565b5f602082840312156132fe575f80fd5b8151611b5581612e63565b5f8085851115613317575f80fd5b83861115613323575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613361576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f602082840312156133b7575f80fd5b81356001600160401b038111156133cc575f80fd5b8201604081850312156133dd575f80fd5b604080519081016001600160401b03811182821017156133ff576133ff612b27565b604052813561340d81612c34565b815260208201356001600160401b03811115613427575f80fd5b61343386828501612c16565b602083015250949350505050565b6001600160401b03851681526001600160601b03841660208201528215156040820152608060608201525f6134796080830184612d74565b9695505050505050565b5f60208284031215613493575f80fd5b81516001600160401b038111156134a8575f80fd5b820160a081850312156134b9575f80fd5b6134c1612b63565b81516001600160401b038111156134d6575f80fd5b8201601f810186136134e6575f80fd5b6134f5868251602084016131af565b825250613504602083016131a4565b6020820152613515604083016131a4565b6040820152613526606083016131a4565b606082015260808201516001600160401b03811115613543575f80fd5b61354f868285016131e5565b608083015250949350505050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215613584575f80fd5b825161358f81612c34565b602084015190925063ffffffff81168114612ea3575f80fd5b601f82111561176a57805f5260205f20601f840160051c810160208510156135cd5750805b601f840160051c820191505b81811015610672575f81556001016135d9565b81516001600160401b0381111561360557613605612b27565b613619816136138454613116565b846135a8565b6020601f82116001811461364b575f83156136345750848201515b5f19600385901b1c1916600184901b178455610672565b5f84815260208120601f198516915b8281101561367a578785015182556020948501946001909201910161365a565b508482101561369757868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00ffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00a26469706673582212205d9c97c8797350972fbc891521ad9431f8eaed2b54f7eade29049e7fab50002864736f6c634300081a0033",
1115
+ "linkReferences": {
1116
+ "contracts/type/Amount.sol": {
1117
+ "AmountLib": [
1118
+ {
1119
+ "length": 20,
1120
+ "start": 6743
1121
+ },
1122
+ {
1123
+ "length": 20,
1124
+ "start": 6844
1125
+ },
1126
+ {
1127
+ "length": 20,
1128
+ "start": 8930
1129
+ },
1130
+ {
1131
+ "length": 20,
1132
+ "start": 9186
1133
+ },
1134
+ {
1135
+ "length": 20,
1136
+ "start": 10963
1137
+ }
1138
+ ]
1139
+ },
1140
+ "contracts/type/NftId.sol": {
1141
+ "NftIdLib": [
1142
+ {
1143
+ "length": 20,
1144
+ "start": 5822
1145
+ },
1146
+ {
1147
+ "length": 20,
1148
+ "start": 6512
1149
+ },
1150
+ {
1151
+ "length": 20,
1152
+ "start": 7712
1153
+ },
1154
+ {
1155
+ "length": 20,
1156
+ "start": 10470
1157
+ },
1158
+ {
1159
+ "length": 20,
1160
+ "start": 11386
1161
+ }
1162
+ ]
1163
+ },
1164
+ "contracts/type/Version.sol": {
1165
+ "VersionPartLib": [
1166
+ {
1167
+ "length": 20,
1168
+ "start": 7434
1169
+ }
1170
+ ]
1171
+ }
1172
+ },
1173
+ "deployedLinkReferences": {
1174
+ "contracts/type/Amount.sol": {
1175
+ "AmountLib": [
1176
+ {
1177
+ "length": 20,
1178
+ "start": 2685
1179
+ },
1180
+ {
1181
+ "length": 20,
1182
+ "start": 2786
1183
+ },
1184
+ {
1185
+ "length": 20,
1186
+ "start": 4872
1187
+ },
1188
+ {
1189
+ "length": 20,
1190
+ "start": 5128
1191
+ },
1192
+ {
1193
+ "length": 20,
1194
+ "start": 6905
1195
+ }
1196
+ ]
1197
+ },
1198
+ "contracts/type/NftId.sol": {
1199
+ "NftIdLib": [
1200
+ {
1201
+ "length": 20,
1202
+ "start": 1764
1203
+ },
1204
+ {
1205
+ "length": 20,
1206
+ "start": 2454
1207
+ },
1208
+ {
1209
+ "length": 20,
1210
+ "start": 3654
1211
+ },
1212
+ {
1213
+ "length": 20,
1214
+ "start": 6412
1215
+ },
1216
+ {
1217
+ "length": 20,
1218
+ "start": 7328
1219
+ }
1220
+ ]
1221
+ },
1222
+ "contracts/type/Version.sol": {
1223
+ "VersionPartLib": [
1224
+ {
1225
+ "length": 20,
1226
+ "start": 3376
1227
+ }
1228
+ ]
1229
+ }
1230
+ }
1231
+ }