@etherisc/gif-next 0.0.2-c00cf5d-513 → 0.0.2-c04bff4-304

Sign up to get free protection for your applications and to get access to all the features.
Files changed (517) hide show
  1. package/README.md +49 -4
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  5. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  7. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +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 +1342 -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 +1 -1
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +160 -543
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +272 -455
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +75 -143
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +169 -263
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +186 -94
  36. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  37. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1411 -0
  38. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  39. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
  40. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  41. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1517 -0
  42. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1978 -0
  44. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  45. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  46. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  47. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +71 -85
  48. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  49. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +190 -49
  50. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  51. package/artifacts/contracts/instance/Instance.sol/Instance.json +65 -227
  52. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1218 -284
  54. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  55. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  56. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  57. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +592 -316
  58. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  59. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +246 -196
  60. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  61. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +65 -109
  62. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  63. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +1112 -372
  64. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  65. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  66. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  67. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +0 -53
  68. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  69. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  70. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  71. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  72. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  73. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  74. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  75. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  76. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  77. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  78. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  79. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  80. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  81. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  82. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  83. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +979 -0
  84. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  85. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  86. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  87. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  88. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  89. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
  90. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  91. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  92. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  93. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +871 -0
  94. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  95. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +922 -0
  96. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +679 -0
  98. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  99. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1248 -0
  100. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  101. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  102. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  103. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +414 -359
  104. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  105. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +121 -117
  106. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  107. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +204 -32
  108. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  109. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +180 -366
  110. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  111. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +340 -219
  112. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  113. package/artifacts/contracts/pool/Pool.sol/Pool.json +204 -596
  114. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  115. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +394 -574
  116. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  117. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +51 -139
  118. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  119. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +84 -289
  120. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  121. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +54 -106
  122. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  123. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1096 -0
  124. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  125. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  126. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  127. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +225 -305
  128. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  129. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +79 -123
  130. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  131. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +25 -1
  132. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  133. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +134 -1
  134. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  135. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +217 -83
  136. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  137. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +83 -44
  138. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  139. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +270 -183
  140. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  141. package/artifacts/contracts/product/{IProductService.sol/IProductService.json → IRiskService.sol/IRiskService.json} +15 -57
  142. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  143. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +239 -435
  144. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  145. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +66 -162
  146. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  147. package/artifacts/contracts/product/PricingService.sol/PricingService.json +184 -347
  148. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  149. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +80 -124
  150. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  151. package/artifacts/contracts/product/Product.sol/Product.json +286 -449
  152. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  153. package/artifacts/contracts/product/RiskService.sol/RiskService.json +583 -0
  154. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  155. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +651 -0
  156. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  157. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
  158. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  159. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +308 -39
  160. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  161. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +42 -73
  162. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  163. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  164. package/artifacts/contracts/registry/Registry.sol/Registry.json +718 -74
  165. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  166. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1682 -113
  167. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  168. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +195 -137
  169. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  170. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +45 -93
  171. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  172. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  173. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  174. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
  175. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  176. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  177. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  178. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +314 -136
  179. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  180. package/artifacts/contracts/shared/Component.sol/Component.json +88 -295
  181. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  182. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1125 -207
  183. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  184. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +753 -0
  185. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  186. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +427 -0
  187. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  188. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +76 -107
  189. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  190. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  191. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  192. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
  193. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  194. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +12 -16
  195. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  196. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  197. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  198. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +7 -1
  199. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  200. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +0 -24
  201. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  202. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +7 -1
  203. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  204. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  205. package/artifacts/contracts/shared/IService.sol/IService.json +20 -1
  206. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  207. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  208. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  209. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  210. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  211. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +793 -0
  212. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  213. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  214. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  215. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +133 -0
  216. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  217. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  218. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +32 -70
  220. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  221. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +4 -118
  222. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  223. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +16 -110
  224. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  225. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
  226. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  227. package/artifacts/contracts/shared/Service.sol/Service.json +13 -125
  228. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  229. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +362 -7
  230. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  231. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  232. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  233. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  234. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  235. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +566 -54
  236. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  237. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  238. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  239. package/artifacts/contracts/staking/Staking.sol/Staking.json +1828 -0
  240. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  241. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  242. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  243. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +714 -0
  244. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  245. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  246. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  247. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +636 -191
  248. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  249. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +65 -97
  250. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  251. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  252. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  253. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  254. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  255. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
  256. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  257. package/artifacts/contracts/type/Amount.sol/AmountLib.json +97 -4
  258. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  259. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +53 -2
  260. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  261. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +4 -4
  262. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  263. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
  264. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  265. package/artifacts/contracts/type/Fee.sol/FeeLib.json +39 -34
  266. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  267. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
  268. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  269. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +47 -4
  270. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  271. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
  272. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  273. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +149 -2
  274. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  275. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +4 -4
  276. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  277. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
  278. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  280. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  281. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +4 -4
  282. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  283. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +219 -6
  284. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  285. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -2
  286. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  287. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  288. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  290. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  291. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +2 -2
  292. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  294. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  295. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +36 -4
  296. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
  297. package/artifacts/contracts/type/UFixed.sol/MathLib.json +9 -3
  298. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  299. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +58 -2
  300. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  301. package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -2
  302. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  303. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +21 -2
  304. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  305. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
  306. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  307. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +566 -0
  308. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  309. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  310. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  311. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
  312. package/contracts/authorization/AccessAdmin.sol +589 -0
  313. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  314. package/contracts/authorization/Authorization.sol +217 -0
  315. package/contracts/authorization/IAccess.sol +48 -0
  316. package/contracts/authorization/IAccessAdmin.sol +136 -0
  317. package/contracts/authorization/IAuthorization.sol +54 -0
  318. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  319. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  320. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  321. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  322. package/contracts/distribution/BasicDistribution.sol +138 -0
  323. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  324. package/contracts/distribution/Distribution.sol +163 -153
  325. package/contracts/distribution/DistributionService.sol +132 -147
  326. package/contracts/distribution/DistributionServiceManager.sol +2 -5
  327. package/contracts/distribution/IDistributionComponent.sol +28 -47
  328. package/contracts/distribution/IDistributionService.sol +24 -10
  329. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  330. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  331. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  332. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  333. package/contracts/instance/{BundleManager.sol → BundleSet.sol} +23 -23
  334. package/contracts/instance/IInstance.sol +24 -40
  335. package/contracts/instance/IInstanceService.sol +44 -24
  336. package/contracts/instance/Instance.sol +112 -117
  337. package/contracts/instance/InstanceAdmin.sol +221 -266
  338. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  339. package/contracts/instance/InstanceReader.sol +114 -52
  340. package/contracts/instance/InstanceService.sol +280 -112
  341. package/contracts/instance/InstanceServiceManager.sol +2 -6
  342. package/contracts/instance/InstanceStore.sol +142 -66
  343. package/contracts/instance/base/BalanceStore.sol +123 -0
  344. package/contracts/instance/base/Cloneable.sol +2 -25
  345. package/contracts/instance/base/ObjectCounter.sol +21 -0
  346. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  347. package/contracts/instance/base/{ObjectManager.sol → ObjectSet.sol} +11 -14
  348. package/contracts/instance/module/IBundle.sol +1 -4
  349. package/contracts/instance/module/IComponents.sol +15 -10
  350. package/contracts/instance/module/IDistribution.sol +0 -1
  351. package/contracts/instance/module/IPolicy.sol +29 -23
  352. package/contracts/mock/Dip.sol +26 -0
  353. package/contracts/oracle/BasicOracle.sol +48 -0
  354. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  355. package/contracts/oracle/IOracle.sol +36 -0
  356. package/contracts/oracle/IOracleComponent.sol +33 -0
  357. package/contracts/oracle/IOracleService.sol +65 -0
  358. package/contracts/oracle/Oracle.sol +167 -0
  359. package/contracts/oracle/OracleService.sol +279 -0
  360. package/contracts/oracle/OracleServiceManager.sol +39 -0
  361. package/contracts/pool/BasicPool.sol +166 -0
  362. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  363. package/contracts/pool/BundleService.sol +256 -202
  364. package/contracts/pool/BundleServiceManager.sol +2 -5
  365. package/contracts/pool/IBundleService.sol +35 -19
  366. package/contracts/pool/IPoolComponent.sol +10 -66
  367. package/contracts/pool/IPoolService.sol +79 -33
  368. package/contracts/pool/Pool.sol +169 -145
  369. package/contracts/pool/PoolService.sol +319 -214
  370. package/contracts/pool/PoolServiceManager.sol +2 -5
  371. package/contracts/product/ApplicationService.sol +139 -78
  372. package/contracts/product/ApplicationServiceManager.sol +2 -2
  373. package/contracts/product/BasicProduct.sol +53 -0
  374. package/contracts/product/BasicProductAuthorization.sol +43 -0
  375. package/contracts/product/ClaimService.sol +136 -92
  376. package/contracts/product/ClaimServiceManager.sol +2 -2
  377. package/contracts/product/IApplicationService.sol +2 -1
  378. package/contracts/product/IClaimService.sol +32 -3
  379. package/contracts/product/IPolicyService.sol +31 -38
  380. package/contracts/product/IPricingService.sol +10 -8
  381. package/contracts/product/IProductComponent.sol +10 -12
  382. package/contracts/product/{IProductService.sol → IRiskService.sol} +2 -9
  383. package/contracts/product/PolicyService.sol +389 -194
  384. package/contracts/product/PolicyServiceManager.sol +2 -5
  385. package/contracts/product/PricingService.sol +99 -74
  386. package/contracts/product/PricingServiceManager.sol +2 -5
  387. package/contracts/product/Product.sol +177 -131
  388. package/contracts/product/RiskService.sol +97 -0
  389. package/contracts/product/RiskServiceManager.sol +39 -0
  390. package/contracts/registry/ChainNft.sol +72 -32
  391. package/contracts/registry/IRegistry.sol +76 -21
  392. package/contracts/registry/IRegistryService.sol +15 -5
  393. package/contracts/registry/Registry.sol +412 -175
  394. package/contracts/registry/RegistryAdmin.sol +399 -76
  395. package/contracts/registry/RegistryService.sol +53 -33
  396. package/contracts/registry/RegistryServiceManager.sol +4 -11
  397. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  398. package/contracts/registry/ReleaseRegistry.sol +491 -0
  399. package/contracts/registry/ServiceAuthorizationV3.sol +199 -0
  400. package/contracts/registry/TokenRegistry.sol +261 -64
  401. package/contracts/shared/Component.sol +145 -148
  402. package/contracts/shared/ComponentService.sol +590 -91
  403. package/contracts/shared/ComponentServiceManager.sol +35 -0
  404. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  405. package/contracts/shared/IComponent.sol +21 -41
  406. package/contracts/shared/IComponentService.sol +108 -0
  407. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  408. package/contracts/{instance/base → shared}/IKeyValueStore.sol +7 -6
  409. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  410. package/contracts/shared/INftOwnable.sol +1 -1
  411. package/contracts/shared/IPolicyHolder.sol +0 -4
  412. package/contracts/shared/IService.sol +9 -2
  413. package/contracts/shared/InitializableCustom.sol +177 -0
  414. package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
  415. package/contracts/shared/InstanceLinkedComponent.sol +172 -0
  416. package/contracts/{instance/base → shared}/KeyValueStore.sol +36 -74
  417. package/contracts/shared/Lifecycle.sol +77 -0
  418. package/contracts/shared/NftIdSet.sol +65 -0
  419. package/contracts/shared/NftOwnable.sol +10 -20
  420. package/contracts/shared/PolicyHolder.sol +10 -48
  421. package/contracts/shared/Registerable.sol +6 -6
  422. package/contracts/shared/RegistryLinked.sol +3 -2
  423. package/contracts/shared/Service.sol +37 -27
  424. package/contracts/shared/TokenHandler.sol +112 -8
  425. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  426. package/contracts/staking/IStaking.sol +168 -0
  427. package/contracts/staking/IStakingService.sol +105 -47
  428. package/contracts/staking/StakeManagerLib.sol +224 -0
  429. package/contracts/staking/Staking.sol +498 -0
  430. package/contracts/staking/StakingLifecycle.sol +23 -0
  431. package/contracts/staking/StakingManager.sol +50 -0
  432. package/contracts/staking/StakingReader.sol +183 -0
  433. package/contracts/staking/StakingService.sol +285 -47
  434. package/contracts/staking/StakingServiceManager.sol +9 -5
  435. package/contracts/staking/StakingStore.sol +605 -0
  436. package/contracts/staking/TargetManagerLib.sol +211 -0
  437. package/contracts/type/AddressSet.sol +1 -1
  438. package/contracts/type/Amount.sol +29 -3
  439. package/contracts/type/Blocknumber.sol +26 -3
  440. package/contracts/type/Fee.sol +17 -16
  441. package/contracts/type/NftId.sol +14 -16
  442. package/contracts/type/NftIdSet.sol +1 -1
  443. package/contracts/type/ObjectType.sol +175 -62
  444. package/contracts/type/Referral.sol +2 -1
  445. package/contracts/type/RequestId.sol +75 -0
  446. package/contracts/type/RiskId.sol +1 -1
  447. package/contracts/type/RoleId.sol +104 -69
  448. package/contracts/type/Seconds.sol +48 -1
  449. package/contracts/type/Selector.sol +102 -0
  450. package/contracts/type/StateId.sol +28 -2
  451. package/contracts/type/String.sol +53 -0
  452. package/contracts/type/Timestamp.sol +17 -3
  453. package/contracts/type/UFixed.sol +34 -9
  454. package/contracts/type/Version.sol +4 -2
  455. package/contracts/{shared → upgradeability}/ProxyManager.sol +6 -8
  456. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  457. package/package.json +8 -5
  458. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  459. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
  460. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +0 -4
  461. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +0 -188
  462. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  463. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  464. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  465. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -581
  466. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  467. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
  468. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  469. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +0 -256
  470. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  471. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  472. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  473. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +0 -4
  474. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
  475. package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -891
  476. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  477. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -715
  478. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  479. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -1058
  480. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +0 -4
  481. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +0 -1193
  482. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +0 -4
  483. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +0 -1715
  484. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +0 -4
  485. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +0 -1728
  486. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +0 -4
  487. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +0 -1806
  488. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +0 -4
  489. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +0 -1824
  490. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  491. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  492. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +0 -4
  493. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +0 -1562
  494. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +0 -4
  495. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +0 -1600
  496. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  497. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  498. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -630
  499. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  500. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  501. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  502. package/contracts/instance/InstanceAuthorizationsLib.sol +0 -320
  503. package/contracts/instance/base/Lifecycle.sol +0 -121
  504. package/contracts/instance/module/ISetup.sol +0 -33
  505. package/contracts/instance/module/ITreasury.sol +0 -23
  506. package/contracts/product/ProductService.sol +0 -212
  507. package/contracts/product/ProductServiceManager.sol +0 -42
  508. package/contracts/registry/ReleaseManager.sol +0 -462
  509. package/contracts/shared/AccessManagerCustom.sol +0 -736
  510. package/contracts/shared/AccessManagerExtended.sol +0 -469
  511. package/contracts/shared/AccessManagerExtendedInitializeable.sol +0 -13
  512. package/contracts/shared/AccessManagerExtendedWithDisable.sol +0 -137
  513. package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +0 -14
  514. package/contracts/shared/IAccessManagerExtended.sol +0 -74
  515. package/contracts/shared/IAccessManagerExtendedWithDisable.sol +0 -18
  516. /package/contracts/{shared → upgradeability}/IVersionable.sol +0 -0
  517. /package/contracts/{shared → upgradeability}/Versionable.sol +0 -0
@@ -1,891 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "ProductService",
4
- "sourceName": "contracts/product/ProductService.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": "NftId",
176
- "name": "nftId",
177
- "type": "uint96"
178
- }
179
- ],
180
- "name": "ErrorNftOwnableAlreadyLinked",
181
- "type": "error"
182
- },
183
- {
184
- "inputs": [
185
- {
186
- "internalType": "address",
187
- "name": "contractAddress",
188
- "type": "address"
189
- }
190
- ],
191
- "name": "ErrorNftOwnableContractNotRegistered",
192
- "type": "error"
193
- },
194
- {
195
- "inputs": [],
196
- "name": "ErrorNftOwnableInitialOwnerZero",
197
- "type": "error"
198
- },
199
- {
200
- "inputs": [
201
- {
202
- "internalType": "address",
203
- "name": "account",
204
- "type": "address"
205
- }
206
- ],
207
- "name": "ErrorNftOwnableNotOwner",
208
- "type": "error"
209
- },
210
- {
211
- "inputs": [
212
- {
213
- "internalType": "address",
214
- "name": "registryAddress",
215
- "type": "address"
216
- }
217
- ],
218
- "name": "ErrorNotRegistry",
219
- "type": "error"
220
- },
221
- {
222
- "inputs": [],
223
- "name": "ErrorServiceNotImplemented",
224
- "type": "error"
225
- },
226
- {
227
- "inputs": [],
228
- "name": "InvalidInitialization",
229
- "type": "error"
230
- },
231
- {
232
- "inputs": [],
233
- "name": "NotInitializing",
234
- "type": "error"
235
- },
236
- {
237
- "anonymous": false,
238
- "inputs": [
239
- {
240
- "indexed": false,
241
- "internalType": "address",
242
- "name": "authority",
243
- "type": "address"
244
- }
245
- ],
246
- "name": "AuthorityUpdated",
247
- "type": "event"
248
- },
249
- {
250
- "anonymous": false,
251
- "inputs": [
252
- {
253
- "indexed": false,
254
- "internalType": "uint64",
255
- "name": "version",
256
- "type": "uint64"
257
- }
258
- ],
259
- "name": "Initialized",
260
- "type": "event"
261
- },
262
- {
263
- "anonymous": false,
264
- "inputs": [
265
- {
266
- "indexed": false,
267
- "internalType": "address",
268
- "name": "sender",
269
- "type": "address"
270
- }
271
- ],
272
- "name": "LogProductServiceSender",
273
- "type": "event"
274
- },
275
- {
276
- "inputs": [],
277
- "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
278
- "outputs": [
279
- {
280
- "internalType": "bytes32",
281
- "name": "",
282
- "type": "bytes32"
283
- }
284
- ],
285
- "stateMutability": "view",
286
- "type": "function"
287
- },
288
- {
289
- "inputs": [],
290
- "name": "REGISTERABLE_LOCATION_V1",
291
- "outputs": [
292
- {
293
- "internalType": "bytes32",
294
- "name": "",
295
- "type": "bytes32"
296
- }
297
- ],
298
- "stateMutability": "view",
299
- "type": "function"
300
- },
301
- {
302
- "inputs": [],
303
- "name": "authority",
304
- "outputs": [
305
- {
306
- "internalType": "address",
307
- "name": "",
308
- "type": "address"
309
- }
310
- ],
311
- "stateMutability": "view",
312
- "type": "function"
313
- },
314
- {
315
- "inputs": [
316
- {
317
- "internalType": "RiskId",
318
- "name": "riskId",
319
- "type": "bytes8"
320
- },
321
- {
322
- "internalType": "bytes",
323
- "name": "data",
324
- "type": "bytes"
325
- }
326
- ],
327
- "name": "createRisk",
328
- "outputs": [],
329
- "stateMutability": "nonpayable",
330
- "type": "function"
331
- },
332
- {
333
- "inputs": [],
334
- "name": "getDomain",
335
- "outputs": [
336
- {
337
- "internalType": "ObjectType",
338
- "name": "",
339
- "type": "uint8"
340
- }
341
- ],
342
- "stateMutability": "pure",
343
- "type": "function"
344
- },
345
- {
346
- "inputs": [],
347
- "name": "getInitialInfo",
348
- "outputs": [
349
- {
350
- "components": [
351
- {
352
- "internalType": "NftId",
353
- "name": "nftId",
354
- "type": "uint96"
355
- },
356
- {
357
- "internalType": "NftId",
358
- "name": "parentNftId",
359
- "type": "uint96"
360
- },
361
- {
362
- "internalType": "ObjectType",
363
- "name": "objectType",
364
- "type": "uint8"
365
- },
366
- {
367
- "internalType": "bool",
368
- "name": "isInterceptor",
369
- "type": "bool"
370
- },
371
- {
372
- "internalType": "address",
373
- "name": "objectAddress",
374
- "type": "address"
375
- },
376
- {
377
- "internalType": "address",
378
- "name": "initialOwner",
379
- "type": "address"
380
- },
381
- {
382
- "internalType": "bytes",
383
- "name": "data",
384
- "type": "bytes"
385
- }
386
- ],
387
- "internalType": "struct IRegistry.ObjectInfo",
388
- "name": "info",
389
- "type": "tuple"
390
- }
391
- ],
392
- "stateMutability": "view",
393
- "type": "function"
394
- },
395
- {
396
- "inputs": [],
397
- "name": "getInstanceService",
398
- "outputs": [
399
- {
400
- "internalType": "contract InstanceService",
401
- "name": "",
402
- "type": "address"
403
- }
404
- ],
405
- "stateMutability": "view",
406
- "type": "function"
407
- },
408
- {
409
- "inputs": [],
410
- "name": "getNftId",
411
- "outputs": [
412
- {
413
- "internalType": "NftId",
414
- "name": "",
415
- "type": "uint96"
416
- }
417
- ],
418
- "stateMutability": "view",
419
- "type": "function"
420
- },
421
- {
422
- "inputs": [],
423
- "name": "getOwner",
424
- "outputs": [
425
- {
426
- "internalType": "address",
427
- "name": "",
428
- "type": "address"
429
- }
430
- ],
431
- "stateMutability": "view",
432
- "type": "function"
433
- },
434
- {
435
- "inputs": [],
436
- "name": "getRegistry",
437
- "outputs": [
438
- {
439
- "internalType": "contract IRegistry",
440
- "name": "",
441
- "type": "address"
442
- }
443
- ],
444
- "stateMutability": "view",
445
- "type": "function"
446
- },
447
- {
448
- "inputs": [],
449
- "name": "getRegistryService",
450
- "outputs": [
451
- {
452
- "internalType": "contract IRegistryService",
453
- "name": "",
454
- "type": "address"
455
- }
456
- ],
457
- "stateMutability": "view",
458
- "type": "function"
459
- },
460
- {
461
- "inputs": [],
462
- "name": "getVersion",
463
- "outputs": [
464
- {
465
- "internalType": "Version",
466
- "name": "",
467
- "type": "uint24"
468
- }
469
- ],
470
- "stateMutability": "pure",
471
- "type": "function"
472
- },
473
- {
474
- "inputs": [],
475
- "name": "initializeERC165",
476
- "outputs": [],
477
- "stateMutability": "nonpayable",
478
- "type": "function"
479
- },
480
- {
481
- "inputs": [
482
- {
483
- "internalType": "address",
484
- "name": "initialOwner",
485
- "type": "address"
486
- },
487
- {
488
- "internalType": "address",
489
- "name": "registryAddress",
490
- "type": "address"
491
- }
492
- ],
493
- "name": "initializeNftOwnable",
494
- "outputs": [],
495
- "stateMutability": "nonpayable",
496
- "type": "function"
497
- },
498
- {
499
- "inputs": [
500
- {
501
- "internalType": "address",
502
- "name": "registryAddress",
503
- "type": "address"
504
- },
505
- {
506
- "internalType": "NftId",
507
- "name": "parentNftId",
508
- "type": "uint96"
509
- },
510
- {
511
- "internalType": "ObjectType",
512
- "name": "objectType",
513
- "type": "uint8"
514
- },
515
- {
516
- "internalType": "bool",
517
- "name": "isInterceptor",
518
- "type": "bool"
519
- },
520
- {
521
- "internalType": "address",
522
- "name": "initialOwner",
523
- "type": "address"
524
- },
525
- {
526
- "internalType": "bytes",
527
- "name": "registryData",
528
- "type": "bytes"
529
- }
530
- ],
531
- "name": "initializeRegisterable",
532
- "outputs": [],
533
- "stateMutability": "nonpayable",
534
- "type": "function"
535
- },
536
- {
537
- "inputs": [
538
- {
539
- "internalType": "address",
540
- "name": "registryAddress",
541
- "type": "address"
542
- }
543
- ],
544
- "name": "initializeRegistryLinked",
545
- "outputs": [],
546
- "stateMutability": "nonpayable",
547
- "type": "function"
548
- },
549
- {
550
- "inputs": [
551
- {
552
- "internalType": "address",
553
- "name": "registry",
554
- "type": "address"
555
- },
556
- {
557
- "internalType": "address",
558
- "name": "authority",
559
- "type": "address"
560
- },
561
- {
562
- "internalType": "address",
563
- "name": "initialOwner",
564
- "type": "address"
565
- }
566
- ],
567
- "name": "initializeService",
568
- "outputs": [],
569
- "stateMutability": "nonpayable",
570
- "type": "function"
571
- },
572
- {
573
- "inputs": [
574
- {
575
- "internalType": "address",
576
- "name": "activatedBy",
577
- "type": "address"
578
- },
579
- {
580
- "internalType": "bytes",
581
- "name": "data",
582
- "type": "bytes"
583
- }
584
- ],
585
- "name": "initializeVersionable",
586
- "outputs": [],
587
- "stateMutability": "nonpayable",
588
- "type": "function"
589
- },
590
- {
591
- "inputs": [],
592
- "name": "isConsumingScheduledOp",
593
- "outputs": [
594
- {
595
- "internalType": "bytes4",
596
- "name": "",
597
- "type": "bytes4"
598
- }
599
- ],
600
- "stateMutability": "view",
601
- "type": "function"
602
- },
603
- {
604
- "inputs": [
605
- {
606
- "internalType": "address",
607
- "name": "nftOwnableAddress",
608
- "type": "address"
609
- }
610
- ],
611
- "name": "linkToNftOwnable",
612
- "outputs": [
613
- {
614
- "internalType": "NftId",
615
- "name": "",
616
- "type": "uint96"
617
- }
618
- ],
619
- "stateMutability": "nonpayable",
620
- "type": "function"
621
- },
622
- {
623
- "inputs": [],
624
- "name": "linkToRegisteredNftId",
625
- "outputs": [],
626
- "stateMutability": "nonpayable",
627
- "type": "function"
628
- },
629
- {
630
- "inputs": [
631
- {
632
- "internalType": "address",
633
- "name": "productAddress",
634
- "type": "address"
635
- }
636
- ],
637
- "name": "register",
638
- "outputs": [
639
- {
640
- "internalType": "NftId",
641
- "name": "productNftId",
642
- "type": "uint96"
643
- }
644
- ],
645
- "stateMutability": "nonpayable",
646
- "type": "function"
647
- },
648
- {
649
- "inputs": [
650
- {
651
- "internalType": "bytes4",
652
- "name": "interfaceId",
653
- "type": "bytes4"
654
- }
655
- ],
656
- "name": "registerInterface",
657
- "outputs": [],
658
- "stateMutability": "nonpayable",
659
- "type": "function"
660
- },
661
- {
662
- "inputs": [
663
- {
664
- "internalType": "address",
665
- "name": "newAuthority",
666
- "type": "address"
667
- }
668
- ],
669
- "name": "setAuthority",
670
- "outputs": [],
671
- "stateMutability": "nonpayable",
672
- "type": "function"
673
- },
674
- {
675
- "inputs": [
676
- {
677
- "components": [
678
- {
679
- "internalType": "UFixed",
680
- "name": "fractionalFee",
681
- "type": "uint256"
682
- },
683
- {
684
- "internalType": "uint256",
685
- "name": "fixedFee",
686
- "type": "uint256"
687
- }
688
- ],
689
- "internalType": "struct Fee",
690
- "name": "productFee",
691
- "type": "tuple"
692
- },
693
- {
694
- "components": [
695
- {
696
- "internalType": "UFixed",
697
- "name": "fractionalFee",
698
- "type": "uint256"
699
- },
700
- {
701
- "internalType": "uint256",
702
- "name": "fixedFee",
703
- "type": "uint256"
704
- }
705
- ],
706
- "internalType": "struct Fee",
707
- "name": "processingFee",
708
- "type": "tuple"
709
- }
710
- ],
711
- "name": "setFees",
712
- "outputs": [],
713
- "stateMutability": "nonpayable",
714
- "type": "function"
715
- },
716
- {
717
- "inputs": [
718
- {
719
- "internalType": "bytes4",
720
- "name": "interfaceId",
721
- "type": "bytes4"
722
- }
723
- ],
724
- "name": "supportsInterface",
725
- "outputs": [
726
- {
727
- "internalType": "bool",
728
- "name": "",
729
- "type": "bool"
730
- }
731
- ],
732
- "stateMutability": "view",
733
- "type": "function"
734
- },
735
- {
736
- "inputs": [
737
- {
738
- "internalType": "RiskId",
739
- "name": "riskId",
740
- "type": "bytes8"
741
- },
742
- {
743
- "internalType": "bytes",
744
- "name": "data",
745
- "type": "bytes"
746
- }
747
- ],
748
- "name": "updateRisk",
749
- "outputs": [],
750
- "stateMutability": "nonpayable",
751
- "type": "function"
752
- },
753
- {
754
- "inputs": [
755
- {
756
- "internalType": "RiskId",
757
- "name": "riskId",
758
- "type": "bytes8"
759
- },
760
- {
761
- "internalType": "StateId",
762
- "name": "state",
763
- "type": "uint8"
764
- }
765
- ],
766
- "name": "updateRiskState",
767
- "outputs": [],
768
- "stateMutability": "nonpayable",
769
- "type": "function"
770
- },
771
- {
772
- "inputs": [
773
- {
774
- "internalType": "bytes",
775
- "name": "data",
776
- "type": "bytes"
777
- }
778
- ],
779
- "name": "upgradeVersionable",
780
- "outputs": [],
781
- "stateMutability": "nonpayable",
782
- "type": "function"
783
- }
784
- ],
785
- "bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b61378e80620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101cf5760003560e01c8063644c45e0116101045780638fb36037116100a2578063bf7e214f11610071578063bf7e214f1461042d578063caf4e3d41461044b578063cc9fc59a14610453578063f7c34ee01461045b57600080fd5b80638fb36037146103d5578063ada9652e146103f6578063b68d18091461040b578063b6b412ba1461041a57600080fd5b80637cef4842116100de5780637cef484214610394578063893d20e8146103a75780638e32e979146103af5780638f997f6d146103c257600080fd5b8063644c45e014610350578063675393bf1461036e5780637a9e5e4b1461038157600080fd5b806327bb7a331161017157806340be23761161014b57806340be2376146102da5780634420e4861461030557806349bb9e4b146103185780635ab1bd531461032b57600080fd5b806327bb7a33146102ac578063329d6e74146102bf57806336fc697e146102d257600080fd5b80630fec111c116101ad5780630fec111c14610247578063138461e01461025c5780631eff4b2214610264578063214cdb801461029957600080fd5b806301ffc9a7146101d4578063095e2b72146102165780630d8e6e2c1461022b575b600080fd5b6102016101e23660046129ef565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610229610224366004612b68565b61046e565b005b61023361056a565b60405162ffffff909116815260200161020d565b61024f6105f4565b60405161020d9190612c05565b610229610715565b61028b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b6102296102a73660046129ef565b610721565b6102296102ba366004612cd7565b61074e565b6102296102cd366004612d6f565b6107f3565b610229610940565b6102ed6102e8366004612da3565b610986565b6040516001600160601b03909116815260200161020d565b6102ed610313366004612da3565b6109d9565b610229610326366004612dc0565b610a9e565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b6000805160206136f9833981519152546001600160601b03166102ed565b61022961037c366004612da3565b610b9d565b61022961038f366004612da3565b610caa565b6102296103a2366004612dde565b610d44565b610338610e20565b6102296103bd366004612e15565b610f57565b6102296103d0366004612b68565b611190565b6103dd61131d565b6040516001600160e01b0319909116815260200161020d565b61028b6000805160206136f983398151915281565b604051606e815260200161020d565b610229610428366004612e90565b611355565b600080516020613719833981519152546001600160a01b0316610338565b610338611523565b61033861152f565b610229610469366004612ebc565b61153b565b60008061047b606e6115b2565b925050915060006040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105049190612eea565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610531929190612f2f565b600060405180830381600087803b15801561054b57600080fd5b505af115801561055f573d6000803e3d6000fd5b505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105ef9190612f54565b905090565b6105fc6129b1565b6040805160e081018252600081527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116602084015260ff600160601b8204811694840194909452600160681b90049092161515606082015230608082015260a08101610671610e20565b6001600160a01b0316815260200182600101805461068e90612f79565b80601f01602080910402602001604051908101604052809291908181526020018280546106ba90612f79565b80156107075780601f106106dc57610100808354040283529160200191610707565b820191906000526020600020905b8154815290600101906020018083116106ea57829003601f168201915b505050505081525091505090565b61071e30611755565b50565b610729611956565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b610756611956565b610760828761153b565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016107e98382613001565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61081561056a565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610855573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061087991906130d5565b6000805160206137398339815191528054600160401b900460ff16806108ac575080546001600160401b03808416911610155b156108ca5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556108f48361198f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610948611956565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6000610990610e20565b6001600160a01b0316336001600160a01b0316146109c85760405163086391f760e31b81523360048201526024015b60405180910390fd5b6109d182611755565b90505b919050565b6000808080806109f286606e6109ed611997565b611a0e565b92965090945092509050856000610a07611523565b604051635d96628960e01b81526001600160a01b03848116600483015287811660248301529190911690635d966289906044016000604051808303816000875af1158015610a59573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610a81919081019061316e565b805197509050610a92848389611d90565b50505050505050919050565b6000805160206137398339815191528054600160401b810460ff1615906001600160401b0316600081158015610ad15750825b90506000826001600160401b03166001148015610aed5750303b155b905081158015610afb575080155b15610b195760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b4357845460ff60401b1916600160401b1785555b610b4d878761244b565b8315610b9457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610ba5611956565b806001600160a01b03163b600003610bdb5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109bf565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526312da491160e01b60048201526301ffc9a790602401602060405180830381865afa925050508015610c55575060408051601f3d908101601f19168201909252610c5291810190613240565b60015b610c7d5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109bf565b80610ca65760405163fdeac91f60e01b81526001600160a01b03831660048201526024016109bf565b5050565b33610cca600080516020613719833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610d055760405162d1953b60e31b81526001600160a01b03821660048201526024016109bf565b816001600160a01b03163b600003610d3b576040516361798f2f60e11b81526001600160a01b03831660048201526024016109bf565b610ca682612688565b6000610d50606e6115b2565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d92573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610db69190612eea565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef484290604401600060405180830381600087803b158015610e0c57600080fd5b505af1158015610b94573d6000803e3d6000fd5b6000806000805160206136f983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610e90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb49190613240565b15610f41576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f17573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f3b9190612eea565b91505090565b54600160601b90046001600160a01b0316919050565b610f5f611956565b610fdf83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fa1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc5919061325d565b603c6000856040518060200160405280600081525061074e565b6001600160a01b03821615610ffc57610ff7826126e9565b61116b565b60006110106001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611070573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611094919061327a565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156110d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110fd9190612eea565b9050611169816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611140573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111649190612eea565b6126e9565b505b61117b634a531f3360e01b610721565b61118b63b68d180960e01b610721565b505050565b600061119c606e6115b2565b925050506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112049190612eea565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091506000906001600160a01b0383169063887b1fa990602401600060405180830381865afa158015611258573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112809190810190613297565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ed9190612eea565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b815260040161053193929190613316565b600080516020613719833981519152805460009190600160a01b900460ff16611347576000610f3b565b638fb3603760e01b91505090565b600080611362606e6115b2565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113cb9190612eea565b60405163242bdc1960e21b81526001600160601b03851660048201529091506000906001600160a01b038316906390af70649060240161014060405180830381865afa15801561141f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611443919061337e565b9050858160800181905250848160a00181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611495573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b99190612eea565b6001600160a01b0316630cbc6b89858360ff6040518463ffffffff1660e01b81526004016114e9939291906134ba565b600060405180830381600087803b15801561150357600080fd5b505af1158015611517573d6000803e3d6000fd5b50505050505050505050565b60006105ef60286126fa565b60006105ef60466126fa565b611543611956565b61154c81610b9d565b611554610940565b6001600160a01b03821661157b5760405163f17ef42d60e01b815260040160405180910390fd5b506000805160206136f983398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60006115bc6129b1565b60006115d06001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015611616573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061163a919061325d565b92506116468385612807565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa15801561168c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116b09190612eea565b608083015160405163a166aa8960e01b81526001600160a01b03918216600482015291169063a166aa8990602401602060405180830381865afa1580156116fb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061171f9190613240565b1561174e57608082015160405163d53987e560e01b81526001600160a01b0390911660048201526024016109bf565b9193909250565b6000806000805160206136f983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156117c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117e99190613240565b156118155780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016109bf565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611869573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061188d9190613240565b6118b55760405163b9304b0d60e01b81526001600160a01b03841660048201526024016109bf565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015611909573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061192d919061325d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60008051602061373983398151915254600160401b900460ff1661198d57604051631afcd79f60e31b815260040160405180910390fd5b565b6101cf611956565b6040516368aebf7b60e01b81526005600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401602060405180830381865af41580156119ea573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105ef91906130d5565b6040516301ffc9a760e01b815263bcb0007960e01b60048201528390339060009081906001600160a01b038516906301ffc9a790602401602060405180830381865afa158015611a62573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a869190613240565b611aae576040516359bff0e360e11b81526001600160a01b03881660048201526024016109bf565b6000846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611aee573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b16919081019061316e565b9050611b2d81604001518860ff9081169116141590565b15611b6d576040808201519051634a2e948760e11b81526001600160a01b038a16600482015260ff808a16602483015290911660448201526064016109bf565b60a08101516001600160a01b0385811690821614611bbf5760a0820151604051632b50a20960e21b81526001600160a01b03808c166004830152918216602482015290861660448201526064016109bf565b81602001519250611bcf8361290b565b93506000846001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c359190612eea565b604051631517388760e21b81526001600160401b038a1660048201526001600160a01b03919091169063d1f856ee9073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611ca0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cc491906130d5565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b03891660248201526044016040805180830381865afa158015611d16573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d3a91906134ea565b50905080611d8457604051636af540d960e01b81526001600160601b03851660048201526001600160401b03891660248201526001600160a01b03871660448201526064016109bf565b50505093509350935093565b60606000836001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161014060405180830381865afa158015611dd3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611df7919061337e565b90506000611e0d6001546001600160a01b031690565b60408084015190516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611e62573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e8a919081019061316e565b6080015190506000611ea46001546001600160a01b031690565b60608401516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611ef9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f21919081019061316e565b6080015160405163054cb8d160e31b81526001600160601b03871660048201529091506001600160a01b03831690632a65c68890602401600060405180830381600087803b158015611f7257600080fd5b505af1158015611f86573d6000803e3d6000fd5b505060405163054cb8d160e31b81526001600160601b03881660048201526001600160a01b0384169250632a65c6889150602401600060405180830381600087803b158015611fd457600080fd5b505af1158015611fe8573d6000803e3d6000fd5b505060405163054cb8d160e31b81526001600160601b03881660048201526001600160a01b0389169250632a65c6889150602401600060405180830381600087803b15801561203657600080fd5b505af115801561204a573d6000803e3d6000fd5b50505050856001600160a01b031663138461e06040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561208957600080fd5b505af115801561209d573d6000803e3d6000fd5b50505050866001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156120df573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121039190612eea565b6001600160a01b031663fbc1a3a086886001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161014060405180830381865afa158015612151573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612175919061337e565b6040518363ffffffff1660e01b8152600401612192929190613522565b600060405180830381600087803b1580156121ac57600080fd5b505af11580156121c0573d6000803e3d6000fd5b5060009250600191506121d09050565b60405190808252806020026020018201604052801561220357816020015b60608152602001906001900390816121ee5790505b5060408051600180825281830190925291925060208083019080368337019050508160008151811061223757612237613540565b602002602001018190525063b6b412ba60e01b8160008151811061225d5761225d613540565b602002602001015160008151811061227757612277613540565b6001600160e01b031992909216602092830291909101909101526040805160018082528183019092526000918160200160208202803683370190505090506122bd611997565b816000815181106122d0576122d0613540565b60200260200101906001600160401b031690816001600160401b0316815250506122f861152f565b6001600160a01b0316636c6fbb286123186001546001600160a01b031690565b604051636939560f60e11b81526001600160a01b038d81166004830152919091169063d272ac1e90602401602060405180830381865afa158015612360573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612384919061325d565b8a8b6001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156123c3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526123eb9190810190613556565b86866040518663ffffffff1660e01b815260040161240d9594939291906135e2565b600060405180830381600087803b15801561242757600080fd5b505af115801561243b573d6000803e3d6000fd5b5050505050505050509392505050565b6000805160206137398339815191528054600160401b810460ff1615906001600160401b031660008115801561247e5750825b90506000826001600160401b0316600114801561249a5750303b155b9050811580156124a8575080155b156124c65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156124f057845460ff60401b1916600160401b1785555b6000808780602001905181019061250791906136b6565b925050915061251782828b610f57565b6001546001600160a01b031663d39e6043608c61253261056a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612587573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125ab919061327a565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156125f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126149190612eea565b600280546001600160a01b0319166001600160a01b03929092169190911790556126446308bcea6160e01b610721565b50508315610b9457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610b8b565b60008051602061371983398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6126f1611956565b61071e816129a0565b600061270e6001546001600160a01b031690565b6001600160a01b031663d39e60438361272561056a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af415801561277a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061279e919061327a565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156127e3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109d19190612eea565b61280f6129b1565b60006128236001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612872573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261289a919081019061316e565b91506128b182604001518460ff9081169116141590565b156128f557608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff80861660248401521660448201526064016109bf565b612902826020015161290b565b90509250929050565b600061291f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561296e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612996919081019061316e565b6080015192915050565b6129a8611956565b61071e81612688565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215612a0157600080fd5b81356001600160e01b031981168114612a1957600080fd5b9392505050565b80356001600160c01b0319811681146109d457600080fd5b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612a7057612a70612a38565b60405290565b60405160e081016001600160401b0381118282101715612a7057612a70612a38565b60405161010081016001600160401b0381118282101715612a7057612a70612a38565b604051601f8201601f191681016001600160401b0381118282101715612ae357612ae3612a38565b604052919050565b60006001600160401b03821115612b0457612b04612a38565b50601f01601f191660200190565b600082601f830112612b2357600080fd5b8135612b36612b3182612aeb565b612abb565b818152846020838601011115612b4b57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060408385031215612b7b57600080fd5b612b8483612a20565b915060208301356001600160401b03811115612b9f57600080fd5b612bab85828601612b12565b9150509250929050565b60005b83811015612bd0578181015183820152602001612bb8565b50506000910152565b60008151808452612bf1816020860160208601612bb5565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151612c6e60c08401826001600160a01b03169052565b5060c083015160e080840152612c88610100840182612bd9565b949350505050565b6001600160a01b038116811461071e57600080fd5b6001600160601b038116811461071e57600080fd5b60ff8116811461071e57600080fd5b801515811461071e57600080fd5b60008060008060008060c08789031215612cf057600080fd5b8635612cfb81612c90565b95506020870135612d0b81612ca5565b94506040870135612d1b81612cba565b93506060870135612d2b81612cc9565b92506080870135612d3b81612c90565b915060a08701356001600160401b03811115612d5657600080fd5b612d6289828a01612b12565b9150509295509295509295565b600060208284031215612d8157600080fd5b81356001600160401b03811115612d9757600080fd5b612c8884828501612b12565b600060208284031215612db557600080fd5b8135612a1981612c90565b60008060408385031215612dd357600080fd5b8235612b8481612c90565b60008060408385031215612df157600080fd5b612dfa83612a20565b91506020830135612e0a81612cba565b809150509250929050565b600080600060608486031215612e2a57600080fd5b8335612e3581612c90565b92506020840135612e4581612c90565b91506040840135612e5581612c90565b809150509250925092565b600060408284031215612e7257600080fd5b612e7a612a4e565b9050813581526020820135602082015292915050565b60008060808385031215612ea357600080fd5b612ead8484612e60565b91506129028460408501612e60565b60008060408385031215612ecf57600080fd5b8235612eda81612c90565b91506020830135612e0a81612c90565b600060208284031215612efc57600080fd5b8151612a1981612c90565b6001600160601b0381511682526000602082015160406020850152612c886040850182612bd9565b6001600160401b0360c01b83168152604060208201526000612c886040830184612f07565b600060208284031215612f6657600080fd5b815162ffffff81168114612a1957600080fd5b600181811c90821680612f8d57607f821691505b602082108103612fad57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561118b57600081815260208120601f850160051c81016020861015612fda5750805b601f850160051c820191505b81811015612ff957828155600101612fe6565b505050505050565b81516001600160401b0381111561301a5761301a612a38565b61302e816130288454612f79565b84612fb3565b602080601f831160018114613063576000841561304b5750858301515b600019600386901b1c1916600185901b178555612ff9565b600085815260208120601f198616915b8281101561309257888601518255948401946001909101908401613073565b50858210156130b05787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b038116811461071e57600080fd5b6000602082840312156130e757600080fd5b8151612a19816130c0565b80516109d481612ca5565b80516109d481612cba565b80516109d481612cc9565b80516109d481612c90565b600061312c612b3184612aeb565b905082815283838301111561314057600080fd5b612a19836020830184612bb5565b600082601f83011261315f57600080fd5b612a198383516020850161311e565b60006020828403121561318057600080fd5b81516001600160401b038082111561319757600080fd5b9083019060e082860312156131ab57600080fd5b6131b3612a76565b6131bc836130f2565b81526131ca602084016130f2565b60208201526131db604084016130fd565b60408201526131ec60608401613108565b60608201526131fd60808401613113565b608082015261320e60a08401613113565b60a082015260c08301518281111561322557600080fd5b6132318782860161314e565b60c08301525095945050505050565b60006020828403121561325257600080fd5b8151612a1981612cc9565b60006020828403121561326f57600080fd5b8151612a1981612ca5565b60006020828403121561328c57600080fd5b8151612a1981612cba565b6000602082840312156132a957600080fd5b81516001600160401b03808211156132c057600080fd5b90830190604082860312156132d457600080fd5b6132dc612a4e565b82516132e781612ca5565b81526020830151828111156132fb57600080fd5b6133078782860161314e565b60208301525095945050505050565b6001600160401b0360c01b8416815260606020820152600061333b6060830185612f07565b905060ff83166040830152949350505050565b60006040828403121561336057600080fd5b613368612a4e565b9050815181526020820151602082015292915050565b6000610140828403121561339157600080fd5b613399612a98565b6133a283613113565b81526133b060208401613113565b60208201526133c1604084016130f2565b60408201526133d2606084016130f2565b60608201526133e4846080850161334e565b60808201526133f68460c0850161334e565b60a08201526134086101008401613108565b60c082015261341a6101208401613113565b60e08201529392505050565b60018060a01b038082511683528060208301511660208401525060408101516001600160601b0380821660408501528060608401511660608501525050608081015161347f608084018280518252602090810151910152565b5060a0810151805160c0840152602081015160e08401525060c0810151151561010083015260e001516001600160a01b031661012090910152565b6001600160601b038416815261018081016134d86020830185613426565b60ff8316610160830152949350505050565b600080604083850312156134fd57600080fd5b825161350881612cc9565b602084015190925063ffffffff81168114612e0a57600080fd5b6001600160601b03831681526101608101612a196020830184613426565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561356857600080fd5b81516001600160401b0381111561357e57600080fd5b8201601f8101841361358f57600080fd5b612c888482516020840161311e565b600081518084526020808501945080840160005b838110156135d75781516001600160401b0316875295820195908201906001016135b2565b509495945050505050565b6001600160601b03861681526000602060018060a01b0387168184015260a0604084015261361360a0840187612bd9565b8381036060850152855180825282820190600581901b830184018489016000805b8481101561369157868403601f19018652825180518086529089019089860190845b8181101561367c5783516001600160e01b0319168352928b0192918b0191600101613656565b50509689019694505091870191600101613634565b50505086810360808801526136a6818961359e565b9c9b505050505050505050505050565b6000806000606084860312156136cb57600080fd5b83516136d681612c90565b60208501519093506136e781612c90565b6040850151909250612e5581612c9056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122071b55ae9ba948155474717faaf827c36bed295b9d2add5b66b0ea7eecf70e60764736f6c63430008140033",
786
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101cf5760003560e01c8063644c45e0116101045780638fb36037116100a2578063bf7e214f11610071578063bf7e214f1461042d578063caf4e3d41461044b578063cc9fc59a14610453578063f7c34ee01461045b57600080fd5b80638fb36037146103d5578063ada9652e146103f6578063b68d18091461040b578063b6b412ba1461041a57600080fd5b80637cef4842116100de5780637cef484214610394578063893d20e8146103a75780638e32e979146103af5780638f997f6d146103c257600080fd5b8063644c45e014610350578063675393bf1461036e5780637a9e5e4b1461038157600080fd5b806327bb7a331161017157806340be23761161014b57806340be2376146102da5780634420e4861461030557806349bb9e4b146103185780635ab1bd531461032b57600080fd5b806327bb7a33146102ac578063329d6e74146102bf57806336fc697e146102d257600080fd5b80630fec111c116101ad5780630fec111c14610247578063138461e01461025c5780631eff4b2214610264578063214cdb801461029957600080fd5b806301ffc9a7146101d4578063095e2b72146102165780630d8e6e2c1461022b575b600080fd5b6102016101e23660046129ef565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610229610224366004612b68565b61046e565b005b61023361056a565b60405162ffffff909116815260200161020d565b61024f6105f4565b60405161020d9190612c05565b610229610715565b61028b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161020d565b6102296102a73660046129ef565b610721565b6102296102ba366004612cd7565b61074e565b6102296102cd366004612d6f565b6107f3565b610229610940565b6102ed6102e8366004612da3565b610986565b6040516001600160601b03909116815260200161020d565b6102ed610313366004612da3565b6109d9565b610229610326366004612dc0565b610a9e565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161020d565b6000805160206136f9833981519152546001600160601b03166102ed565b61022961037c366004612da3565b610b9d565b61022961038f366004612da3565b610caa565b6102296103a2366004612dde565b610d44565b610338610e20565b6102296103bd366004612e15565b610f57565b6102296103d0366004612b68565b611190565b6103dd61131d565b6040516001600160e01b0319909116815260200161020d565b61028b6000805160206136f983398151915281565b604051606e815260200161020d565b610229610428366004612e90565b611355565b600080516020613719833981519152546001600160a01b0316610338565b610338611523565b61033861152f565b610229610469366004612ebc565b61153b565b60008061047b606e6115b2565b925050915060006040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105049190612eea565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610531929190612f2f565b600060405180830381600087803b15801561054b57600080fd5b505af115801561055f573d6000803e3d6000fd5b505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105cb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105ef9190612f54565b905090565b6105fc6129b1565b6040805160e081018252600081527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b038116602084015260ff600160601b8204811694840194909452600160681b90049092161515606082015230608082015260a08101610671610e20565b6001600160a01b0316815260200182600101805461068e90612f79565b80601f01602080910402602001604051908101604052809291908181526020018280546106ba90612f79565b80156107075780601f106106dc57610100808354040283529160200191610707565b820191906000526020600020905b8154815290600101906020018083116106ea57829003601f168201915b505050505081525091505090565b61071e30611755565b50565b610729611956565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b610756611956565b610760828761153b565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016107e98382613001565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61081561056a565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610855573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061087991906130d5565b6000805160206137398339815191528054600160401b900460ff16806108ac575080546001600160401b03808416911610155b156108ca5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556108f48361198f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610948611956565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6000610990610e20565b6001600160a01b0316336001600160a01b0316146109c85760405163086391f760e31b81523360048201526024015b60405180910390fd5b6109d182611755565b90505b919050565b6000808080806109f286606e6109ed611997565b611a0e565b92965090945092509050856000610a07611523565b604051635d96628960e01b81526001600160a01b03848116600483015287811660248301529190911690635d966289906044016000604051808303816000875af1158015610a59573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610a81919081019061316e565b805197509050610a92848389611d90565b50505050505050919050565b6000805160206137398339815191528054600160401b810460ff1615906001600160401b0316600081158015610ad15750825b90506000826001600160401b03166001148015610aed5750303b155b905081158015610afb575080155b15610b195760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b4357845460ff60401b1916600160401b1785555b610b4d878761244b565b8315610b9457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610ba5611956565b806001600160a01b03163b600003610bdb5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109bf565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526312da491160e01b60048201526301ffc9a790602401602060405180830381865afa925050508015610c55575060408051601f3d908101601f19168201909252610c5291810190613240565b60015b610c7d5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109bf565b80610ca65760405163fdeac91f60e01b81526001600160a01b03831660048201526024016109bf565b5050565b33610cca600080516020613719833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610d055760405162d1953b60e31b81526001600160a01b03821660048201526024016109bf565b816001600160a01b03163b600003610d3b576040516361798f2f60e11b81526001600160a01b03831660048201526024016109bf565b610ca682612688565b6000610d50606e6115b2565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d92573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610db69190612eea565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef484290604401600060405180830381600087803b158015610e0c57600080fd5b505af1158015610b94573d6000803e3d6000fd5b6000806000805160206136f983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610e90573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb49190613240565b15610f41576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610f17573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f3b9190612eea565b91505090565b54600160601b90046001600160a01b0316919050565b610f5f611956565b610fdf83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fa1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc5919061325d565b603c6000856040518060200160405280600081525061074e565b6001600160a01b03821615610ffc57610ff7826126e9565b61116b565b60006110106001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611070573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611094919061327a565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156110d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110fd9190612eea565b9050611169816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611140573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111649190612eea565b6126e9565b505b61117b634a531f3360e01b610721565b61118b63b68d180960e01b610721565b505050565b600061119c606e6115b2565b925050506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112049190612eea565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091506000906001600160a01b0383169063887b1fa990602401600060405180830381865afa158015611258573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112809190810190613297565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156112c9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112ed9190612eea565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b815260040161053193929190613316565b600080516020613719833981519152805460009190600160a01b900460ff16611347576000610f3b565b638fb3603760e01b91505090565b600080611362606e6115b2565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113cb9190612eea565b60405163242bdc1960e21b81526001600160601b03851660048201529091506000906001600160a01b038316906390af70649060240161014060405180830381865afa15801561141f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611443919061337e565b9050858160800181905250848160a00181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611495573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b99190612eea565b6001600160a01b0316630cbc6b89858360ff6040518463ffffffff1660e01b81526004016114e9939291906134ba565b600060405180830381600087803b15801561150357600080fd5b505af1158015611517573d6000803e3d6000fd5b50505050505050505050565b60006105ef60286126fa565b60006105ef60466126fa565b611543611956565b61154c81610b9d565b611554610940565b6001600160a01b03821661157b5760405163f17ef42d60e01b815260040160405180910390fd5b506000805160206136f983398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60006115bc6129b1565b60006115d06001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015611616573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061163a919061325d565b92506116468385612807565b8092508193505050806001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa15801561168c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116b09190612eea565b608083015160405163a166aa8960e01b81526001600160a01b03918216600482015291169063a166aa8990602401602060405180830381865afa1580156116fb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061171f9190613240565b1561174e57608082015160405163d53987e560e01b81526001600160a01b0390911660048201526024016109bf565b9193909250565b6000806000805160206136f983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156117c5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117e99190613240565b156118155780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016109bf565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611869573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061188d9190613240565b6118b55760405163b9304b0d60e01b81526001600160a01b03841660048201526024016109bf565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015611909573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061192d919061325d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b60008051602061373983398151915254600160401b900460ff1661198d57604051631afcd79f60e31b815260040160405180910390fd5b565b6101cf611956565b6040516368aebf7b60e01b81526005600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401602060405180830381865af41580156119ea573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105ef91906130d5565b6040516301ffc9a760e01b815263bcb0007960e01b60048201528390339060009081906001600160a01b038516906301ffc9a790602401602060405180830381865afa158015611a62573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a869190613240565b611aae576040516359bff0e360e11b81526001600160a01b03881660048201526024016109bf565b6000846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611aee573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b16919081019061316e565b9050611b2d81604001518860ff9081169116141590565b15611b6d576040808201519051634a2e948760e11b81526001600160a01b038a16600482015260ff808a16602483015290911660448201526064016109bf565b60a08101516001600160a01b0385811690821614611bbf5760a0820151604051632b50a20960e21b81526001600160a01b03808c166004830152918216602482015290861660448201526064016109bf565b81602001519250611bcf8361290b565b93506000846001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c11573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c359190612eea565b604051631517388760e21b81526001600160401b038a1660048201526001600160a01b03919091169063d1f856ee9073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611ca0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cc491906130d5565b6040516001600160e01b031960e084901b1681526001600160401b0390911660048201526001600160a01b03891660248201526044016040805180830381865afa158015611d16573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d3a91906134ea565b50905080611d8457604051636af540d960e01b81526001600160601b03851660048201526001600160401b03891660248201526001600160a01b03871660448201526064016109bf565b50505093509350935093565b60606000836001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161014060405180830381865afa158015611dd3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611df7919061337e565b90506000611e0d6001546001600160a01b031690565b60408084015190516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611e62573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e8a919081019061316e565b6080015190506000611ea46001546001600160a01b031690565b60608401516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611ef9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f21919081019061316e565b6080015160405163054cb8d160e31b81526001600160601b03871660048201529091506001600160a01b03831690632a65c68890602401600060405180830381600087803b158015611f7257600080fd5b505af1158015611f86573d6000803e3d6000fd5b505060405163054cb8d160e31b81526001600160601b03881660048201526001600160a01b0384169250632a65c6889150602401600060405180830381600087803b158015611fd457600080fd5b505af1158015611fe8573d6000803e3d6000fd5b505060405163054cb8d160e31b81526001600160601b03881660048201526001600160a01b0389169250632a65c6889150602401600060405180830381600087803b15801561203657600080fd5b505af115801561204a573d6000803e3d6000fd5b50505050856001600160a01b031663138461e06040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561208957600080fd5b505af115801561209d573d6000803e3d6000fd5b50505050866001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156120df573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121039190612eea565b6001600160a01b031663fbc1a3a086886001600160a01b031663c200b8096040518163ffffffff1660e01b815260040161014060405180830381865afa158015612151573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612175919061337e565b6040518363ffffffff1660e01b8152600401612192929190613522565b600060405180830381600087803b1580156121ac57600080fd5b505af11580156121c0573d6000803e3d6000fd5b5060009250600191506121d09050565b60405190808252806020026020018201604052801561220357816020015b60608152602001906001900390816121ee5790505b5060408051600180825281830190925291925060208083019080368337019050508160008151811061223757612237613540565b602002602001018190525063b6b412ba60e01b8160008151811061225d5761225d613540565b602002602001015160008151811061227757612277613540565b6001600160e01b031992909216602092830291909101909101526040805160018082528183019092526000918160200160208202803683370190505090506122bd611997565b816000815181106122d0576122d0613540565b60200260200101906001600160401b031690816001600160401b0316815250506122f861152f565b6001600160a01b0316636c6fbb286123186001546001600160a01b031690565b604051636939560f60e11b81526001600160a01b038d81166004830152919091169063d272ac1e90602401602060405180830381865afa158015612360573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612384919061325d565b8a8b6001600160a01b03166317d7de7c6040518163ffffffff1660e01b8152600401600060405180830381865afa1580156123c3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526123eb9190810190613556565b86866040518663ffffffff1660e01b815260040161240d9594939291906135e2565b600060405180830381600087803b15801561242757600080fd5b505af115801561243b573d6000803e3d6000fd5b5050505050505050509392505050565b6000805160206137398339815191528054600160401b810460ff1615906001600160401b031660008115801561247e5750825b90506000826001600160401b0316600114801561249a5750303b155b9050811580156124a8575080155b156124c65760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156124f057845460ff60401b1916600160401b1785555b6000808780602001905181019061250791906136b6565b925050915061251782828b610f57565b6001546001600160a01b031663d39e6043608c61253261056a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015612587573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125ab919061327a565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156125f0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126149190612eea565b600280546001600160a01b0319166001600160a01b03929092169190911790556126446308bcea6160e01b610721565b50508315610b9457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610b8b565b60008051602061371983398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6126f1611956565b61071e816129a0565b600061270e6001546001600160a01b031690565b6001600160a01b031663d39e60438361272561056a565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af415801561277a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061279e919061327a565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156127e3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109d19190612eea565b61280f6129b1565b60006128236001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612872573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261289a919081019061316e565b91506128b182604001518460ff9081169116141590565b156128f557608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff80861660248401521660448201526064016109bf565b612902826020015161290b565b90509250929050565b600061291f6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561296e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612996919081019061316e565b6080015192915050565b6129a8611956565b61071e81612688565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215612a0157600080fd5b81356001600160e01b031981168114612a1957600080fd5b9392505050565b80356001600160c01b0319811681146109d457600080fd5b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612a7057612a70612a38565b60405290565b60405160e081016001600160401b0381118282101715612a7057612a70612a38565b60405161010081016001600160401b0381118282101715612a7057612a70612a38565b604051601f8201601f191681016001600160401b0381118282101715612ae357612ae3612a38565b604052919050565b60006001600160401b03821115612b0457612b04612a38565b50601f01601f191660200190565b600082601f830112612b2357600080fd5b8135612b36612b3182612aeb565b612abb565b818152846020838601011115612b4b57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060408385031215612b7b57600080fd5b612b8483612a20565b915060208301356001600160401b03811115612b9f57600080fd5b612bab85828601612b12565b9150509250929050565b60005b83811015612bd0578181015183820152602001612bb8565b50506000910152565b60008151808452612bf1816020860160208601612bb5565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a0830151612c6e60c08401826001600160a01b03169052565b5060c083015160e080840152612c88610100840182612bd9565b949350505050565b6001600160a01b038116811461071e57600080fd5b6001600160601b038116811461071e57600080fd5b60ff8116811461071e57600080fd5b801515811461071e57600080fd5b60008060008060008060c08789031215612cf057600080fd5b8635612cfb81612c90565b95506020870135612d0b81612ca5565b94506040870135612d1b81612cba565b93506060870135612d2b81612cc9565b92506080870135612d3b81612c90565b915060a08701356001600160401b03811115612d5657600080fd5b612d6289828a01612b12565b9150509295509295509295565b600060208284031215612d8157600080fd5b81356001600160401b03811115612d9757600080fd5b612c8884828501612b12565b600060208284031215612db557600080fd5b8135612a1981612c90565b60008060408385031215612dd357600080fd5b8235612b8481612c90565b60008060408385031215612df157600080fd5b612dfa83612a20565b91506020830135612e0a81612cba565b809150509250929050565b600080600060608486031215612e2a57600080fd5b8335612e3581612c90565b92506020840135612e4581612c90565b91506040840135612e5581612c90565b809150509250925092565b600060408284031215612e7257600080fd5b612e7a612a4e565b9050813581526020820135602082015292915050565b60008060808385031215612ea357600080fd5b612ead8484612e60565b91506129028460408501612e60565b60008060408385031215612ecf57600080fd5b8235612eda81612c90565b91506020830135612e0a81612c90565b600060208284031215612efc57600080fd5b8151612a1981612c90565b6001600160601b0381511682526000602082015160406020850152612c886040850182612bd9565b6001600160401b0360c01b83168152604060208201526000612c886040830184612f07565b600060208284031215612f6657600080fd5b815162ffffff81168114612a1957600080fd5b600181811c90821680612f8d57607f821691505b602082108103612fad57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561118b57600081815260208120601f850160051c81016020861015612fda5750805b601f850160051c820191505b81811015612ff957828155600101612fe6565b505050505050565b81516001600160401b0381111561301a5761301a612a38565b61302e816130288454612f79565b84612fb3565b602080601f831160018114613063576000841561304b5750858301515b600019600386901b1c1916600185901b178555612ff9565b600085815260208120601f198616915b8281101561309257888601518255948401946001909101908401613073565b50858210156130b05787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b038116811461071e57600080fd5b6000602082840312156130e757600080fd5b8151612a19816130c0565b80516109d481612ca5565b80516109d481612cba565b80516109d481612cc9565b80516109d481612c90565b600061312c612b3184612aeb565b905082815283838301111561314057600080fd5b612a19836020830184612bb5565b600082601f83011261315f57600080fd5b612a198383516020850161311e565b60006020828403121561318057600080fd5b81516001600160401b038082111561319757600080fd5b9083019060e082860312156131ab57600080fd5b6131b3612a76565b6131bc836130f2565b81526131ca602084016130f2565b60208201526131db604084016130fd565b60408201526131ec60608401613108565b60608201526131fd60808401613113565b608082015261320e60a08401613113565b60a082015260c08301518281111561322557600080fd5b6132318782860161314e565b60c08301525095945050505050565b60006020828403121561325257600080fd5b8151612a1981612cc9565b60006020828403121561326f57600080fd5b8151612a1981612ca5565b60006020828403121561328c57600080fd5b8151612a1981612cba565b6000602082840312156132a957600080fd5b81516001600160401b03808211156132c057600080fd5b90830190604082860312156132d457600080fd5b6132dc612a4e565b82516132e781612ca5565b81526020830151828111156132fb57600080fd5b6133078782860161314e565b60208301525095945050505050565b6001600160401b0360c01b8416815260606020820152600061333b6060830185612f07565b905060ff83166040830152949350505050565b60006040828403121561336057600080fd5b613368612a4e565b9050815181526020820151602082015292915050565b6000610140828403121561339157600080fd5b613399612a98565b6133a283613113565b81526133b060208401613113565b60208201526133c1604084016130f2565b60408201526133d2606084016130f2565b60608201526133e4846080850161334e565b60808201526133f68460c0850161334e565b60a08201526134086101008401613108565b60c082015261341a6101208401613113565b60e08201529392505050565b60018060a01b038082511683528060208301511660208401525060408101516001600160601b0380821660408501528060608401511660608501525050608081015161347f608084018280518252602090810151910152565b5060a0810151805160c0840152602081015160e08401525060c0810151151561010083015260e001516001600160a01b031661012090910152565b6001600160601b038416815261018081016134d86020830185613426565b60ff8316610160830152949350505050565b600080604083850312156134fd57600080fd5b825161350881612cc9565b602084015190925063ffffffff81168114612e0a57600080fd5b6001600160601b03831681526101608101612a196020830184613426565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561356857600080fd5b81516001600160401b0381111561357e57600080fd5b8201601f8101841361358f57600080fd5b612c888482516020840161311e565b600081518084526020808501945080840160005b838110156135d75781516001600160401b0316875295820195908201906001016135b2565b509495945050505050565b6001600160601b03861681526000602060018060a01b0387168184015260a0604084015261361360a0840187612bd9565b8381036060850152855180825282820190600581901b830184018489016000805b8481101561369157868403601f19018652825180518086529089019089860190845b8181101561367c5783516001600160e01b0319168352928b0192918b0191600101613656565b50509689019694505091870191600101613634565b50505086810360808801526136a6818961359e565b9c9b505050505050505050505050565b6000806000606084860312156136cb57600080fd5b83516136d681612c90565b60208501519093506136e781612c90565b6040850151909250612e5581612c9056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122071b55ae9ba948155474717faaf827c36bed295b9d2add5b66b0ea7eecf70e60764736f6c63430008140033",
787
- "linkReferences": {
788
- "contracts/type/NftId.sol": {
789
- "NftIdLib": [
790
- {
791
- "length": 20,
792
- "start": 3900
793
- },
794
- {
795
- "length": 20,
796
- "start": 6257
797
- }
798
- ]
799
- },
800
- "contracts/type/RoleId.sol": {
801
- "RoleIdLib": [
802
- {
803
- "length": 20,
804
- "start": 6806
805
- },
806
- {
807
- "length": 20,
808
- "start": 7500
809
- }
810
- ]
811
- },
812
- "contracts/type/Version.sol": {
813
- "VersionLib": [
814
- {
815
- "length": 20,
816
- "start": 1655
817
- },
818
- {
819
- "length": 20,
820
- "start": 2267
821
- },
822
- {
823
- "length": 20,
824
- "start": 9779
825
- },
826
- {
827
- "length": 20,
828
- "start": 10278
829
- }
830
- ],
831
- "VersionPartLib": [
832
- {
833
- "length": 20,
834
- "start": 4380
835
- }
836
- ]
837
- }
838
- },
839
- "deployedLinkReferences": {
840
- "contracts/type/NftId.sol": {
841
- "NftIdLib": [
842
- {
843
- "length": 20,
844
- "start": 3670
845
- },
846
- {
847
- "length": 20,
848
- "start": 6027
849
- }
850
- ]
851
- },
852
- "contracts/type/RoleId.sol": {
853
- "RoleIdLib": [
854
- {
855
- "length": 20,
856
- "start": 6576
857
- },
858
- {
859
- "length": 20,
860
- "start": 7270
861
- }
862
- ]
863
- },
864
- "contracts/type/Version.sol": {
865
- "VersionLib": [
866
- {
867
- "length": 20,
868
- "start": 1425
869
- },
870
- {
871
- "length": 20,
872
- "start": 2037
873
- },
874
- {
875
- "length": 20,
876
- "start": 9549
877
- },
878
- {
879
- "length": 20,
880
- "start": 10048
881
- }
882
- ],
883
- "VersionPartLib": [
884
- {
885
- "length": 20,
886
- "start": 4150
887
- }
888
- ]
889
- }
890
- }
891
- }