@etherisc/gif-next 0.0.2-fe77319 → 0.0.2-fe8cf39-182

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