@etherisc/gif-next 0.0.2-eadf4ad-726 → 0.0.2-eae5e95-691

Sign up to get free protection for your applications and to get access to all the features.
Files changed (527) hide show
  1. package/README.md +51 -5
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
  8. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  9. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  10. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
  14. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
  16. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  18. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
  20. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  21. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1415 -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 +1 -1
  25. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +230 -545
  26. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  27. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +315 -432
  28. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +120 -109
  30. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  31. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +214 -290
  32. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  33. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +215 -94
  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 +1551 -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 +2090 -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 +1484 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1244 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1605 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2108 -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 +113 -97
  58. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +171 -85
  60. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  61. package/artifacts/contracts/instance/Instance.sol/Instance.json +120 -207
  62. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  63. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
  64. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
  66. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  67. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +850 -366
  68. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +245 -229
  70. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +106 -79
  72. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  73. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1212 -381
  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 +1 -1
  77. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +0 -53
  78. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  79. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  80. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  82. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  84. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  85. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
  86. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  87. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  88. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  89. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  90. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  91. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  92. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  93. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  94. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1052 -0
  95. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  96. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
  97. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  98. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  99. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  100. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +783 -0
  101. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  102. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
  103. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  104. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +920 -0
  105. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  106. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
  107. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  108. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
  109. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  110. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1312 -0
  111. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  112. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
  113. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  114. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +494 -317
  115. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  116. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +186 -87
  117. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  118. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +256 -31
  119. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  120. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +235 -375
  121. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  122. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +460 -254
  123. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  124. package/artifacts/contracts/pool/Pool.sol/Pool.json +269 -565
  125. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  126. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +572 -569
  127. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  128. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +112 -93
  129. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  130. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +117 -264
  131. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  132. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +99 -76
  133. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  134. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1186 -0
  135. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  136. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
  137. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  138. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +329 -284
  139. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  140. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +141 -90
  141. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  142. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +54 -1
  143. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  144. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +196 -7
  145. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  146. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +354 -80
  147. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  148. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +154 -86
  149. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  150. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +355 -209
  151. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  152. package/artifacts/contracts/product/{IProductService.sol/IProductService.json → IRiskService.sol/IRiskService.json} +44 -57
  153. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  154. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +418 -397
  155. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  156. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +124 -121
  157. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  158. package/artifacts/contracts/product/PricingService.sol/PricingService.json +233 -330
  159. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  160. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +128 -93
  161. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  162. package/artifacts/contracts/product/Product.sol/Product.json +377 -431
  163. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  164. package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
  165. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  166. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
  167. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  168. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
  169. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  170. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +391 -45
  171. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  172. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +123 -64
  173. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  174. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +0 -18
  175. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  176. package/artifacts/contracts/registry/Registry.sol/Registry.json +789 -60
  177. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  178. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
  179. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  180. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +179 -185
  181. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  182. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +86 -74
  183. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  184. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  185. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  186. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
  187. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  188. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
  189. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  190. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +314 -138
  191. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  192. package/artifacts/contracts/shared/Component.sol/Component.json +136 -271
  193. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  194. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1335 -198
  195. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  196. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +814 -0
  197. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  198. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +474 -0
  199. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  200. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  201. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  202. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +105 -114
  203. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  204. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1335 -0
  205. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  206. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +718 -0
  207. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  208. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +46 -14
  209. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  210. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  211. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  212. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +23 -1
  213. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  214. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +16 -30
  215. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  216. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +36 -1
  217. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  218. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  219. package/artifacts/contracts/shared/IService.sol/IService.json +49 -1
  220. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  221. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  222. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  223. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +842 -0
  224. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  225. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  226. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  227. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  228. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  229. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  230. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  231. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +26 -55
  232. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  233. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +20 -124
  234. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  235. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +68 -85
  236. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  237. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
  238. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  239. package/artifacts/contracts/shared/Service.sol/Service.json +55 -101
  240. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  241. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +362 -7
  242. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  243. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  244. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  245. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1460 -0
  246. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  247. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +573 -53
  248. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  249. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  250. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  251. package/artifacts/contracts/staking/Staking.sol/Staking.json +1901 -0
  252. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  253. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
  254. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  255. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
  256. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  258. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  259. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +658 -176
  260. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  261. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +109 -66
  262. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
  264. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  265. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  266. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  267. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
  268. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  269. package/artifacts/contracts/type/Amount.sol/AmountLib.json +121 -4
  270. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  271. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +53 -2
  272. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  273. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +28 -4
  274. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  275. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
  276. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  277. package/artifacts/contracts/type/Fee.sol/FeeLib.json +39 -34
  278. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  279. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
  280. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  281. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +47 -4
  282. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  283. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
  284. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  285. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +149 -2
  286. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  287. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +19 -19
  288. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  289. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
  290. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  292. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  293. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +60 -4
  294. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  295. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +219 -6
  296. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  297. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -2
  298. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  300. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  302. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  303. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
  304. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  306. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  307. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +36 -4
  308. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
  309. package/artifacts/contracts/type/UFixed.sol/MathLib.json +9 -3
  310. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  311. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +71 -2
  312. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  313. package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -2
  314. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  315. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +21 -2
  316. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  317. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
  318. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  319. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
  320. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  321. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  322. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  323. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
  324. package/contracts/authorization/AccessAdmin.sol +596 -0
  325. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  326. package/contracts/authorization/Authorization.sol +289 -0
  327. package/contracts/authorization/IAccess.sol +49 -0
  328. package/contracts/authorization/IAccessAdmin.sol +137 -0
  329. package/contracts/authorization/IAuthorization.sol +60 -0
  330. package/contracts/authorization/IServiceAuthorization.sol +40 -0
  331. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  332. package/contracts/authorization/ServiceAuthorization.sol +106 -0
  333. package/contracts/distribution/BasicDistribution.sol +139 -0
  334. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  335. package/contracts/distribution/Distribution.sol +154 -154
  336. package/contracts/distribution/DistributionService.sol +175 -172
  337. package/contracts/distribution/DistributionServiceManager.sol +8 -23
  338. package/contracts/distribution/IDistributionComponent.sol +28 -47
  339. package/contracts/distribution/IDistributionService.sol +24 -10
  340. package/contracts/examples/fire/DamageLevel.sol +59 -0
  341. package/contracts/examples/fire/FirePool.sol +75 -0
  342. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  343. package/contracts/examples/fire/FireProduct.sol +412 -0
  344. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  345. package/contracts/examples/fire/FireUSD.sol +26 -0
  346. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  347. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  348. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  349. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  350. package/contracts/instance/{BundleManager.sol → BundleSet.sol} +23 -23
  351. package/contracts/instance/IInstance.sol +33 -44
  352. package/contracts/instance/IInstanceService.sol +32 -33
  353. package/contracts/instance/Instance.sol +131 -122
  354. package/contracts/instance/InstanceAdmin.sol +277 -0
  355. package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
  356. package/contracts/instance/InstanceReader.sol +194 -67
  357. package/contracts/instance/InstanceService.sol +243 -134
  358. package/contracts/instance/InstanceServiceManager.sol +8 -13
  359. package/contracts/instance/InstanceStore.sol +142 -66
  360. package/contracts/instance/base/BalanceStore.sol +123 -0
  361. package/contracts/instance/base/Cloneable.sol +2 -25
  362. package/contracts/instance/base/ObjectCounter.sol +21 -0
  363. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  364. package/contracts/instance/base/{ObjectManager.sol → ObjectSet.sol} +11 -14
  365. package/contracts/instance/module/IAccess.sol +2 -10
  366. package/contracts/instance/module/IBundle.sol +1 -4
  367. package/contracts/instance/module/IComponents.sol +21 -11
  368. package/contracts/instance/module/IDistribution.sol +0 -1
  369. package/contracts/instance/module/IPolicy.sol +31 -25
  370. package/contracts/mock/Dip.sol +26 -0
  371. package/contracts/oracle/BasicOracle.sol +47 -0
  372. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  373. package/contracts/oracle/IOracle.sol +36 -0
  374. package/contracts/oracle/IOracleComponent.sol +33 -0
  375. package/contracts/oracle/IOracleService.sol +66 -0
  376. package/contracts/oracle/Oracle.sol +156 -0
  377. package/contracts/oracle/OracleService.sol +291 -0
  378. package/contracts/oracle/OracleServiceManager.sol +39 -0
  379. package/contracts/pool/BasicPool.sol +154 -0
  380. package/contracts/pool/BasicPoolAuthorization.sol +57 -0
  381. package/contracts/pool/BundleService.sol +278 -201
  382. package/contracts/pool/BundleServiceManager.sol +8 -11
  383. package/contracts/pool/IBundleService.sol +44 -19
  384. package/contracts/pool/IPoolComponent.sol +27 -73
  385. package/contracts/pool/IPoolService.sol +93 -40
  386. package/contracts/pool/Pool.sol +186 -153
  387. package/contracts/pool/PoolService.sol +357 -236
  388. package/contracts/pool/PoolServiceManager.sol +6 -9
  389. package/contracts/product/ApplicationService.sol +148 -84
  390. package/contracts/product/ApplicationServiceManager.sol +6 -6
  391. package/contracts/product/BasicProduct.sol +53 -0
  392. package/contracts/product/BasicProductAuthorization.sol +42 -0
  393. package/contracts/product/ClaimService.sol +293 -145
  394. package/contracts/product/ClaimServiceManager.sol +6 -6
  395. package/contracts/product/IApplicationService.sol +2 -1
  396. package/contracts/product/IClaimService.sol +35 -5
  397. package/contracts/product/IPolicyService.sol +38 -38
  398. package/contracts/product/IPricingService.sol +13 -11
  399. package/contracts/product/IProductComponent.sol +28 -10
  400. package/contracts/product/{IProductService.sol → IRiskService.sol} +2 -9
  401. package/contracts/product/PolicyService.sol +504 -199
  402. package/contracts/product/PolicyServiceManager.sol +6 -9
  403. package/contracts/product/PricingService.sol +103 -82
  404. package/contracts/product/PricingServiceManager.sol +5 -8
  405. package/contracts/product/Product.sol +222 -146
  406. package/contracts/product/RiskService.sol +96 -0
  407. package/contracts/product/RiskServiceManager.sol +39 -0
  408. package/contracts/registry/ChainNft.sol +72 -36
  409. package/contracts/registry/IRegistry.sol +85 -22
  410. package/contracts/registry/IRegistryService.sol +10 -6
  411. package/contracts/registry/ITransferInterceptor.sol +0 -1
  412. package/contracts/registry/Registry.sol +433 -187
  413. package/contracts/registry/RegistryAdmin.sol +448 -0
  414. package/contracts/registry/RegistryService.sol +76 -66
  415. package/contracts/registry/RegistryServiceManager.sol +6 -25
  416. package/contracts/registry/ReleaseLifecycle.sol +30 -0
  417. package/contracts/registry/ReleaseRegistry.sol +501 -0
  418. package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
  419. package/contracts/registry/TokenRegistry.sol +261 -62
  420. package/contracts/shared/Component.sol +153 -148
  421. package/contracts/shared/ComponentService.sol +688 -94
  422. package/contracts/shared/ComponentServiceManager.sol +38 -0
  423. package/contracts/shared/ComponentVerifyingService.sol +126 -0
  424. package/contracts/shared/ContractLib.sol +38 -0
  425. package/contracts/shared/IComponent.sol +25 -41
  426. package/contracts/shared/IComponentService.sol +120 -0
  427. package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
  428. package/contracts/{instance/base → shared}/IKeyValueStore.sol +7 -6
  429. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  430. package/contracts/shared/INftOwnable.sol +3 -1
  431. package/contracts/shared/IPolicyHolder.sol +12 -17
  432. package/contracts/shared/IRegisterable.sol +11 -0
  433. package/contracts/shared/IService.sol +9 -2
  434. package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
  435. package/contracts/shared/InstanceLinkedComponent.sol +213 -0
  436. package/contracts/{instance/base → shared}/KeyValueStore.sol +36 -74
  437. package/contracts/shared/Lifecycle.sol +88 -0
  438. package/contracts/shared/NftIdSet.sol +65 -0
  439. package/contracts/shared/NftOwnable.sol +27 -22
  440. package/contracts/shared/PolicyHolder.sol +18 -50
  441. package/contracts/shared/Registerable.sol +21 -11
  442. package/contracts/shared/RegistryLinked.sol +3 -2
  443. package/contracts/shared/Service.sol +48 -36
  444. package/contracts/shared/TokenHandler.sol +112 -8
  445. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  446. package/contracts/staking/IStaking.sol +168 -0
  447. package/contracts/staking/IStakingService.sol +103 -48
  448. package/contracts/staking/StakeManagerLib.sol +224 -0
  449. package/contracts/staking/Staking.sol +497 -0
  450. package/contracts/staking/StakingLifecycle.sol +23 -0
  451. package/contracts/staking/StakingManager.sol +52 -0
  452. package/contracts/staking/StakingReader.sol +190 -0
  453. package/contracts/staking/StakingService.sol +273 -49
  454. package/contracts/staking/StakingServiceManager.sol +11 -7
  455. package/contracts/staking/StakingStore.sol +605 -0
  456. package/contracts/staking/TargetManagerLib.sol +211 -0
  457. package/contracts/type/AddressSet.sol +1 -1
  458. package/contracts/type/Amount.sol +44 -3
  459. package/contracts/type/Blocknumber.sol +26 -3
  460. package/contracts/type/ClaimId.sol +6 -1
  461. package/contracts/type/Fee.sol +17 -16
  462. package/contracts/type/NftId.sol +15 -16
  463. package/contracts/type/NftIdSet.sol +1 -1
  464. package/contracts/type/ObjectType.sol +176 -62
  465. package/contracts/type/PayoutId.sol +10 -10
  466. package/contracts/type/Referral.sol +2 -1
  467. package/contracts/type/RequestId.sol +75 -0
  468. package/contracts/type/RiskId.sol +16 -2
  469. package/contracts/type/RoleId.sol +98 -75
  470. package/contracts/type/Seconds.sol +48 -1
  471. package/contracts/type/Selector.sol +102 -0
  472. package/contracts/type/StateId.sol +41 -2
  473. package/contracts/type/String.sol +53 -0
  474. package/contracts/type/Timestamp.sol +17 -3
  475. package/contracts/type/UFixed.sol +38 -9
  476. package/contracts/type/Version.sol +4 -2
  477. package/contracts/{shared → upgradeability}/ProxyManager.sol +76 -39
  478. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  479. package/contracts/{shared → upgradeability}/Versionable.sol +2 -2
  480. package/package.json +9 -5
  481. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  482. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
  483. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  484. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1348
  485. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
  486. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -124
  487. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  488. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  489. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  490. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -581
  491. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  492. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
  493. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  494. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +0 -256
  495. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  496. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  497. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  498. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +0 -4
  499. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
  500. package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -864
  501. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  502. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -679
  503. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  504. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -238
  505. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  506. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -846
  507. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  508. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  509. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  510. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  511. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  512. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  513. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -598
  514. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  515. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  516. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  517. package/contracts/instance/InstanceAccessManager.sol +0 -543
  518. package/contracts/instance/InstanceAuthorizationsLib.sol +0 -308
  519. package/contracts/instance/base/Lifecycle.sol +0 -121
  520. package/contracts/instance/module/ISetup.sol +0 -33
  521. package/contracts/instance/module/ITreasury.sol +0 -23
  522. package/contracts/product/ProductService.sol +0 -212
  523. package/contracts/product/ProductServiceManager.sol +0 -42
  524. package/contracts/registry/RegistryAccessManager.sol +0 -132
  525. package/contracts/registry/ReleaseManager.sol +0 -382
  526. package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +0 -13
  527. /package/contracts/{shared → upgradeability}/IVersionable.sol +0 -0
@@ -0,0 +1,1244 @@
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": "to",
944
+ "type": "address"
945
+ },
946
+ {
947
+ "internalType": "uint256",
948
+ "name": "tokenId",
949
+ "type": "uint256"
950
+ }
951
+ ],
952
+ "name": "nftMint",
953
+ "outputs": [],
954
+ "stateMutability": "nonpayable",
955
+ "type": "function"
956
+ },
957
+ {
958
+ "inputs": [
959
+ {
960
+ "internalType": "address",
961
+ "name": "from",
962
+ "type": "address"
963
+ },
964
+ {
965
+ "internalType": "address",
966
+ "name": "to",
967
+ "type": "address"
968
+ },
969
+ {
970
+ "internalType": "uint256",
971
+ "name": "tokenId",
972
+ "type": "uint256"
973
+ }
974
+ ],
975
+ "name": "nftTransferFrom",
976
+ "outputs": [],
977
+ "stateMutability": "nonpayable",
978
+ "type": "function"
979
+ },
980
+ {
981
+ "inputs": [
982
+ {
983
+ "internalType": "RequestId",
984
+ "name": "requestId",
985
+ "type": "uint64"
986
+ },
987
+ {
988
+ "internalType": "NftId",
989
+ "name": "requesterId",
990
+ "type": "uint96"
991
+ },
992
+ {
993
+ "internalType": "bytes",
994
+ "name": "requestData",
995
+ "type": "bytes"
996
+ },
997
+ {
998
+ "internalType": "Timestamp",
999
+ "name": "expiryAt",
1000
+ "type": "uint40"
1001
+ }
1002
+ ],
1003
+ "name": "request",
1004
+ "outputs": [],
1005
+ "stateMutability": "nonpayable",
1006
+ "type": "function"
1007
+ },
1008
+ {
1009
+ "inputs": [
1010
+ {
1011
+ "internalType": "RequestId",
1012
+ "name": "requestId",
1013
+ "type": "uint64"
1014
+ },
1015
+ {
1016
+ "internalType": "bytes",
1017
+ "name": "responseData",
1018
+ "type": "bytes"
1019
+ }
1020
+ ],
1021
+ "name": "respond",
1022
+ "outputs": [],
1023
+ "stateMutability": "nonpayable",
1024
+ "type": "function"
1025
+ },
1026
+ {
1027
+ "inputs": [
1028
+ {
1029
+ "internalType": "RequestId",
1030
+ "name": "requestId",
1031
+ "type": "uint64"
1032
+ },
1033
+ {
1034
+ "internalType": "string",
1035
+ "name": "responseText",
1036
+ "type": "string"
1037
+ },
1038
+ {
1039
+ "internalType": "bool",
1040
+ "name": "revertInCall",
1041
+ "type": "bool"
1042
+ },
1043
+ {
1044
+ "internalType": "Timestamp",
1045
+ "name": "revertUntil",
1046
+ "type": "uint40"
1047
+ }
1048
+ ],
1049
+ "name": "respondAsync",
1050
+ "outputs": [],
1051
+ "stateMutability": "nonpayable",
1052
+ "type": "function"
1053
+ },
1054
+ {
1055
+ "inputs": [
1056
+ {
1057
+ "internalType": "address",
1058
+ "name": "newAuthority",
1059
+ "type": "address"
1060
+ }
1061
+ ],
1062
+ "name": "setAuthority",
1063
+ "outputs": [],
1064
+ "stateMutability": "nonpayable",
1065
+ "type": "function"
1066
+ },
1067
+ {
1068
+ "inputs": [
1069
+ {
1070
+ "internalType": "address",
1071
+ "name": "newWallet",
1072
+ "type": "address"
1073
+ }
1074
+ ],
1075
+ "name": "setWallet",
1076
+ "outputs": [],
1077
+ "stateMutability": "nonpayable",
1078
+ "type": "function"
1079
+ },
1080
+ {
1081
+ "inputs": [
1082
+ {
1083
+ "internalType": "bytes4",
1084
+ "name": "interfaceId",
1085
+ "type": "bytes4"
1086
+ }
1087
+ ],
1088
+ "name": "supportsInterface",
1089
+ "outputs": [
1090
+ {
1091
+ "internalType": "bool",
1092
+ "name": "",
1093
+ "type": "bool"
1094
+ }
1095
+ ],
1096
+ "stateMutability": "view",
1097
+ "type": "function"
1098
+ },
1099
+ {
1100
+ "inputs": [],
1101
+ "name": "unlock",
1102
+ "outputs": [],
1103
+ "stateMutability": "nonpayable",
1104
+ "type": "function"
1105
+ },
1106
+ {
1107
+ "inputs": [
1108
+ {
1109
+ "internalType": "Amount",
1110
+ "name": "amount",
1111
+ "type": "uint96"
1112
+ }
1113
+ ],
1114
+ "name": "withdrawFees",
1115
+ "outputs": [
1116
+ {
1117
+ "internalType": "Amount",
1118
+ "name": "withdrawnAmount",
1119
+ "type": "uint96"
1120
+ }
1121
+ ],
1122
+ "stateMutability": "nonpayable",
1123
+ "type": "function"
1124
+ }
1125
+ ],
1126
+ "bytecode": "0x608060405234801561000f575f80fd5b5060405161467238038061467283398101604081905261002e91610c16565b610066858585856040518060400160405280600c81526020016b53696d706c654f7261636c6560a01b8152508661007060201b60201c565b5050505050610fcd565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100b95750825b90505f826001600160401b031660011480156100d45750303b155b9050811580156100e2575080155b156101005760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561012e57845460ff60401b1916680100000000000000001785555b61013c8b8b8b8b8b8b61018f565b831561018257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b6101976101c2565b6101ba86868686868660405180602001604052805f81525061021260201b60201c565b505050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661021057604051631afcd79f60e31b815260040160405180910390fd5b565b61021a6101c2565b61022d87878585600d8a60018b896102bf565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90061025d600b6104f4565b6104f4565b81546001600160a01b0319166001600160a01b0391909116178155610283610258600d90565b6001820180546001600160a01b0319166001600160a01b03929092169190911790556102b563c0d4275760e01b61060f565b5050505050505050565b6102c76101c2565b5f6102d38a8a8861063b565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015610345573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103699190610c83565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b81529051610409929163bf7e214f9160048083019260209291908290030181865afa1580156103c3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103e79190610c83565b8c8c8c8c8c8b8b60405180602001604052805f8152508c6106ea60201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015610450573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104749190610c83565b6001820180546001600160a01b03199081166001600160a01b03938416179091556002830180549091169188169190911790556104b2610258600b90565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556104e4634a531f3360e01b61060f565b6101826307bb0a0360e51b61060f565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0054604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa15801561055d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105819190610cb7565b90506105956001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa1580156105e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106089190610c83565b9392505050565b6106176101c2565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c0361065c576106538484600a6107ef565b50829050610608565b5f6106698585600c6107ef565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156106b6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526106dd9190810190610da6565b6020015195945050505050565b6106f26101c2565b6001600160a01b038616610719576040516327eab2e360e11b815260040160405180910390fd5b86515f0361073a5760405163591eebf360e11b815260040160405180910390fd5b6107488989878787876108b9565b6107518a610961565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061077d8982610efa565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b87151502179055600381016107ce8382610efa565b506107df634a531f3360e01b61060f565b610182632986755f60e11b61060f565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa15801561083d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108649190810190610da6565b905061087b81604001518460ff9081169116141590565b156108b157604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b6108c16101c2565b6108cb8683610975565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166001600160681b0319909116176c0100000000000000000000000060ff8716021760ff60681b19166d0100000000000000000000000000851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016102b58382610efa565b6109696101c2565b61097281610a07565b50565b61097d6101c2565b61098682610a18565b61098e610b24565b6001600160a01b0381166109b55760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610a0f6101c2565b61097281610b69565b610a206101c2565b806001600160a01b03163b5f03610a555760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108a8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015610acf575060408051601f3d908101601f19168201909252610acc91810190610fb4565b60015b610af75760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108a8565b80610b205760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108a8565b5050565b610b2c6101c2565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6001600160a01b0381168114610972575f80fd5b8051610bfb81610bdc565b919050565b80516001600160601b0381168114610bfb575f80fd5b5f805f805f60a08688031215610c2a575f80fd5b8551610c3581610bdc565b9450610c4360208701610c00565b93506040860151610c5381610bdc565b6060870151909350610c6481610bdc565b6080870151909250610c7581610bdc565b809150509295509295909350565b5f60208284031215610c93575f80fd5b815161060881610bdc565b60ff81168114610972575f80fd5b8051610bfb81610c9e565b5f60208284031215610cc7575f80fd5b815161060881610c9e565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715610d0857610d08610cd2565b60405290565b80518015158114610bfb575f80fd5b5f82601f830112610d2c575f80fd5b81516001600160401b03811115610d4557610d45610cd2565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610d7357610d73610cd2565b604052818152838201602001851015610d8a575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215610db6575f80fd5b81516001600160401b03811115610dcb575f80fd5b820160e08185031215610ddc575f80fd5b610de4610ce6565b610ded82610c00565b8152610dfb60208301610c00565b6020820152610e0c60408301610cac565b6040820152610e1d60608301610d0e565b6060820152610e2e60808301610bf0565b6080820152610e3f60a08301610bf0565b60a082015260c08201516001600160401b03811115610e5c575f80fd5b610e6886828501610d1d565b60c083015250949350505050565b600181811c90821680610e8a57607f821691505b602082108103610ea857634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610ef557805f5260205f20601f840160051c81016020851015610ed35750805b601f840160051c820191505b81811015610ef2575f8155600101610edf565b50505b505050565b81516001600160401b03811115610f1357610f13610cd2565b610f2781610f218454610e76565b84610eae565b6020601f821160018114610f59575f8315610f425750848201515b5f19600385901b1c1916600184901b178455610ef2565b5f84815260208120601f198516915b82811015610f885787850151825560209485019460019092019101610f68565b5084821015610fa557868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215610fc4575f80fd5b61060882610d0e565b61369880610fda5f395ff3fe608060405234801561000f575f80fd5b506004361061024a575f3560e01c806376b707b711610140578063b423086c116100bf578063de7b5d1411610084578063de7b5d1414610562578063deaa59df1461057f578063e7f7fb8614610592578063ea15869f146105a5578063f83d08ba146105cc578063f86664d2146105d4575f80fd5b8063b423086c14610519578063bae99c9914610521578063bb1e0e5914610534578063bf7e214f14610547578063cf4ee77a1461054f575f80fd5b80638fb36037116101055780638fb360371461048b57806390edbd35146104ac578063a69df4b5146104c1578063a8b81cd8146104c9578063ada9652e14610505575f80fd5b806376b707b7146104485780637a9e5e4b1461046257806387ef9ba0146104755780638899278a1461047b578063893d20e814610483575f80fd5b806322366844116101cc5780634c125e79116101915780634c125e79146103cf5780635741e5e9146103e25780635ab1bd53146103ea578063644c45e0146103fb5780636bd1c0eb14610418575f80fd5b806322366844146103715780632eb3e6f414610379578063419197fe1461038d57806343d752d3146103a05780634bd100e4146103a8575f80fd5b8063138461e011610212578063138461e0146102ec57806317d7de7c1461030c5780631c6b2190146103215780631eff4b221461033457806321df0da714610369575f80fd5b806301ffc9a71461024e57806306caeae41461028f5780630b29e28e146102a45780630fec111c146102b757806313299604146102cc575b5f80fd5b61027a61025c366004612a29565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102a261029d366004612b99565b6105e7565b005b6102a26102b2366004612c19565b610677565b6102bf610697565b6040516102869190612ce6565b6102d4610855565b6040516001600160a01b039091168152602001610286565b6102f4610867565b6040516001600160601b039091168152602001610286565b610314610876565b6040516102869190612d7a565b6102f461032f366004612d8c565b610886565b61035b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610286565b6102d4610908565b61027a61091a565b61035b5f8051602061364383398151915281565b6102a261039b366004612dbb565b610a10565b6102d4610c5b565b61035b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90081565b6102a26103dd366004612df2565b610c6d565b61027a610c82565b6001546001600160a01b03166102d4565b5f80516020613603833981519152546001600160601b03166102f4565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166102d4565b610450610d36565b60405160ff9091168152602001610286565b6102a2610470366004612e0b565b610daa565b5f61027a565b61035b600381565b6102d4610e30565b610493610f61565b6040516001600160e01b03199091168152602001610286565b6104b4610f96565b6040516102869190612e26565b6102a2610fbb565b6103146040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e73776572000000000081525081565b61035b5f8051602061360383398151915281565b6104b4611059565b6102a261052f366004612d8c565b611069565b6102a2610542366004612e9a565b6110b5565b6102d4611152565b6102a261055d366004612ec4565b61116d565b5f80516020613643833981519152546001600160a01b03166102d4565b6102a261058d366004612e0b565b611180565b6102a26105a0366004612f21565b6113fb565b61035b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6102a2611498565b6102a26105e2366004612f5f565b61150c565b5f604051806060016040528084151581526020018364ffffffffff1681526020018581525060405160200161061c9190612ff4565b60405160208183030381529060405290506106378582611622565b7f925e3838f1b49d365407bb3580a651fc78742e3bd3eb1063171421beb4a6b495858560405161066892919061302b565b60405180910390a15050505050565b610683335b5f366116b3565b61069085858585856117b1565b5050505050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610747573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061076b9190613057565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016107b3610e30565b6001600160a01b031681526020018260010180546107d090613072565b80601f01602080910402602001604051908101604052809291908181526020018280546107fc90613072565b80156108475780601f1061081e57610100808354040283529160200191610847565b820191905f5260205f20905b81548152906001019060200180831161082a57829003601f168201915b505050505081525091505090565b5f61085e610f96565b60600151905090565b5f6108713061181c565b905090565b6060610880610f96565b51919050565b5f61088f610e30565b6001600160a01b0316336001600160a01b0316146108c75760405163086391f760e31b81523360048201526024015b60405180910390fd5b6108d03361067c565b60405163ca49882f60e01b815260206004820152600c60248201526b77697468647261774665657360a01b60448201526064016108be565b5f610911610f96565b60200151905090565b5f61092d6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610971573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109959190613057565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156109ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061087191906130b5565b610a18610e30565b6001600160a01b0316336001600160a01b031614610a4b5760405163086391f760e31b81523360048201526024016108be565b30610a54610855565b6001600160a01b031614610a7b5760405163b6d7537f60e01b815260040160405180910390fd5b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015610ad3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af791906130d0565b90505f610b6e8373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b45573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b699190613057565b611a15565b15610b7b57505f19905060015b7f99d7b1d3869e469ab19cd2c6e66718a63bca93dc1a2d27d375cb4bebbf5348ce610ba4610c5b565b604080516001600160a01b0390921682526001600160601b03861660208301528315159082015260600160405180910390a1836001600160a01b031663095ea7b3610bed610c5b565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602481018590526044016020604051808303815f875af1158015610c37573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061069091906130b5565b5f610c64610f96565b60400151905090565b610c763361067c565b610c7f81611aa0565b50565b5f610c8b61091a565b15610d06576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610cdf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261085e919081019061315f565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610d86573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610871919061322f565b33610db3611152565b6001600160a01b0316816001600160a01b031614610dee5760405162d1953b60e31b81526001600160a01b03821660048201526024016108be565b816001600160a01b03163b5f03610e23576040516361798f2f60e11b81526001600160a01b03831660048201526024016108be565b610e2c82611adf565b5050565b5f805f8051602061360383398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610e9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec091906130b5565b15610f4b576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f45919061324a565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061362383398151915280545f9190600160a01b900460ff16610f88575f610f45565b638fb3603760e01b91505090565b610f9e6129e2565b610fa661091a565b15610fb357610871611b40565b610871611059565b610fc3610e30565b6001600160a01b0316336001600160a01b031614610ff65760405163086391f760e31b81523360048201526024016108be565b611000600a611d26565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015611041575f80fd5b505af1158015611053573d5f803e3d5ffd5b50505050565b6110616129e2565b610871611b40565b611071610e30565b6001600160a01b0316336001600160a01b0316146110a45760405163086391f760e31b81523360048201526024016108be565b610c7f6110af610908565b82610a10565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611120919061324a565b6001600160a01b0316336001600160a01b031614610e2c5760405162f0630960e01b81523360048201526024016108be565b5f80516020613623833981519152546001600160a01b031690565b6111763361067c565b610e2c8282611622565b611188610e30565b6001600160a01b0316336001600160a01b0316146111bb5760405163086391f760e31b81523360048201526024016108be565b5f6111c4610855565b90505f6111cf610908565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa158015611215573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061123991906130d0565b905061124483611e27565b80156113f657604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1306001600160a01b038316036113a5576112ad610c5b565b6001600160a01b03166354f0d84c838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b81526004016112f691815260200190565b602060405180830381865af4158015611311573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113359190613057565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b15801561138a575f80fd5b505af115801561139c573d5f803e3d5ffd5b50505050505050565b6113ad610c5b565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b81526004016112f691815260200190565b505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611442573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611466919061324a565b6001600160a01b0316336001600160a01b0316146113f65760405162f0630960e01b81523360048201526024016108be565b6114a0610e30565b6001600160a01b0316336001600160a01b0316146114d35760405163086391f760e31b81523360048201526024016108be565b6114dd600a611d26565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e9060240161102a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156115505750825b90505f826001600160401b0316600114801561156b5750303b155b905081158015611579575080155b156115975760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115c157845460ff60401b1916600160401b1785555b6115cf8b8b8b8b8b8b611ec0565b831561161557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f901546040516367a773bd60e11b81526001600160a01b039091169063cf4ee77a90611673908590859060040161302b565b6020604051808303815f875af115801561168f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113f691906130b5565b5f805160206136238339815191525f806116eb6116ce611152565b87306116dd60045f8a8c613265565b6116e69161328c565b611ee5565b91509150816117a95763ffffffff81161561178657825460ff60a01b1916600160a01b178355611719611152565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611748939291906132c4565b5f604051808303815f87803b15801561175f575f80fd5b505af1158015611771573d5f803e3d5ffd5b5050845460ff60a01b19168555506117a99050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108be565b505050505050565b5f6117be83850185613303565b8051909150156117d1576117d186611fed565b805160208201516040517f79ebe5a74e4370f670722a495368b194369cfc7be8997d68517841c3c307a3e89261180c928a928a92919061339d565b60405180910390a1505050505050565b5f805f8051602061360383398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611888573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118ac91906130b5565b156118d85780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108be565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561192a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061194e91906130b5565b6119765760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108be565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156119c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119ec9190613057565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d90604401602060405180830381865af4158015611a75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a9991906130b5565b9392505050565b6040516001600160401b03821681527fb63fd0f73fdf39db6db268f3ff7ee59fdad31d592b7faff69608adc0312225ab9060200160405180910390a150565b5f8051602061362383398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b611b486129e2565b5f611b5b6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611b9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bc39190613057565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611c1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c4091906130b5565b15611d1e577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c3611c9c5f80516020613603833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015611cdd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d0491908101906133df565b60608101519092506001600160a01b031615611d1e575090565b610f456120b5565b5f805f8051602061364383398151915254604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa158015611d7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611da0919061322f565b9050611db46001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015611e03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a99919061324a565b611e2f610e30565b6001600160a01b0316336001600160a01b031614611e625760405163086391f760e31b81523360048201526024016108be565b611e6c600b611d26565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df906024015f604051808303815f87803b158015611eae575f80fd5b505af1158015610690573d5f803e3d5ffd5b611ec86121b4565b6117a986868686868660405180602001604052805f8152506121ff565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611f5391906134b9565b5f60405180830381855afa9150503d805f8114611f8b576040519150601f19603f3d011682016040523d82523d5f602084013e611f90565b606091505b50915091508115611fe2576040815110611fc25780806020019051810190611fb891906134cf565b9094509250611fe2565b6020815110611fe25780806020019051810190611fdf91906130b5565b93505b505094509492505050565b5f6040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e7377657200000000008152506040516020016120349190612d7a565b604051602081830303815290604052905061204f8282611622565b7f0a858417ad6c170851e15bdb7f5fef061814ba176a976d7468e9e97588608fbc826040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e737765720000000000815250604051611b3492919061302b565b6120bd6129e2565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060a00160405280825f0180546120fa90613072565b80601f016020809104026020016040519081016040528092919081815260200182805461212690613072565b80156121715780601f1061214857610100808354040283529160200191612171565b820191905f5260205f20905b81548152906001019060200180831161215457829003601f168201915b505050918352505060018301546001600160a01b0390811660208301525f604083015260028401541660608201526003830180546080909201916107d090613072565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166121fd57604051631afcd79f60e31b815260040160405180910390fd5b565b6122076121b4565b61221a87878585600d8a60018b896122a6565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f900612245600b611d26565b81546001600160a01b0319166001600160a01b039190911617815561226a600d611d26565b6001820180546001600160a01b0319166001600160a01b039290921691909117905561229c63c0d4275760e01b6124bd565b5050505050505050565b6122ae6121b4565b5f6122ba8a8a886124e9565b90505f5f8051602061364383398151915260405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015612319573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061233d919061324a565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b815290516123d7929163bf7e214f9160048083019260209291908290030181865afa158015612397573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123bb919061324a565b8c8c8c8c8c8b8b60405180602001604052805f8152508c612598565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa15801561241e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612442919061324a565b6001820180546001600160a01b03199081166001600160a01b039384161790915560028301805490911691881691909117905561247f600b611d26565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556124b1634a531f3360e01b6124bd565b6116156307bb0a0360e51b5b6124c56121b4565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c0361250a576125018484600a61269d565b50829050611a99565b5f6125178585600c61269d565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015612564573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261258b919081019061315f565b6020015195945050505050565b6125a06121b4565b6001600160a01b0386166125c7576040516327eab2e360e11b815260040160405180910390fd5b86515f036125e85760405163591eebf360e11b815260040160405180910390fd5b6125f6898987878787612762565b6125ff8a6127fd565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061262b8982613548565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b871515021790556003810161267c8382613548565b5061268d634a531f3360e01b6124bd565b611615632986755f60e11b6124bd565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156126eb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612712919081019061315f565b905061272981604001518460ff9081169116141590565b1561275a57604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044016108be565b509392505050565b61276a6121b4565b612774868361280e565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161229c8382613548565b6128056121b4565b610c7f81612884565b6128166121b4565b61281f82612895565b61282761299d565b6001600160a01b03811661284e5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061360383398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b61288c6121b4565b610c7f81611adf565b61289d6121b4565b806001600160a01b03163b5f036128d25760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108be565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa92505050801561294c575060408051601f3d908101601f19168201909252612949918101906130b5565b60015b6129745760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108be565b80610e2c5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108be565b6129a56121b4565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040518060a00160405280606081526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215612a39575f80fd5b81356001600160e01b031981168114611a99575f80fd5b80356001600160401b0381168114612a66575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715612aa157612aa1612a6b565b60405290565b60405160a081016001600160401b0381118282101715612aa157612aa1612a6b565b604051601f8201601f191681016001600160401b0381118282101715612af157612af1612a6b565b604052919050565b5f6001600160401b03821115612b1157612b11612a6b565b50601f01601f191660200190565b5f612b31612b2c84612af9565b612ac9565b9050828152838383011115612b44575f80fd5b828260208301375f602084830101529392505050565b5f82601f830112612b69575f80fd5b611a9983833560208501612b1f565b8015158114610c7f575f80fd5b803564ffffffffff81168114612a66575f80fd5b5f805f8060808587031215612bac575f80fd5b612bb585612a50565b935060208501356001600160401b03811115612bcf575f80fd5b612bdb87828801612b5a565b9350506040850135612bec81612b78565b9150612bfa60608601612b85565b905092959194509250565b6001600160601b0381168114610c7f575f80fd5b5f805f805f60808688031215612c2d575f80fd5b612c3686612a50565b94506020860135612c4681612c05565b935060408601356001600160401b03811115612c60575f80fd5b8601601f81018813612c70575f80fd5b80356001600160401b03811115612c85575f80fd5b886020828401011115612c96575f80fd5b60209190910193509150612cac60608701612b85565b90509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612d2e608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612d72610100840182612cb8565b949350505050565b602081525f611a996020830184612cb8565b5f60208284031215612d9c575f80fd5b8135611a9981612c05565b6001600160a01b0381168114610c7f575f80fd5b5f8060408385031215612dcc575f80fd5b8235612dd781612da7565b91506020830135612de781612c05565b809150509250929050565b5f60208284031215612e02575f80fd5b611a9982612a50565b5f60208284031215612e1b575f80fd5b8135611a9981612da7565b602081525f825160a06020840152612e4160c0840182612cb8565b60208501516001600160a01b03908116604086810191909152860151811660608087019190915286015116608080860191909152850151848203601f190160a0860152909150612e918282612cb8565b95945050505050565b5f8060408385031215612eab575f80fd5b8235612eb681612da7565b946020939093013593505050565b5f8060408385031215612ed5575f80fd5b612ede83612a50565b915060208301356001600160401b03811115612ef8575f80fd5b8301601f81018513612f08575f80fd5b612f1785823560208401612b1f565b9150509250929050565b5f805f60608486031215612f33575f80fd5b8335612f3e81612da7565b92506020840135612f4e81612da7565b929592945050506040919091013590565b5f805f805f8060c08789031215612f74575f80fd5b8635612f7f81612da7565b95506020870135612f8f81612c05565b94506040870135612f9f81612da7565b93506060870135612faf81612da7565b925060808701356001600160401b03811115612fc9575f80fd5b612fd589828a01612b5a565b92505060a0870135612fe681612da7565b809150509295509295509295565b6020815281511515602082015264ffffffffff60208301511660408201525f6040830151606080840152612d726080840182612cb8565b6001600160401b0383168152604060208201525f612d726040830184612cb8565b8051612a6681612c05565b5f60208284031215613067575f80fd5b8151611a9981612c05565b600181811c9082168061308657607f821691505b6020821081036130a457634e487b7160e01b5f52602260045260245ffd5b50919050565b8051612a6681612b78565b5f602082840312156130c5575f80fd5b8151611a9981612b78565b5f602082840312156130e0575f80fd5b5051919050565b60ff81168114610c7f575f80fd5b8051612a66816130e7565b8051612a6681612da7565b5f613118612b2c84612af9565b905082815283838301111561312b575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112613150575f80fd5b611a998383516020850161310b565b5f6020828403121561316f575f80fd5b81516001600160401b03811115613184575f80fd5b820160e08185031215613195575f80fd5b61319d612a7f565b6131a68261304c565b81526131b46020830161304c565b60208201526131c5604083016130f5565b60408201526131d6606083016130aa565b60608201526131e760808301613100565b60808201526131f860a08301613100565b60a082015260c08201516001600160401b03811115613215575f80fd5b61322186828501613141565b60c083015250949350505050565b5f6020828403121561323f575f80fd5b8151611a99816130e7565b5f6020828403121561325a575f80fd5b8151611a9981612da7565b5f8085851115613273575f80fd5b8386111561327f575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156132bd576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215613313575f80fd5b81356001600160401b03811115613328575f80fd5b820160408185031215613339575f80fd5b604080519081016001600160401b038111828210171561335b5761335b612a6b565b604052813561336981612b78565b815260208201356001600160401b03811115613383575f80fd5b61338f86828501612b5a565b602083015250949350505050565b6001600160401b03851681526001600160601b03841660208201528215156040820152608060608201525f6133d56080830184612cb8565b9695505050505050565b5f602082840312156133ef575f80fd5b81516001600160401b03811115613404575f80fd5b820160a08185031215613415575f80fd5b61341d612aa7565b81516001600160401b03811115613432575f80fd5b8201601f81018613613442575f80fd5b6134518682516020840161310b565b82525061346060208301613100565b602082015261347160408301613100565b604082015261348260608301613100565b606082015260808201516001600160401b0381111561349f575f80fd5b6134ab86828501613141565b608083015250949350505050565b5f82518060208501845e5f920191825250919050565b5f80604083850312156134e0575f80fd5b82516134eb81612b78565b602084015190925063ffffffff81168114612de7575f80fd5b601f8211156113f657805f5260205f20601f840160051c810160208510156135295750805b601f840160051c820191505b81811015610690575f8155600101613535565b81516001600160401b0381111561356157613561612a6b565b6135758161356f8454613072565b84613504565b6020601f8211600181146135a7575f83156135905750848201515b5f19600385901b1c1916600184901b178455610690565b5f84815260208120601f198516915b828110156135d657878501518255602094850194600190920191016135b6565b50848210156135f357868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00ffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00a2646970667358221220e2b1e6727aa6a2e747691949a6fc48c1bad8e468f68eb49cdd728a6025d55d7764736f6c634300081a0033",
1127
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061024a575f3560e01c806376b707b711610140578063b423086c116100bf578063de7b5d1411610084578063de7b5d1414610562578063deaa59df1461057f578063e7f7fb8614610592578063ea15869f146105a5578063f83d08ba146105cc578063f86664d2146105d4575f80fd5b8063b423086c14610519578063bae99c9914610521578063bb1e0e5914610534578063bf7e214f14610547578063cf4ee77a1461054f575f80fd5b80638fb36037116101055780638fb360371461048b57806390edbd35146104ac578063a69df4b5146104c1578063a8b81cd8146104c9578063ada9652e14610505575f80fd5b806376b707b7146104485780637a9e5e4b1461046257806387ef9ba0146104755780638899278a1461047b578063893d20e814610483575f80fd5b806322366844116101cc5780634c125e79116101915780634c125e79146103cf5780635741e5e9146103e25780635ab1bd53146103ea578063644c45e0146103fb5780636bd1c0eb14610418575f80fd5b806322366844146103715780632eb3e6f414610379578063419197fe1461038d57806343d752d3146103a05780634bd100e4146103a8575f80fd5b8063138461e011610212578063138461e0146102ec57806317d7de7c1461030c5780631c6b2190146103215780631eff4b221461033457806321df0da714610369575f80fd5b806301ffc9a71461024e57806306caeae41461028f5780630b29e28e146102a45780630fec111c146102b757806313299604146102cc575b5f80fd5b61027a61025c366004612a29565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102a261029d366004612b99565b6105e7565b005b6102a26102b2366004612c19565b610677565b6102bf610697565b6040516102869190612ce6565b6102d4610855565b6040516001600160a01b039091168152602001610286565b6102f4610867565b6040516001600160601b039091168152602001610286565b610314610876565b6040516102869190612d7a565b6102f461032f366004612d8c565b610886565b61035b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610286565b6102d4610908565b61027a61091a565b61035b5f8051602061364383398151915281565b6102a261039b366004612dbb565b610a10565b6102d4610c5b565b61035b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90081565b6102a26103dd366004612df2565b610c6d565b61027a610c82565b6001546001600160a01b03166102d4565b5f80516020613603833981519152546001600160601b03166102f4565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166102d4565b610450610d36565b60405160ff9091168152602001610286565b6102a2610470366004612e0b565b610daa565b5f61027a565b61035b600381565b6102d4610e30565b610493610f61565b6040516001600160e01b03199091168152602001610286565b6104b4610f96565b6040516102869190612e26565b6102a2610fbb565b6103146040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e73776572000000000081525081565b61035b5f8051602061360383398151915281565b6104b4611059565b6102a261052f366004612d8c565b611069565b6102a2610542366004612e9a565b6110b5565b6102d4611152565b6102a261055d366004612ec4565b61116d565b5f80516020613643833981519152546001600160a01b03166102d4565b6102a261058d366004612e0b565b611180565b6102a26105a0366004612f21565b6113fb565b61035b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6102a2611498565b6102a26105e2366004612f5f565b61150c565b5f604051806060016040528084151581526020018364ffffffffff1681526020018581525060405160200161061c9190612ff4565b60405160208183030381529060405290506106378582611622565b7f925e3838f1b49d365407bb3580a651fc78742e3bd3eb1063171421beb4a6b495858560405161066892919061302b565b60405180910390a15050505050565b610683335b5f366116b3565b61069085858585856117b1565b5050505050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610747573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061076b9190613057565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016107b3610e30565b6001600160a01b031681526020018260010180546107d090613072565b80601f01602080910402602001604051908101604052809291908181526020018280546107fc90613072565b80156108475780601f1061081e57610100808354040283529160200191610847565b820191905f5260205f20905b81548152906001019060200180831161082a57829003601f168201915b505050505081525091505090565b5f61085e610f96565b60600151905090565b5f6108713061181c565b905090565b6060610880610f96565b51919050565b5f61088f610e30565b6001600160a01b0316336001600160a01b0316146108c75760405163086391f760e31b81523360048201526024015b60405180910390fd5b6108d03361067c565b60405163ca49882f60e01b815260206004820152600c60248201526b77697468647261774665657360a01b60448201526064016108be565b5f610911610f96565b60200151905090565b5f61092d6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610971573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109959190613057565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156109ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061087191906130b5565b610a18610e30565b6001600160a01b0316336001600160a01b031614610a4b5760405163086391f760e31b81523360048201526024016108be565b30610a54610855565b6001600160a01b031614610a7b5760405163b6d7537f60e01b815260040160405180910390fd5b60405163046e44af60e11b81526001600160601b03821660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015610ad3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af791906130d0565b90505f610b6e8373__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b45573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b699190613057565b611a15565b15610b7b57505f19905060015b7f99d7b1d3869e469ab19cd2c6e66718a63bca93dc1a2d27d375cb4bebbf5348ce610ba4610c5b565b604080516001600160a01b0390921682526001600160601b03861660208301528315159082015260600160405180910390a1836001600160a01b031663095ea7b3610bed610c5b565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602481018590526044016020604051808303815f875af1158015610c37573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061069091906130b5565b5f610c64610f96565b60400151905090565b610c763361067c565b610c7f81611aa0565b50565b5f610c8b61091a565b15610d06576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610cdf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261085e919081019061315f565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610d86573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610871919061322f565b33610db3611152565b6001600160a01b0316816001600160a01b031614610dee5760405162d1953b60e31b81526001600160a01b03821660048201526024016108be565b816001600160a01b03163b5f03610e23576040516361798f2f60e11b81526001600160a01b03831660048201526024016108be565b610e2c82611adf565b5050565b5f805f8051602061360383398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610e9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ec091906130b5565b15610f4b576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f21573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f45919061324a565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061362383398151915280545f9190600160a01b900460ff16610f88575f610f45565b638fb3603760e01b91505090565b610f9e6129e2565b610fa661091a565b15610fb357610871611b40565b610871611059565b610fc3610e30565b6001600160a01b0316336001600160a01b031614610ff65760405163086391f760e31b81523360048201526024016108be565b611000600a611d26565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015611041575f80fd5b505af1158015611053573d5f803e3d5ffd5b50505050565b6110616129e2565b610871611b40565b611071610e30565b6001600160a01b0316336001600160a01b0316146110a45760405163086391f760e31b81523360048201526024016108be565b610c7f6110af610908565b82610a10565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156110fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611120919061324a565b6001600160a01b0316336001600160a01b031614610e2c5760405162f0630960e01b81523360048201526024016108be565b5f80516020613623833981519152546001600160a01b031690565b6111763361067c565b610e2c8282611622565b611188610e30565b6001600160a01b0316336001600160a01b0316146111bb5760405163086391f760e31b81523360048201526024016108be565b5f6111c4610855565b90505f6111cf610908565b6040516370a0823160e01b81526001600160a01b03848116600483015291909116906370a0823190602401602060405180830381865afa158015611215573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061123991906130d0565b905061124483611e27565b80156113f657604080516001600160a01b038085168252851660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a1306001600160a01b038316036113a5576112ad610c5b565b6001600160a01b03166354f0d84c838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b81526004016112f691815260200190565b602060405180830381865af4158015611311573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113359190613057565b6040516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301526001600160601b031660448201526064015f604051808303815f87803b15801561138a575f80fd5b505af115801561139c573d5f803e3d5ffd5b50505050505050565b6113ad610c5b565b6001600160a01b031663c7d63d57838573__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866040518263ffffffff1660e01b81526004016112f691815260200190565b505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611442573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611466919061324a565b6001600160a01b0316336001600160a01b0316146113f65760405162f0630960e01b81523360048201526024016108be565b6114a0610e30565b6001600160a01b0316336001600160a01b0316146114d35760405163086391f760e31b81523360048201526024016108be565b6114dd600a611d26565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e9060240161102a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156115505750825b90505f826001600160401b0316600114801561156b5750303b155b905081158015611579575080155b156115975760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115c157845460ff60401b1916600160401b1785555b6115cf8b8b8b8b8b8b611ec0565b831561161557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f901546040516367a773bd60e11b81526001600160a01b039091169063cf4ee77a90611673908590859060040161302b565b6020604051808303815f875af115801561168f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113f691906130b5565b5f805160206136238339815191525f806116eb6116ce611152565b87306116dd60045f8a8c613265565b6116e69161328c565b611ee5565b91509150816117a95763ffffffff81161561178657825460ff60a01b1916600160a01b178355611719611152565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611748939291906132c4565b5f604051808303815f87803b15801561175f575f80fd5b505af1158015611771573d5f803e3d5ffd5b5050845460ff60a01b19168555506117a99050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016108be565b505050505050565b5f6117be83850185613303565b8051909150156117d1576117d186611fed565b805160208201516040517f79ebe5a74e4370f670722a495368b194369cfc7be8997d68517841c3c307a3e89261180c928a928a92919061339d565b60405180910390a1505050505050565b5f805f8051602061360383398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611888573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118ac91906130b5565b156118d85780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016108be565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561192a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061194e91906130b5565b6119765760405163b9304b0d60e01b81526001600160a01b03841660048201526024016108be565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156119c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119ec9190613057565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60405163c4cade9d60e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c4cade9d90604401602060405180830381865af4158015611a75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a9991906130b5565b9392505050565b6040516001600160401b03821681527fb63fd0f73fdf39db6db268f3ff7ee59fdad31d592b7faff69608adc0312225ab9060200160405180910390a150565b5f8051602061362383398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad906020015b60405180910390a15050565b611b486129e2565b5f611b5b6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611b9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bc39190613057565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611c1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c4091906130b5565b15611d1e577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c3611c9c5f80516020613603833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015611cdd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d0491908101906133df565b60608101519092506001600160a01b031615611d1e575090565b610f456120b5565b5f805f8051602061364383398151915254604080516376b707b760e01b815290516001600160a01b03909216916376b707b7916004808201926020929091908290030181865afa158015611d7c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611da0919061322f565b9050611db46001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015611e03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a99919061324a565b611e2f610e30565b6001600160a01b0316336001600160a01b031614611e625760405163086391f760e31b81523360048201526024016108be565b611e6c600b611d26565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df906024015f604051808303815f87803b158015611eae575f80fd5b505af1158015610690573d5f803e3d5ffd5b611ec86121b4565b6117a986868686868660405180602001604052805f8152506121ff565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611f5391906134b9565b5f60405180830381855afa9150503d805f8114611f8b576040519150601f19603f3d011682016040523d82523d5f602084013e611f90565b606091505b50915091508115611fe2576040815110611fc25780806020019051810190611fb891906134cf565b9094509250611fe2565b6020815110611fe25780806020019051810190611fdf91906130b5565b93505b505094509492505050565b5f6040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e7377657200000000008152506040516020016120349190612d7a565b604051602081830303815290604052905061204f8282611622565b7f0a858417ad6c170851e15bdb7f5fef061814ba176a976d7468e9e97588608fbc826040518060400160405280601b81526020017f6f7261636c6520636f6e7374616e742073796e6320616e737765720000000000815250604051611b3492919061302b565b6120bd6129e2565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060a00160405280825f0180546120fa90613072565b80601f016020809104026020016040519081016040528092919081815260200182805461212690613072565b80156121715780601f1061214857610100808354040283529160200191612171565b820191905f5260205f20905b81548152906001019060200180831161215457829003601f168201915b505050918352505060018301546001600160a01b0390811660208301525f604083015260028401541660608201526003830180546080909201916107d090613072565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166121fd57604051631afcd79f60e31b815260040160405180910390fd5b565b6122076121b4565b61221a87878585600d8a60018b896122a6565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f900612245600b611d26565b81546001600160a01b0319166001600160a01b039190911617815561226a600d611d26565b6001820180546001600160a01b0319166001600160a01b039290921691909117905561229c63c0d4275760e01b6124bd565b5050505050505050565b6122ae6121b4565b5f6122ba8a8a886124e9565b90505f5f8051602061364383398151915260405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038c169063bf8e179790602401602060405180830381865afa158015612319573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061233d919061324a565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b815290516123d7929163bf7e214f9160048083019260209291908290030181865afa158015612397573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123bb919061324a565b8c8c8c8c8c8b8b60405180602001604052805f8152508c612598565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa15801561241e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612442919061324a565b6001820180546001600160a01b03199081166001600160a01b039384161790915560028301805490911691881691909117905561247f600b611d26565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556124b1634a531f3360e01b6124bd565b6116156307bb0a0360e51b5b6124c56121b4565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c0361250a576125018484600a61269d565b50829050611a99565b5f6125178585600c61269d565b6040516305247a1760e51b81526001600160601b03861660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015612564573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261258b919081019061315f565b6020015195945050505050565b6125a06121b4565b6001600160a01b0386166125c7576040516327eab2e360e11b815260040160405180910390fd5b86515f036125e85760405163591eebf360e11b815260040160405180910390fd5b6125f6898987878787612762565b6125ff8a6127fd565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061262b8982613548565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b871515021790556003810161267c8382613548565b5061268d634a531f3360e01b6124bd565b611615632986755f60e11b6124bd565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156126eb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612712919081019061315f565b905061272981604001518460ff9081169116141590565b1561275a57604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044016108be565b509392505050565b61276a6121b4565b612774868361280e565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161229c8382613548565b6128056121b4565b610c7f81612884565b6128166121b4565b61281f82612895565b61282761299d565b6001600160a01b03811661284e5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061360383398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b61288c6121b4565b610c7f81611adf565b61289d6121b4565b806001600160a01b03163b5f036128d25760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108be565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa92505050801561294c575060408051601f3d908101601f19168201909252612949918101906130b5565b60015b6129745760405163fdeac91f60e01b81526001600160a01b03821660048201526024016108be565b80610e2c5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016108be565b6129a56121b4565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040518060a00160405280606081526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215612a39575f80fd5b81356001600160e01b031981168114611a99575f80fd5b80356001600160401b0381168114612a66575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715612aa157612aa1612a6b565b60405290565b60405160a081016001600160401b0381118282101715612aa157612aa1612a6b565b604051601f8201601f191681016001600160401b0381118282101715612af157612af1612a6b565b604052919050565b5f6001600160401b03821115612b1157612b11612a6b565b50601f01601f191660200190565b5f612b31612b2c84612af9565b612ac9565b9050828152838383011115612b44575f80fd5b828260208301375f602084830101529392505050565b5f82601f830112612b69575f80fd5b611a9983833560208501612b1f565b8015158114610c7f575f80fd5b803564ffffffffff81168114612a66575f80fd5b5f805f8060808587031215612bac575f80fd5b612bb585612a50565b935060208501356001600160401b03811115612bcf575f80fd5b612bdb87828801612b5a565b9350506040850135612bec81612b78565b9150612bfa60608601612b85565b905092959194509250565b6001600160601b0381168114610c7f575f80fd5b5f805f805f60808688031215612c2d575f80fd5b612c3686612a50565b94506020860135612c4681612c05565b935060408601356001600160401b03811115612c60575f80fd5b8601601f81018813612c70575f80fd5b80356001600160401b03811115612c85575f80fd5b886020828401011115612c96575f80fd5b60209190910193509150612cac60608701612b85565b90509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612d2e608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612d72610100840182612cb8565b949350505050565b602081525f611a996020830184612cb8565b5f60208284031215612d9c575f80fd5b8135611a9981612c05565b6001600160a01b0381168114610c7f575f80fd5b5f8060408385031215612dcc575f80fd5b8235612dd781612da7565b91506020830135612de781612c05565b809150509250929050565b5f60208284031215612e02575f80fd5b611a9982612a50565b5f60208284031215612e1b575f80fd5b8135611a9981612da7565b602081525f825160a06020840152612e4160c0840182612cb8565b60208501516001600160a01b03908116604086810191909152860151811660608087019190915286015116608080860191909152850151848203601f190160a0860152909150612e918282612cb8565b95945050505050565b5f8060408385031215612eab575f80fd5b8235612eb681612da7565b946020939093013593505050565b5f8060408385031215612ed5575f80fd5b612ede83612a50565b915060208301356001600160401b03811115612ef8575f80fd5b8301601f81018513612f08575f80fd5b612f1785823560208401612b1f565b9150509250929050565b5f805f60608486031215612f33575f80fd5b8335612f3e81612da7565b92506020840135612f4e81612da7565b929592945050506040919091013590565b5f805f805f8060c08789031215612f74575f80fd5b8635612f7f81612da7565b95506020870135612f8f81612c05565b94506040870135612f9f81612da7565b93506060870135612faf81612da7565b925060808701356001600160401b03811115612fc9575f80fd5b612fd589828a01612b5a565b92505060a0870135612fe681612da7565b809150509295509295509295565b6020815281511515602082015264ffffffffff60208301511660408201525f6040830151606080840152612d726080840182612cb8565b6001600160401b0383168152604060208201525f612d726040830184612cb8565b8051612a6681612c05565b5f60208284031215613067575f80fd5b8151611a9981612c05565b600181811c9082168061308657607f821691505b6020821081036130a457634e487b7160e01b5f52602260045260245ffd5b50919050565b8051612a6681612b78565b5f602082840312156130c5575f80fd5b8151611a9981612b78565b5f602082840312156130e0575f80fd5b5051919050565b60ff81168114610c7f575f80fd5b8051612a66816130e7565b8051612a6681612da7565b5f613118612b2c84612af9565b905082815283838301111561312b575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112613150575f80fd5b611a998383516020850161310b565b5f6020828403121561316f575f80fd5b81516001600160401b03811115613184575f80fd5b820160e08185031215613195575f80fd5b61319d612a7f565b6131a68261304c565b81526131b46020830161304c565b60208201526131c5604083016130f5565b60408201526131d6606083016130aa565b60608201526131e760808301613100565b60808201526131f860a08301613100565b60a082015260c08201516001600160401b03811115613215575f80fd5b61322186828501613141565b60c083015250949350505050565b5f6020828403121561323f575f80fd5b8151611a99816130e7565b5f6020828403121561325a575f80fd5b8151611a9981612da7565b5f8085851115613273575f80fd5b8386111561327f575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156132bd576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215613313575f80fd5b81356001600160401b03811115613328575f80fd5b820160408185031215613339575f80fd5b604080519081016001600160401b038111828210171561335b5761335b612a6b565b604052813561336981612b78565b815260208201356001600160401b03811115613383575f80fd5b61338f86828501612b5a565b602083015250949350505050565b6001600160401b03851681526001600160601b03841660208201528215156040820152608060608201525f6133d56080830184612cb8565b9695505050505050565b5f602082840312156133ef575f80fd5b81516001600160401b03811115613404575f80fd5b820160a08185031215613415575f80fd5b61341d612aa7565b81516001600160401b03811115613432575f80fd5b8201601f81018613613442575f80fd5b6134518682516020840161310b565b82525061346060208301613100565b602082015261347160408301613100565b604082015261348260608301613100565b606082015260808201516001600160401b0381111561349f575f80fd5b6134ab86828501613141565b608083015250949350505050565b5f82518060208501845e5f920191825250919050565b5f80604083850312156134e0575f80fd5b82516134eb81612b78565b602084015190925063ffffffff81168114612de7575f80fd5b601f8211156113f657805f5260205f20601f840160051c810160208510156135295750805b601f840160051c820191505b81811015610690575f8155600101613535565b81516001600160401b0381111561356157613561612a6b565b6135758161356f8454613072565b84613504565b6020601f8211600181146135a7575f83156135905750848201515b5f19600385901b1c1916600184901b178455610690565b5f84815260208120601f198516915b828110156135d657878501518255602094850194600190920191016135b6565b50848210156135f357868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00ffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00a2646970667358221220e2b1e6727aa6a2e747691949a6fc48c1bad8e468f68eb49cdd728a6025d55d7764736f6c634300081a0033",
1128
+ "linkReferences": {
1129
+ "contracts/type/Amount.sol": {
1130
+ "AmountLib": [
1131
+ {
1132
+ "length": 20,
1133
+ "start": 6773
1134
+ },
1135
+ {
1136
+ "length": 20,
1137
+ "start": 6874
1138
+ },
1139
+ {
1140
+ "length": 20,
1141
+ "start": 8857
1142
+ },
1143
+ {
1144
+ "length": 20,
1145
+ "start": 9113
1146
+ },
1147
+ {
1148
+ "length": 20,
1149
+ "start": 10775
1150
+ }
1151
+ ]
1152
+ },
1153
+ "contracts/type/NftId.sol": {
1154
+ "NftIdLib": [
1155
+ {
1156
+ "length": 20,
1157
+ "start": 5852
1158
+ },
1159
+ {
1160
+ "length": 20,
1161
+ "start": 6542
1162
+ },
1163
+ {
1164
+ "length": 20,
1165
+ "start": 7742
1166
+ },
1167
+ {
1168
+ "length": 20,
1169
+ "start": 10282
1170
+ },
1171
+ {
1172
+ "length": 20,
1173
+ "start": 11198
1174
+ }
1175
+ ]
1176
+ },
1177
+ "contracts/type/Version.sol": {
1178
+ "VersionPartLib": [
1179
+ {
1180
+ "length": 20,
1181
+ "start": 7464
1182
+ }
1183
+ ]
1184
+ }
1185
+ },
1186
+ "deployedLinkReferences": {
1187
+ "contracts/type/Amount.sol": {
1188
+ "AmountLib": [
1189
+ {
1190
+ "length": 20,
1191
+ "start": 2715
1192
+ },
1193
+ {
1194
+ "length": 20,
1195
+ "start": 2816
1196
+ },
1197
+ {
1198
+ "length": 20,
1199
+ "start": 4799
1200
+ },
1201
+ {
1202
+ "length": 20,
1203
+ "start": 5055
1204
+ },
1205
+ {
1206
+ "length": 20,
1207
+ "start": 6717
1208
+ }
1209
+ ]
1210
+ },
1211
+ "contracts/type/NftId.sol": {
1212
+ "NftIdLib": [
1213
+ {
1214
+ "length": 20,
1215
+ "start": 1794
1216
+ },
1217
+ {
1218
+ "length": 20,
1219
+ "start": 2484
1220
+ },
1221
+ {
1222
+ "length": 20,
1223
+ "start": 3684
1224
+ },
1225
+ {
1226
+ "length": 20,
1227
+ "start": 6224
1228
+ },
1229
+ {
1230
+ "length": 20,
1231
+ "start": 7140
1232
+ }
1233
+ ]
1234
+ },
1235
+ "contracts/type/Version.sol": {
1236
+ "VersionPartLib": [
1237
+ {
1238
+ "length": 20,
1239
+ "start": 3406
1240
+ }
1241
+ ]
1242
+ }
1243
+ }
1244
+ }