@etherisc/gif-next 0.0.2-ef2f083-203 → 0.0.2-ef82317-831

Sign up to get free protection for your applications and to get access to all the features.
Files changed (695) hide show
  1. package/README.md +121 -18
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1234 -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/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/IAccessAdmin.sol/IAccessAdmin.json} +483 -552
  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 +1363 -0
  24. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
  26. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1033 -0
  28. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1405 -0
  30. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
  32. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +927 -0
  34. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -0
  36. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  38. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1512 -0
  40. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +410 -0
  42. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1999 -0
  44. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +414 -0
  46. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1432 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1192 -0
  52. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1566 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2001 -0
  56. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  57. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
  58. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  59. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +518 -310
  60. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  61. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +447 -170
  62. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  63. package/artifacts/contracts/instance/Instance.sol/Instance.json +345 -3046
  64. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  65. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1623 -0
  66. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  67. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
  68. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1100 -340
  70. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +526 -300
  72. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  73. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +338 -92
  74. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3607 -0
  76. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  77. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  78. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  79. package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
  80. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  81. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  82. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  83. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
  84. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  85. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
  86. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  87. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  88. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  89. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  90. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  91. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  92. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  93. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  94. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  95. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  96. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  97. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1000 -0
  98. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  99. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
  100. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  101. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  102. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  103. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +405 -370
  104. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  105. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  106. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  107. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +892 -0
  108. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +927 -0
  110. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +710 -0
  112. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  113. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1297 -0
  114. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  115. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
  116. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  117. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1431 -0
  118. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  119. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
  120. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  121. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +931 -0
  122. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  123. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +958 -0
  124. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  125. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1267 -0
  126. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  127. package/artifacts/contracts/pool/Pool.sol/Pool.json +1083 -0
  128. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  129. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1612 -0
  130. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  131. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +758 -0
  132. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  133. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +737 -0
  134. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  135. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +698 -0
  136. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  137. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1119 -0
  138. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  139. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
  140. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  141. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1397 -0
  142. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  143. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +826 -0
  144. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  145. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → product/IApplicationService.sol/IApplicationService.json} +222 -186
  146. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  147. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +913 -0
  148. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  149. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +896 -0
  150. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  151. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +267 -279
  152. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  153. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +971 -0
  154. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  155. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +125 -191
  156. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  157. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1268 -0
  158. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  159. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +770 -0
  160. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  161. package/artifacts/contracts/product/PricingService.sol/PricingService.json +865 -0
  162. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  163. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +746 -0
  164. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  165. package/artifacts/contracts/product/Product.sol/Product.json +1077 -0
  166. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  167. package/artifacts/contracts/product/RiskService.sol/RiskService.json +588 -0
  168. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  169. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +682 -0
  170. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  171. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  172. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  173. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +560 -184
  174. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  175. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +356 -269
  176. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  177. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  178. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  179. package/artifacts/contracts/registry/Registry.sol/Registry.json +895 -228
  180. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  181. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1858 -0
  182. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  183. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +291 -366
  184. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  185. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +313 -137
  186. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  187. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
  188. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  189. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
  190. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  191. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
  192. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  193. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  194. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  195. package/artifacts/contracts/shared/Component.sol/Component.json +706 -0
  196. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  197. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1573 -0
  198. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  199. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +794 -0
  200. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  201. package/artifacts/contracts/shared/{RegisterableUpgradable.sol/RegisterableUpgradable.json → ComponentVerifyingService.sol/ComponentVerifyingService.json} +149 -159
  202. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  203. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
  204. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  205. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +626 -0
  206. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  207. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
  208. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  209. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +721 -0
  210. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  211. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +59 -14
  212. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  213. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
  214. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  216. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  217. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  218. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  219. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  220. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  221. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  222. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  223. package/artifacts/contracts/shared/IService.sol/IService.json +97 -172
  224. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  225. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  226. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  227. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +814 -0
  228. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  229. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
  230. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  231. package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
  232. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  233. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  234. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  235. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +65 -30
  236. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  237. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  238. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  239. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +44 -54
  240. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  241. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  242. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  243. package/artifacts/contracts/shared/Service.sol/Service.json +115 -183
  244. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  245. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
  246. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  247. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
  248. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  249. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1459 -0
  250. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  251. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  252. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  253. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
  254. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  255. package/artifacts/contracts/staking/Staking.sol/Staking.json +1849 -0
  256. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
  257. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
  258. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  259. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +750 -0
  260. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  261. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
  262. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  263. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1236 -0
  264. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  265. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +698 -0
  266. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  267. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
  268. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  269. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
  270. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  271. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  272. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  273. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  274. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  276. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  278. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  279. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  280. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  281. package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
  282. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  283. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  284. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  285. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  286. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  287. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  288. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  289. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
  290. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  291. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  292. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  293. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  294. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  295. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  296. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  297. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
  298. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  299. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
  300. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  301. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
  302. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  304. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  306. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  307. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  308. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  309. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  310. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  311. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  312. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  313. package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
  314. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  315. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
  316. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  317. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  318. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  319. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
  320. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  321. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
  322. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  323. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +586 -0
  324. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  325. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  326. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  327. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
  328. package/contracts/authorization/AccessAdmin.sol +592 -0
  329. package/contracts/authorization/AccessManagerCloneable.sol +16 -0
  330. package/contracts/authorization/Authorization.sol +221 -0
  331. package/contracts/authorization/IAccess.sol +48 -0
  332. package/contracts/authorization/IAccessAdmin.sol +135 -0
  333. package/contracts/authorization/IAuthorization.sol +54 -0
  334. package/contracts/authorization/IModuleAuthorization.sol +21 -0
  335. package/contracts/authorization/IServiceAuthorization.sol +38 -0
  336. package/contracts/authorization/ModuleAuthorization.sol +78 -0
  337. package/contracts/authorization/ServiceAuthorization.sol +90 -0
  338. package/contracts/distribution/BasicDistribution.sol +138 -0
  339. package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
  340. package/contracts/distribution/Distribution.sol +295 -0
  341. package/contracts/distribution/DistributionService.sol +336 -0
  342. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  343. package/contracts/distribution/IDistributionComponent.sol +52 -0
  344. package/contracts/distribution/IDistributionService.sol +101 -0
  345. package/contracts/examples/fire/DamageLevel.sol +59 -0
  346. package/contracts/examples/fire/FirePool.sol +75 -0
  347. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  348. package/contracts/examples/fire/FireProduct.sol +413 -0
  349. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  350. package/contracts/examples/fire/FireUSD.sol +26 -0
  351. package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
  352. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  353. package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
  354. package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
  355. package/contracts/instance/BundleSet.sol +126 -0
  356. package/contracts/instance/IInstance.sol +56 -26
  357. package/contracts/instance/IInstanceService.sol +78 -16
  358. package/contracts/instance/Instance.sol +159 -373
  359. package/contracts/instance/InstanceAdmin.sol +288 -0
  360. package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
  361. package/contracts/instance/InstanceReader.sol +279 -74
  362. package/contracts/instance/InstanceService.sol +406 -99
  363. package/contracts/instance/InstanceServiceManager.sol +14 -31
  364. package/contracts/instance/InstanceStore.sol +287 -0
  365. package/contracts/instance/base/BalanceStore.sol +123 -0
  366. package/contracts/instance/base/Cloneable.sol +28 -0
  367. package/contracts/instance/base/ObjectCounter.sol +21 -0
  368. package/contracts/instance/base/ObjectLifecycle.sol +111 -0
  369. package/contracts/instance/base/ObjectSet.sol +79 -0
  370. package/contracts/instance/module/IAccess.sol +29 -21
  371. package/contracts/instance/module/IBundle.sol +8 -7
  372. package/contracts/instance/module/IComponents.sol +48 -0
  373. package/contracts/instance/module/IDistribution.sol +6 -4
  374. package/contracts/instance/module/IPolicy.sol +58 -19
  375. package/contracts/instance/module/IRisk.sol +1 -1
  376. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  377. package/contracts/oracle/BasicOracle.sol +48 -0
  378. package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
  379. package/contracts/oracle/IOracle.sol +36 -0
  380. package/contracts/oracle/IOracleComponent.sol +33 -0
  381. package/contracts/oracle/IOracleService.sol +65 -0
  382. package/contracts/oracle/Oracle.sol +167 -0
  383. package/contracts/oracle/OracleService.sol +281 -0
  384. package/contracts/oracle/OracleServiceManager.sol +39 -0
  385. package/contracts/pool/BasicPool.sol +166 -0
  386. package/contracts/pool/BasicPoolAuthorization.sol +58 -0
  387. package/contracts/pool/BundleService.sol +461 -0
  388. package/contracts/pool/BundleServiceManager.sol +39 -0
  389. package/contracts/pool/IBundleService.sol +143 -0
  390. package/contracts/pool/IPoolComponent.sol +68 -0
  391. package/contracts/pool/IPoolService.sol +171 -0
  392. package/contracts/pool/Pool.sol +353 -0
  393. package/contracts/pool/PoolService.sol +563 -0
  394. package/contracts/pool/PoolServiceManager.sol +39 -0
  395. package/contracts/product/ApplicationService.sol +251 -0
  396. package/contracts/product/ApplicationServiceManager.sol +38 -0
  397. package/contracts/product/BasicProduct.sol +53 -0
  398. package/contracts/product/BasicProductAuthorization.sol +43 -0
  399. package/contracts/product/ClaimService.sol +581 -0
  400. package/contracts/product/ClaimServiceManager.sol +38 -0
  401. package/contracts/product/IApplicationService.sol +63 -0
  402. package/contracts/product/IClaimService.sol +123 -0
  403. package/contracts/product/IPolicyService.sol +80 -0
  404. package/contracts/product/IPricingService.sol +39 -0
  405. package/contracts/product/IProductComponent.sol +53 -0
  406. package/contracts/product/IRiskService.sol +33 -0
  407. package/contracts/product/PolicyService.sol +686 -0
  408. package/contracts/product/PolicyServiceManager.sol +39 -0
  409. package/contracts/product/PricingService.sol +300 -0
  410. package/contracts/product/PricingServiceManager.sol +39 -0
  411. package/contracts/product/Product.sol +432 -0
  412. package/contracts/product/RiskService.sol +96 -0
  413. package/contracts/product/RiskServiceManager.sol +39 -0
  414. package/contracts/registry/ChainNft.sol +79 -31
  415. package/contracts/registry/IRegistry.sol +124 -48
  416. package/contracts/registry/IRegistryService.sol +43 -16
  417. package/contracts/registry/ITransferInterceptor.sol +1 -0
  418. package/contracts/registry/Registry.sol +522 -304
  419. package/contracts/registry/RegistryAdmin.sol +464 -0
  420. package/contracts/registry/RegistryService.sol +146 -286
  421. package/contracts/registry/RegistryServiceManager.sol +26 -53
  422. package/contracts/registry/ReleaseLifecycle.sol +27 -0
  423. package/contracts/registry/ReleaseRegistry.sol +491 -0
  424. package/contracts/registry/ServiceAuthorizationV3.sol +198 -0
  425. package/contracts/registry/TokenRegistry.sol +261 -57
  426. package/contracts/shared/Component.sol +276 -0
  427. package/contracts/shared/ComponentService.sol +641 -0
  428. package/contracts/shared/ComponentServiceManager.sol +38 -0
  429. package/contracts/shared/ComponentVerifyingService.sol +116 -0
  430. package/contracts/shared/ContractLib.sol +38 -0
  431. package/contracts/shared/IComponent.sol +73 -0
  432. package/contracts/shared/IComponentService.sol +108 -0
  433. package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
  434. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  435. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -4
  436. package/contracts/shared/INftOwnable.sol +13 -12
  437. package/contracts/shared/IPolicyHolder.sol +35 -0
  438. package/contracts/shared/IRegisterable.sol +4 -6
  439. package/contracts/shared/IRegistryLinked.sol +11 -0
  440. package/contracts/shared/IService.sol +16 -6
  441. package/contracts/shared/InitializableERC165.sol +27 -0
  442. package/contracts/shared/InstanceLinkedComponent.sol +171 -0
  443. package/contracts/shared/KeyValueStore.sol +131 -0
  444. package/contracts/shared/Lifecycle.sol +77 -0
  445. package/contracts/shared/NftIdSet.sol +65 -0
  446. package/contracts/shared/NftOwnable.sol +60 -89
  447. package/contracts/shared/PolicyHolder.sol +62 -0
  448. package/contracts/shared/Registerable.sol +23 -38
  449. package/contracts/shared/RegistryLinked.sol +44 -0
  450. package/contracts/shared/Service.sol +63 -30
  451. package/contracts/shared/TokenHandler.sol +122 -10
  452. package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
  453. package/contracts/staking/IStaking.sol +168 -0
  454. package/contracts/staking/IStakingService.sol +160 -0
  455. package/contracts/staking/StakeManagerLib.sol +224 -0
  456. package/contracts/staking/Staking.sol +498 -0
  457. package/contracts/staking/StakingLifecycle.sol +23 -0
  458. package/contracts/staking/StakingManager.sol +52 -0
  459. package/contracts/staking/StakingReader.sol +190 -0
  460. package/contracts/staking/StakingService.sol +407 -0
  461. package/contracts/staking/StakingServiceManager.sol +44 -0
  462. package/contracts/staking/StakingStore.sol +605 -0
  463. package/contracts/staking/TargetManagerLib.sol +211 -0
  464. package/contracts/{types → type}/AddressSet.sol +1 -1
  465. package/contracts/type/Amount.sol +150 -0
  466. package/contracts/{types → type}/Blocknumber.sol +27 -3
  467. package/contracts/type/ClaimId.sol +80 -0
  468. package/contracts/{types → type}/DistributorType.sol +2 -2
  469. package/contracts/{types → type}/Fee.sol +33 -23
  470. package/contracts/{types → type}/NftId.sol +22 -15
  471. package/contracts/type/NftIdSet.sol +62 -0
  472. package/contracts/type/ObjectType.sol +276 -0
  473. package/contracts/type/PayoutId.sol +82 -0
  474. package/contracts/{types → type}/Referral.sol +6 -1
  475. package/contracts/type/RequestId.sol +75 -0
  476. package/contracts/{types → type}/RiskId.sol +16 -2
  477. package/contracts/type/RoleId.sol +174 -0
  478. package/contracts/type/Seconds.sol +101 -0
  479. package/contracts/type/Selector.sol +102 -0
  480. package/contracts/{types → type}/StateId.sol +35 -4
  481. package/contracts/type/String.sol +53 -0
  482. package/contracts/{types → type}/Timestamp.sol +34 -15
  483. package/contracts/{types → type}/UFixed.sol +39 -9
  484. package/contracts/{types → type}/Version.sol +5 -2
  485. package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
  486. package/contracts/upgradeability/ProxyManager.sol +231 -0
  487. package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
  488. package/contracts/upgradeability/Versionable.sol +59 -0
  489. package/package.json +10 -7
  490. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  491. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  492. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  493. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -670
  494. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  495. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  496. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  497. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -204
  498. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  499. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  500. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  501. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  502. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  503. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -790
  504. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  505. package/artifacts/contracts/components/Product.sol/Product.json +0 -775
  506. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  507. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  508. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  509. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  510. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  511. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  512. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  513. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  514. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  515. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  516. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  517. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  518. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  519. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  520. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  521. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  522. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  523. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  524. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  525. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  526. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  527. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  528. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  529. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  530. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  531. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  532. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  533. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  534. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  535. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  536. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  537. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  538. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  539. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  540. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  541. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  542. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  543. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  544. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  545. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  546. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  547. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  548. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  549. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
  550. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  551. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  552. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  553. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  554. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  555. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  557. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  558. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  559. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  560. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  561. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  562. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  563. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  564. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -641
  565. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  566. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -428
  567. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  568. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  569. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  570. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  571. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  572. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  573. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  574. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  575. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  576. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  577. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  578. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  579. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  580. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  581. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  582. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  583. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  584. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  585. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  586. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  587. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  588. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  589. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  590. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  591. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  592. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  593. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  594. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  595. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  596. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  597. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  598. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  599. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  600. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  601. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  602. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  603. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  604. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  605. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  606. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  607. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  608. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  609. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  610. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  611. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  612. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  613. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  614. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  615. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  616. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  617. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  618. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  619. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  620. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  621. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  622. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  623. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  624. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  625. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  626. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  627. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  628. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  629. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  630. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  631. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  632. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  633. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  634. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  635. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  636. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  637. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  638. package/contracts/components/BaseComponent.sol +0 -91
  639. package/contracts/components/Distribution.sol +0 -166
  640. package/contracts/components/IBaseComponent.sol +0 -25
  641. package/contracts/components/IDistributionComponent.sol +0 -46
  642. package/contracts/components/IPoolComponent.sol +0 -62
  643. package/contracts/components/IProductComponent.sol +0 -35
  644. package/contracts/components/Pool.sol +0 -258
  645. package/contracts/components/Product.sol +0 -297
  646. package/contracts/experiment/cloning/Cloner.sol +0 -47
  647. package/contracts/experiment/errors/Require.sol +0 -38
  648. package/contracts/experiment/errors/Revert.sol +0 -44
  649. package/contracts/experiment/inheritance/A.sol +0 -53
  650. package/contracts/experiment/inheritance/B.sol +0 -28
  651. package/contracts/experiment/inheritance/C.sol +0 -34
  652. package/contracts/experiment/inheritance/IA.sol +0 -13
  653. package/contracts/experiment/inheritance/IB.sol +0 -10
  654. package/contracts/experiment/inheritance/IC.sol +0 -12
  655. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  656. package/contracts/experiment/statemachine/ISM.sol +0 -25
  657. package/contracts/experiment/statemachine/SM.sol +0 -57
  658. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  659. package/contracts/experiment/types/TypeA.sol +0 -47
  660. package/contracts/experiment/types/TypeB.sol +0 -29
  661. package/contracts/instance/AccessManagedSimple.sol +0 -115
  662. package/contracts/instance/AccessManagerSimple.sol +0 -692
  663. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  664. package/contracts/instance/InstanceAccessManager.sol +0 -288
  665. package/contracts/instance/base/ComponentServiceBase.sol +0 -39
  666. package/contracts/instance/base/IInstanceBase.sol +0 -23
  667. package/contracts/instance/base/KeyValueStore.sol +0 -172
  668. package/contracts/instance/base/Lifecycle.sol +0 -100
  669. package/contracts/instance/module/ISetup.sol +0 -43
  670. package/contracts/instance/module/ITreasury.sol +0 -23
  671. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  672. package/contracts/instance/service/DistributionService.sol +0 -96
  673. package/contracts/instance/service/DistributionServiceManager.sol +0 -53
  674. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  675. package/contracts/instance/service/IDistributionService.sol +0 -12
  676. package/contracts/instance/service/IPoolService.sol +0 -37
  677. package/contracts/instance/service/IProductService.sol +0 -107
  678. package/contracts/shared/ContractDeployerLib.sol +0 -72
  679. package/contracts/shared/ERC165.sol +0 -25
  680. package/contracts/shared/ProxyManager.sol +0 -94
  681. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  682. package/contracts/shared/Versionable.sol +0 -147
  683. package/contracts/test/TestFee.sol +0 -25
  684. package/contracts/test/TestRegisterable.sol +0 -18
  685. package/contracts/test/TestRoleId.sol +0 -14
  686. package/contracts/test/TestService.sol +0 -24
  687. package/contracts/test/TestToken.sol +0 -26
  688. package/contracts/test/TestVersion.sol +0 -44
  689. package/contracts/test/TestVersionable.sol +0 -17
  690. package/contracts/types/ChainId.sol +0 -38
  691. package/contracts/types/NftIdSet.sol +0 -60
  692. package/contracts/types/NumberId.sol +0 -52
  693. package/contracts/types/ObjectType.sol +0 -152
  694. package/contracts/types/RoleId.sol +0 -88
  695. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -0,0 +1,1573 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ComponentService",
4
+ "sourceName": "contracts/shared/ComponentService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "component",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "ErrorComponentServiceAlreadyRegistered",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "component",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ErrorComponentServiceComponentLocked",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
68
+ {
69
+ "internalType": "address",
70
+ "name": "component",
71
+ "type": "address"
72
+ },
73
+ {
74
+ "internalType": "ObjectType",
75
+ "name": "expectedType",
76
+ "type": "uint8"
77
+ },
78
+ {
79
+ "internalType": "ObjectType",
80
+ "name": "foundType",
81
+ "type": "uint8"
82
+ }
83
+ ],
84
+ "name": "ErrorComponentServiceComponentTypeInvalid",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "NftId",
91
+ "name": "instanceNftId",
92
+ "type": "uint96"
93
+ },
94
+ {
95
+ "internalType": "RoleId",
96
+ "name": "requiredRole",
97
+ "type": "uint64"
98
+ },
99
+ {
100
+ "internalType": "address",
101
+ "name": "sender",
102
+ "type": "address"
103
+ }
104
+ ],
105
+ "name": "ErrorComponentServiceExpectedRoleMissing",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [
110
+ {
111
+ "internalType": "address",
112
+ "name": "component",
113
+ "type": "address"
114
+ },
115
+ {
116
+ "internalType": "ObjectType",
117
+ "name": "requiredType",
118
+ "type": "uint8"
119
+ },
120
+ {
121
+ "internalType": "ObjectType",
122
+ "name": "componentType",
123
+ "type": "uint8"
124
+ }
125
+ ],
126
+ "name": "ErrorComponentServiceInvalidType",
127
+ "type": "error"
128
+ },
129
+ {
130
+ "inputs": [],
131
+ "name": "ErrorComponentServiceNewWalletAddressZero",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "address",
138
+ "name": "component",
139
+ "type": "address"
140
+ }
141
+ ],
142
+ "name": "ErrorComponentServiceNotComponent",
143
+ "type": "error"
144
+ },
145
+ {
146
+ "inputs": [
147
+ {
148
+ "internalType": "address",
149
+ "name": "component",
150
+ "type": "address"
151
+ },
152
+ {
153
+ "internalType": "address",
154
+ "name": "initialOwner",
155
+ "type": "address"
156
+ },
157
+ {
158
+ "internalType": "address",
159
+ "name": "sender",
160
+ "type": "address"
161
+ }
162
+ ],
163
+ "name": "ErrorComponentServiceSenderNotOwner",
164
+ "type": "error"
165
+ },
166
+ {
167
+ "inputs": [
168
+ {
169
+ "internalType": "address",
170
+ "name": "sender",
171
+ "type": "address"
172
+ }
173
+ ],
174
+ "name": "ErrorComponentServiceSenderNotService",
175
+ "type": "error"
176
+ },
177
+ {
178
+ "inputs": [],
179
+ "name": "ErrorComponentServiceWalletAddressIsSameAsCurrent",
180
+ "type": "error"
181
+ },
182
+ {
183
+ "inputs": [],
184
+ "name": "ErrorComponentServiceWalletAddressZero",
185
+ "type": "error"
186
+ },
187
+ {
188
+ "inputs": [
189
+ {
190
+ "internalType": "address",
191
+ "name": "wallet",
192
+ "type": "address"
193
+ },
194
+ {
195
+ "internalType": "address",
196
+ "name": "spender",
197
+ "type": "address"
198
+ },
199
+ {
200
+ "internalType": "uint256",
201
+ "name": "allowance",
202
+ "type": "uint256"
203
+ },
204
+ {
205
+ "internalType": "uint256",
206
+ "name": "amount",
207
+ "type": "uint256"
208
+ }
209
+ ],
210
+ "name": "ErrorComponentServiceWalletAllowanceTooSmall",
211
+ "type": "error"
212
+ },
213
+ {
214
+ "inputs": [
215
+ {
216
+ "internalType": "Amount",
217
+ "name": "withdrawnAmount",
218
+ "type": "uint96"
219
+ },
220
+ {
221
+ "internalType": "Amount",
222
+ "name": "withdrawLimit",
223
+ "type": "uint96"
224
+ }
225
+ ],
226
+ "name": "ErrorComponentServiceWithdrawAmountExceedsLimit",
227
+ "type": "error"
228
+ },
229
+ {
230
+ "inputs": [],
231
+ "name": "ErrorComponentServiceWithdrawAmountIsZero",
232
+ "type": "error"
233
+ },
234
+ {
235
+ "inputs": [
236
+ {
237
+ "internalType": "NftId",
238
+ "name": "componentNftId",
239
+ "type": "uint96"
240
+ }
241
+ ],
242
+ "name": "ErrorComponentVerifyingServiceComponentIsLocked",
243
+ "type": "error"
244
+ },
245
+ {
246
+ "inputs": [
247
+ {
248
+ "internalType": "NftId",
249
+ "name": "componentNftId",
250
+ "type": "uint96"
251
+ },
252
+ {
253
+ "internalType": "ObjectType",
254
+ "name": "expectedType",
255
+ "type": "uint8"
256
+ },
257
+ {
258
+ "internalType": "ObjectType",
259
+ "name": "actualType",
260
+ "type": "uint8"
261
+ }
262
+ ],
263
+ "name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
264
+ "type": "error"
265
+ },
266
+ {
267
+ "inputs": [
268
+ {
269
+ "internalType": "NftId",
270
+ "name": "nftId",
271
+ "type": "uint96"
272
+ }
273
+ ],
274
+ "name": "ErrorNftOwnableAlreadyLinked",
275
+ "type": "error"
276
+ },
277
+ {
278
+ "inputs": [
279
+ {
280
+ "internalType": "address",
281
+ "name": "contractAddress",
282
+ "type": "address"
283
+ }
284
+ ],
285
+ "name": "ErrorNftOwnableContractNotRegistered",
286
+ "type": "error"
287
+ },
288
+ {
289
+ "inputs": [],
290
+ "name": "ErrorNftOwnableInitialOwnerZero",
291
+ "type": "error"
292
+ },
293
+ {
294
+ "inputs": [
295
+ {
296
+ "internalType": "address",
297
+ "name": "account",
298
+ "type": "address"
299
+ }
300
+ ],
301
+ "name": "ErrorNftOwnableNotOwner",
302
+ "type": "error"
303
+ },
304
+ {
305
+ "inputs": [
306
+ {
307
+ "internalType": "address",
308
+ "name": "registryAddress",
309
+ "type": "address"
310
+ }
311
+ ],
312
+ "name": "ErrorNotRegistry",
313
+ "type": "error"
314
+ },
315
+ {
316
+ "inputs": [],
317
+ "name": "ErrorServiceNotImplemented",
318
+ "type": "error"
319
+ },
320
+ {
321
+ "inputs": [],
322
+ "name": "InvalidInitialization",
323
+ "type": "error"
324
+ },
325
+ {
326
+ "inputs": [],
327
+ "name": "NotInitializing",
328
+ "type": "error"
329
+ },
330
+ {
331
+ "inputs": [],
332
+ "name": "ReentrancyGuardReentrantCall",
333
+ "type": "error"
334
+ },
335
+ {
336
+ "anonymous": false,
337
+ "inputs": [
338
+ {
339
+ "indexed": false,
340
+ "internalType": "address",
341
+ "name": "authority",
342
+ "type": "address"
343
+ }
344
+ ],
345
+ "name": "AuthorityUpdated",
346
+ "type": "event"
347
+ },
348
+ {
349
+ "anonymous": false,
350
+ "inputs": [
351
+ {
352
+ "indexed": false,
353
+ "internalType": "uint64",
354
+ "name": "version",
355
+ "type": "uint64"
356
+ }
357
+ ],
358
+ "name": "Initialized",
359
+ "type": "event"
360
+ },
361
+ {
362
+ "anonymous": false,
363
+ "inputs": [
364
+ {
365
+ "indexed": false,
366
+ "internalType": "NftId",
367
+ "name": "componentNftId",
368
+ "type": "uint96"
369
+ },
370
+ {
371
+ "indexed": false,
372
+ "internalType": "address",
373
+ "name": "recipient",
374
+ "type": "address"
375
+ },
376
+ {
377
+ "indexed": false,
378
+ "internalType": "address",
379
+ "name": "token",
380
+ "type": "address"
381
+ },
382
+ {
383
+ "indexed": false,
384
+ "internalType": "Amount",
385
+ "name": "withdrawnAmount",
386
+ "type": "uint96"
387
+ }
388
+ ],
389
+ "name": "LogComponentServiceComponentFeesWithdrawn",
390
+ "type": "event"
391
+ },
392
+ {
393
+ "anonymous": false,
394
+ "inputs": [
395
+ {
396
+ "indexed": false,
397
+ "internalType": "NftId",
398
+ "name": "distributionNftId",
399
+ "type": "uint96"
400
+ }
401
+ ],
402
+ "name": "LogComponentServiceDistributionFeesUpdated",
403
+ "type": "event"
404
+ },
405
+ {
406
+ "anonymous": false,
407
+ "inputs": [
408
+ {
409
+ "indexed": false,
410
+ "internalType": "NftId",
411
+ "name": "poolNftId",
412
+ "type": "uint96"
413
+ }
414
+ ],
415
+ "name": "LogComponentServicePoolFeesUpdated",
416
+ "type": "event"
417
+ },
418
+ {
419
+ "anonymous": false,
420
+ "inputs": [
421
+ {
422
+ "indexed": false,
423
+ "internalType": "NftId",
424
+ "name": "productNftId",
425
+ "type": "uint96"
426
+ }
427
+ ],
428
+ "name": "LogComponentServiceProductFeesUpdated",
429
+ "type": "event"
430
+ },
431
+ {
432
+ "anonymous": false,
433
+ "inputs": [
434
+ {
435
+ "indexed": false,
436
+ "internalType": "NftId",
437
+ "name": "nftId",
438
+ "type": "uint96"
439
+ },
440
+ {
441
+ "indexed": false,
442
+ "internalType": "string",
443
+ "name": "feeName",
444
+ "type": "string"
445
+ },
446
+ {
447
+ "indexed": false,
448
+ "internalType": "UFixed",
449
+ "name": "previousFractionalFee",
450
+ "type": "uint256"
451
+ },
452
+ {
453
+ "indexed": false,
454
+ "internalType": "uint256",
455
+ "name": "previousFixedFee",
456
+ "type": "uint256"
457
+ },
458
+ {
459
+ "indexed": false,
460
+ "internalType": "UFixed",
461
+ "name": "newFractionalFee",
462
+ "type": "uint256"
463
+ },
464
+ {
465
+ "indexed": false,
466
+ "internalType": "uint256",
467
+ "name": "newFixedFee",
468
+ "type": "uint256"
469
+ }
470
+ ],
471
+ "name": "LogComponentServiceUpdateFee",
472
+ "type": "event"
473
+ },
474
+ {
475
+ "anonymous": false,
476
+ "inputs": [
477
+ {
478
+ "indexed": false,
479
+ "internalType": "NftId",
480
+ "name": "componentNftId",
481
+ "type": "uint96"
482
+ },
483
+ {
484
+ "indexed": false,
485
+ "internalType": "address",
486
+ "name": "currentWallet",
487
+ "type": "address"
488
+ },
489
+ {
490
+ "indexed": false,
491
+ "internalType": "address",
492
+ "name": "newWallet",
493
+ "type": "address"
494
+ }
495
+ ],
496
+ "name": "LogComponentServiceWalletAddressChanged",
497
+ "type": "event"
498
+ },
499
+ {
500
+ "inputs": [],
501
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
502
+ "outputs": [
503
+ {
504
+ "internalType": "bytes32",
505
+ "name": "",
506
+ "type": "bytes32"
507
+ }
508
+ ],
509
+ "stateMutability": "view",
510
+ "type": "function"
511
+ },
512
+ {
513
+ "inputs": [],
514
+ "name": "REGISTERABLE_LOCATION_V1",
515
+ "outputs": [
516
+ {
517
+ "internalType": "bytes32",
518
+ "name": "",
519
+ "type": "bytes32"
520
+ }
521
+ ],
522
+ "stateMutability": "view",
523
+ "type": "function"
524
+ },
525
+ {
526
+ "inputs": [],
527
+ "name": "authority",
528
+ "outputs": [
529
+ {
530
+ "internalType": "address",
531
+ "name": "",
532
+ "type": "address"
533
+ }
534
+ ],
535
+ "stateMutability": "view",
536
+ "type": "function"
537
+ },
538
+ {
539
+ "inputs": [
540
+ {
541
+ "internalType": "contract InstanceStore",
542
+ "name": "instanceStore",
543
+ "type": "address"
544
+ },
545
+ {
546
+ "internalType": "NftId",
547
+ "name": "bundleNftId",
548
+ "type": "uint96"
549
+ },
550
+ {
551
+ "internalType": "Amount",
552
+ "name": "amount",
553
+ "type": "uint96"
554
+ },
555
+ {
556
+ "internalType": "Amount",
557
+ "name": "feeAmount",
558
+ "type": "uint96"
559
+ }
560
+ ],
561
+ "name": "decreaseBundleBalance",
562
+ "outputs": [],
563
+ "stateMutability": "nonpayable",
564
+ "type": "function"
565
+ },
566
+ {
567
+ "inputs": [
568
+ {
569
+ "internalType": "contract InstanceStore",
570
+ "name": "instanceStore",
571
+ "type": "address"
572
+ },
573
+ {
574
+ "internalType": "NftId",
575
+ "name": "distributionNftId",
576
+ "type": "uint96"
577
+ },
578
+ {
579
+ "internalType": "Amount",
580
+ "name": "amount",
581
+ "type": "uint96"
582
+ },
583
+ {
584
+ "internalType": "Amount",
585
+ "name": "feeAmount",
586
+ "type": "uint96"
587
+ }
588
+ ],
589
+ "name": "decreaseDistributionBalance",
590
+ "outputs": [],
591
+ "stateMutability": "nonpayable",
592
+ "type": "function"
593
+ },
594
+ {
595
+ "inputs": [
596
+ {
597
+ "internalType": "contract InstanceStore",
598
+ "name": "instanceStore",
599
+ "type": "address"
600
+ },
601
+ {
602
+ "internalType": "NftId",
603
+ "name": "distributorNftId",
604
+ "type": "uint96"
605
+ },
606
+ {
607
+ "internalType": "Amount",
608
+ "name": "amount",
609
+ "type": "uint96"
610
+ },
611
+ {
612
+ "internalType": "Amount",
613
+ "name": "feeAmount",
614
+ "type": "uint96"
615
+ }
616
+ ],
617
+ "name": "decreaseDistributorBalance",
618
+ "outputs": [],
619
+ "stateMutability": "nonpayable",
620
+ "type": "function"
621
+ },
622
+ {
623
+ "inputs": [
624
+ {
625
+ "internalType": "contract InstanceStore",
626
+ "name": "instanceStore",
627
+ "type": "address"
628
+ },
629
+ {
630
+ "internalType": "NftId",
631
+ "name": "poolNftId",
632
+ "type": "uint96"
633
+ },
634
+ {
635
+ "internalType": "Amount",
636
+ "name": "amount",
637
+ "type": "uint96"
638
+ },
639
+ {
640
+ "internalType": "Amount",
641
+ "name": "feeAmount",
642
+ "type": "uint96"
643
+ }
644
+ ],
645
+ "name": "decreasePoolBalance",
646
+ "outputs": [],
647
+ "stateMutability": "nonpayable",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "inputs": [
652
+ {
653
+ "internalType": "contract InstanceStore",
654
+ "name": "instanceStore",
655
+ "type": "address"
656
+ },
657
+ {
658
+ "internalType": "NftId",
659
+ "name": "productNftId",
660
+ "type": "uint96"
661
+ },
662
+ {
663
+ "internalType": "Amount",
664
+ "name": "feeAmount",
665
+ "type": "uint96"
666
+ }
667
+ ],
668
+ "name": "decreaseProductFees",
669
+ "outputs": [],
670
+ "stateMutability": "nonpayable",
671
+ "type": "function"
672
+ },
673
+ {
674
+ "inputs": [],
675
+ "name": "getDomain",
676
+ "outputs": [
677
+ {
678
+ "internalType": "ObjectType",
679
+ "name": "serviceDomain",
680
+ "type": "uint8"
681
+ }
682
+ ],
683
+ "stateMutability": "pure",
684
+ "type": "function"
685
+ },
686
+ {
687
+ "inputs": [],
688
+ "name": "getInitialInfo",
689
+ "outputs": [
690
+ {
691
+ "components": [
692
+ {
693
+ "internalType": "NftId",
694
+ "name": "nftId",
695
+ "type": "uint96"
696
+ },
697
+ {
698
+ "internalType": "NftId",
699
+ "name": "parentNftId",
700
+ "type": "uint96"
701
+ },
702
+ {
703
+ "internalType": "ObjectType",
704
+ "name": "objectType",
705
+ "type": "uint8"
706
+ },
707
+ {
708
+ "internalType": "bool",
709
+ "name": "isInterceptor",
710
+ "type": "bool"
711
+ },
712
+ {
713
+ "internalType": "address",
714
+ "name": "objectAddress",
715
+ "type": "address"
716
+ },
717
+ {
718
+ "internalType": "address",
719
+ "name": "initialOwner",
720
+ "type": "address"
721
+ },
722
+ {
723
+ "internalType": "bytes",
724
+ "name": "data",
725
+ "type": "bytes"
726
+ }
727
+ ],
728
+ "internalType": "struct IRegistry.ObjectInfo",
729
+ "name": "info",
730
+ "type": "tuple"
731
+ }
732
+ ],
733
+ "stateMutability": "view",
734
+ "type": "function"
735
+ },
736
+ {
737
+ "inputs": [],
738
+ "name": "getNftId",
739
+ "outputs": [
740
+ {
741
+ "internalType": "NftId",
742
+ "name": "",
743
+ "type": "uint96"
744
+ }
745
+ ],
746
+ "stateMutability": "view",
747
+ "type": "function"
748
+ },
749
+ {
750
+ "inputs": [],
751
+ "name": "getOwner",
752
+ "outputs": [
753
+ {
754
+ "internalType": "address",
755
+ "name": "",
756
+ "type": "address"
757
+ }
758
+ ],
759
+ "stateMutability": "view",
760
+ "type": "function"
761
+ },
762
+ {
763
+ "inputs": [],
764
+ "name": "getRegistry",
765
+ "outputs": [
766
+ {
767
+ "internalType": "contract IRegistry",
768
+ "name": "",
769
+ "type": "address"
770
+ }
771
+ ],
772
+ "stateMutability": "view",
773
+ "type": "function"
774
+ },
775
+ {
776
+ "inputs": [],
777
+ "name": "getRoleId",
778
+ "outputs": [
779
+ {
780
+ "internalType": "RoleId",
781
+ "name": "serviceRoleId",
782
+ "type": "uint64"
783
+ }
784
+ ],
785
+ "stateMutability": "pure",
786
+ "type": "function"
787
+ },
788
+ {
789
+ "inputs": [],
790
+ "name": "getVersion",
791
+ "outputs": [
792
+ {
793
+ "internalType": "Version",
794
+ "name": "",
795
+ "type": "uint24"
796
+ }
797
+ ],
798
+ "stateMutability": "pure",
799
+ "type": "function"
800
+ },
801
+ {
802
+ "inputs": [
803
+ {
804
+ "internalType": "contract InstanceStore",
805
+ "name": "instanceStore",
806
+ "type": "address"
807
+ },
808
+ {
809
+ "internalType": "NftId",
810
+ "name": "bundleNftId",
811
+ "type": "uint96"
812
+ },
813
+ {
814
+ "internalType": "Amount",
815
+ "name": "amount",
816
+ "type": "uint96"
817
+ },
818
+ {
819
+ "internalType": "Amount",
820
+ "name": "feeAmount",
821
+ "type": "uint96"
822
+ }
823
+ ],
824
+ "name": "increaseBundleBalance",
825
+ "outputs": [],
826
+ "stateMutability": "nonpayable",
827
+ "type": "function"
828
+ },
829
+ {
830
+ "inputs": [
831
+ {
832
+ "internalType": "contract InstanceStore",
833
+ "name": "instanceStore",
834
+ "type": "address"
835
+ },
836
+ {
837
+ "internalType": "NftId",
838
+ "name": "distributionNftId",
839
+ "type": "uint96"
840
+ },
841
+ {
842
+ "internalType": "Amount",
843
+ "name": "amount",
844
+ "type": "uint96"
845
+ },
846
+ {
847
+ "internalType": "Amount",
848
+ "name": "feeAmount",
849
+ "type": "uint96"
850
+ }
851
+ ],
852
+ "name": "increaseDistributionBalance",
853
+ "outputs": [],
854
+ "stateMutability": "nonpayable",
855
+ "type": "function"
856
+ },
857
+ {
858
+ "inputs": [
859
+ {
860
+ "internalType": "contract InstanceStore",
861
+ "name": "instanceStore",
862
+ "type": "address"
863
+ },
864
+ {
865
+ "internalType": "NftId",
866
+ "name": "distributorNftId",
867
+ "type": "uint96"
868
+ },
869
+ {
870
+ "internalType": "Amount",
871
+ "name": "amount",
872
+ "type": "uint96"
873
+ },
874
+ {
875
+ "internalType": "Amount",
876
+ "name": "feeAmount",
877
+ "type": "uint96"
878
+ }
879
+ ],
880
+ "name": "increaseDistributorBalance",
881
+ "outputs": [],
882
+ "stateMutability": "nonpayable",
883
+ "type": "function"
884
+ },
885
+ {
886
+ "inputs": [
887
+ {
888
+ "internalType": "contract InstanceStore",
889
+ "name": "instanceStore",
890
+ "type": "address"
891
+ },
892
+ {
893
+ "internalType": "NftId",
894
+ "name": "poolNftId",
895
+ "type": "uint96"
896
+ },
897
+ {
898
+ "internalType": "Amount",
899
+ "name": "amount",
900
+ "type": "uint96"
901
+ },
902
+ {
903
+ "internalType": "Amount",
904
+ "name": "feeAmount",
905
+ "type": "uint96"
906
+ }
907
+ ],
908
+ "name": "increasePoolBalance",
909
+ "outputs": [],
910
+ "stateMutability": "nonpayable",
911
+ "type": "function"
912
+ },
913
+ {
914
+ "inputs": [
915
+ {
916
+ "internalType": "contract InstanceStore",
917
+ "name": "instanceStore",
918
+ "type": "address"
919
+ },
920
+ {
921
+ "internalType": "NftId",
922
+ "name": "productNftId",
923
+ "type": "uint96"
924
+ },
925
+ {
926
+ "internalType": "Amount",
927
+ "name": "feeAmount",
928
+ "type": "uint96"
929
+ }
930
+ ],
931
+ "name": "increaseProductFees",
932
+ "outputs": [],
933
+ "stateMutability": "nonpayable",
934
+ "type": "function"
935
+ },
936
+ {
937
+ "inputs": [
938
+ {
939
+ "internalType": "address",
940
+ "name": "activatedBy",
941
+ "type": "address"
942
+ },
943
+ {
944
+ "internalType": "bytes",
945
+ "name": "data",
946
+ "type": "bytes"
947
+ }
948
+ ],
949
+ "name": "initializeVersionable",
950
+ "outputs": [],
951
+ "stateMutability": "nonpayable",
952
+ "type": "function"
953
+ },
954
+ {
955
+ "inputs": [],
956
+ "name": "isConsumingScheduledOp",
957
+ "outputs": [
958
+ {
959
+ "internalType": "bytes4",
960
+ "name": "",
961
+ "type": "bytes4"
962
+ }
963
+ ],
964
+ "stateMutability": "view",
965
+ "type": "function"
966
+ },
967
+ {
968
+ "inputs": [],
969
+ "name": "linkToRegisteredNftId",
970
+ "outputs": [
971
+ {
972
+ "internalType": "NftId",
973
+ "name": "nftId",
974
+ "type": "uint96"
975
+ }
976
+ ],
977
+ "stateMutability": "nonpayable",
978
+ "type": "function"
979
+ },
980
+ {
981
+ "inputs": [],
982
+ "name": "lock",
983
+ "outputs": [],
984
+ "stateMutability": "nonpayable",
985
+ "type": "function"
986
+ },
987
+ {
988
+ "inputs": [],
989
+ "name": "registerDistribution",
990
+ "outputs": [],
991
+ "stateMutability": "nonpayable",
992
+ "type": "function"
993
+ },
994
+ {
995
+ "inputs": [],
996
+ "name": "registerOracle",
997
+ "outputs": [],
998
+ "stateMutability": "nonpayable",
999
+ "type": "function"
1000
+ },
1001
+ {
1002
+ "inputs": [],
1003
+ "name": "registerPool",
1004
+ "outputs": [],
1005
+ "stateMutability": "nonpayable",
1006
+ "type": "function"
1007
+ },
1008
+ {
1009
+ "inputs": [],
1010
+ "name": "registerProduct",
1011
+ "outputs": [],
1012
+ "stateMutability": "nonpayable",
1013
+ "type": "function"
1014
+ },
1015
+ {
1016
+ "inputs": [
1017
+ {
1018
+ "internalType": "address",
1019
+ "name": "newAuthority",
1020
+ "type": "address"
1021
+ }
1022
+ ],
1023
+ "name": "setAuthority",
1024
+ "outputs": [],
1025
+ "stateMutability": "nonpayable",
1026
+ "type": "function"
1027
+ },
1028
+ {
1029
+ "inputs": [
1030
+ {
1031
+ "components": [
1032
+ {
1033
+ "internalType": "UFixed",
1034
+ "name": "fractionalFee",
1035
+ "type": "uint256"
1036
+ },
1037
+ {
1038
+ "internalType": "uint256",
1039
+ "name": "fixedFee",
1040
+ "type": "uint256"
1041
+ }
1042
+ ],
1043
+ "internalType": "struct Fee",
1044
+ "name": "distributionFee",
1045
+ "type": "tuple"
1046
+ },
1047
+ {
1048
+ "components": [
1049
+ {
1050
+ "internalType": "UFixed",
1051
+ "name": "fractionalFee",
1052
+ "type": "uint256"
1053
+ },
1054
+ {
1055
+ "internalType": "uint256",
1056
+ "name": "fixedFee",
1057
+ "type": "uint256"
1058
+ }
1059
+ ],
1060
+ "internalType": "struct Fee",
1061
+ "name": "minDistributionOwnerFee",
1062
+ "type": "tuple"
1063
+ }
1064
+ ],
1065
+ "name": "setDistributionFees",
1066
+ "outputs": [],
1067
+ "stateMutability": "nonpayable",
1068
+ "type": "function"
1069
+ },
1070
+ {
1071
+ "inputs": [
1072
+ {
1073
+ "components": [
1074
+ {
1075
+ "internalType": "UFixed",
1076
+ "name": "fractionalFee",
1077
+ "type": "uint256"
1078
+ },
1079
+ {
1080
+ "internalType": "uint256",
1081
+ "name": "fixedFee",
1082
+ "type": "uint256"
1083
+ }
1084
+ ],
1085
+ "internalType": "struct Fee",
1086
+ "name": "poolFee",
1087
+ "type": "tuple"
1088
+ },
1089
+ {
1090
+ "components": [
1091
+ {
1092
+ "internalType": "UFixed",
1093
+ "name": "fractionalFee",
1094
+ "type": "uint256"
1095
+ },
1096
+ {
1097
+ "internalType": "uint256",
1098
+ "name": "fixedFee",
1099
+ "type": "uint256"
1100
+ }
1101
+ ],
1102
+ "internalType": "struct Fee",
1103
+ "name": "stakingFee",
1104
+ "type": "tuple"
1105
+ },
1106
+ {
1107
+ "components": [
1108
+ {
1109
+ "internalType": "UFixed",
1110
+ "name": "fractionalFee",
1111
+ "type": "uint256"
1112
+ },
1113
+ {
1114
+ "internalType": "uint256",
1115
+ "name": "fixedFee",
1116
+ "type": "uint256"
1117
+ }
1118
+ ],
1119
+ "internalType": "struct Fee",
1120
+ "name": "performanceFee",
1121
+ "type": "tuple"
1122
+ }
1123
+ ],
1124
+ "name": "setPoolFees",
1125
+ "outputs": [],
1126
+ "stateMutability": "nonpayable",
1127
+ "type": "function"
1128
+ },
1129
+ {
1130
+ "inputs": [
1131
+ {
1132
+ "components": [
1133
+ {
1134
+ "internalType": "UFixed",
1135
+ "name": "fractionalFee",
1136
+ "type": "uint256"
1137
+ },
1138
+ {
1139
+ "internalType": "uint256",
1140
+ "name": "fixedFee",
1141
+ "type": "uint256"
1142
+ }
1143
+ ],
1144
+ "internalType": "struct Fee",
1145
+ "name": "productFee",
1146
+ "type": "tuple"
1147
+ },
1148
+ {
1149
+ "components": [
1150
+ {
1151
+ "internalType": "UFixed",
1152
+ "name": "fractionalFee",
1153
+ "type": "uint256"
1154
+ },
1155
+ {
1156
+ "internalType": "uint256",
1157
+ "name": "fixedFee",
1158
+ "type": "uint256"
1159
+ }
1160
+ ],
1161
+ "internalType": "struct Fee",
1162
+ "name": "processingFee",
1163
+ "type": "tuple"
1164
+ }
1165
+ ],
1166
+ "name": "setProductFees",
1167
+ "outputs": [],
1168
+ "stateMutability": "nonpayable",
1169
+ "type": "function"
1170
+ },
1171
+ {
1172
+ "inputs": [
1173
+ {
1174
+ "internalType": "address",
1175
+ "name": "newWallet",
1176
+ "type": "address"
1177
+ }
1178
+ ],
1179
+ "name": "setWallet",
1180
+ "outputs": [],
1181
+ "stateMutability": "nonpayable",
1182
+ "type": "function"
1183
+ },
1184
+ {
1185
+ "inputs": [
1186
+ {
1187
+ "internalType": "bytes4",
1188
+ "name": "interfaceId",
1189
+ "type": "bytes4"
1190
+ }
1191
+ ],
1192
+ "name": "supportsInterface",
1193
+ "outputs": [
1194
+ {
1195
+ "internalType": "bool",
1196
+ "name": "",
1197
+ "type": "bool"
1198
+ }
1199
+ ],
1200
+ "stateMutability": "view",
1201
+ "type": "function"
1202
+ },
1203
+ {
1204
+ "inputs": [],
1205
+ "name": "unlock",
1206
+ "outputs": [],
1207
+ "stateMutability": "nonpayable",
1208
+ "type": "function"
1209
+ },
1210
+ {
1211
+ "inputs": [
1212
+ {
1213
+ "internalType": "bytes",
1214
+ "name": "data",
1215
+ "type": "bytes"
1216
+ }
1217
+ ],
1218
+ "name": "upgradeVersionable",
1219
+ "outputs": [],
1220
+ "stateMutability": "nonpayable",
1221
+ "type": "function"
1222
+ },
1223
+ {
1224
+ "inputs": [
1225
+ {
1226
+ "internalType": "Amount",
1227
+ "name": "amount",
1228
+ "type": "uint96"
1229
+ }
1230
+ ],
1231
+ "name": "withdrawFees",
1232
+ "outputs": [
1233
+ {
1234
+ "internalType": "Amount",
1235
+ "name": "withdrawnAmount",
1236
+ "type": "uint96"
1237
+ }
1238
+ ],
1239
+ "stateMutability": "nonpayable",
1240
+ "type": "function"
1241
+ }
1242
+ ],
1243
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b614fbe806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061021e575f3560e01c80636e1728071161012a578063be495be5116100b4578063d7740ee111610079578063d7740ee114610497578063deaa59df1461049f578063dfd92f8a146104b2578063e618053f14610294578063f83d08ba146102a7575f80fd5b8063be495be51461045f578063bf7e214f14610467578063c142a30314610484578063d165cb6414610311578063d56cd3d514610311575f80fd5b806389fad8a2116100fa57806389fad8a2146102945780638fb360371461041b578063a69df4b5146102a7578063ada9652e1461043c578063b68d180914610450575f80fd5b80636e172807146103ed57806374933c2f146103115780637a9e5e4b14610400578063893d20e814610413575f80fd5b8063339d2590116101ab578063644c45e01161017b578063644c45e01461038a578063661017811461029457806367438c50146103a757806367ba1c10146103ba5780636c741e78146103cd575f80fd5b8063339d25901461033757806337a897ee1461033f57806349bb9e4b146103525780635ab1bd5314610365575f80fd5b8063138461e0116101f1578063138461e0146102a95780631c6b2190146102c95780631eff4b22146102dc57806325e451d314610311578063329d6e7414610324575f80fd5b806301ffc9a7146102225780630d8e6e2c146102635780630fec111c1461027f57806311a1467714610294575b5f80fd5b61024e6102303660046141a4565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61026b6104ba565b60405162ffffff909116815260200161025a565b610287610541565b60405161025a91906141f9565b6102a76102a23660046142b5565b6106cd565b005b6102b16106e0565b6040516001600160601b03909116815260200161025a565b6102b16102d736600461430e565b6106ea565b6103037f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161025a565b6102a761031f3660046142b5565b610e1a565b6102a7610332366004614497565b610e28565b6102a7610f72565b6102a761034d3660046144f7565b610f90565b6102a7610360366004614521565b6112ad565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161025a565b5f80516020614f29833981519152546001600160601b03166102b1565b6102a76103b536600461456d565b61139b565b6102a76103c83660046144f7565b611418565b6103d5611783565b6040516001600160401b03909116815260200161025a565b6102a76103fb36600461456d565b61187a565b6102a761040e3660046145b5565b6118c7565b610372611963565b610423611a94565b6040516001600160e01b0319909116815260200161025a565b6103035f80516020614f2983398151915281565b604051600b815260200161025a565b6102a7611acb565b5f80516020614f49833981519152546001600160a01b0316610372565b6102a76104923660046145d0565b611ada565b6102a7611e78565b6102a76104ad3660046145b5565b611f45565b6102a76121e7565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610518573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061053c9190614613565b905090565b610549614167565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105e39190614645565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161062b611963565b6001600160a01b0316815260200182600101805461064890614660565b80601f016020809104026020016040519081016040528092919081815260200182805461067490614660565b80156106bf5780601f10610696576101008083540402835291602001916106bf565b820191905f5260205f20905b8154815290600101906020018083116106a257829003601f168201915b505050505081525091505090565b6106da5f858585856122e5565b50505050565b5f61053c306126df565b5f80806106f7600b6128d8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610739573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075d9190614698565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156107a9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107d0919081019061470d565b90505f81608001519050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561084a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086e9190614645565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156108b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108db91906147f4565b156109b857826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561091c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109409190614698565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa15801561098d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109b19190614645565b9450610bdf565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610a0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3291906147f4565b15610a505760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab19190614698565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610afe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b229190614645565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610b83573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ba791906147f4565b15610bdd5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610cb55f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c439190614698565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610caf9190614645565b896122e5565b5f610cc86001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610d15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d399190614698565b60408481015181516001600160601b0389811682526001600160a01b03858116602084015290921681840152908916606082015290519192507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde9919081900360800190a1606083015160405163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015f604051808303815f87803b158015610dfa575f80fd5b505af1158015610e0c573d5f803e3d5ffd5b505050505050505050919050565b6106da6001858585856122e5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610e4a6104ba565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610e88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610eac919061482c565b5f80516020614f698339815191528054600160401b900460ff1680610ede575080546001600160401b03808416911610155b15610efc5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610f2683612974565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b335f80610f8883600d610f8361297c565b6129b6565b505050505050565b5f80610f9c600e6128d8565b92505091505f8061100c836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fe2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110069190614698565b85612ef6565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360a00151896040518363ffffffff1660e01b815260040161104e929190614847565b602060405180830381865af4158015611069573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061108d91906147f4565b6110d3576110c8836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508460a001518a61309f565b5060a0810186905260015b60c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161110f91908a90600401614847565b602060405180830381865af415801561112a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061114e91906147f4565b6111a257611197836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e65724665650000000000000000008152508460c001518961309f565b5060c0810185905260015b80156112a457836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112089190614698565b6001600160a01b0316638d595eec848460ff6040518463ffffffff1660e01b81526004016112389392919061495b565b5f604051808303815f87803b15801561124f575f80fd5b505af1158015611261573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f80516020614f698339815191528054600160401b810460ff1615906001600160401b03165f811580156112de5750825b90505f826001600160401b031660011480156112f95750303b155b905081158015611307575080155b156113255760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561134f57845460ff60401b1916600160401b1785555b61135987876130f2565b83156112a457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161129b565b6114136001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156113e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061140d9190614645565b856122e5565b505050565b5f80611424600c6128d8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611466573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148a9190614698565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c9060240161022060405180830381865afa1580156114d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114fc91906149ba565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360600151886040518363ffffffff1660e01b815260040161153c929190614847565b602060405180830381865af4158015611557573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157b91906147f4565b6115bc576115b1846040518060400160405280600a81526020016950726f6475637446656560b01b81525084606001518961309f565b506060810185905260015b608082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc0916115f891908990600401614847565b602060405180830381865af4158015611613573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061163791906147f4565b61167b57611670846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084608001518861309f565b506080810184905260015b8015610f8857826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116e19190614698565b6001600160a01b0316638d595eec858460ff6040518463ffffffff1660e01b81526004016117119392919061495b565b5f604051808303815f87803b158015611728575f80fd5b505af115801561173a573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a1505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118129190614aa6565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865af4158015611856573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061053c919061482c565b6114135f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156113e9573d5f803e3d5ffd5b336118e65f80516020614f49833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146119215760405162d1953b60e31b81526001600160a01b0382166004820152602401610bd4565b816001600160a01b03163b5f03611956576040516361798f2f60e11b81526001600160a01b0383166004820152602401610bd4565b61195f82613261565b5050565b5f805f80516020614f2983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156119cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119f391906147f4565b15611a7e576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a789190614698565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020614f4983398151915280545f9190600160a01b900460ff16611abb575f611a78565b638fb3603760e01b91505090565b565b336106da81600e610f836132c1565b5f80611ae6600f6128d8565b92505091505f80611b2c836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fe2573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360e001518a6040518363ffffffff1660e01b8152600401611b6e929190614847565b602060405180830381865af4158015611b89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bad91906147f4565b611beb57611be08360405180604001604052806007815260200166506f6f6c46656560c81b8152508460e001518b61309f565b5060e0810187905260015b61010082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611c2891908b90600401614847565b602060405180830381865af4158015611c43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c6791906147f4565b611caa57611c9e836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508461010001518a61309f565b50610100810186905260015b61012082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611ce791908a90600401614847565b602060405180830381865af4158015611d02573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d2691906147f4565b611d6d57611d61836040518060400160405280600e81526020016d506572666f726d616e636546656560901b8152508461012001518961309f565b50610120810185905260015b8015611e6e57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611daf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dd39190614698565b6001600160a01b0316638d595eec848460ff6040518463ffffffff1660e01b8152600401611e039392919061495b565b5f604051808303815f87803b158015611e1a575f80fd5b505af1158015611e2c573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b335f80611e8983600f610f836132fb565b9250925050816001600160a01b0316637d8486fe82856001600160a01b03166385ba83446040518163ffffffff1660e01b815260040161010060405180830381865afa158015611edb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eff9190614ac1565b6040518363ffffffff1660e01b8152600401611f1c929190614b5b565b5f604051808303815f87803b158015611f33575f80fd5b505af11580156112a4573d5f803e3d5ffd5b5f80611f51600b6128d8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fb79190614698565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015612003573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261202a919081019061470d565b60808101519091506001600160a01b0385166120595760405163cda6051f60e01b815260040160405180910390fd5b6001600160a01b0381166120805760405163149cf9c560e21b815260040160405180910390fd5b806001600160a01b0316856001600160a01b0316036120b25760405163e5bf1f2160e01b815260040160405180910390fd5b8482608001906001600160a01b031690816001600160a01b031681525050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561210c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121309190614698565b6001600160a01b03166303c099ac858460ff6040518463ffffffff1660e01b815260040161216093929190614c69565b5f604051808303815f87803b158015612177575f80fd5b505af1158015612189573d5f803e3d5ffd5b5050604080516001600160601b03881681526001600160a01b03858116602083015289168183015290517ff2d80db4913d045b4cad17a65741b11f822efa2652c369fcb3e44324260773c39350908190036060019150a15050505050565b335f80806121f984600c610f83613335565b9250925092505f846001600160a01b031663c108bd4c6040518163ffffffff1660e01b815260040161022060405180830381865afa15801561223d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061226191906149ba565b604051637abf0bfd60e11b81529091506001600160a01b0384169063f57e17fa906122929085908590600401614c9d565b5f604051808303815f87803b1580156122a9575f80fd5b505af11580156122bb573d5f803e3d5ffd5b505050506122ce8484835f01518561336f565b6122de848483602001518561336f565b5050505050565b5f6122f083836134d6565b905085156124ef576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561234e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061237291906147f4565b156123f157604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af11580156123cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ef9190614645565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612447573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061246b91906147f4565b156124ea5760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af11580156124c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124e89190614645565b505b610f88565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612545573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061256991906147f4565b156125e85760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af11580156125c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125e69190614645565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561263e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061266291906147f4565b15610f88576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af11580156126bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112a49190614645565b5f805f80516020614f2983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561274b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061276f91906147f4565b1561279b5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610bd4565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156127ed573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061281191906147f4565b6128395760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610bd4565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561288b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128af9190614645565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f6128e1614167565b5f6128f46001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612938573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061295c9190614645565b925061296a83856001613561565b9395909450915050565b61021e6137fe565b604051637c3940bf60e01b8152600c60048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf9060240161183b565b5f805f805f806129c7898989613834565b60025460405163d943342d60e01b81526001600160a01b03808516600483015260ff8e1660248301528084166044830152949750929550909350919091169063d943342d906064015f604051808303815f875af1158015612a2a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a519190810190614cbb565b5f01519350816001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015612a93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ab79190614645565b50826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612af4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b189190614698565b9550826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b7a9190614698565b94505f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015612bb8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612bdf919081019061470d565b905073__$51089c37ca0df1177a910c640c8c5f8165$__63825e72798260400151866001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c3c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c609190614698565b6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c9b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cbf9190614698565b6040516001600160e01b031960e085901b1681526001600160a01b03928316600482015291166024820152604401602060405180830381865af4158015612d08573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d2c9190614698565b81606001906001600160a01b031690816001600160a01b031681525050856001600160a01b0316634846003a846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612db89190614645565b836040518363ffffffff1660e01b8152600401612dd6929190614d8b565b5f604051808303815f87803b158015612ded575f80fd5b505af1158015612dff573d5f803e3d5ffd5b5050505060035f9054906101000a90046001600160a01b03166001600160a01b0316633931d6da856001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e869190614645565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526001600160a01b03861660248201526044015f604051808303815f87803b158015612ed3575f80fd5b505af1158015612ee5573d5f803e3d5ffd5b505050505050505093509350939050565b5f612fae60408051610140810182525f80825260208083018290528284018290528351808501855282815280820183905260608401528351808501855282815280820183905260808401528351808501855282815280820183905260a08401528351808501855282815280820183905260c08401528351808501855282815280820183905260e08401528351808501855282815280820183905261010084015283518085019094528184528301529061012082015290565b60405163f0ea17c360e01b81526001600160601b03841660048201526001600160a01b0385169063f0ea17c3906024015f60405180830381865afa158015612ff8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261301f919081019061470d565b602001516040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c9060240161022060405180830381865afa158015613072573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061309691906149ba565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db946130e4948a948a949293909290614dac565b60405180910390a150505050565b5f80516020614f698339815191528054600160401b810460ff1615906001600160401b03165f811580156131235750825b90505f826001600160401b0316600114801561313e5750303b155b90508115801561314c575080155b1561316a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561319457845460ff60401b1916600160401b1785555b5f80878060200190518101906131aa9190614df2565b915091506131b982828b613be8565b6131c36002613d28565b600280546001600160a01b0319166001600160a01b03929092169190911790556131ed600a613d28565b600380546001600160a01b0319166001600160a01b039290921691909117905561321d636618d76960e11b613e30565b505083156112a457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161129b565b5f80516020614f4983398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b604051637c3940bf60e01b8152600d60048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf9060240161183b565b604051637c3940bf60e01b8152600e60048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf9060240161183b565b604051637c3940bf60e01b8152600b60048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf9060240161183b565b604051630a4d29dd60e31b81526001600160601b038316600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156133c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133e991906147f4565b6106da5760405163f0ea17c360e01b81526001600160601b03831660048201525f906001600160a01b0386169063f0ea17c3906024015f60405180830381865afa158015613439573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613460919081019061470d565b6001600160601b038316602082015260405162f0266b60e21b81529091506001600160a01b038516906303c099ac906134a2908690859060ff90600401614c69565b5f604051808303815f87803b1580156134b9575f80fd5b505af11580156134cb573d5f803e3d5ffd5b505050505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613536573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061355a9190614645565b9392505050565b613569614167565b5f8061357d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156135ca573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526135f19190810190614cbb565b925060ff8516600b1461364f57604083015160ff86811691161461364a57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610bd4565b6136eb565b61366a836040015161365f600c90565b60ff90811691161490565b806136805750613680836040015161365f600f90565b806136965750613696836040015161365f600e90565b806136ac57506136ac836040015161365f600d90565b6136eb57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610bd4565b6136f88360200151613e5c565b915083156137f557816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561373c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137609190614698565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156137a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137cc91906147f4565b156137f557604051637d71120960e11b81526001600160601b0387166004820152602401610bd4565b50935093915050565b5f80516020614f6983398151915254600160401b900460ff16611ac957604051631afcd79f60e31b815260040160405180910390fd5b6040516301ffc9a760e01b81526376c9b41160e11b60048201525f90849082906001600160a01b038316906301ffc9a790602401602060405180830381865afa158015613883573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138a791906147f4565b6138cf576040516359bff0e360e11b81526001600160a01b0387166004820152602401610bd4565b5f826001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561390b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526139329190810190614cbb565b905061394981604001518760ff9081169116141590565b15613989576040808201519051634a2e948760e11b81526001600160a01b038916600482015260ff80891660248301529091166044820152606401610bd4565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0389811660048301529190911690635e546bee90602401602060405180830381865afa1580156139db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139ff9190614645565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613a56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7a91906147f4565b15613aa3576040516322e6526160e11b81526001600160a01b0388166004820152602401610bd4565b613ab08160200151613e5c565b93508060a001519150836001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613af5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b199190614698565b60405163327e18a160e11b81526001600160a01b0384811660048301526001600160401b038816602483015291909116906364fc314290604401602060405180830381865afa158015613b6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b9291906147f4565b613bde576020810151604051636af540d960e01b81526001600160601b0390911660048201526001600160401b03861660248201526001600160a01b0383166044820152606401610bd4565b5093509350939050565b613bf06137fe565b613bf8613ea6565b6001600160a01b03821615613c1557613c1082613eb6565b613c8c565b5f613c206002613d28565b9050613c8a816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613c61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c859190614698565b613eb6565b505b613d0883846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613ccc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613cf09190614645565b60085f8560405180602001604052805f815250613eca565b613d18634a531f3360e01b613e30565b61141363daf9067160e01b613e30565b5f613d3b6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613d9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613dc29190614aa6565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865afa158015613e06573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e2a9190614698565b92915050565b613e386137fe565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f613e6f6001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03841660048201526001600160a01b03919091169063bf8e179790602401613deb565b613eae6137fe565b611ac9613f65565b613ebe6137fe565b613ec781613f93565b50565b613ed26137fe565b613edc8287613fa4565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611e6e8382614e6e565b613f6d6137fe565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b613f9b6137fe565b613ec781613261565b613fac6137fe565b613fb58161401a565b613fbd614122565b6001600160a01b038216613fe45760405163f17ef42d60e01b815260040160405180910390fd5b505f80516020614f2983398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6140226137fe565b806001600160a01b03163b5f036140575760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610bd4565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152634871d8b760e11b60048201526301ffc9a790602401602060405180830381865afa9250505080156140d1575060408051601f3d908101601f191682019092526140ce918101906147f4565b60015b6140f95760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610bd4565b8061195f5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610bd4565b61412a6137fe565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156141b4575f80fd5b81356001600160e01b03198116811461355a575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614241608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526142856101008401826141cb565b949350505050565b6001600160a01b0381168114613ec7575f80fd5b6001600160601b0381168114613ec7575f80fd5b5f805f80608085870312156142c8575f80fd5b84356142d38161428d565b935060208501356142e3816142a1565b925060408501356142f3816142a1565b91506060850135614303816142a1565b939692955090935050565b5f6020828403121561431e575f80fd5b813561355a816142a1565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561435f5761435f614329565b60405290565b60405160c081016001600160401b038111828210171561435f5761435f614329565b60405161014081016001600160401b038111828210171561435f5761435f614329565b60405161010081016001600160401b038111828210171561435f5761435f614329565b60405160e081016001600160401b038111828210171561435f5761435f614329565b604051601f8201601f191681016001600160401b038111828210171561441757614417614329565b604052919050565b5f6001600160401b0382111561443757614437614329565b50601f01601f191660200190565b5f82601f830112614454575f80fd5b81356144676144628261441f565b6143ef565b81815284602083860101111561447b575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156144a7575f80fd5b81356001600160401b038111156144bc575f80fd5b61428584828501614445565b5f604082840312156144d8575f80fd5b6144e061433d565b823581526020928301359281019290925250919050565b5f8060808385031215614508575f80fd5b61451284846144c8565b915061309684604085016144c8565b5f8060408385031215614532575f80fd5b823561453d8161428d565b915060208301356001600160401b03811115614557575f80fd5b61456385828601614445565b9150509250929050565b5f805f6060848603121561457f575f80fd5b833561458a8161428d565b9250602084013561459a816142a1565b915060408401356145aa816142a1565b809150509250925092565b5f602082840312156145c5575f80fd5b813561355a8161428d565b5f805f60c084860312156145e2575f80fd5b6145ec85856144c8565b92506145fb85604086016144c8565b915061460a85608086016144c8565b90509250925092565b5f60208284031215614623575f80fd5b815162ffffff8116811461355a575f80fd5b8051614640816142a1565b919050565b5f60208284031215614655575f80fd5b815161355a816142a1565b600181811c9082168061467457607f821691505b60208210810361469257634e487b7160e01b5f52602260045260245ffd5b50919050565b5f602082840312156146a8575f80fd5b815161355a8161428d565b5f82601f8301126146c2575f80fd5b8151602083015f6146d56144628461441f565b90508281528583830111156146e8575f80fd5b8282602083015e5f92810160200192909252509392505050565b80516146408161428d565b5f6020828403121561471d575f80fd5b81516001600160401b03811115614732575f80fd5b820160c08185031215614743575f80fd5b61474b614365565b81516001600160401b03811115614760575f80fd5b61476c868285016146b3565b82525061477b60208301614635565b602082015261478c60408301614702565b604082015261479d60608301614702565b60608201526147ae60808301614702565b608082015260a08201516001600160401b038111156147cb575f80fd5b6147d7868285016146b3565b60a083015250949350505050565b80518015158114614640575f80fd5b5f60208284031215614804575f80fd5b61355a826147e5565b6001600160401b0381168114613ec7575f80fd5b80516146408161480d565b5f6020828403121561483c575f80fd5b815161355a8161480d565b82518152602080840151818301528251604083015282015160608201526080810161355a565b80516001600160601b03168252602081015161489460208401826001600160601b03169052565b5060408101516148a8604084018215159052565b5060608101516148c5606084018280518252602090810151910152565b506080810151805160a0840152602081015160c08401525060a0810151805160e084015260208101516101008401525060c0810151805161012084015260208101516101408401525060e0810151805161016084015260208101516101808401525061010081015180516101a084015260208101516101c084015250610120015180516101e08301526020015161020090910152565b6001600160601b03841681526102608101614979602083018561486d565b60ff8316610240830152949350505050565b5f6040828403121561499b575f80fd5b6149a361433d565b825181526020928301519281019290925250919050565b5f6102208284031280156149cc575f80fd5b506149d5614387565b6149de83614635565b81526149ec60208401614635565b60208201526149fd604084016147e5565b6040820152614a0f846060850161498b565b6060820152614a218460a0850161498b565b6080820152614a338460e0850161498b565b60a0820152614a4684610120850161498b565b60c0820152614a5984610160850161498b565b60e0820152614a6c846101a0850161498b565b610100820152614a80846101e0850161498b565b6101208201529392505050565b60ff81168114613ec7575f80fd5b805161464081614a8d565b5f60208284031215614ab6575f80fd5b815161355a81614a8d565b5f610100828403128015614ad3575f80fd5b50614adc6143aa565b8251614ae7816142a1565b8152614af560208401614821565b6020820152614b06604084016147e5565b6040820152614b17606084016147e5565b6060820152614b28608084016147e5565b6080820152614b3960a084016147e5565b60a082015260c0838101519082015260e0928301519281019290925250919050565b5f610120820190506001600160601b03841682526001600160601b0383511660208301526001600160401b0360208401511660408301526040830151151560608301526060830151614bb1608084018215159052565b50608083015180151560a08401525060a083015180151560c08401525060c083015160e083015260e08301516101008301529392505050565b5f815160c08452614bfe60c08501826141cb565b90506001600160601b03602084015116602085015260018060a01b03604084015116604085015260018060a01b03606084015116606085015260018060a01b03608084015116608085015260a083015184820360a0860152614c6082826141cb565b95945050505050565b6001600160601b0384168152606060208201525f614c8a6060830185614bea565b905060ff83166040830152949350505050565b6001600160601b0383168152610240810161355a602083018461486d565b5f60208284031215614ccb575f80fd5b81516001600160401b03811115614ce0575f80fd5b820160e08185031215614cf1575f80fd5b614cf96143cd565b614d0282614635565b8152614d1060208301614635565b6020820152614d2160408301614a9b565b6040820152614d32606083016147e5565b6060820152614d4360808301614702565b6080820152614d5460a08301614702565b60a082015260c08201516001600160401b03811115614d71575f80fd5b614d7d868285016146b3565b60c083015250949350505050565b6001600160601b0383168152604060208201525f6142856040830184614bea565b6001600160601b038716815260c060208201525f614dcd60c08301886141cb565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215614e03575f80fd5b8251614e0e8161428d565b6020840151909250614e1f8161428d565b809150509250929050565b601f82111561141357805f5260205f20601f840160051c81016020851015614e4f5750805b601f840160051c820191505b818110156122de575f8155600101614e5b565b81516001600160401b03811115614e8757614e87614329565b614e9b81614e958454614660565b84614e2a565b6020601f821160018114614ecd575f8315614eb65750848201515b5f19600385901b1c1916600184901b1784556122de565b5f84815260208120601f198516915b82811015614efc5787850151825560209485019460019092019101614edc565b5084821015614f1957868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ac195a9f8ad38a3a22181bacf22c2833b944b504489cbbcd4758e8e6cbb487a064736f6c634300081a0033",
1244
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061021e575f3560e01c80636e1728071161012a578063be495be5116100b4578063d7740ee111610079578063d7740ee114610497578063deaa59df1461049f578063dfd92f8a146104b2578063e618053f14610294578063f83d08ba146102a7575f80fd5b8063be495be51461045f578063bf7e214f14610467578063c142a30314610484578063d165cb6414610311578063d56cd3d514610311575f80fd5b806389fad8a2116100fa57806389fad8a2146102945780638fb360371461041b578063a69df4b5146102a7578063ada9652e1461043c578063b68d180914610450575f80fd5b80636e172807146103ed57806374933c2f146103115780637a9e5e4b14610400578063893d20e814610413575f80fd5b8063339d2590116101ab578063644c45e01161017b578063644c45e01461038a578063661017811461029457806367438c50146103a757806367ba1c10146103ba5780636c741e78146103cd575f80fd5b8063339d25901461033757806337a897ee1461033f57806349bb9e4b146103525780635ab1bd5314610365575f80fd5b8063138461e0116101f1578063138461e0146102a95780631c6b2190146102c95780631eff4b22146102dc57806325e451d314610311578063329d6e7414610324575f80fd5b806301ffc9a7146102225780630d8e6e2c146102635780630fec111c1461027f57806311a1467714610294575b5f80fd5b61024e6102303660046141a4565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61026b6104ba565b60405162ffffff909116815260200161025a565b610287610541565b60405161025a91906141f9565b6102a76102a23660046142b5565b6106cd565b005b6102b16106e0565b6040516001600160601b03909116815260200161025a565b6102b16102d736600461430e565b6106ea565b6103037f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161025a565b6102a761031f3660046142b5565b610e1a565b6102a7610332366004614497565b610e28565b6102a7610f72565b6102a761034d3660046144f7565b610f90565b6102a7610360366004614521565b6112ad565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161025a565b5f80516020614f29833981519152546001600160601b03166102b1565b6102a76103b536600461456d565b61139b565b6102a76103c83660046144f7565b611418565b6103d5611783565b6040516001600160401b03909116815260200161025a565b6102a76103fb36600461456d565b61187a565b6102a761040e3660046145b5565b6118c7565b610372611963565b610423611a94565b6040516001600160e01b0319909116815260200161025a565b6103035f80516020614f2983398151915281565b604051600b815260200161025a565b6102a7611acb565b5f80516020614f49833981519152546001600160a01b0316610372565b6102a76104923660046145d0565b611ada565b6102a7611e78565b6102a76104ad3660046145b5565b611f45565b6102a76121e7565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610518573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061053c9190614613565b905090565b610549614167565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105bf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105e39190614645565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161062b611963565b6001600160a01b0316815260200182600101805461064890614660565b80601f016020809104026020016040519081016040528092919081815260200182805461067490614660565b80156106bf5780601f10610696576101008083540402835291602001916106bf565b820191905f5260205f20905b8154815290600101906020018083116106a257829003601f168201915b505050505081525091505090565b6106da5f858585856122e5565b50505050565b5f61053c306126df565b5f80806106f7600b6128d8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610739573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061075d9190614698565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156107a9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526107d0919081019061470d565b90505f81608001519050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561084a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086e9190614645565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156108b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108db91906147f4565b156109b857826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561091c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109409190614698565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa15801561098d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109b19190614645565b9450610bdf565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610a0e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3291906147f4565b15610a505760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab19190614698565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610afe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b229190614645565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610b83573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ba791906147f4565b15610bdd5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610cb55f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c1f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c439190614698565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610caf9190614645565b896122e5565b5f610cc86001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610d15573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d399190614698565b60408481015181516001600160601b0389811682526001600160a01b03858116602084015290921681840152908916606082015290519192507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde9919081900360800190a1606083015160405163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015f604051808303815f87803b158015610dfa575f80fd5b505af1158015610e0c573d5f803e3d5ffd5b505050505050505050919050565b6106da6001858585856122e5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610e4a6104ba565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610e88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610eac919061482c565b5f80516020614f698339815191528054600160401b900460ff1680610ede575080546001600160401b03808416911610155b15610efc5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610f2683612974565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b335f80610f8883600d610f8361297c565b6129b6565b505050505050565b5f80610f9c600e6128d8565b92505091505f8061100c836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fe2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110069190614698565b85612ef6565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360a00151896040518363ffffffff1660e01b815260040161104e929190614847565b602060405180830381865af4158015611069573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061108d91906147f4565b6110d3576110c8836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508460a001518a61309f565b5060a0810186905260015b60c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161110f91908a90600401614847565b602060405180830381865af415801561112a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061114e91906147f4565b6111a257611197836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e65724665650000000000000000008152508460c001518961309f565b5060c0810185905260015b80156112a457836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156111e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112089190614698565b6001600160a01b0316638d595eec848460ff6040518463ffffffff1660e01b81526004016112389392919061495b565b5f604051808303815f87803b15801561124f575f80fd5b505af1158015611261573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f80516020614f698339815191528054600160401b810460ff1615906001600160401b03165f811580156112de5750825b90505f826001600160401b031660011480156112f95750303b155b905081158015611307575080155b156113255760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561134f57845460ff60401b1916600160401b1785555b61135987876130f2565b83156112a457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161129b565b6114136001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156113e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061140d9190614645565b856122e5565b505050565b5f80611424600c6128d8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611466573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061148a9190614698565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c9060240161022060405180830381865afa1580156114d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114fc91906149ba565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360600151886040518363ffffffff1660e01b815260040161153c929190614847565b602060405180830381865af4158015611557573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061157b91906147f4565b6115bc576115b1846040518060400160405280600a81526020016950726f6475637446656560b01b81525084606001518961309f565b506060810185905260015b608082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc0916115f891908990600401614847565b602060405180830381865af4158015611613573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061163791906147f4565b61167b57611670846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084608001518861309f565b506080810184905260015b8015610f8857826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116e19190614698565b6001600160a01b0316638d595eec858460ff6040518463ffffffff1660e01b81526004016117119392919061495b565b5f604051808303815f87803b158015611728575f80fd5b505af115801561173a573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a1505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118129190614aa6565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865af4158015611856573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061053c919061482c565b6114135f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156113e9573d5f803e3d5ffd5b336118e65f80516020614f49833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146119215760405162d1953b60e31b81526001600160a01b0382166004820152602401610bd4565b816001600160a01b03163b5f03611956576040516361798f2f60e11b81526001600160a01b0383166004820152602401610bd4565b61195f82613261565b5050565b5f805f80516020614f2983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156119cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119f391906147f4565b15611a7e576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a789190614698565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020614f4983398151915280545f9190600160a01b900460ff16611abb575f611a78565b638fb3603760e01b91505090565b565b336106da81600e610f836132c1565b5f80611ae6600f6128d8565b92505091505f80611b2c836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610fe2573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360e001518a6040518363ffffffff1660e01b8152600401611b6e929190614847565b602060405180830381865af4158015611b89573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bad91906147f4565b611beb57611be08360405180604001604052806007815260200166506f6f6c46656560c81b8152508460e001518b61309f565b5060e0810187905260015b61010082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611c2891908b90600401614847565b602060405180830381865af4158015611c43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c6791906147f4565b611caa57611c9e836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508461010001518a61309f565b50610100810186905260015b61012082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611ce791908a90600401614847565b602060405180830381865af4158015611d02573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d2691906147f4565b611d6d57611d61836040518060400160405280600e81526020016d506572666f726d616e636546656560901b8152508461012001518961309f565b50610120810185905260015b8015611e6e57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611daf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dd39190614698565b6001600160a01b0316638d595eec848460ff6040518463ffffffff1660e01b8152600401611e039392919061495b565b5f604051808303815f87803b158015611e1a575f80fd5b505af1158015611e2c573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b335f80611e8983600f610f836132fb565b9250925050816001600160a01b0316637d8486fe82856001600160a01b03166385ba83446040518163ffffffff1660e01b815260040161010060405180830381865afa158015611edb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611eff9190614ac1565b6040518363ffffffff1660e01b8152600401611f1c929190614b5b565b5f604051808303815f87803b158015611f33575f80fd5b505af11580156112a4573d5f803e3d5ffd5b5f80611f51600b6128d8565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611f93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fb79190614698565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015612003573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261202a919081019061470d565b60808101519091506001600160a01b0385166120595760405163cda6051f60e01b815260040160405180910390fd5b6001600160a01b0381166120805760405163149cf9c560e21b815260040160405180910390fd5b806001600160a01b0316856001600160a01b0316036120b25760405163e5bf1f2160e01b815260040160405180910390fd5b8482608001906001600160a01b031690816001600160a01b031681525050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561210c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121309190614698565b6001600160a01b03166303c099ac858460ff6040518463ffffffff1660e01b815260040161216093929190614c69565b5f604051808303815f87803b158015612177575f80fd5b505af1158015612189573d5f803e3d5ffd5b5050604080516001600160601b03881681526001600160a01b03858116602083015289168183015290517ff2d80db4913d045b4cad17a65741b11f822efa2652c369fcb3e44324260773c39350908190036060019150a15050505050565b335f80806121f984600c610f83613335565b9250925092505f846001600160a01b031663c108bd4c6040518163ffffffff1660e01b815260040161022060405180830381865afa15801561223d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061226191906149ba565b604051637abf0bfd60e11b81529091506001600160a01b0384169063f57e17fa906122929085908590600401614c9d565b5f604051808303815f87803b1580156122a9575f80fd5b505af11580156122bb573d5f803e3d5ffd5b505050506122ce8484835f01518561336f565b6122de848483602001518561336f565b5050505050565b5f6122f083836134d6565b905085156124ef576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561234e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061237291906147f4565b156123f157604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af11580156123cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123ef9190614645565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612447573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061246b91906147f4565b156124ea5760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af11580156124c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124e89190614645565b505b610f88565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612545573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061256991906147f4565b156125e85760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af11580156125c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125e69190614645565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561263e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061266291906147f4565b15610f88576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af11580156126bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112a49190614645565b5f805f80516020614f2983398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af415801561274b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061276f91906147f4565b1561279b5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610bd4565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156127ed573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061281191906147f4565b6128395760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610bd4565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561288b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128af9190614645565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f6128e1614167565b5f6128f46001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612938573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061295c9190614645565b925061296a83856001613561565b9395909450915050565b61021e6137fe565b604051637c3940bf60e01b8152600c60048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf9060240161183b565b5f805f805f806129c7898989613834565b60025460405163d943342d60e01b81526001600160a01b03808516600483015260ff8e1660248301528084166044830152949750929550909350919091169063d943342d906064015f604051808303815f875af1158015612a2a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a519190810190614cbb565b5f01519350816001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015612a93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ab79190614645565b50826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612af4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b189190614698565b9550826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b7a9190614698565b94505f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015612bb8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612bdf919081019061470d565b905073__$51089c37ca0df1177a910c640c8c5f8165$__63825e72798260400151866001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c3c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c609190614698565b6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612c9b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cbf9190614698565b6040516001600160e01b031960e085901b1681526001600160a01b03928316600482015291166024820152604401602060405180830381865af4158015612d08573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d2c9190614698565b81606001906001600160a01b031690816001600160a01b031681525050856001600160a01b0316634846003a846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612db89190614645565b836040518363ffffffff1660e01b8152600401612dd6929190614d8b565b5f604051808303815f87803b158015612ded575f80fd5b505af1158015612dff573d5f803e3d5ffd5b5050505060035f9054906101000a90046001600160a01b03166001600160a01b0316633931d6da856001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e869190614645565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526001600160a01b03861660248201526044015f604051808303815f87803b158015612ed3575f80fd5b505af1158015612ee5573d5f803e3d5ffd5b505050505050505093509350939050565b5f612fae60408051610140810182525f80825260208083018290528284018290528351808501855282815280820183905260608401528351808501855282815280820183905260808401528351808501855282815280820183905260a08401528351808501855282815280820183905260c08401528351808501855282815280820183905260e08401528351808501855282815280820183905261010084015283518085019094528184528301529061012082015290565b60405163f0ea17c360e01b81526001600160601b03841660048201526001600160a01b0385169063f0ea17c3906024015f60405180830381865afa158015612ff8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261301f919081019061470d565b602001516040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c9060240161022060405180830381865afa158015613072573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061309691906149ba565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db946130e4948a948a949293909290614dac565b60405180910390a150505050565b5f80516020614f698339815191528054600160401b810460ff1615906001600160401b03165f811580156131235750825b90505f826001600160401b0316600114801561313e5750303b155b90508115801561314c575080155b1561316a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561319457845460ff60401b1916600160401b1785555b5f80878060200190518101906131aa9190614df2565b915091506131b982828b613be8565b6131c36002613d28565b600280546001600160a01b0319166001600160a01b03929092169190911790556131ed600a613d28565b600380546001600160a01b0319166001600160a01b039290921691909117905561321d636618d76960e11b613e30565b505083156112a457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161129b565b5f80516020614f4983398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b604051637c3940bf60e01b8152600d60048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf9060240161183b565b604051637c3940bf60e01b8152600e60048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf9060240161183b565b604051637c3940bf60e01b8152600b60048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf9060240161183b565b604051630a4d29dd60e31b81526001600160601b038316600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156133c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133e991906147f4565b6106da5760405163f0ea17c360e01b81526001600160601b03831660048201525f906001600160a01b0386169063f0ea17c3906024015f60405180830381865afa158015613439573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613460919081019061470d565b6001600160601b038316602082015260405162f0266b60e21b81529091506001600160a01b038516906303c099ac906134a2908690859060ff90600401614c69565b5f604051808303815f87803b1580156134b9575f80fd5b505af11580156134cb573d5f803e3d5ffd5b505050505050505050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613536573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061355a9190614645565b9392505050565b613569614167565b5f8061357d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156135ca573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526135f19190810190614cbb565b925060ff8516600b1461364f57604083015160ff86811691161461364a57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610bd4565b6136eb565b61366a836040015161365f600c90565b60ff90811691161490565b806136805750613680836040015161365f600f90565b806136965750613696836040015161365f600e90565b806136ac57506136ac836040015161365f600d90565b6136eb57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610bd4565b6136f88360200151613e5c565b915083156137f557816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561373c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137609190614698565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156137a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137cc91906147f4565b156137f557604051637d71120960e11b81526001600160601b0387166004820152602401610bd4565b50935093915050565b5f80516020614f6983398151915254600160401b900460ff16611ac957604051631afcd79f60e31b815260040160405180910390fd5b6040516301ffc9a760e01b81526376c9b41160e11b60048201525f90849082906001600160a01b038316906301ffc9a790602401602060405180830381865afa158015613883573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138a791906147f4565b6138cf576040516359bff0e360e11b81526001600160a01b0387166004820152602401610bd4565b5f826001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561390b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526139329190810190614cbb565b905061394981604001518760ff9081169116141590565b15613989576040808201519051634a2e948760e11b81526001600160a01b038916600482015260ff80891660248301529091166044820152606401610bd4565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0389811660048301529190911690635e546bee90602401602060405180830381865afa1580156139db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139ff9190614645565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613a56573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a7a91906147f4565b15613aa3576040516322e6526160e11b81526001600160a01b0388166004820152602401610bd4565b613ab08160200151613e5c565b93508060a001519150836001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613af5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b199190614698565b60405163327e18a160e11b81526001600160a01b0384811660048301526001600160401b038816602483015291909116906364fc314290604401602060405180830381865afa158015613b6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b9291906147f4565b613bde576020810151604051636af540d960e01b81526001600160601b0390911660048201526001600160401b03861660248201526001600160a01b0383166044820152606401610bd4565b5093509350939050565b613bf06137fe565b613bf8613ea6565b6001600160a01b03821615613c1557613c1082613eb6565b613c8c565b5f613c206002613d28565b9050613c8a816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613c61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c859190614698565b613eb6565b505b613d0883846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015613ccc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613cf09190614645565b60085f8560405180602001604052805f815250613eca565b613d18634a531f3360e01b613e30565b61141363daf9067160e01b613e30565b5f613d3b6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015613d9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613dc29190614aa6565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865afa158015613e06573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e2a9190614698565b92915050565b613e386137fe565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f613e6f6001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03841660048201526001600160a01b03919091169063bf8e179790602401613deb565b613eae6137fe565b611ac9613f65565b613ebe6137fe565b613ec781613f93565b50565b613ed26137fe565b613edc8287613fa4565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611e6e8382614e6e565b613f6d6137fe565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b613f9b6137fe565b613ec781613261565b613fac6137fe565b613fb58161401a565b613fbd614122565b6001600160a01b038216613fe45760405163f17ef42d60e01b815260040160405180910390fd5b505f80516020614f2983398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b6140226137fe565b806001600160a01b03163b5f036140575760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610bd4565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152634871d8b760e11b60048201526301ffc9a790602401602060405180830381865afa9250505080156140d1575060408051601f3d908101601f191682019092526140ce918101906147f4565b60015b6140f95760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610bd4565b8061195f5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610bd4565b61412a6137fe565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f602082840312156141b4575f80fd5b81356001600160e01b03198116811461355a575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614241608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526142856101008401826141cb565b949350505050565b6001600160a01b0381168114613ec7575f80fd5b6001600160601b0381168114613ec7575f80fd5b5f805f80608085870312156142c8575f80fd5b84356142d38161428d565b935060208501356142e3816142a1565b925060408501356142f3816142a1565b91506060850135614303816142a1565b939692955090935050565b5f6020828403121561431e575f80fd5b813561355a816142a1565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b038111828210171561435f5761435f614329565b60405290565b60405160c081016001600160401b038111828210171561435f5761435f614329565b60405161014081016001600160401b038111828210171561435f5761435f614329565b60405161010081016001600160401b038111828210171561435f5761435f614329565b60405160e081016001600160401b038111828210171561435f5761435f614329565b604051601f8201601f191681016001600160401b038111828210171561441757614417614329565b604052919050565b5f6001600160401b0382111561443757614437614329565b50601f01601f191660200190565b5f82601f830112614454575f80fd5b81356144676144628261441f565b6143ef565b81815284602083860101111561447b575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156144a7575f80fd5b81356001600160401b038111156144bc575f80fd5b61428584828501614445565b5f604082840312156144d8575f80fd5b6144e061433d565b823581526020928301359281019290925250919050565b5f8060808385031215614508575f80fd5b61451284846144c8565b915061309684604085016144c8565b5f8060408385031215614532575f80fd5b823561453d8161428d565b915060208301356001600160401b03811115614557575f80fd5b61456385828601614445565b9150509250929050565b5f805f6060848603121561457f575f80fd5b833561458a8161428d565b9250602084013561459a816142a1565b915060408401356145aa816142a1565b809150509250925092565b5f602082840312156145c5575f80fd5b813561355a8161428d565b5f805f60c084860312156145e2575f80fd5b6145ec85856144c8565b92506145fb85604086016144c8565b915061460a85608086016144c8565b90509250925092565b5f60208284031215614623575f80fd5b815162ffffff8116811461355a575f80fd5b8051614640816142a1565b919050565b5f60208284031215614655575f80fd5b815161355a816142a1565b600181811c9082168061467457607f821691505b60208210810361469257634e487b7160e01b5f52602260045260245ffd5b50919050565b5f602082840312156146a8575f80fd5b815161355a8161428d565b5f82601f8301126146c2575f80fd5b8151602083015f6146d56144628461441f565b90508281528583830111156146e8575f80fd5b8282602083015e5f92810160200192909252509392505050565b80516146408161428d565b5f6020828403121561471d575f80fd5b81516001600160401b03811115614732575f80fd5b820160c08185031215614743575f80fd5b61474b614365565b81516001600160401b03811115614760575f80fd5b61476c868285016146b3565b82525061477b60208301614635565b602082015261478c60408301614702565b604082015261479d60608301614702565b60608201526147ae60808301614702565b608082015260a08201516001600160401b038111156147cb575f80fd5b6147d7868285016146b3565b60a083015250949350505050565b80518015158114614640575f80fd5b5f60208284031215614804575f80fd5b61355a826147e5565b6001600160401b0381168114613ec7575f80fd5b80516146408161480d565b5f6020828403121561483c575f80fd5b815161355a8161480d565b82518152602080840151818301528251604083015282015160608201526080810161355a565b80516001600160601b03168252602081015161489460208401826001600160601b03169052565b5060408101516148a8604084018215159052565b5060608101516148c5606084018280518252602090810151910152565b506080810151805160a0840152602081015160c08401525060a0810151805160e084015260208101516101008401525060c0810151805161012084015260208101516101408401525060e0810151805161016084015260208101516101808401525061010081015180516101a084015260208101516101c084015250610120015180516101e08301526020015161020090910152565b6001600160601b03841681526102608101614979602083018561486d565b60ff8316610240830152949350505050565b5f6040828403121561499b575f80fd5b6149a361433d565b825181526020928301519281019290925250919050565b5f6102208284031280156149cc575f80fd5b506149d5614387565b6149de83614635565b81526149ec60208401614635565b60208201526149fd604084016147e5565b6040820152614a0f846060850161498b565b6060820152614a218460a0850161498b565b6080820152614a338460e0850161498b565b60a0820152614a4684610120850161498b565b60c0820152614a5984610160850161498b565b60e0820152614a6c846101a0850161498b565b610100820152614a80846101e0850161498b565b6101208201529392505050565b60ff81168114613ec7575f80fd5b805161464081614a8d565b5f60208284031215614ab6575f80fd5b815161355a81614a8d565b5f610100828403128015614ad3575f80fd5b50614adc6143aa565b8251614ae7816142a1565b8152614af560208401614821565b6020820152614b06604084016147e5565b6040820152614b17606084016147e5565b6060820152614b28608084016147e5565b6080820152614b3960a084016147e5565b60a082015260c0838101519082015260e0928301519281019290925250919050565b5f610120820190506001600160601b03841682526001600160601b0383511660208301526001600160401b0360208401511660408301526040830151151560608301526060830151614bb1608084018215159052565b50608083015180151560a08401525060a083015180151560c08401525060c083015160e083015260e08301516101008301529392505050565b5f815160c08452614bfe60c08501826141cb565b90506001600160601b03602084015116602085015260018060a01b03604084015116604085015260018060a01b03606084015116606085015260018060a01b03608084015116608085015260a083015184820360a0860152614c6082826141cb565b95945050505050565b6001600160601b0384168152606060208201525f614c8a6060830185614bea565b905060ff83166040830152949350505050565b6001600160601b0383168152610240810161355a602083018461486d565b5f60208284031215614ccb575f80fd5b81516001600160401b03811115614ce0575f80fd5b820160e08185031215614cf1575f80fd5b614cf96143cd565b614d0282614635565b8152614d1060208301614635565b6020820152614d2160408301614a9b565b6040820152614d32606083016147e5565b6060820152614d4360808301614702565b6080820152614d5460a08301614702565b60a082015260c08201516001600160401b03811115614d71575f80fd5b614d7d868285016146b3565b60c083015250949350505050565b6001600160601b0383168152604060208201525f6142856040830184614bea565b6001600160601b038716815260c060208201525f614dcd60c08301886141cb565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215614e03575f80fd5b8251614e0e8161428d565b6020840151909250614e1f8161428d565b809150509250929050565b601f82111561141357805f5260205f20601f840160051c81016020851015614e4f5750805b601f840160051c820191505b818110156122de575f8155600101614e5b565b81516001600160401b03811115614e8757614e87614329565b614e9b81614e958454614660565b84614e2a565b6020601f821160018114614ecd575f8315614eb65750848201515b5f19600385901b1c1916600184901b1784556122de565b5f84815260208120601f198516915b82811015614efc5787850151825560209485019460019092019101614edc565b5084821015614f1957868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220ac195a9f8ad38a3a22181bacf22c2833b944b504489cbbcd4758e8e6cbb487a064736f6c634300081a0033",
1245
+ "linkReferences": {
1246
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1247
+ "TokenHandlerDeployerLib": [
1248
+ {
1249
+ "length": 20,
1250
+ "start": 11449
1251
+ }
1252
+ ]
1253
+ },
1254
+ "contracts/type/Amount.sol": {
1255
+ "AmountLib": [
1256
+ {
1257
+ "length": 20,
1258
+ "start": 2239
1259
+ },
1260
+ {
1261
+ "length": 20,
1262
+ "start": 2267
1263
+ },
1264
+ {
1265
+ "length": 20,
1266
+ "start": 2732
1267
+ },
1268
+ {
1269
+ "length": 20,
1270
+ "start": 3105
1271
+ },
1272
+ {
1273
+ "length": 20,
1274
+ "start": 3356
1275
+ },
1276
+ {
1277
+ "length": 20,
1278
+ "start": 5242
1279
+ },
1280
+ {
1281
+ "length": 20,
1282
+ "start": 6488
1283
+ },
1284
+ {
1285
+ "length": 20,
1286
+ "start": 9196
1287
+ },
1288
+ {
1289
+ "length": 20,
1290
+ "start": 9445
1291
+ },
1292
+ {
1293
+ "length": 20,
1294
+ "start": 9699
1295
+ },
1296
+ {
1297
+ "length": 20,
1298
+ "start": 9948
1299
+ },
1300
+ {
1301
+ "length": 20,
1302
+ "start": 13780
1303
+ }
1304
+ ]
1305
+ },
1306
+ "contracts/type/Fee.sol": {
1307
+ "FeeLib": [
1308
+ {
1309
+ "length": 20,
1310
+ "start": 4329
1311
+ },
1312
+ {
1313
+ "length": 20,
1314
+ "start": 4540
1315
+ },
1316
+ {
1317
+ "length": 20,
1318
+ "start": 5591
1319
+ },
1320
+ {
1321
+ "length": 20,
1322
+ "start": 5797
1323
+ },
1324
+ {
1325
+ "length": 20,
1326
+ "start": 7177
1327
+ },
1328
+ {
1329
+ "length": 20,
1330
+ "start": 7381
1331
+ },
1332
+ {
1333
+ "length": 20,
1334
+ "start": 7572
1335
+ }
1336
+ ]
1337
+ },
1338
+ "contracts/type/NftId.sol": {
1339
+ "NftIdLib": [
1340
+ {
1341
+ "length": 20,
1342
+ "start": 1616
1343
+ },
1344
+ {
1345
+ "length": 20,
1346
+ "start": 6765
1347
+ },
1348
+ {
1349
+ "length": 20,
1350
+ "start": 10217
1351
+ },
1352
+ {
1353
+ "length": 20,
1354
+ "start": 13411
1355
+ },
1356
+ {
1357
+ "length": 20,
1358
+ "start": 15092
1359
+ }
1360
+ ]
1361
+ },
1362
+ "contracts/type/RoleId.sol": {
1363
+ "RoleIdLib": [
1364
+ {
1365
+ "length": 20,
1366
+ "start": 6236
1367
+ },
1368
+ {
1369
+ "length": 20,
1370
+ "start": 10858
1371
+ },
1372
+ {
1373
+ "length": 20,
1374
+ "start": 13231
1375
+ },
1376
+ {
1377
+ "length": 20,
1378
+ "start": 13289
1379
+ },
1380
+ {
1381
+ "length": 20,
1382
+ "start": 13347
1383
+ }
1384
+ ]
1385
+ },
1386
+ "contracts/type/Version.sol": {
1387
+ "VersionLib": [
1388
+ {
1389
+ "length": 20,
1390
+ "start": 1462
1391
+ },
1392
+ {
1393
+ "length": 20,
1394
+ "start": 3840
1395
+ }
1396
+ ],
1397
+ "VersionPartLib": [
1398
+ {
1399
+ "length": 20,
1400
+ "start": 6284
1401
+ },
1402
+ {
1403
+ "length": 20,
1404
+ "start": 15932
1405
+ }
1406
+ ]
1407
+ }
1408
+ },
1409
+ "deployedLinkReferences": {
1410
+ "contracts/shared/TokenHandlerDeployerLib.sol": {
1411
+ "TokenHandlerDeployerLib": [
1412
+ {
1413
+ "length": 20,
1414
+ "start": 11235
1415
+ }
1416
+ ]
1417
+ },
1418
+ "contracts/type/Amount.sol": {
1419
+ "AmountLib": [
1420
+ {
1421
+ "length": 20,
1422
+ "start": 2025
1423
+ },
1424
+ {
1425
+ "length": 20,
1426
+ "start": 2053
1427
+ },
1428
+ {
1429
+ "length": 20,
1430
+ "start": 2518
1431
+ },
1432
+ {
1433
+ "length": 20,
1434
+ "start": 2891
1435
+ },
1436
+ {
1437
+ "length": 20,
1438
+ "start": 3142
1439
+ },
1440
+ {
1441
+ "length": 20,
1442
+ "start": 5028
1443
+ },
1444
+ {
1445
+ "length": 20,
1446
+ "start": 6274
1447
+ },
1448
+ {
1449
+ "length": 20,
1450
+ "start": 8982
1451
+ },
1452
+ {
1453
+ "length": 20,
1454
+ "start": 9231
1455
+ },
1456
+ {
1457
+ "length": 20,
1458
+ "start": 9485
1459
+ },
1460
+ {
1461
+ "length": 20,
1462
+ "start": 9734
1463
+ },
1464
+ {
1465
+ "length": 20,
1466
+ "start": 13566
1467
+ }
1468
+ ]
1469
+ },
1470
+ "contracts/type/Fee.sol": {
1471
+ "FeeLib": [
1472
+ {
1473
+ "length": 20,
1474
+ "start": 4115
1475
+ },
1476
+ {
1477
+ "length": 20,
1478
+ "start": 4326
1479
+ },
1480
+ {
1481
+ "length": 20,
1482
+ "start": 5377
1483
+ },
1484
+ {
1485
+ "length": 20,
1486
+ "start": 5583
1487
+ },
1488
+ {
1489
+ "length": 20,
1490
+ "start": 6963
1491
+ },
1492
+ {
1493
+ "length": 20,
1494
+ "start": 7167
1495
+ },
1496
+ {
1497
+ "length": 20,
1498
+ "start": 7358
1499
+ }
1500
+ ]
1501
+ },
1502
+ "contracts/type/NftId.sol": {
1503
+ "NftIdLib": [
1504
+ {
1505
+ "length": 20,
1506
+ "start": 1402
1507
+ },
1508
+ {
1509
+ "length": 20,
1510
+ "start": 6551
1511
+ },
1512
+ {
1513
+ "length": 20,
1514
+ "start": 10003
1515
+ },
1516
+ {
1517
+ "length": 20,
1518
+ "start": 13197
1519
+ },
1520
+ {
1521
+ "length": 20,
1522
+ "start": 14878
1523
+ }
1524
+ ]
1525
+ },
1526
+ "contracts/type/RoleId.sol": {
1527
+ "RoleIdLib": [
1528
+ {
1529
+ "length": 20,
1530
+ "start": 6022
1531
+ },
1532
+ {
1533
+ "length": 20,
1534
+ "start": 10644
1535
+ },
1536
+ {
1537
+ "length": 20,
1538
+ "start": 13017
1539
+ },
1540
+ {
1541
+ "length": 20,
1542
+ "start": 13075
1543
+ },
1544
+ {
1545
+ "length": 20,
1546
+ "start": 13133
1547
+ }
1548
+ ]
1549
+ },
1550
+ "contracts/type/Version.sol": {
1551
+ "VersionLib": [
1552
+ {
1553
+ "length": 20,
1554
+ "start": 1248
1555
+ },
1556
+ {
1557
+ "length": 20,
1558
+ "start": 3626
1559
+ }
1560
+ ],
1561
+ "VersionPartLib": [
1562
+ {
1563
+ "length": 20,
1564
+ "start": 6070
1565
+ },
1566
+ {
1567
+ "length": 20,
1568
+ "start": 15718
1569
+ }
1570
+ ]
1571
+ }
1572
+ }
1573
+ }