@etherisc/gif-next 0.0.2-f080b71-868 → 0.0.2-f08528a-758

Sign up to get free protection for your applications and to get access to all the features.
Files changed (615) hide show
  1. package/README.md +20 -3
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1248 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/{instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json → authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json} +4 -4
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -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 +1032 -0
  12. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
  14. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
  16. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  17. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
  18. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
  20. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
  22. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  23. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1505 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1191 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1394 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +184 -253
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +81 -109
  36. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  37. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +37 -112
  38. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  39. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +160 -81
  40. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  41. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +184 -81
  42. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/Instance.sol/Instance.json +153 -168
  44. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  45. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1621 -0
  46. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  47. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  48. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +821 -385
  50. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +273 -177
  52. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +126 -65
  54. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  55. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1471 -557
  56. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  57. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  58. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  59. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
  60. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  61. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  62. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  63. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  64. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +181 -0
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  70. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  71. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  72. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  73. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  74. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  75. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  76. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1155 -0
  77. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  78. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  79. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  80. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  81. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  82. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → oracle/IOracleComponent.sol/IOracleComponent.json} +160 -218
  83. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  84. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  85. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  86. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1063 -0
  87. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  88. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  89. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  90. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  91. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  92. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +254 -153
  93. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  94. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  95. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  96. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
  97. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  98. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
  99. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  100. package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +71 -48
  101. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  102. package/artifacts/contracts/{components → pool}/IPoolComponent.sol/IPoolComponent.json +191 -296
  103. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  104. package/artifacts/contracts/{instance/service → pool}/IPoolService.sol/IPoolService.json +294 -60
  105. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  106. package/artifacts/contracts/pool/Pool.sol/Pool.json +1269 -0
  107. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  108. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  109. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  110. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  111. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  112. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  113. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  114. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  115. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  116. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → product/BasicProduct.sol/BasicProduct.json} +370 -400
  117. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  118. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  119. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  120. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  121. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  122. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  123. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  124. package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +58 -21
  125. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  126. package/artifacts/contracts/{instance/service → product}/IClaimService.sol/IClaimService.json +336 -39
  127. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  128. package/artifacts/contracts/{instance/service → product}/IPolicyService.sol/IPolicyService.json +178 -106
  129. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  130. package/artifacts/contracts/{instance/service → product}/IPricingService.sol/IPricingService.json +50 -19
  131. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  132. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +966 -0
  133. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  134. package/artifacts/contracts/{instance/service → product}/IProductService.sol/IProductService.json +11 -61
  135. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  136. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
  137. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  138. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  139. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  140. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
  141. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  142. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  143. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  144. package/artifacts/contracts/{components → product}/Product.sol/Product.json +338 -248
  145. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  146. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  147. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  148. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  149. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  150. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
  151. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  152. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +135 -29
  153. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  154. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +310 -53
  155. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  156. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  157. package/artifacts/contracts/registry/Registry.sol/Registry.json +371 -43
  158. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  159. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1741 -0
  160. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  161. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +367 -73
  162. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  163. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +105 -54
  164. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  165. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  166. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +1 -1
  167. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +697 -97
  168. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  169. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  170. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  171. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -153
  172. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  173. package/artifacts/contracts/{components → shared}/Component.sol/Component.json +139 -85
  174. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  175. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1487 -0
  176. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  177. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +784 -0
  178. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  179. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +27 -127
  180. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  181. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +2 -2
  182. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  183. package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +110 -84
  184. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  185. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
  186. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  187. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +718 -0
  188. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  189. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
  190. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  191. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  192. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  193. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +3 -10
  194. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  195. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +87 -9
  196. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  197. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +3 -10
  198. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  199. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  200. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  201. package/artifacts/contracts/shared/IService.sol/IService.json +17 -6
  202. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  203. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  204. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  205. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  206. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +996 -0
  207. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  208. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  209. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  210. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +133 -0
  211. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
  212. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
  213. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  214. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +15 -22
  215. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  216. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +98 -26
  217. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  218. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +70 -35
  219. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  220. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +23 -22
  221. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  222. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
  223. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  224. package/artifacts/contracts/shared/Service.sol/Service.json +17 -6
  225. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  226. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  227. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  228. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  229. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  230. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  231. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  232. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  233. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  234. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  235. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
  236. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  237. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  238. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  239. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  240. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  242. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  244. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  246. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  247. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  248. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  249. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2237 -0
  250. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  251. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  252. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  253. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  254. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  256. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  258. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  260. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  261. package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
  262. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  263. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  264. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  265. package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
  266. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  268. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  269. package/artifacts/contracts/{types → type}/NftIdSet.sol/LibNftIdSet.json +3 -3
  270. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  272. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  274. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  276. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  278. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  279. package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
  280. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  282. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  284. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  286. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  288. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  289. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  290. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  292. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  293. package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +33 -7
  294. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  295. package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
  296. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +498 -0
  298. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  299. package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
  300. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  301. package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
  302. package/contracts/authorization/AccessAdmin.sol +588 -0
  303. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  304. package/contracts/authorization/Authorization.sol +218 -0
  305. package/contracts/authorization/IAccess.sol +48 -0
  306. package/contracts/authorization/IAccessAdmin.sol +136 -0
  307. package/contracts/authorization/IAuthorization.sol +54 -0
  308. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  309. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  310. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  311. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  312. package/contracts/distribution/BasicDistribution.sol +149 -0
  313. package/contracts/distribution/BasicDistributionAuthorization.sol +43 -0
  314. package/contracts/{components → distribution}/Distribution.sol +162 -159
  315. package/contracts/distribution/DistributionService.sol +302 -0
  316. package/contracts/distribution/DistributionServiceManager.sol +42 -0
  317. package/contracts/distribution/IDistributionComponent.sol +48 -0
  318. package/contracts/{instance/service → distribution}/IDistributionService.sol +24 -24
  319. package/contracts/instance/BundleManager.sol +8 -9
  320. package/contracts/instance/IInstance.sol +48 -22
  321. package/contracts/instance/IInstanceService.sol +44 -36
  322. package/contracts/instance/Instance.sol +134 -107
  323. package/contracts/instance/InstanceAdmin.sol +266 -0
  324. package/contracts/instance/InstanceAuthorizationV3.sol +202 -0
  325. package/contracts/instance/InstanceReader.sol +164 -58
  326. package/contracts/instance/InstanceService.sol +279 -156
  327. package/contracts/instance/InstanceServiceManager.sol +11 -21
  328. package/contracts/instance/InstanceStore.sol +154 -97
  329. package/contracts/instance/base/BalanceStore.sol +123 -0
  330. package/contracts/instance/base/Cloneable.sol +28 -0
  331. package/contracts/instance/base/ObjectCounter.sol +21 -0
  332. package/contracts/instance/base/ObjectLifecycle.sol +106 -0
  333. package/contracts/instance/{ObjectManager.sol → base/ObjectManager.sol} +13 -16
  334. package/contracts/instance/module/IAccess.sol +4 -12
  335. package/contracts/instance/module/IBundle.sol +6 -9
  336. package/contracts/instance/module/IComponents.sol +21 -10
  337. package/contracts/instance/module/IDistribution.sol +7 -6
  338. package/contracts/instance/module/IPolicy.sol +28 -16
  339. package/contracts/instance/module/IRisk.sol +1 -1
  340. package/contracts/{test/TestToken.sol → mock/Dip.sol} +5 -5
  341. package/contracts/oracle/BasicOracle.sol +48 -0
  342. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  343. package/contracts/oracle/IOracle.sol +36 -0
  344. package/contracts/oracle/IOracleComponent.sol +32 -0
  345. package/contracts/oracle/IOracleService.sol +65 -0
  346. package/contracts/oracle/Oracle.sol +157 -0
  347. package/contracts/oracle/OracleService.sol +278 -0
  348. package/contracts/oracle/OracleServiceManager.sol +42 -0
  349. package/contracts/pool/BasicPool.sol +164 -0
  350. package/contracts/pool/BasicPoolAuthorization.sol +49 -0
  351. package/contracts/pool/BundleService.sol +296 -0
  352. package/contracts/pool/BundleServiceManager.sol +42 -0
  353. package/contracts/{instance/service → pool}/IBundleService.sol +35 -23
  354. package/contracts/pool/IPoolComponent.sol +52 -0
  355. package/contracts/{instance/service → pool}/IPoolService.sol +72 -21
  356. package/contracts/pool/Pool.sol +311 -0
  357. package/contracts/pool/PoolService.sol +452 -0
  358. package/contracts/pool/PoolServiceManager.sol +42 -0
  359. package/contracts/product/ApplicationService.sol +254 -0
  360. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +11 -8
  361. package/contracts/product/BasicProduct.sol +82 -0
  362. package/contracts/product/BasicProductAuthorization.sol +40 -0
  363. package/contracts/product/ClaimService.sol +442 -0
  364. package/contracts/{instance/service → product}/ClaimServiceManager.sol +11 -8
  365. package/contracts/{instance/service → product}/IApplicationService.sol +15 -17
  366. package/contracts/product/IClaimService.sol +99 -0
  367. package/contracts/{instance/service → product}/IPolicyService.sol +37 -33
  368. package/contracts/{instance/service → product}/IPricingService.sol +14 -11
  369. package/contracts/product/IProductComponent.sol +39 -0
  370. package/contracts/product/IProductService.sol +33 -0
  371. package/contracts/product/PolicyService.sol +475 -0
  372. package/contracts/product/PolicyServiceManager.sol +42 -0
  373. package/contracts/{instance/service → product}/PricingService.sol +110 -85
  374. package/contracts/product/PricingServiceManager.sol +42 -0
  375. package/contracts/{components → product}/Product.sol +210 -114
  376. package/contracts/product/ProductService.sol +124 -0
  377. package/contracts/product/ProductServiceManager.sol +42 -0
  378. package/contracts/registry/ChainNft.sol +8 -1
  379. package/contracts/registry/IRegistry.sol +41 -21
  380. package/contracts/registry/IRegistryService.sol +37 -36
  381. package/contracts/registry/Registry.sol +194 -83
  382. package/contracts/registry/RegistryAdmin.sol +365 -0
  383. package/contracts/registry/RegistryService.sol +71 -91
  384. package/contracts/registry/RegistryServiceManager.sol +21 -30
  385. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  386. package/contracts/registry/ReleaseManager.sol +356 -193
  387. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  388. package/contracts/registry/TokenRegistry.sol +261 -62
  389. package/contracts/shared/Component.sol +281 -0
  390. package/contracts/shared/ComponentService.sol +581 -0
  391. package/contracts/shared/ComponentServiceManager.sol +35 -0
  392. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  393. package/contracts/shared/ERC165.sol +1 -1
  394. package/contracts/{components → shared}/IComponent.sol +23 -29
  395. package/contracts/shared/IComponentService.sol +102 -0
  396. package/contracts/shared/IInstanceLinkedComponent.sol +50 -0
  397. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  398. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  399. package/contracts/shared/INftOwnable.sol +2 -2
  400. package/contracts/shared/IPolicyHolder.sol +29 -10
  401. package/contracts/shared/IRegistryLinked.sol +0 -1
  402. package/contracts/shared/IService.sol +11 -2
  403. package/contracts/shared/IVersionable.sol +1 -1
  404. package/contracts/shared/InitializableCustom.sol +177 -0
  405. package/contracts/shared/InstanceLinkedComponent.sol +151 -0
  406. package/contracts/shared/KeyValueStore.sol +131 -0
  407. package/contracts/shared/Lifecycle.sol +77 -0
  408. package/contracts/shared/NftIdSetManager.sol +65 -0
  409. package/contracts/shared/NftOwnable.sol +3 -16
  410. package/contracts/shared/PolicyHolder.sol +40 -19
  411. package/contracts/shared/ProxyManager.sol +34 -4
  412. package/contracts/shared/Registerable.sol +13 -12
  413. package/contracts/shared/RegistryLinked.sol +0 -5
  414. package/contracts/shared/Service.sol +32 -21
  415. package/contracts/shared/TokenHandler.sol +27 -2
  416. package/contracts/shared/Versionable.sol +1 -1
  417. package/contracts/staking/IStaking.sol +168 -0
  418. package/contracts/staking/IStakingService.sol +153 -0
  419. package/contracts/staking/StakeManagerLib.sol +231 -0
  420. package/contracts/staking/Staking.sol +513 -0
  421. package/contracts/staking/StakingLifecycle.sol +23 -0
  422. package/contracts/staking/StakingManager.sol +54 -0
  423. package/contracts/staking/StakingReader.sol +187 -0
  424. package/contracts/staking/StakingService.sol +411 -0
  425. package/contracts/staking/StakingServiceManager.sol +44 -0
  426. package/contracts/staking/StakingStore.sol +615 -0
  427. package/contracts/staking/TargetManagerLib.sol +207 -0
  428. package/contracts/{types → type}/AddressSet.sol +1 -1
  429. package/contracts/type/Amount.sol +128 -0
  430. package/contracts/{types → type}/Blocknumber.sol +20 -3
  431. package/contracts/{types → type}/ClaimId.sol +25 -2
  432. package/contracts/{types → type}/Fee.sol +24 -22
  433. package/contracts/{types → type}/NftId.sol +14 -16
  434. package/contracts/{types → type}/NftIdSet.sol +2 -2
  435. package/contracts/type/ObjectType.sol +275 -0
  436. package/contracts/{types → type}/PayoutId.sol +33 -5
  437. package/contracts/{types → type}/Referral.sol +1 -1
  438. package/contracts/type/RequestId.sol +75 -0
  439. package/contracts/{types → type}/RiskId.sol +1 -1
  440. package/contracts/type/RoleId.sol +174 -0
  441. package/contracts/{types → type}/Seconds.sol +27 -0
  442. package/contracts/type/Selector.sol +102 -0
  443. package/contracts/{types → type}/StateId.sol +33 -4
  444. package/contracts/type/String.sol +53 -0
  445. package/contracts/{types → type}/Timestamp.sol +10 -1
  446. package/contracts/{types → type}/UFixed.sol +6 -0
  447. package/contracts/{types → type}/Version.sol +1 -1
  448. package/package.json +6 -3
  449. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  450. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  451. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  452. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  453. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  454. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  455. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  456. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  457. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  458. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  459. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  460. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1348
  461. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
  462. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -124
  463. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  464. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
  465. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  466. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  467. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  468. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  469. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
  470. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  471. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
  472. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  473. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  474. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  475. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  476. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -860
  477. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  478. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -641
  479. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  480. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1276
  481. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  482. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -717
  483. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  484. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -849
  485. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  486. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
  487. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  488. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1539
  489. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  490. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -769
  491. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  492. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  493. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  494. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  495. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  496. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  497. package/artifacts/contracts/instance/service/IPricingService.sol/IPricingService.dbg.json +0 -4
  498. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  499. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  500. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1166
  501. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  502. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
  503. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  504. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1269
  505. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  506. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
  507. package/artifacts/contracts/instance/service/PricingService.sol/PricingService.dbg.json +0 -4
  508. package/artifacts/contracts/instance/service/PricingService.sol/PricingService.json +0 -988
  509. package/artifacts/contracts/instance/service/PricingServiceManager.sol/PricingServiceManager.dbg.json +0 -4
  510. package/artifacts/contracts/instance/service/PricingServiceManager.sol/PricingServiceManager.json +0 -689
  511. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  512. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -872
  513. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  514. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
  515. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  516. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  517. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  518. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  519. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  520. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  521. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  522. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
  523. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  524. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  525. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  526. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
  527. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  528. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  529. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  530. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  531. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  532. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  533. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  534. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  535. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  536. package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
  537. package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
  538. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  539. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  540. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  541. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  542. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  543. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
  544. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  545. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  546. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
  547. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  548. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  549. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
  550. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  551. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  552. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  553. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  554. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  555. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  556. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
  557. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  558. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
  559. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  560. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  561. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  562. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
  563. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
  564. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  565. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  566. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  567. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  568. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  569. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  570. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  571. package/contracts/components/Component.sol +0 -253
  572. package/contracts/components/IDistributionComponent.sol +0 -71
  573. package/contracts/components/IPoolComponent.sol +0 -113
  574. package/contracts/components/IProductComponent.sol +0 -40
  575. package/contracts/components/Pool.sol +0 -303
  576. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
  577. package/contracts/instance/Cloneable.sol +0 -51
  578. package/contracts/instance/InstanceAccessManager.sol +0 -540
  579. package/contracts/instance/InstanceAuthorizationsLib.sol +0 -299
  580. package/contracts/instance/base/ComponentService.sol +0 -147
  581. package/contracts/instance/base/KeyValueStore.sol +0 -180
  582. package/contracts/instance/base/Lifecycle.sol +0 -109
  583. package/contracts/instance/module/ISetup.sol +0 -33
  584. package/contracts/instance/module/ITreasury.sol +0 -23
  585. package/contracts/instance/service/ApplicationService.sol +0 -183
  586. package/contracts/instance/service/BundleService.sol +0 -431
  587. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  588. package/contracts/instance/service/ClaimService.sol +0 -145
  589. package/contracts/instance/service/DistributionService.sol +0 -346
  590. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  591. package/contracts/instance/service/IClaimService.sol +0 -61
  592. package/contracts/instance/service/IProductService.sol +0 -40
  593. package/contracts/instance/service/PolicyService.sol +0 -376
  594. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  595. package/contracts/instance/service/PoolService.sol +0 -303
  596. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  597. package/contracts/instance/service/PricingServiceManager.sol +0 -51
  598. package/contracts/instance/service/ProductService.sol +0 -210
  599. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  600. package/contracts/registry/RegistryAccessManager.sol +0 -216
  601. package/contracts/shared/ContractDeployerLib.sol +0 -72
  602. package/contracts/test/TestFee.sol +0 -25
  603. package/contracts/test/TestRegisterable.sol +0 -18
  604. package/contracts/test/TestRoleId.sol +0 -14
  605. package/contracts/test/TestService.sol +0 -25
  606. package/contracts/test/TestVersion.sol +0 -44
  607. package/contracts/test/TestVersionable.sol +0 -17
  608. package/contracts/test/Usdc.sol +0 -26
  609. package/contracts/types/Amount.sol +0 -60
  610. package/contracts/types/ChainId.sol +0 -38
  611. package/contracts/types/NumberId.sol +0 -52
  612. package/contracts/types/ObjectType.sol +0 -161
  613. package/contracts/types/RoleId.sol +0 -97
  614. /package/contracts/{types → type}/DistributorType.sol +0 -0
  615. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -1,1166 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "PolicyService",
4
- "sourceName": "contracts/instance/service/PolicyService.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "address",
10
- "name": "authority",
11
- "type": "address"
12
- }
13
- ],
14
- "name": "AccessManagedInvalidAuthority",
15
- "type": "error"
16
- },
17
- {
18
- "inputs": [
19
- {
20
- "internalType": "address",
21
- "name": "caller",
22
- "type": "address"
23
- },
24
- {
25
- "internalType": "uint32",
26
- "name": "delay",
27
- "type": "uint32"
28
- }
29
- ],
30
- "name": "AccessManagedRequiredDelay",
31
- "type": "error"
32
- },
33
- {
34
- "inputs": [
35
- {
36
- "internalType": "address",
37
- "name": "caller",
38
- "type": "address"
39
- }
40
- ],
41
- "name": "AccessManagedUnauthorized",
42
- "type": "error"
43
- },
44
- {
45
- "inputs": [
46
- {
47
- "internalType": "address",
48
- "name": "component",
49
- "type": "address"
50
- }
51
- ],
52
- "name": "ErrorComponentServiceComponentLocked",
53
- "type": "error"
54
- },
55
- {
56
- "inputs": [
57
- {
58
- "internalType": "address",
59
- "name": "component",
60
- "type": "address"
61
- },
62
- {
63
- "internalType": "ObjectType",
64
- "name": "expectedType",
65
- "type": "uint8"
66
- },
67
- {
68
- "internalType": "ObjectType",
69
- "name": "foundType",
70
- "type": "uint8"
71
- }
72
- ],
73
- "name": "ErrorComponentServiceComponentTypeInvalid",
74
- "type": "error"
75
- },
76
- {
77
- "inputs": [
78
- {
79
- "internalType": "NftId",
80
- "name": "instanceNftId",
81
- "type": "uint96"
82
- },
83
- {
84
- "internalType": "RoleId",
85
- "name": "requiredRole",
86
- "type": "uint64"
87
- },
88
- {
89
- "internalType": "address",
90
- "name": "sender",
91
- "type": "address"
92
- }
93
- ],
94
- "name": "ErrorComponentServiceExpectedRoleMissing",
95
- "type": "error"
96
- },
97
- {
98
- "inputs": [
99
- {
100
- "internalType": "address",
101
- "name": "component",
102
- "type": "address"
103
- },
104
- {
105
- "internalType": "ObjectType",
106
- "name": "requiredType",
107
- "type": "uint8"
108
- },
109
- {
110
- "internalType": "ObjectType",
111
- "name": "componentType",
112
- "type": "uint8"
113
- }
114
- ],
115
- "name": "ErrorComponentServiceInvalidType",
116
- "type": "error"
117
- },
118
- {
119
- "inputs": [
120
- {
121
- "internalType": "address",
122
- "name": "component",
123
- "type": "address"
124
- }
125
- ],
126
- "name": "ErrorComponentServiceNotComponent",
127
- "type": "error"
128
- },
129
- {
130
- "inputs": [
131
- {
132
- "internalType": "address",
133
- "name": "component",
134
- "type": "address"
135
- },
136
- {
137
- "internalType": "address",
138
- "name": "initialOwner",
139
- "type": "address"
140
- },
141
- {
142
- "internalType": "address",
143
- "name": "sender",
144
- "type": "address"
145
- }
146
- ],
147
- "name": "ErrorComponentServiceSenderNotOwner",
148
- "type": "error"
149
- },
150
- {
151
- "inputs": [
152
- {
153
- "internalType": "address",
154
- "name": "sender",
155
- "type": "address"
156
- }
157
- ],
158
- "name": "ErrorComponentServiceSenderNotService",
159
- "type": "error"
160
- },
161
- {
162
- "inputs": [
163
- {
164
- "internalType": "address",
165
- "name": "target",
166
- "type": "address"
167
- }
168
- ],
169
- "name": "ErrorIAccessTargetLocked",
170
- "type": "error"
171
- },
172
- {
173
- "inputs": [
174
- {
175
- "internalType": "address",
176
- "name": "customer",
177
- "type": "address"
178
- },
179
- {
180
- "internalType": "address",
181
- "name": "tokenHandlerAddress",
182
- "type": "address"
183
- },
184
- {
185
- "internalType": "uint256",
186
- "name": "amount",
187
- "type": "uint256"
188
- }
189
- ],
190
- "name": "ErrorIPolicyServiceInsufficientAllowance",
191
- "type": "error"
192
- },
193
- {
194
- "inputs": [
195
- {
196
- "internalType": "NftId",
197
- "name": "policyNftId",
198
- "type": "uint96"
199
- },
200
- {
201
- "internalType": "uint16",
202
- "name": "openClaimsCount",
203
- "type": "uint16"
204
- }
205
- ],
206
- "name": "ErrorIPolicyServiceOpenClaims",
207
- "type": "error"
208
- },
209
- {
210
- "inputs": [
211
- {
212
- "internalType": "NftId",
213
- "name": "policyNftId",
214
- "type": "uint96"
215
- }
216
- ],
217
- "name": "ErrorIPolicyServicePolicyAlreadyClosed",
218
- "type": "error"
219
- },
220
- {
221
- "inputs": [
222
- {
223
- "internalType": "NftId",
224
- "name": "policyNftId",
225
- "type": "uint96"
226
- },
227
- {
228
- "internalType": "Timestamp",
229
- "name": "expiredAt",
230
- "type": "uint40"
231
- }
232
- ],
233
- "name": "ErrorIPolicyServicePolicyHasNotExpired",
234
- "type": "error"
235
- },
236
- {
237
- "inputs": [
238
- {
239
- "internalType": "NftId",
240
- "name": "policyNftId",
241
- "type": "uint96"
242
- }
243
- ],
244
- "name": "ErrorIPolicyServicePolicyNotActivated",
245
- "type": "error"
246
- },
247
- {
248
- "inputs": [
249
- {
250
- "internalType": "NftId",
251
- "name": "policyNftId",
252
- "type": "uint96"
253
- },
254
- {
255
- "internalType": "StateId",
256
- "name": "state",
257
- "type": "uint8"
258
- }
259
- ],
260
- "name": "ErrorIPolicyServicePolicyNotActive",
261
- "type": "error"
262
- },
263
- {
264
- "inputs": [
265
- {
266
- "internalType": "NftId",
267
- "name": "policyNftId",
268
- "type": "uint96"
269
- },
270
- {
271
- "internalType": "NftId",
272
- "name": "policyProductNftId",
273
- "type": "uint96"
274
- },
275
- {
276
- "internalType": "NftId",
277
- "name": "productNftId",
278
- "type": "uint96"
279
- }
280
- ],
281
- "name": "ErrorIPolicyServicePolicyProductMismatch",
282
- "type": "error"
283
- },
284
- {
285
- "inputs": [
286
- {
287
- "internalType": "NftId",
288
- "name": "policyNftId",
289
- "type": "uint96"
290
- },
291
- {
292
- "internalType": "StateId",
293
- "name": "expectedState",
294
- "type": "uint8"
295
- },
296
- {
297
- "internalType": "StateId",
298
- "name": "foundState",
299
- "type": "uint8"
300
- }
301
- ],
302
- "name": "ErrorIPolicyServicePolicyStateInvalid",
303
- "type": "error"
304
- },
305
- {
306
- "inputs": [
307
- {
308
- "internalType": "NftId",
309
- "name": "policyNftId",
310
- "type": "uint96"
311
- },
312
- {
313
- "internalType": "uint256",
314
- "name": "premiumPaidAmount",
315
- "type": "uint256"
316
- }
317
- ],
318
- "name": "ErrorIPolicyServicePremiumAlreadyPaid",
319
- "type": "error"
320
- },
321
- {
322
- "inputs": [
323
- {
324
- "internalType": "NftId",
325
- "name": "policyNftId",
326
- "type": "uint96"
327
- },
328
- {
329
- "internalType": "uint256",
330
- "name": "premiumAmount",
331
- "type": "uint256"
332
- },
333
- {
334
- "internalType": "uint256",
335
- "name": "recalculatedPremiumAmount",
336
- "type": "uint256"
337
- }
338
- ],
339
- "name": "ErrorIPolicyServicePremiumMismatch",
340
- "type": "error"
341
- },
342
- {
343
- "inputs": [
344
- {
345
- "internalType": "NftId",
346
- "name": "policyNftId",
347
- "type": "uint96"
348
- },
349
- {
350
- "internalType": "uint256",
351
- "name": "premiumAmount",
352
- "type": "uint256"
353
- },
354
- {
355
- "internalType": "uint256",
356
- "name": "premiumPaidAmount",
357
- "type": "uint256"
358
- }
359
- ],
360
- "name": "ErrorIPolicyServicePremiumNotFullyPaid",
361
- "type": "error"
362
- },
363
- {
364
- "inputs": [
365
- {
366
- "internalType": "NftId",
367
- "name": "nftId",
368
- "type": "uint96"
369
- }
370
- ],
371
- "name": "ErrorNftOwnableAlreadyLinked",
372
- "type": "error"
373
- },
374
- {
375
- "inputs": [
376
- {
377
- "internalType": "address",
378
- "name": "contractAddress",
379
- "type": "address"
380
- }
381
- ],
382
- "name": "ErrorNftOwnableContractNotRegistered",
383
- "type": "error"
384
- },
385
- {
386
- "inputs": [],
387
- "name": "ErrorNftOwnableInitialOwnerZero",
388
- "type": "error"
389
- },
390
- {
391
- "inputs": [
392
- {
393
- "internalType": "address",
394
- "name": "account",
395
- "type": "address"
396
- }
397
- ],
398
- "name": "ErrorNftOwnableNotOwner",
399
- "type": "error"
400
- },
401
- {
402
- "inputs": [
403
- {
404
- "internalType": "address",
405
- "name": "registryAddress",
406
- "type": "address"
407
- }
408
- ],
409
- "name": "ErrorNotRegistry",
410
- "type": "error"
411
- },
412
- {
413
- "inputs": [],
414
- "name": "InvalidInitialization",
415
- "type": "error"
416
- },
417
- {
418
- "inputs": [],
419
- "name": "NotInitializing",
420
- "type": "error"
421
- },
422
- {
423
- "anonymous": false,
424
- "inputs": [
425
- {
426
- "indexed": false,
427
- "internalType": "address",
428
- "name": "authority",
429
- "type": "address"
430
- }
431
- ],
432
- "name": "AuthorityUpdated",
433
- "type": "event"
434
- },
435
- {
436
- "anonymous": false,
437
- "inputs": [
438
- {
439
- "indexed": false,
440
- "internalType": "uint64",
441
- "name": "version",
442
- "type": "uint64"
443
- }
444
- ],
445
- "name": "Initialized",
446
- "type": "event"
447
- },
448
- {
449
- "anonymous": false,
450
- "inputs": [
451
- {
452
- "indexed": false,
453
- "internalType": "address",
454
- "name": "sender",
455
- "type": "address"
456
- }
457
- ],
458
- "name": "LogProductServiceSender",
459
- "type": "event"
460
- },
461
- {
462
- "inputs": [],
463
- "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
464
- "outputs": [
465
- {
466
- "internalType": "bytes32",
467
- "name": "",
468
- "type": "bytes32"
469
- }
470
- ],
471
- "stateMutability": "view",
472
- "type": "function"
473
- },
474
- {
475
- "inputs": [],
476
- "name": "REGISTERABLE_LOCATION_V1",
477
- "outputs": [
478
- {
479
- "internalType": "bytes32",
480
- "name": "",
481
- "type": "bytes32"
482
- }
483
- ],
484
- "stateMutability": "view",
485
- "type": "function"
486
- },
487
- {
488
- "inputs": [
489
- {
490
- "internalType": "NftId",
491
- "name": "policyNftId",
492
- "type": "uint96"
493
- },
494
- {
495
- "internalType": "Timestamp",
496
- "name": "activateAt",
497
- "type": "uint40"
498
- }
499
- ],
500
- "name": "activate",
501
- "outputs": [],
502
- "stateMutability": "nonpayable",
503
- "type": "function"
504
- },
505
- {
506
- "inputs": [],
507
- "name": "authority",
508
- "outputs": [
509
- {
510
- "internalType": "address",
511
- "name": "",
512
- "type": "address"
513
- }
514
- ],
515
- "stateMutability": "view",
516
- "type": "function"
517
- },
518
- {
519
- "inputs": [
520
- {
521
- "internalType": "UFixed",
522
- "name": "collateralizationLevel",
523
- "type": "uint256"
524
- },
525
- {
526
- "internalType": "uint256",
527
- "name": "sumInsuredAmount",
528
- "type": "uint256"
529
- }
530
- ],
531
- "name": "calculateRequiredCollateral",
532
- "outputs": [
533
- {
534
- "internalType": "uint256",
535
- "name": "collateralAmount",
536
- "type": "uint256"
537
- }
538
- ],
539
- "stateMutability": "pure",
540
- "type": "function"
541
- },
542
- {
543
- "inputs": [
544
- {
545
- "internalType": "NftId",
546
- "name": "policyNftId",
547
- "type": "uint96"
548
- }
549
- ],
550
- "name": "close",
551
- "outputs": [],
552
- "stateMutability": "nonpayable",
553
- "type": "function"
554
- },
555
- {
556
- "inputs": [
557
- {
558
- "internalType": "NftId",
559
- "name": "policyNftId",
560
- "type": "uint96"
561
- },
562
- {
563
- "internalType": "Timestamp",
564
- "name": "activateAt",
565
- "type": "uint40"
566
- }
567
- ],
568
- "name": "collectPremium",
569
- "outputs": [],
570
- "stateMutability": "nonpayable",
571
- "type": "function"
572
- },
573
- {
574
- "inputs": [
575
- {
576
- "internalType": "NftId",
577
- "name": "policyNftId",
578
- "type": "uint96"
579
- }
580
- ],
581
- "name": "decline",
582
- "outputs": [],
583
- "stateMutability": "nonpayable",
584
- "type": "function"
585
- },
586
- {
587
- "inputs": [
588
- {
589
- "internalType": "NftId",
590
- "name": "policyNftId",
591
- "type": "uint96"
592
- }
593
- ],
594
- "name": "expire",
595
- "outputs": [],
596
- "stateMutability": "nonpayable",
597
- "type": "function"
598
- },
599
- {
600
- "inputs": [],
601
- "name": "getDomain",
602
- "outputs": [
603
- {
604
- "internalType": "ObjectType",
605
- "name": "",
606
- "type": "uint8"
607
- }
608
- ],
609
- "stateMutability": "pure",
610
- "type": "function"
611
- },
612
- {
613
- "inputs": [],
614
- "name": "getInitialInfo",
615
- "outputs": [
616
- {
617
- "components": [
618
- {
619
- "internalType": "NftId",
620
- "name": "nftId",
621
- "type": "uint96"
622
- },
623
- {
624
- "internalType": "NftId",
625
- "name": "parentNftId",
626
- "type": "uint96"
627
- },
628
- {
629
- "internalType": "ObjectType",
630
- "name": "objectType",
631
- "type": "uint8"
632
- },
633
- {
634
- "internalType": "bool",
635
- "name": "isInterceptor",
636
- "type": "bool"
637
- },
638
- {
639
- "internalType": "address",
640
- "name": "objectAddress",
641
- "type": "address"
642
- },
643
- {
644
- "internalType": "address",
645
- "name": "initialOwner",
646
- "type": "address"
647
- },
648
- {
649
- "internalType": "bytes",
650
- "name": "data",
651
- "type": "bytes"
652
- }
653
- ],
654
- "internalType": "struct IRegistry.ObjectInfo",
655
- "name": "info",
656
- "type": "tuple"
657
- }
658
- ],
659
- "stateMutability": "view",
660
- "type": "function"
661
- },
662
- {
663
- "inputs": [],
664
- "name": "getInstanceService",
665
- "outputs": [
666
- {
667
- "internalType": "contract InstanceService",
668
- "name": "",
669
- "type": "address"
670
- }
671
- ],
672
- "stateMutability": "view",
673
- "type": "function"
674
- },
675
- {
676
- "inputs": [],
677
- "name": "getNftId",
678
- "outputs": [
679
- {
680
- "internalType": "NftId",
681
- "name": "",
682
- "type": "uint96"
683
- }
684
- ],
685
- "stateMutability": "view",
686
- "type": "function"
687
- },
688
- {
689
- "inputs": [],
690
- "name": "getOwner",
691
- "outputs": [
692
- {
693
- "internalType": "address",
694
- "name": "",
695
- "type": "address"
696
- }
697
- ],
698
- "stateMutability": "view",
699
- "type": "function"
700
- },
701
- {
702
- "inputs": [],
703
- "name": "getRegistry",
704
- "outputs": [
705
- {
706
- "internalType": "contract IRegistry",
707
- "name": "",
708
- "type": "address"
709
- }
710
- ],
711
- "stateMutability": "view",
712
- "type": "function"
713
- },
714
- {
715
- "inputs": [],
716
- "name": "getRegistryAddress",
717
- "outputs": [
718
- {
719
- "internalType": "address",
720
- "name": "",
721
- "type": "address"
722
- }
723
- ],
724
- "stateMutability": "view",
725
- "type": "function"
726
- },
727
- {
728
- "inputs": [],
729
- "name": "getRegistryService",
730
- "outputs": [
731
- {
732
- "internalType": "contract IRegistryService",
733
- "name": "",
734
- "type": "address"
735
- }
736
- ],
737
- "stateMutability": "view",
738
- "type": "function"
739
- },
740
- {
741
- "inputs": [],
742
- "name": "getVersion",
743
- "outputs": [
744
- {
745
- "internalType": "Version",
746
- "name": "",
747
- "type": "uint24"
748
- }
749
- ],
750
- "stateMutability": "pure",
751
- "type": "function"
752
- },
753
- {
754
- "inputs": [],
755
- "name": "initializeERC165",
756
- "outputs": [],
757
- "stateMutability": "nonpayable",
758
- "type": "function"
759
- },
760
- {
761
- "inputs": [
762
- {
763
- "internalType": "address",
764
- "name": "initialOwner",
765
- "type": "address"
766
- },
767
- {
768
- "internalType": "address",
769
- "name": "registryAddress",
770
- "type": "address"
771
- }
772
- ],
773
- "name": "initializeNftOwnable",
774
- "outputs": [],
775
- "stateMutability": "nonpayable",
776
- "type": "function"
777
- },
778
- {
779
- "inputs": [
780
- {
781
- "internalType": "address",
782
- "name": "registryAddress",
783
- "type": "address"
784
- },
785
- {
786
- "internalType": "NftId",
787
- "name": "parentNftId",
788
- "type": "uint96"
789
- },
790
- {
791
- "internalType": "ObjectType",
792
- "name": "objectType",
793
- "type": "uint8"
794
- },
795
- {
796
- "internalType": "bool",
797
- "name": "isInterceptor",
798
- "type": "bool"
799
- },
800
- {
801
- "internalType": "address",
802
- "name": "initialOwner",
803
- "type": "address"
804
- },
805
- {
806
- "internalType": "bytes",
807
- "name": "registryData",
808
- "type": "bytes"
809
- }
810
- ],
811
- "name": "initializeRegisterable",
812
- "outputs": [],
813
- "stateMutability": "nonpayable",
814
- "type": "function"
815
- },
816
- {
817
- "inputs": [
818
- {
819
- "internalType": "address",
820
- "name": "registryAddress",
821
- "type": "address"
822
- }
823
- ],
824
- "name": "initializeRegistryLinked",
825
- "outputs": [],
826
- "stateMutability": "nonpayable",
827
- "type": "function"
828
- },
829
- {
830
- "inputs": [
831
- {
832
- "internalType": "address",
833
- "name": "registry",
834
- "type": "address"
835
- },
836
- {
837
- "internalType": "address",
838
- "name": "authority",
839
- "type": "address"
840
- },
841
- {
842
- "internalType": "address",
843
- "name": "initialOwner",
844
- "type": "address"
845
- }
846
- ],
847
- "name": "initializeService",
848
- "outputs": [],
849
- "stateMutability": "nonpayable",
850
- "type": "function"
851
- },
852
- {
853
- "inputs": [
854
- {
855
- "internalType": "address",
856
- "name": "activatedBy",
857
- "type": "address"
858
- },
859
- {
860
- "internalType": "bytes",
861
- "name": "data",
862
- "type": "bytes"
863
- }
864
- ],
865
- "name": "initializeVersionable",
866
- "outputs": [],
867
- "stateMutability": "nonpayable",
868
- "type": "function"
869
- },
870
- {
871
- "inputs": [],
872
- "name": "isConsumingScheduledOp",
873
- "outputs": [
874
- {
875
- "internalType": "bytes4",
876
- "name": "",
877
- "type": "bytes4"
878
- }
879
- ],
880
- "stateMutability": "view",
881
- "type": "function"
882
- },
883
- {
884
- "inputs": [],
885
- "name": "linkToRegisteredNftId",
886
- "outputs": [],
887
- "stateMutability": "nonpayable",
888
- "type": "function"
889
- },
890
- {
891
- "inputs": [
892
- {
893
- "internalType": "bytes4",
894
- "name": "interfaceId",
895
- "type": "bytes4"
896
- }
897
- ],
898
- "name": "registerInterface",
899
- "outputs": [],
900
- "stateMutability": "nonpayable",
901
- "type": "function"
902
- },
903
- {
904
- "inputs": [
905
- {
906
- "internalType": "address",
907
- "name": "newAuthority",
908
- "type": "address"
909
- }
910
- ],
911
- "name": "setAuthority",
912
- "outputs": [],
913
- "stateMutability": "nonpayable",
914
- "type": "function"
915
- },
916
- {
917
- "inputs": [
918
- {
919
- "internalType": "bytes4",
920
- "name": "interfaceId",
921
- "type": "bytes4"
922
- }
923
- ],
924
- "name": "supportsInterface",
925
- "outputs": [
926
- {
927
- "internalType": "bool",
928
- "name": "",
929
- "type": "bool"
930
- }
931
- ],
932
- "stateMutability": "view",
933
- "type": "function"
934
- },
935
- {
936
- "inputs": [
937
- {
938
- "internalType": "NftId",
939
- "name": "applicationNftId",
940
- "type": "uint96"
941
- },
942
- {
943
- "internalType": "bool",
944
- "name": "requirePremiumPayment",
945
- "type": "bool"
946
- },
947
- {
948
- "internalType": "Timestamp",
949
- "name": "activateAt",
950
- "type": "uint40"
951
- }
952
- ],
953
- "name": "underwrite",
954
- "outputs": [],
955
- "stateMutability": "nonpayable",
956
- "type": "function"
957
- },
958
- {
959
- "inputs": [
960
- {
961
- "internalType": "bytes",
962
- "name": "data",
963
- "type": "bytes"
964
- }
965
- ],
966
- "name": "upgradeVersionable",
967
- "outputs": [],
968
- "stateMutability": "nonpayable",
969
- "type": "function"
970
- }
971
- ],
972
- "bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6148f280620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101e55760003560e01c8063630361f61161010f578063ada9652e116100a2578063caf4e3d411610071578063caf4e3d41461045f578063cc9fc59a14610467578063f21de1e814610327578063f7c34ee01461046f57600080fd5b8063ada9652e1461040a578063b68d18091461041f578063bbfbbfba1461042e578063bf7e214f1461044157600080fd5b8063893d20e8116100de578063893d20e8146103c05780638e32e979146103c85780638fb36037146103db5780639ffcede9146103fc57600080fd5b8063630361f61461035f578063644c45e014610372578063675393bf1461039a5780637a9e5e4b146103ad57600080fd5b806327bb7a331161018757806349bb9e4b1161015657806349bb9e4b146103015780634d5e16a9146103145780635ab1bd53146103275780635fd1a5f51461034c57600080fd5b806327bb7a33146102c2578063329d6e74146102d557806336fc697e146102e85780633d3cf023146102f057600080fd5b80630fec111c116101c35780630fec111c1461025d578063138461e0146102725780631eff4b221461027a578063214cdb80146102af57600080fd5b806301ffc9a7146101ea5780630aaba8e81461022c5780630d8e6e2c14610241575b600080fd5b6102176101f83660046137fe565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023f61023a36600461383d565b610482565b005b610249610b08565b60405162ffffff9091168152602001610223565b610265610b92565b60405161022391906138aa565b61023f610d2e565b6102a17f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b61023f6102bd3660046137fe565b610f30565b61023f6102d0366004613abb565b610f5d565b61023f6102e3366004613b53565b610fe9565b61023f611136565b61023f6102fe36600461383d565b50565b61023f61030f366004613b87565b61117c565b61023f610322366004613be9565b61127b565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b6102a161035a366004613c22565b61155a565b61023f61036d366004613c44565b611663565b60008051602061485d833981519152546040516001600160601b039091168152602001610223565b61023f6103a8366004613c8f565b611aec565b61023f6103bb366004613c8f565b611bf9565b610334611c93565b61023f6103d6366004613cac565b611dca565b6103e3612003565b6040516001600160e01b03199091168152602001610223565b61023f6101e536600461383d565b6102a160008051602061485d83398151915281565b60405160d38152602001610223565b61023f61043c366004613be9565b61203b565b60008051602061487d833981519152546001600160a01b0316610334565b6103346123f9565b610334612405565b61023f61047d366004613cec565b612411565b600061048e606e612488565b925050506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104f69190613d1a565b60405163bd7d9d8560e01b81526001600160601b03851660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015610549573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526105719190810190613dc1565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156105d1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f59190613f47565b15610623576040516308cbe08b60e21b81526001600160601b03851660048201526024015b60405180910390fd5b604051639096a1f360e01b81526001600160601b03851660048201526000906001600160a01b03841690639096a1f390602401602060405180830381865afa158015610673573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106979190613f6f565b90506106ac8160645b60ff9081169116141590565b156106de57604051634de91cf360e11b81526001600160601b038616600482015260ff8216602482015260440161061a565b6101e0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$d53880c81dc91c20799140d711e5ab8718$__90638d38cd4b90602401602060405180830381865af415801561073b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075f9190613f47565b1561078857604051634b80547760e11b81526001600160601b038616600482015260240161061a565b8160c001518260a00151146107d25760a082015160c0830151604051632b14368360e11b81526001600160601b03881660048201526024810192909252604482015260640161061a565b61016082015161ffff16156108165761016082015160405163a5bb07ed60e01b81526001600160601b038716600482015261ffff909116602482015260440161061a565b73__$d53880c81dc91c20799140d711e5ab8718$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561085f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108839190613f8c565b6101c0830151604051634a19ad8d60e11b815264ffffffffff92831660048201529116602482015273__$d53880c81dc91c20799140d711e5ab8718$__906394335b1a90604401602060405180830381865af41580156108e7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061090b9190613f47565b801561091f57508160800151826101800151105b1561095c576101c0820151604051630e79f6e160e21b81526001600160601b038716600482015264ffffffffff909116602482015260440161061a565b73__$d53880c81dc91c20799140d711e5ab8718$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156109a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109c99190613f8c565b64ffffffffff166101e0830152600254604051632cf5521f60e11b81526001600160a01b03909116906359eaa43e90610a0a908790899087906004016140e7565b600060405180830381600087803b158015610a2457600080fd5b505af1158015610a38573d6000803e3d6000fd5b50505050836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a9e9190613d1a565b6001600160a01b0316631518afb9868460c85b6040518463ffffffff1660e01b8152600401610acf93929190614123565b600060405180830381600087803b158015610ae957600080fd5b505af1158015610afd573d6000803e3d6000fd5b505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610b69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8d9190614158565b905090565b610b9a6137c0565b604080516080810182527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116835260ff600160601b820481166020850152600160681b909104161515928201929092527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3018054600093916060840191610c2a9061417d565b80601f0160208091040260200160405190810160405280929190818152602001828054610c569061417d565b8015610ca35780601f10610c7857610100808354040283529160200191610ca3565b820191906000526020600020905b815481529060010190602001808311610c8657829003601f168201915b50505050508152505090506040518060e00160405280610cc1600090565b6001600160601b0316815260200182600001516001600160601b03168152602001826020015160ff168152602001826040015115158152602001306001600160a01b03168152602001610d12611c93565b6001600160a01b03168152602001826060015181525091505090565b600060008051602061485d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610d9d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dc19190613f47565b15610ded5780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161061a565b30610e006001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610e48573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e6c9190613f47565b610e945760405163b9304b0d60e01b81526001600160a01b038216600482015260240161061a565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610ee8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f0c91906141b7565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b610f3861262a565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b610f6561262a565b610f6f8287612411565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101610fdf8382614222565b5050505050505050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61100b610b08565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561104b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061106f91906142e1565b60008051602061489d8339815191528054600160401b900460ff16806110a2575080546001600160401b03808416911610155b156110c05760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556110ea83612663565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b61113e61262a565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008051602061489d8339815191528054600160401b810460ff1615906001600160401b03166000811580156111af5750825b90506000826001600160401b031660011480156111cb5750303b155b9050811580156111d9575080155b156111f75760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561122157845460ff60401b1916600160401b1785555b61122b878761266b565b831561127257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000611287606e612488565b925050506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ef9190613d1a565b60405163bd7d9d8560e01b81526001600160601b03861660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015611342573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261136a9190810190613dc1565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156113ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113ee9190613f47565b61143a5760405162461bcd60e51b815260206004820152601f60248201527f4552524f523a5052532d3032303a414c52454144595f41435449564154454400604482015260640161061a565b64ffffffffff8481166101a0830181905260e08301516040516352bcc5a760e11b81526004810192909252909116602482015273__$d53880c81dc91c20799140d711e5ab8718$__9063a5798b4e90604401602060405180830381865af41580156114a9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114cd9190613f8c565b64ffffffffff166101c082015260408051631a99b41b60e31b815290516001600160a01b0385169163d4cda0d89160048083019260209291908290030181865afa15801561151f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115439190613d1a565b6001600160a01b0316631518afb986836064610ab1565b6040516322f5db0f60e11b815260048101829052600090819073__$5ac3274b8cf1e01ea223bf093142af05b0$__906345ebb61e90602401602060405180830381865af41580156115af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115d3919061430a565b905060006115e18583612b02565b604051632255341b60e11b81526004810182905290915073__$5ac3274b8cf1e01ea223bf093142af05b0$__906344aa683690602401602060405180830381865af4158015611634573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611658919061430a565b925050505b92915050565b600080611670606e612488565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116b5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116d99190613d1a565b60405163bd7d9d8560e01b81526001600160601b03881660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa15801561172c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526117549190810190613dc1565b80519091506001600160601b038581169116146117a25780516040516352cf57bf60e01b81526001600160601b03808a1660048301529182166024820152908516604482015260640161061a565b604051639096a1f360e01b81526001600160601b038816600482015261181e906001600160a01b03841690639096a1f390602401602060405180830381865afa1580156117f3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118179190613f6f565b600a6106a0565b156118cc5786600a604051639096a1f360e01b81526001600160601b038a1660048201526001600160a01b03851690639096a1f390602401602060405180830381865afa158015611873573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118979190613f6f565b6040516319e5411760e11b81526001600160601b03909316600484015260ff918216602484015216604482015260640161061a565b602864ffffffffff86161561198157606464ffffffffff8781166101a0850181905260e08501516040516352bcc5a760e11b81526004810192909252909116602482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063a5798b4e90604401602060405180830381865af415801561194f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119739190613f8c565b64ffffffffff166101c08301525b600087156119b457611998858a8560a00151612b1e565b90508260a001518360c0018181516119b09190614339565b9052505b846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156119f2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a169190613d1a565b6001600160a01b0316631518afb98a85856040518463ffffffff1660e01b8152600401611a4593929190614123565b600060405180830381600087803b158015611a5f57600080fd5b505af1158015611a73573d6000803e3d6000fd5b50506002546040516313f3bc2f60e01b81526001600160a01b0390911692506313f3bc2f9150611aaf9088908a908e908990889060040161434c565b600060405180830381600087803b158015611ac957600080fd5b505af1158015611add573d6000803e3d6000fd5b50505050505050505050505050565b611af461262a565b806001600160a01b03163b600003611b2a5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161061a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015611ba4575060408051601f3d908101601f19168201909252611ba191810190613f47565b60015b611bcc5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161061a565b80611bf55760405163fdeac91f60e01b81526001600160a01b038316600482015260240161061a565b5050565b33611c1960008051602061487d833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611c545760405162d1953b60e31b81526001600160a01b038216600482015260240161061a565b816001600160a01b03163b600003611c8a576040516361798f2f60e11b81526001600160a01b038316600482015260240161061a565b611bf5826133ad565b60008060008051602061485d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611d03573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d279190613f47565b15611db4576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611d8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dae9190613d1a565b91505090565b54600160601b90046001600160a01b0316919050565b611dd261262a565b611e5283846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e3891906141b7565b603c60008560405180602001604052806000815250610f5d565b6001600160a01b03821615611e6f57611e6a8261340e565b611fde565b6000611e836001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$9dab98ad7ae1a426029e5739f922230a41$__90638e4ad86c90602401602060405180830381865af4158015611ee3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f079190613f6f565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611f4c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f709190613d1a565b9050611fdc816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611fb3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fd79190613d1a565b61340e565b505b611fee634a531f3360e01b610f30565b611ffe63b68d180960e01b610f30565b505050565b60008051602061487d833981519152805460009190600160a01b900460ff1661202d576000611dae565b638fb3603760e01b91505090565b600080612048606e612488565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561208d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120b19190613d1a565b60405163bd7d9d8560e01b81526001600160601b03871660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015612104573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261212c9190810190613dc1565b90508060a001518160c001510361216e5760c081015160405163038a855760e51b81526001600160601b0388166004820152602481019190915260440161061a565b60008160c001518260a0015161218491906143a4565b90506000612193858984612b1e565b9050818360c0018181516121a79190614339565b9052506003546020840151604051639babe3bf60e01b81526001600160a01b0388811660048301526001600160601b03909216602482015260448101849052911690639babe3bf90606401600060405180830381600087803b15801561220c57600080fd5b505af1158015612220573d6000803e3d6000fd5b50505050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612262573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122869190613d1a565b6001600160a01b0316631518afb9898560ff6040518463ffffffff1660e01b81526004016122b693929190614123565b600060405180830381600087803b1580156122d057600080fd5b505af11580156122e4573d6000803e3d6000fd5b5050604051638d38cd4b60e01b815264ffffffffff8a16600482015273__$d53880c81dc91c20799140d711e5ab8718$__9250638d38cd4b9150602401602060405180830381865af415801561233e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123629190613f47565b80156123ea57506101a083015160405163790a38ad60e01b815264ffffffffff909116600482015273__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156123c6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123ea9190613f47565b15610fdf57610fdf888861127b565b6000610b8d602861341f565b6000610b8d604661341f565b61241961262a565b61242281611aec565b61242a611136565b6001600160a01b0382166124515760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061485d83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60006124926137c0565b60006124a66001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa1580156124ec573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061251091906141b7565b925061251c838561352c565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015612562573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125869190613d1a565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156125d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125f49190613f47565b1561262357608082015160405163d53987e560e01b81526001600160a01b03909116600482015260240161061a565b9193909250565b60008051602061489d83398151915254600160401b900460ff1661266157604051631afcd79f60e31b815260040160405180910390fd5b565b6101e561262a565b60008051602061489d8339815191528054600160401b810460ff1615906001600160401b031660008115801561269e5750825b90506000826001600160401b031660011480156126ba5750303b155b9050811580156126c8575080155b156126e65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561271057845460ff60401b1916600160401b1785555b6000808780602001905181019061272791906143b7565b90925090506127388260008b611dca565b6000612742610b08565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015612797573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127bb9190613f6f565b90506127cf6001546001600160a01b031690565b6001600160a01b031663d39e6043608c6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612825573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128499190613d1a565b600280546001600160a01b0319166001600160a01b039283161790556001541663d39e604360dc6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa1580156128b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128da9190613d1a565b600380546001600160a01b0319166001600160a01b039283161790556001541663d39e604360d26040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612947573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061296b9190613d1a565b600480546001600160a01b0319166001600160a01b039283161790556001541663d39e604360786040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa1580156129d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129fc9190613d1a565b600580546001600160a01b0319166001600160a01b039283161790556001541663d39e604360e66040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612a69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a8d9190613d1a565b600680546001600160a01b0319166001600160a01b0392909216919091179055612abd63310e6c1960e11b610f30565b505050831561127257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611269565b6000612b178383670de0b6b3a7640000613630565b9392505050565b60008115612b17576000612b3a6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612b89573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612bb191908101906143e6565b6020015190506000856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bf7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c1b9190613d1a565b60405163242bdc1960e21b81526001600160601b03841660048201529091506000906001600160a01b038316906390af70649060240161014060405180830381865afa158015612c6f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c939190614506565b60405163bd7d9d8560e01b81526001600160601b03881660048201529091506000906001600160a01b0384169063bd7d9d8590602401600060405180830381865afa158015612ce6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612d0e9190810190613dc1565b60208301519091506000612d2a6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038b1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612d79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d9d9190613d1a565b606085015160405163f0ea17c360e01b81526001600160601b0390911660048201529091506000906001600160a01b0387169063f0ea17c390602401600060405180830381865afa158015612df6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612e1e91908101906145ae565b6060015190506000600660009054906101000a90046001600160a01b03166001600160a01b031663c7608d96898760200151886060015189604001518a608001518b60e001518c61010001516040518863ffffffff1660e01b8152600401612e8c9796959493929190614661565b6101e060405180830381865afa158015612eaa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ece91906146c6565b905089816040015114612f135760408082015190516355e9883560e11b81526001600160601b038d166004820152602481018c9052604481019190915260640161061a565b60008660e0015190508160400151856001600160a01b03166321df0da76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f839190613d1a565b604051636eb1769f60e11b81526001600160a01b0387811660048301528881166024830152919091169063dd62ed3e90604401602060405180830381865afa158015612fd3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ff7919061430a565b10156130205783858360400151604051636d675c4360e01b815260040161061a93929190614781565b846001600160a01b031663beabacc885838560e0015186606001516130459190614339565b6040518463ffffffff1660e01b815260040161306393929190614781565b600060405180830381600087803b15801561307d57600080fd5b505af1158015613091573d6000803e3d6000fd5b5050505060008d6001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156130d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130f99190613d1a565b6040808a01519051639ad69c6760e01b81526001600160601b0390911660048201526001600160a01b039190911690639ad69c679060240161010060405180830381865afa15801561314f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061317391906147a5565b90506000816080015190506000846101c001518561014001518660c0015161319b9190614339565b6131a591906143a4565b6040516317d5759960e31b81529091506001600160a01b0389169063beabacc8906131d8908a9086908690600401614781565b600060405180830381600087803b1580156131f257600080fd5b505af1158015613206573d6000803e3d6000fd5b505060055460408d8101518d820151825163d25f509560e01b81526001600160601b0390921660048301526001600160c01b03191660248201528951604482015260208a01516064820152908901516084820152606089015160a4820152608089015160c482015260a089015160e482015260c089015161010482015260e08901516101248201526101008901516101448201526101208901516101648201526101408901516101848201526101608901516101a48201526101808901516101c48201526101a08901516101e48201526101c089015161020482015261022481018590526001600160a01b03909116925063d25f5095915061024401600060405180830381600087803b15801561331c57600080fd5b505af1158015613330573d6000803e3d6000fd5b505086516040516317d5759960e31b81526001600160a01b038c16935063beabacc89250613365918b918b9190600401614781565b600060405180830381600087803b15801561337f57600080fd5b505af1158015613393573d6000803e3d6000fd5b505095519d50505050505050505050505050509392505050565b60008051602061487d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61341661262a565b6102fe8161371a565b60006134336001546001600160a01b031690565b6001600160a01b031663d39e60438361344a610b08565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af415801561349f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134c39190613f6f565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613508573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061165d9190613d1a565b6135346137c0565b60006135486001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015613597573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526135bf91908101906143e6565b91506135d682604001518460ff9081169116141590565b1561361a57608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff808616602484015216604482015260640161061a565b613627826020015161372b565b90509250929050565b600080806000198587098587029250828110838203039150508060000361366a5783828161366057613660614846565b0492505050612b17565b8084116136b15760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161061a565b60008486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091026000889003889004909101858311909403939093029303949094049190911702949350505050565b61372261262a565b6102fe816133ad565b600061373f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561378e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526137b691908101906143e6565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561381057600080fd5b81356001600160e01b031981168114612b1757600080fd5b6001600160601b03811681146102fe57600080fd5b60006020828403121561384f57600080fd5b8135612b1781613828565b60005b8381101561387557818101518382015260200161385d565b50506000910152565b6000815180845261389681602086016020860161385a565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161391360c08401826001600160a01b03169052565b5060c083015160e08084015261392d61010084018261387e565b949350505050565b6001600160a01b03811681146102fe57600080fd5b60ff811681146102fe57600080fd5b80151581146102fe57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405161020081016001600160401b03811182821017156139a0576139a0613967565b60405290565b60405160e081016001600160401b03811182821017156139a0576139a0613967565b60405161010081016001600160401b03811182821017156139a0576139a0613967565b6040516101e081016001600160401b03811182821017156139a0576139a0613967565b604051601f8201601f191681016001600160401b0381118282101715613a3657613a36613967565b604052919050565b60006001600160401b03821115613a5757613a57613967565b50601f01601f191660200190565b600082601f830112613a7657600080fd5b8135613a89613a8482613a3e565b613a0e565b818152846020838601011115613a9e57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c08789031215613ad457600080fd5b8635613adf81613935565b95506020870135613aef81613828565b94506040870135613aff8161394a565b93506060870135613b0f81613959565b92506080870135613b1f81613935565b915060a08701356001600160401b03811115613b3a57600080fd5b613b4689828a01613a65565b9150509295509295509295565b600060208284031215613b6557600080fd5b81356001600160401b03811115613b7b57600080fd5b61392d84828501613a65565b60008060408385031215613b9a57600080fd5b8235613ba581613935565b915060208301356001600160401b03811115613bc057600080fd5b613bcc85828601613a65565b9150509250929050565b64ffffffffff811681146102fe57600080fd5b60008060408385031215613bfc57600080fd5b8235613c0781613828565b91506020830135613c1781613bd6565b809150509250929050565b60008060408385031215613c3557600080fd5b50508035926020909101359150565b600080600060608486031215613c5957600080fd5b8335613c6481613828565b92506020840135613c7481613959565b91506040840135613c8481613bd6565b809150509250925092565b600060208284031215613ca157600080fd5b8135612b1781613935565b600080600060608486031215613cc157600080fd5b8335613ccc81613935565b92506020840135613cdc81613935565b91506040840135613c8481613935565b60008060408385031215613cff57600080fd5b8235613d0a81613935565b91506020830135613c1781613935565b600060208284031215613d2c57600080fd5b8151612b1781613935565b8051613d4281613828565b919050565b80516001600160c01b031981168114613d4257600080fd5b8051613d4281613bd6565b600082601f830112613d7b57600080fd5b8151613d89613a8482613a3e565b818152846020838601011115613d9e57600080fd5b61392d82602083016020870161385a565b805161ffff81168114613d4257600080fd5b600060208284031215613dd357600080fd5b81516001600160401b0380821115613dea57600080fd5b908301906102008286031215613dff57600080fd5b613e0761397d565b613e1083613d37565b8152613e1e60208401613d37565b6020820152613e2f60408401613d47565b6040820152613e4060608401613d47565b60608201526080830151608082015260a083015160a082015260c083015160c0820152613e6f60e08401613d5f565b60e08201526101008084015183811115613e8857600080fd5b613e9488828701613d6a565b8284015250506101208084015183811115613eae57600080fd5b613eba88828701613d6a565b8284015250506101409150613ed0828401613daf565b828201526101609150613ee4828401613daf565b82820152610180915081830151828201526101a09150613f05828401613d5f565b828201526101c09150613f19828401613d5f565b828201526101e09150613f2d828401613d5f565b91810191909152949350505050565b8051613d4281613959565b600060208284031215613f5957600080fd5b8151612b1781613959565b8051613d428161394a565b600060208284031215613f8157600080fd5b8151612b178161394a565b600060208284031215613f9e57600080fd5b8151612b1781613bd6565b80516001600160601b0316825260006102006020830151613fd560208601826001600160601b03169052565b506040830151613ff160408601826001600160c01b0319169052565b50606083015161400d60608601826001600160c01b0319169052565b506080830151608085015260a083015160a085015260c083015160c085015260e083015161404460e086018264ffffffffff169052565b5061010080840151828287015261405d8387018261387e565b925050506101208084015185830382870152614079838261387e565b92505050610140808401516140938287018261ffff169052565b50506101608381015161ffff169085015261018080840151908501526101a08084015164ffffffffff908116918601919091526101c0808501518216908601526101e0938401511692909301919091525090565b6001600160a01b03841681526001600160601b038316602082015260606040820181905260009061411a90830184613fa9565b95945050505050565b6001600160601b03841681526060602082015260006141456060830185613fa9565b905060ff83166040830152949350505050565b60006020828403121561416a57600080fd5b815162ffffff81168114612b1757600080fd5b600181811c9082168061419157607f821691505b6020821081036141b157634e487b7160e01b600052602260045260246000fd5b50919050565b6000602082840312156141c957600080fd5b8151612b1781613828565b601f821115611ffe57600081815260208120601f850160051c810160208610156141fb5750805b601f850160051c820191505b8181101561421a57828155600101614207565b505050505050565b81516001600160401b0381111561423b5761423b613967565b61424f81614249845461417d565b846141d4565b602080601f831160018114614284576000841561426c5750858301515b600019600386901b1c1916600185901b17855561421a565b600085815260208120601f198616915b828110156142b357888601518255948401946001909101908401614294565b50858210156142d15787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6000602082840312156142f357600080fd5b81516001600160401b0381168114612b1757600080fd5b60006020828403121561431c57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561165d5761165d614323565b6001600160a01b03861681526001600160601b0385811660208301528416604082015260a06060820181905260009061438790830185613fa9565b90508260808301529695505050505050565b8051613d4281613935565b8181038181111561165d5761165d614323565b600080604083850312156143ca57600080fd5b82516143d581613935565b6020840151909250613c1781613935565b6000602082840312156143f857600080fd5b81516001600160401b038082111561440f57600080fd5b9083019060e0828603121561442357600080fd5b61442b6139a6565b61443483613d37565b815261444260208401613d37565b602082015261445360408401613f64565b604082015261446460608401613f3c565b606082015261447560808401614399565b608082015261448660a08401614399565b60a082015260c08301518281111561449d57600080fd5b6144a987828601613d6a565b60c08301525095945050505050565b6000604082840312156144ca57600080fd5b604051604081018181106001600160401b03821117156144ec576144ec613967565b604052825181526020928301519281019290925250919050565b6000610140828403121561451957600080fd5b6145216139c8565b61452a83614399565b815261453860208401614399565b602082015261454960408401613d37565b604082015261455a60608401613d37565b606082015261456c84608085016144b8565b608082015261457e8460c085016144b8565b60a08201526145906101008401613f3c565b60c08201526145a26101208401614399565b60e08201529392505050565b6000602082840312156145c057600080fd5b81516001600160401b03808211156145d757600080fd5b9083019060e082860312156145eb57600080fd5b6145f36139a6565b82518281111561460257600080fd5b61460e87828601613d6a565b82525061461d60208401614399565b602082015261462e60408401614399565b604082015261463f60608401614399565b606082015261465060808401613d37565b608082015261448660a08401613d37565b6001600160601b038881168252871660208201526001600160c01b03198681166040830152851660608201526080810184905264ffffffffff831660a082015260e060c082018190526000906146b99083018461387e565b9998505050505050505050565b60006101e082840312156146d957600080fd5b6146e16139eb565b825181526020808401519082015260408084015190820152606080840151908201526080808401519082015260a0808401519082015260c0808401519082015260e08084015190820152610100808401519082015261012080840151908201526101408084015190820152610160808401519082015261018080840151908201526101a080840151908201526101c0928301519281019290925250919050565b6001600160a01b039384168152919092166020820152604081019190915260600190565b600061010082840312156147b857600080fd5b60405160c081018181106001600160401b03821117156147da576147da613967565b60405282516147e881613828565b815260208301516147f881613935565b602082015261480a84604085016144b8565b604082015261481c84608085016144b8565b606082015260c083015161482f81613935565b608082015260e0929092015160a083015250919050565b634e487b7160e01b600052601260045260246000fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122011cd904da6a537ed51cf249c913cc7b355b46b75e4fa48a00276a4ccd978499564736f6c63430008140033",
973
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101e55760003560e01c8063630361f61161010f578063ada9652e116100a2578063caf4e3d411610071578063caf4e3d41461045f578063cc9fc59a14610467578063f21de1e814610327578063f7c34ee01461046f57600080fd5b8063ada9652e1461040a578063b68d18091461041f578063bbfbbfba1461042e578063bf7e214f1461044157600080fd5b8063893d20e8116100de578063893d20e8146103c05780638e32e979146103c85780638fb36037146103db5780639ffcede9146103fc57600080fd5b8063630361f61461035f578063644c45e014610372578063675393bf1461039a5780637a9e5e4b146103ad57600080fd5b806327bb7a331161018757806349bb9e4b1161015657806349bb9e4b146103015780634d5e16a9146103145780635ab1bd53146103275780635fd1a5f51461034c57600080fd5b806327bb7a33146102c2578063329d6e74146102d557806336fc697e146102e85780633d3cf023146102f057600080fd5b80630fec111c116101c35780630fec111c1461025d578063138461e0146102725780631eff4b221461027a578063214cdb80146102af57600080fd5b806301ffc9a7146101ea5780630aaba8e81461022c5780630d8e6e2c14610241575b600080fd5b6102176101f83660046137fe565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023f61023a36600461383d565b610482565b005b610249610b08565b60405162ffffff9091168152602001610223565b610265610b92565b60405161022391906138aa565b61023f610d2e565b6102a17f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b61023f6102bd3660046137fe565b610f30565b61023f6102d0366004613abb565b610f5d565b61023f6102e3366004613b53565b610fe9565b61023f611136565b61023f6102fe36600461383d565b50565b61023f61030f366004613b87565b61117c565b61023f610322366004613be9565b61127b565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b6102a161035a366004613c22565b61155a565b61023f61036d366004613c44565b611663565b60008051602061485d833981519152546040516001600160601b039091168152602001610223565b61023f6103a8366004613c8f565b611aec565b61023f6103bb366004613c8f565b611bf9565b610334611c93565b61023f6103d6366004613cac565b611dca565b6103e3612003565b6040516001600160e01b03199091168152602001610223565b61023f6101e536600461383d565b6102a160008051602061485d83398151915281565b60405160d38152602001610223565b61023f61043c366004613be9565b61203b565b60008051602061487d833981519152546001600160a01b0316610334565b6103346123f9565b610334612405565b61023f61047d366004613cec565b612411565b600061048e606e612488565b925050506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104f69190613d1a565b60405163bd7d9d8560e01b81526001600160601b03851660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015610549573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526105719190810190613dc1565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156105d1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105f59190613f47565b15610623576040516308cbe08b60e21b81526001600160601b03851660048201526024015b60405180910390fd5b604051639096a1f360e01b81526001600160601b03851660048201526000906001600160a01b03841690639096a1f390602401602060405180830381865afa158015610673573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106979190613f6f565b90506106ac8160645b60ff9081169116141590565b156106de57604051634de91cf360e11b81526001600160601b038616600482015260ff8216602482015260440161061a565b6101e0820151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$d53880c81dc91c20799140d711e5ab8718$__90638d38cd4b90602401602060405180830381865af415801561073b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061075f9190613f47565b1561078857604051634b80547760e11b81526001600160601b038616600482015260240161061a565b8160c001518260a00151146107d25760a082015160c0830151604051632b14368360e11b81526001600160601b03881660048201526024810192909252604482015260640161061a565b61016082015161ffff16156108165761016082015160405163a5bb07ed60e01b81526001600160601b038716600482015261ffff909116602482015260440161061a565b73__$d53880c81dc91c20799140d711e5ab8718$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561085f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108839190613f8c565b6101c0830151604051634a19ad8d60e11b815264ffffffffff92831660048201529116602482015273__$d53880c81dc91c20799140d711e5ab8718$__906394335b1a90604401602060405180830381865af41580156108e7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061090b9190613f47565b801561091f57508160800151826101800151105b1561095c576101c0820151604051630e79f6e160e21b81526001600160601b038716600482015264ffffffffff909116602482015260440161061a565b73__$d53880c81dc91c20799140d711e5ab8718$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156109a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109c99190613f8c565b64ffffffffff166101e0830152600254604051632cf5521f60e11b81526001600160a01b03909116906359eaa43e90610a0a908790899087906004016140e7565b600060405180830381600087803b158015610a2457600080fd5b505af1158015610a38573d6000803e3d6000fd5b50505050836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a9e9190613d1a565b6001600160a01b0316631518afb9868460c85b6040518463ffffffff1660e01b8152600401610acf93929190614123565b600060405180830381600087803b158015610ae957600080fd5b505af1158015610afd573d6000803e3d6000fd5b505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610b69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b8d9190614158565b905090565b610b9a6137c0565b604080516080810182527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116835260ff600160601b820481166020850152600160681b909104161515928201929092527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3018054600093916060840191610c2a9061417d565b80601f0160208091040260200160405190810160405280929190818152602001828054610c569061417d565b8015610ca35780601f10610c7857610100808354040283529160200191610ca3565b820191906000526020600020905b815481529060010190602001808311610c8657829003601f168201915b50505050508152505090506040518060e00160405280610cc1600090565b6001600160601b0316815260200182600001516001600160601b03168152602001826020015160ff168152602001826040015115158152602001306001600160a01b03168152602001610d12611c93565b6001600160a01b03168152602001826060015181525091505090565b600060008051602061485d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610d9d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dc19190613f47565b15610ded5780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161061a565b30610e006001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610e48573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e6c9190613f47565b610e945760405163b9304b0d60e01b81526001600160a01b038216600482015260240161061a565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610ee8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f0c91906141b7565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b610f3861262a565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b610f6561262a565b610f6f8287612411565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101610fdf8382614222565b5050505050505050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61100b610b08565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561104b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061106f91906142e1565b60008051602061489d8339815191528054600160401b900460ff16806110a2575080546001600160401b03808416911610155b156110c05760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556110ea83612663565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b61113e61262a565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008051602061489d8339815191528054600160401b810460ff1615906001600160401b03166000811580156111af5750825b90506000826001600160401b031660011480156111cb5750303b155b9050811580156111d9575080155b156111f75760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561122157845460ff60401b1916600160401b1785555b61122b878761266b565b831561127257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b6000611287606e612488565b925050506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ef9190613d1a565b60405163bd7d9d8560e01b81526001600160601b03861660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015611342573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261136a9190810190613dc1565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156113ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113ee9190613f47565b61143a5760405162461bcd60e51b815260206004820152601f60248201527f4552524f523a5052532d3032303a414c52454144595f41435449564154454400604482015260640161061a565b64ffffffffff8481166101a0830181905260e08301516040516352bcc5a760e11b81526004810192909252909116602482015273__$d53880c81dc91c20799140d711e5ab8718$__9063a5798b4e90604401602060405180830381865af41580156114a9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114cd9190613f8c565b64ffffffffff166101c082015260408051631a99b41b60e31b815290516001600160a01b0385169163d4cda0d89160048083019260209291908290030181865afa15801561151f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115439190613d1a565b6001600160a01b0316631518afb986836064610ab1565b6040516322f5db0f60e11b815260048101829052600090819073__$5ac3274b8cf1e01ea223bf093142af05b0$__906345ebb61e90602401602060405180830381865af41580156115af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115d3919061430a565b905060006115e18583612b02565b604051632255341b60e11b81526004810182905290915073__$5ac3274b8cf1e01ea223bf093142af05b0$__906344aa683690602401602060405180830381865af4158015611634573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611658919061430a565b925050505b92915050565b600080611670606e612488565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116b5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116d99190613d1a565b60405163bd7d9d8560e01b81526001600160601b03881660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa15801561172c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526117549190810190613dc1565b80519091506001600160601b038581169116146117a25780516040516352cf57bf60e01b81526001600160601b03808a1660048301529182166024820152908516604482015260640161061a565b604051639096a1f360e01b81526001600160601b038816600482015261181e906001600160a01b03841690639096a1f390602401602060405180830381865afa1580156117f3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118179190613f6f565b600a6106a0565b156118cc5786600a604051639096a1f360e01b81526001600160601b038a1660048201526001600160a01b03851690639096a1f390602401602060405180830381865afa158015611873573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118979190613f6f565b6040516319e5411760e11b81526001600160601b03909316600484015260ff918216602484015216604482015260640161061a565b602864ffffffffff86161561198157606464ffffffffff8781166101a0850181905260e08501516040516352bcc5a760e11b81526004810192909252909116602482015290915073__$d53880c81dc91c20799140d711e5ab8718$__9063a5798b4e90604401602060405180830381865af415801561194f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119739190613f8c565b64ffffffffff166101c08301525b600087156119b457611998858a8560a00151612b1e565b90508260a001518360c0018181516119b09190614339565b9052505b846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156119f2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a169190613d1a565b6001600160a01b0316631518afb98a85856040518463ffffffff1660e01b8152600401611a4593929190614123565b600060405180830381600087803b158015611a5f57600080fd5b505af1158015611a73573d6000803e3d6000fd5b50506002546040516313f3bc2f60e01b81526001600160a01b0390911692506313f3bc2f9150611aaf9088908a908e908990889060040161434c565b600060405180830381600087803b158015611ac957600080fd5b505af1158015611add573d6000803e3d6000fd5b50505050505050505050505050565b611af461262a565b806001600160a01b03163b600003611b2a5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161061a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015611ba4575060408051601f3d908101601f19168201909252611ba191810190613f47565b60015b611bcc5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161061a565b80611bf55760405163fdeac91f60e01b81526001600160a01b038316600482015260240161061a565b5050565b33611c1960008051602061487d833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611c545760405162d1953b60e31b81526001600160a01b038216600482015260240161061a565b816001600160a01b03163b600003611c8a576040516361798f2f60e11b81526001600160a01b038316600482015260240161061a565b611bf5826133ad565b60008060008051602061485d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611d03573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d279190613f47565b15611db4576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611d8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dae9190613d1a565b91505090565b54600160601b90046001600160a01b0316919050565b611dd261262a565b611e5283846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e3891906141b7565b603c60008560405180602001604052806000815250610f5d565b6001600160a01b03821615611e6f57611e6a8261340e565b611fde565b6000611e836001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$9dab98ad7ae1a426029e5739f922230a41$__90638e4ad86c90602401602060405180830381865af4158015611ee3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f079190613f6f565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611f4c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f709190613d1a565b9050611fdc816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611fb3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fd79190613d1a565b61340e565b505b611fee634a531f3360e01b610f30565b611ffe63b68d180960e01b610f30565b505050565b60008051602061487d833981519152805460009190600160a01b900460ff1661202d576000611dae565b638fb3603760e01b91505090565b600080612048606e612488565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561208d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120b19190613d1a565b60405163bd7d9d8560e01b81526001600160601b03871660048201529091506000906001600160a01b0383169063bd7d9d8590602401600060405180830381865afa158015612104573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261212c9190810190613dc1565b90508060a001518160c001510361216e5760c081015160405163038a855760e51b81526001600160601b0388166004820152602481019190915260440161061a565b60008160c001518260a0015161218491906143a4565b90506000612193858984612b1e565b9050818360c0018181516121a79190614339565b9052506003546020840151604051639babe3bf60e01b81526001600160a01b0388811660048301526001600160601b03909216602482015260448101849052911690639babe3bf90606401600060405180830381600087803b15801561220c57600080fd5b505af1158015612220573d6000803e3d6000fd5b50505050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612262573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122869190613d1a565b6001600160a01b0316631518afb9898560ff6040518463ffffffff1660e01b81526004016122b693929190614123565b600060405180830381600087803b1580156122d057600080fd5b505af11580156122e4573d6000803e3d6000fd5b5050604051638d38cd4b60e01b815264ffffffffff8a16600482015273__$d53880c81dc91c20799140d711e5ab8718$__9250638d38cd4b9150602401602060405180830381865af415801561233e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123629190613f47565b80156123ea57506101a083015160405163790a38ad60e01b815264ffffffffff909116600482015273__$d53880c81dc91c20799140d711e5ab8718$__9063790a38ad90602401602060405180830381865af41580156123c6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123ea9190613f47565b15610fdf57610fdf888861127b565b6000610b8d602861341f565b6000610b8d604661341f565b61241961262a565b61242281611aec565b61242a611136565b6001600160a01b0382166124515760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061485d83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60006124926137c0565b60006124a66001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa1580156124ec573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061251091906141b7565b925061251c838561352c565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015612562573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125869190613d1a565b6080830151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156125d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125f49190613f47565b1561262357608082015160405163d53987e560e01b81526001600160a01b03909116600482015260240161061a565b9193909250565b60008051602061489d83398151915254600160401b900460ff1661266157604051631afcd79f60e31b815260040160405180910390fd5b565b6101e561262a565b60008051602061489d8339815191528054600160401b810460ff1615906001600160401b031660008115801561269e5750825b90506000826001600160401b031660011480156126ba5750303b155b9050811580156126c8575080155b156126e65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561271057845460ff60401b1916600160401b1785555b6000808780602001905181019061272791906143b7565b90925090506127388260008b611dca565b6000612742610b08565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015612797573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127bb9190613f6f565b90506127cf6001546001600160a01b031690565b6001600160a01b031663d39e6043608c6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612825573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128499190613d1a565b600280546001600160a01b0319166001600160a01b039283161790556001541663d39e604360dc6040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa1580156128b6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128da9190613d1a565b600380546001600160a01b0319166001600160a01b039283161790556001541663d39e604360d26040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612947573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061296b9190613d1a565b600480546001600160a01b0319166001600160a01b039283161790556001541663d39e604360786040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa1580156129d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129fc9190613d1a565b600580546001600160a01b0319166001600160a01b039283161790556001541663d39e604360e66040516001600160e01b031960e084901b16815260ff91821660048201529084166024820152604401602060405180830381865afa158015612a69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612a8d9190613d1a565b600680546001600160a01b0319166001600160a01b0392909216919091179055612abd63310e6c1960e11b610f30565b505050831561127257845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611269565b6000612b178383670de0b6b3a7640000613630565b9392505050565b60008115612b17576000612b3a6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612b89573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612bb191908101906143e6565b6020015190506000856001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bf7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c1b9190613d1a565b60405163242bdc1960e21b81526001600160601b03841660048201529091506000906001600160a01b038316906390af70649060240161014060405180830381865afa158015612c6f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c939190614506565b60405163bd7d9d8560e01b81526001600160601b03881660048201529091506000906001600160a01b0384169063bd7d9d8590602401600060405180830381865afa158015612ce6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612d0e9190810190613dc1565b60208301519091506000612d2a6001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b038b1660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015612d79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d9d9190613d1a565b606085015160405163f0ea17c360e01b81526001600160601b0390911660048201529091506000906001600160a01b0387169063f0ea17c390602401600060405180830381865afa158015612df6573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612e1e91908101906145ae565b6060015190506000600660009054906101000a90046001600160a01b03166001600160a01b031663c7608d96898760200151886060015189604001518a608001518b60e001518c61010001516040518863ffffffff1660e01b8152600401612e8c9796959493929190614661565b6101e060405180830381865afa158015612eaa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ece91906146c6565b905089816040015114612f135760408082015190516355e9883560e11b81526001600160601b038d166004820152602481018c9052604481019190915260640161061a565b60008660e0015190508160400151856001600160a01b03166321df0da76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f839190613d1a565b604051636eb1769f60e11b81526001600160a01b0387811660048301528881166024830152919091169063dd62ed3e90604401602060405180830381865afa158015612fd3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ff7919061430a565b10156130205783858360400151604051636d675c4360e01b815260040161061a93929190614781565b846001600160a01b031663beabacc885838560e0015186606001516130459190614339565b6040518463ffffffff1660e01b815260040161306393929190614781565b600060405180830381600087803b15801561307d57600080fd5b505af1158015613091573d6000803e3d6000fd5b5050505060008d6001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156130d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130f99190613d1a565b6040808a01519051639ad69c6760e01b81526001600160601b0390911660048201526001600160a01b039190911690639ad69c679060240161010060405180830381865afa15801561314f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061317391906147a5565b90506000816080015190506000846101c001518561014001518660c0015161319b9190614339565b6131a591906143a4565b6040516317d5759960e31b81529091506001600160a01b0389169063beabacc8906131d8908a9086908690600401614781565b600060405180830381600087803b1580156131f257600080fd5b505af1158015613206573d6000803e3d6000fd5b505060055460408d8101518d820151825163d25f509560e01b81526001600160601b0390921660048301526001600160c01b03191660248201528951604482015260208a01516064820152908901516084820152606089015160a4820152608089015160c482015260a089015160e482015260c089015161010482015260e08901516101248201526101008901516101448201526101208901516101648201526101408901516101848201526101608901516101a48201526101808901516101c48201526101a08901516101e48201526101c089015161020482015261022481018590526001600160a01b03909116925063d25f5095915061024401600060405180830381600087803b15801561331c57600080fd5b505af1158015613330573d6000803e3d6000fd5b505086516040516317d5759960e31b81526001600160a01b038c16935063beabacc89250613365918b918b9190600401614781565b600060405180830381600087803b15801561337f57600080fd5b505af1158015613393573d6000803e3d6000fd5b505095519d50505050505050505050505050509392505050565b60008051602061487d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61341661262a565b6102fe8161371a565b60006134336001546001600160a01b031690565b6001600160a01b031663d39e60438361344a610b08565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af415801561349f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134c39190613f6f565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015613508573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061165d9190613d1a565b6135346137c0565b60006135486001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015613597573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526135bf91908101906143e6565b91506135d682604001518460ff9081169116141590565b1561361a57608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff808616602484015216604482015260640161061a565b613627826020015161372b565b90509250929050565b600080806000198587098587029250828110838203039150508060000361366a5783828161366057613660614846565b0492505050612b17565b8084116136b15760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161061a565b60008486880960026001871981018816978890046003810283188082028403028082028403028082028403028082028403028082028403029081029092039091026000889003889004909101858311909403939093029303949094049190911702949350505050565b61372261262a565b6102fe816133ad565b600061373f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561378e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526137b691908101906143e6565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561381057600080fd5b81356001600160e01b031981168114612b1757600080fd5b6001600160601b03811681146102fe57600080fd5b60006020828403121561384f57600080fd5b8135612b1781613828565b60005b8381101561387557818101518382015260200161385d565b50506000910152565b6000815180845261389681602086016020860161385a565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161391360c08401826001600160a01b03169052565b5060c083015160e08084015261392d61010084018261387e565b949350505050565b6001600160a01b03811681146102fe57600080fd5b60ff811681146102fe57600080fd5b80151581146102fe57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405161020081016001600160401b03811182821017156139a0576139a0613967565b60405290565b60405160e081016001600160401b03811182821017156139a0576139a0613967565b60405161010081016001600160401b03811182821017156139a0576139a0613967565b6040516101e081016001600160401b03811182821017156139a0576139a0613967565b604051601f8201601f191681016001600160401b0381118282101715613a3657613a36613967565b604052919050565b60006001600160401b03821115613a5757613a57613967565b50601f01601f191660200190565b600082601f830112613a7657600080fd5b8135613a89613a8482613a3e565b613a0e565b818152846020838601011115613a9e57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c08789031215613ad457600080fd5b8635613adf81613935565b95506020870135613aef81613828565b94506040870135613aff8161394a565b93506060870135613b0f81613959565b92506080870135613b1f81613935565b915060a08701356001600160401b03811115613b3a57600080fd5b613b4689828a01613a65565b9150509295509295509295565b600060208284031215613b6557600080fd5b81356001600160401b03811115613b7b57600080fd5b61392d84828501613a65565b60008060408385031215613b9a57600080fd5b8235613ba581613935565b915060208301356001600160401b03811115613bc057600080fd5b613bcc85828601613a65565b9150509250929050565b64ffffffffff811681146102fe57600080fd5b60008060408385031215613bfc57600080fd5b8235613c0781613828565b91506020830135613c1781613bd6565b809150509250929050565b60008060408385031215613c3557600080fd5b50508035926020909101359150565b600080600060608486031215613c5957600080fd5b8335613c6481613828565b92506020840135613c7481613959565b91506040840135613c8481613bd6565b809150509250925092565b600060208284031215613ca157600080fd5b8135612b1781613935565b600080600060608486031215613cc157600080fd5b8335613ccc81613935565b92506020840135613cdc81613935565b91506040840135613c8481613935565b60008060408385031215613cff57600080fd5b8235613d0a81613935565b91506020830135613c1781613935565b600060208284031215613d2c57600080fd5b8151612b1781613935565b8051613d4281613828565b919050565b80516001600160c01b031981168114613d4257600080fd5b8051613d4281613bd6565b600082601f830112613d7b57600080fd5b8151613d89613a8482613a3e565b818152846020838601011115613d9e57600080fd5b61392d82602083016020870161385a565b805161ffff81168114613d4257600080fd5b600060208284031215613dd357600080fd5b81516001600160401b0380821115613dea57600080fd5b908301906102008286031215613dff57600080fd5b613e0761397d565b613e1083613d37565b8152613e1e60208401613d37565b6020820152613e2f60408401613d47565b6040820152613e4060608401613d47565b60608201526080830151608082015260a083015160a082015260c083015160c0820152613e6f60e08401613d5f565b60e08201526101008084015183811115613e8857600080fd5b613e9488828701613d6a565b8284015250506101208084015183811115613eae57600080fd5b613eba88828701613d6a565b8284015250506101409150613ed0828401613daf565b828201526101609150613ee4828401613daf565b82820152610180915081830151828201526101a09150613f05828401613d5f565b828201526101c09150613f19828401613d5f565b828201526101e09150613f2d828401613d5f565b91810191909152949350505050565b8051613d4281613959565b600060208284031215613f5957600080fd5b8151612b1781613959565b8051613d428161394a565b600060208284031215613f8157600080fd5b8151612b178161394a565b600060208284031215613f9e57600080fd5b8151612b1781613bd6565b80516001600160601b0316825260006102006020830151613fd560208601826001600160601b03169052565b506040830151613ff160408601826001600160c01b0319169052565b50606083015161400d60608601826001600160c01b0319169052565b506080830151608085015260a083015160a085015260c083015160c085015260e083015161404460e086018264ffffffffff169052565b5061010080840151828287015261405d8387018261387e565b925050506101208084015185830382870152614079838261387e565b92505050610140808401516140938287018261ffff169052565b50506101608381015161ffff169085015261018080840151908501526101a08084015164ffffffffff908116918601919091526101c0808501518216908601526101e0938401511692909301919091525090565b6001600160a01b03841681526001600160601b038316602082015260606040820181905260009061411a90830184613fa9565b95945050505050565b6001600160601b03841681526060602082015260006141456060830185613fa9565b905060ff83166040830152949350505050565b60006020828403121561416a57600080fd5b815162ffffff81168114612b1757600080fd5b600181811c9082168061419157607f821691505b6020821081036141b157634e487b7160e01b600052602260045260246000fd5b50919050565b6000602082840312156141c957600080fd5b8151612b1781613828565b601f821115611ffe57600081815260208120601f850160051c810160208610156141fb5750805b601f850160051c820191505b8181101561421a57828155600101614207565b505050505050565b81516001600160401b0381111561423b5761423b613967565b61424f81614249845461417d565b846141d4565b602080601f831160018114614284576000841561426c5750858301515b600019600386901b1c1916600185901b17855561421a565b600085815260208120601f198616915b828110156142b357888601518255948401946001909101908401614294565b50858210156142d15787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6000602082840312156142f357600080fd5b81516001600160401b0381168114612b1757600080fd5b60006020828403121561431c57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561165d5761165d614323565b6001600160a01b03861681526001600160601b0385811660208301528416604082015260a06060820181905260009061438790830185613fa9565b90508260808301529695505050505050565b8051613d4281613935565b8181038181111561165d5761165d614323565b600080604083850312156143ca57600080fd5b82516143d581613935565b6020840151909250613c1781613935565b6000602082840312156143f857600080fd5b81516001600160401b038082111561440f57600080fd5b9083019060e0828603121561442357600080fd5b61442b6139a6565b61443483613d37565b815261444260208401613d37565b602082015261445360408401613f64565b604082015261446460608401613f3c565b606082015261447560808401614399565b608082015261448660a08401614399565b60a082015260c08301518281111561449d57600080fd5b6144a987828601613d6a565b60c08301525095945050505050565b6000604082840312156144ca57600080fd5b604051604081018181106001600160401b03821117156144ec576144ec613967565b604052825181526020928301519281019290925250919050565b6000610140828403121561451957600080fd5b6145216139c8565b61452a83614399565b815261453860208401614399565b602082015261454960408401613d37565b604082015261455a60608401613d37565b606082015261456c84608085016144b8565b608082015261457e8460c085016144b8565b60a08201526145906101008401613f3c565b60c08201526145a26101208401614399565b60e08201529392505050565b6000602082840312156145c057600080fd5b81516001600160401b03808211156145d757600080fd5b9083019060e082860312156145eb57600080fd5b6145f36139a6565b82518281111561460257600080fd5b61460e87828601613d6a565b82525061461d60208401614399565b602082015261462e60408401614399565b604082015261463f60608401614399565b606082015261465060808401613d37565b608082015261448660a08401613d37565b6001600160601b038881168252871660208201526001600160c01b03198681166040830152851660608201526080810184905264ffffffffff831660a082015260e060c082018190526000906146b99083018461387e565b9998505050505050505050565b60006101e082840312156146d957600080fd5b6146e16139eb565b825181526020808401519082015260408084015190820152606080840151908201526080808401519082015260a0808401519082015260c0808401519082015260e08084015190820152610100808401519082015261012080840151908201526101408084015190820152610160808401519082015261018080840151908201526101a080840151908201526101c0928301519281019290925250919050565b6001600160a01b039384168152919092166020820152604081019190915260600190565b600061010082840312156147b857600080fd5b60405160c081018181106001600160401b03821117156147da576147da613967565b60405282516147e881613828565b815260208301516147f881613935565b602082015261480a84604085016144b8565b604082015261481c84608085016144b8565b606082015260c083015161482f81613935565b608082015260e0929092015160a083015250919050565b634e487b7160e01b600052601260045260246000fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122011cd904da6a537ed51cf249c913cc7b355b46b75e4fa48a00276a4ccd978499564736f6c63430008140033",
974
- "linkReferences": {
975
- "contracts/types/NftId.sol": {
976
- "NftIdLib": [
977
- {
978
- "length": 20,
979
- "start": 3657
980
- },
981
- {
982
- "length": 20,
983
- "start": 7599
984
- }
985
- ]
986
- },
987
- "contracts/types/Timestamp.sol": {
988
- "TimestampLib": [
989
- {
990
- "length": 20,
991
- "start": 1661
992
- },
993
- {
994
- "length": 20,
995
- "start": 2023
996
- },
997
- {
998
- "length": 20,
999
- "start": 2302
1000
- },
1001
- {
1002
- "length": 20,
1003
- "start": 2451
1004
- },
1005
- {
1006
- "length": 20,
1007
- "start": 2628
1008
- },
1009
- {
1010
- "length": 20,
1011
- "start": 5238
1012
- },
1013
- {
1014
- "length": 20,
1015
- "start": 5461
1016
- },
1017
- {
1018
- "length": 20,
1019
- "start": 6651
1020
- },
1021
- {
1022
- "length": 20,
1023
- "start": 9192
1024
- },
1025
- {
1026
- "length": 20,
1027
- "start": 9330
1028
- }
1029
- ]
1030
- },
1031
- "contracts/types/UFixed.sol": {
1032
- "UFixedLib": [
1033
- {
1034
- "length": 20,
1035
- "start": 5723
1036
- },
1037
- {
1038
- "length": 20,
1039
- "start": 5856
1040
- }
1041
- ]
1042
- },
1043
- "contracts/types/Version.sol": {
1044
- "VersionLib": [
1045
- {
1046
- "length": 20,
1047
- "start": 3093
1048
- },
1049
- {
1050
- "length": 20,
1051
- "start": 4305
1052
- },
1053
- {
1054
- "length": 20,
1055
- "start": 10307
1056
- },
1057
- {
1058
- "length": 20,
1059
- "start": 13643
1060
- }
1061
- ],
1062
- "VersionPartLib": [
1063
- {
1064
- "length": 20,
1065
- "start": 8079
1066
- }
1067
- ]
1068
- }
1069
- },
1070
- "deployedLinkReferences": {
1071
- "contracts/types/NftId.sol": {
1072
- "NftIdLib": [
1073
- {
1074
- "length": 20,
1075
- "start": 3427
1076
- },
1077
- {
1078
- "length": 20,
1079
- "start": 7369
1080
- }
1081
- ]
1082
- },
1083
- "contracts/types/Timestamp.sol": {
1084
- "TimestampLib": [
1085
- {
1086
- "length": 20,
1087
- "start": 1431
1088
- },
1089
- {
1090
- "length": 20,
1091
- "start": 1793
1092
- },
1093
- {
1094
- "length": 20,
1095
- "start": 2072
1096
- },
1097
- {
1098
- "length": 20,
1099
- "start": 2221
1100
- },
1101
- {
1102
- "length": 20,
1103
- "start": 2398
1104
- },
1105
- {
1106
- "length": 20,
1107
- "start": 5008
1108
- },
1109
- {
1110
- "length": 20,
1111
- "start": 5231
1112
- },
1113
- {
1114
- "length": 20,
1115
- "start": 6421
1116
- },
1117
- {
1118
- "length": 20,
1119
- "start": 8962
1120
- },
1121
- {
1122
- "length": 20,
1123
- "start": 9100
1124
- }
1125
- ]
1126
- },
1127
- "contracts/types/UFixed.sol": {
1128
- "UFixedLib": [
1129
- {
1130
- "length": 20,
1131
- "start": 5493
1132
- },
1133
- {
1134
- "length": 20,
1135
- "start": 5626
1136
- }
1137
- ]
1138
- },
1139
- "contracts/types/Version.sol": {
1140
- "VersionLib": [
1141
- {
1142
- "length": 20,
1143
- "start": 2863
1144
- },
1145
- {
1146
- "length": 20,
1147
- "start": 4075
1148
- },
1149
- {
1150
- "length": 20,
1151
- "start": 10077
1152
- },
1153
- {
1154
- "length": 20,
1155
- "start": 13413
1156
- }
1157
- ],
1158
- "VersionPartLib": [
1159
- {
1160
- "length": 20,
1161
- "start": 7849
1162
- }
1163
- ]
1164
- }
1165
- }
1166
- }