@etherisc/gif-next 0.0.2-f831797-539 → 0.0.2-f8e07c7-917

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