@etherisc/gif-next 0.0.2-e4b632c-016 → 0.0.2-e4d7e1c-013

Sign up to get free protection for your applications and to get access to all the features.
Files changed (751) hide show
  1. package/README.md +205 -21
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1664 -0
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1372 -0
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1244 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +949 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +930 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +848 -0
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -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 +1484 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2053 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -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 +1439 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1647 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2585 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -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 +1037 -329
  70. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  71. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +741 -139
  72. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/Instance.sol/Instance.json +561 -2778
  74. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  75. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2349 -0
  76. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  77. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
  78. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  79. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1997 -634
  80. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  81. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +789 -216
  82. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  83. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +413 -73
  84. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  85. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3792 -0
  86. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  87. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -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/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +31 -8
  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 +1 -1
  101. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  102. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  103. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  104. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  105. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  106. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  107. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  108. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  109. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +957 -0
  110. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  111. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -0
  112. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  113. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  114. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  115. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +772 -0
  116. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  117. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
  118. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  119. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +873 -0
  120. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  121. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
  122. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  123. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +810 -0
  124. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  125. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1242 -0
  126. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  127. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
  128. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  129. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1438 -0
  130. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  131. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +866 -0
  132. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  133. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
  134. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  135. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +905 -0
  136. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  137. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
  138. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  139. package/artifacts/contracts/pool/Pool.sol/Pool.json +1025 -0
  140. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  141. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
  142. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  143. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
  144. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  145. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +866 -0
  146. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  147. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
  148. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  149. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +790 -0
  150. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  151. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1159 -0
  152. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  153. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
  154. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  155. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1536 -0
  156. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  157. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +886 -0
  158. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  159. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +404 -351
  160. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  161. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
  162. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  163. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
  164. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  165. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
  166. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  167. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1016 -0
  168. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  169. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +372 -173
  170. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  171. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
  172. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  173. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  174. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  175. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +854 -0
  176. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  177. package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
  178. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +814 -0
  180. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  181. package/artifacts/contracts/product/Product.sol/Product.json +1117 -0
  182. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  183. package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
  184. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  185. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +774 -0
  186. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  187. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
  188. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  189. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +931 -154
  190. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  191. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +409 -209
  192. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  193. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  194. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  195. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
  196. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  197. package/artifacts/contracts/registry/Registry.sol/Registry.json +1259 -258
  198. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  199. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2160 -0
  200. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  201. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1074 -0
  202. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  203. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +360 -323
  204. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  205. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +384 -115
  206. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  207. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
  208. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  209. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  210. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  211. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
  212. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  213. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
  214. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  215. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +721 -0
  216. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  217. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/Component.sol/Component.json} +374 -150
  218. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  219. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
  220. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  221. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +862 -0
  222. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  223. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  224. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  225. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  226. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  229. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  230. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  231. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/IComponent.sol/IComponent.json} +319 -250
  232. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  233. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
  234. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  235. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +707 -0
  236. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  237. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +101 -20
  238. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  239. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  240. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  241. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +61 -22
  242. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  243. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  244. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  245. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +162 -15
  246. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  247. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  248. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  249. package/artifacts/contracts/shared/IService.sol/IService.json +161 -154
  250. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  251. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  252. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  253. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +795 -0
  254. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  255. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
  256. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  257. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  258. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  259. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  260. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  261. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +98 -28
  262. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  263. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  264. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  265. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +178 -55
  266. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  267. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  268. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  269. package/artifacts/contracts/shared/Service.sol/Service.json +177 -163
  270. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  271. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
  272. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  273. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  274. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  275. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  276. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  277. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +2757 -0
  278. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  279. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
  280. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
  281. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
  282. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  283. package/artifacts/contracts/staking/Staking.sol/Staking.json +3185 -0
  284. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  285. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
  286. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  287. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +847 -0
  288. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  289. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
  290. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  291. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
  292. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  293. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +766 -0
  294. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  295. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3097 -0
  296. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
  297. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
  298. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  299. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -0
  300. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  301. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  302. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  303. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  304. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  305. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +251 -0
  306. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
  307. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -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 +373 -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 +241 -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 +204 -0
  332. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  334. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +289 -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 +180 -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 +572 -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 +167 -0
  352. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  353. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +65 -0
  354. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  355. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +656 -0
  356. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  357. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
  358. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  359. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +88 -0
  360. package/contracts/accounting/AccountingService.sol +274 -0
  361. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  362. package/contracts/accounting/IAccountingService.sol +47 -0
  363. package/contracts/authorization/AccessAdmin.sol +780 -0
  364. package/contracts/authorization/AccessAdminLib.sol +396 -0
  365. package/contracts/authorization/AccessManagerCloneable.sol +158 -0
  366. package/contracts/authorization/Authorization.sol +169 -0
  367. package/contracts/authorization/IAccess.sol +67 -0
  368. package/contracts/authorization/IAccessAdmin.sol +144 -0
  369. package/contracts/authorization/IAuthorization.sol +26 -0
  370. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  371. package/contracts/authorization/ServiceAuthorization.sol +320 -0
  372. package/contracts/distribution/BasicDistribution.sol +141 -0
  373. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  374. package/contracts/distribution/Distribution.sol +247 -0
  375. package/contracts/distribution/DistributionService.sol +448 -0
  376. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  377. package/contracts/distribution/IDistributionComponent.sol +45 -0
  378. package/contracts/distribution/IDistributionService.sol +115 -0
  379. package/contracts/examples/fire/DamageLevel.sol +59 -0
  380. package/contracts/examples/fire/FirePool.sol +86 -0
  381. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  382. package/contracts/examples/fire/FireProduct.sol +433 -0
  383. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  384. package/contracts/examples/fire/FireUSD.sol +26 -0
  385. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  386. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  387. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  388. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  389. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  390. package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
  391. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  392. package/contracts/instance/BundleSet.sol +130 -0
  393. package/contracts/instance/IInstance.sol +131 -19
  394. package/contracts/instance/IInstanceService.sol +104 -17
  395. package/contracts/instance/Instance.sol +246 -341
  396. package/contracts/instance/InstanceAdmin.sol +383 -0
  397. package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
  398. package/contracts/instance/InstanceReader.sol +531 -189
  399. package/contracts/instance/InstanceService.sol +451 -89
  400. package/contracts/instance/InstanceServiceManager.sol +14 -31
  401. package/contracts/instance/InstanceStore.sol +298 -0
  402. package/contracts/instance/RiskSet.sol +126 -0
  403. package/contracts/instance/base/BalanceStore.sol +121 -0
  404. package/contracts/instance/base/Cloneable.sol +28 -0
  405. package/contracts/instance/base/ObjectCounter.sol +20 -0
  406. package/contracts/instance/base/ObjectLifecycle.sol +109 -0
  407. package/contracts/instance/base/ObjectSet.sol +77 -0
  408. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  409. package/contracts/instance/module/IBundle.sol +10 -8
  410. package/contracts/instance/module/IComponents.sol +62 -0
  411. package/contracts/instance/module/IDistribution.sol +25 -10
  412. package/contracts/instance/module/IPolicy.sol +81 -21
  413. package/contracts/instance/module/IRisk.sol +6 -1
  414. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  415. package/contracts/oracle/BasicOracle.sol +45 -0
  416. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  417. package/contracts/oracle/IOracle.sol +41 -0
  418. package/contracts/oracle/IOracleComponent.sol +33 -0
  419. package/contracts/oracle/IOracleService.sol +66 -0
  420. package/contracts/oracle/Oracle.sol +154 -0
  421. package/contracts/oracle/OracleService.sol +310 -0
  422. package/contracts/oracle/OracleServiceManager.sol +39 -0
  423. package/contracts/pool/BasicPool.sol +162 -0
  424. package/contracts/pool/BasicPoolAuthorization.sol +81 -0
  425. package/contracts/pool/BundleService.sol +386 -0
  426. package/contracts/pool/BundleServiceManager.sol +39 -0
  427. package/contracts/pool/IBundleService.sol +116 -0
  428. package/contracts/pool/IPoolComponent.sol +62 -0
  429. package/contracts/pool/IPoolService.sol +170 -0
  430. package/contracts/pool/Pool.sol +333 -0
  431. package/contracts/pool/PoolLib.sol +341 -0
  432. package/contracts/pool/PoolService.sol +614 -0
  433. package/contracts/pool/PoolServiceManager.sol +39 -0
  434. package/contracts/product/ApplicationService.sol +327 -0
  435. package/contracts/product/ApplicationServiceManager.sol +38 -0
  436. package/contracts/product/BasicProduct.sol +49 -0
  437. package/contracts/product/BasicProductAuthorization.sol +63 -0
  438. package/contracts/product/ClaimService.sol +630 -0
  439. package/contracts/product/ClaimServiceManager.sol +38 -0
  440. package/contracts/product/IApplicationService.sol +88 -0
  441. package/contracts/product/IClaimService.sol +136 -0
  442. package/contracts/product/IPolicyService.sol +102 -0
  443. package/contracts/product/IPricingService.sol +40 -0
  444. package/contracts/product/IProductComponent.sol +62 -0
  445. package/contracts/product/IRiskService.sol +48 -0
  446. package/contracts/product/PolicyService.sol +645 -0
  447. package/contracts/product/PolicyServiceLib.sol +139 -0
  448. package/contracts/product/PolicyServiceManager.sol +39 -0
  449. package/contracts/product/PricingService.sol +306 -0
  450. package/contracts/product/PricingServiceManager.sol +39 -0
  451. package/contracts/product/Product.sol +493 -0
  452. package/contracts/product/RiskService.sol +190 -0
  453. package/contracts/product/RiskServiceManager.sol +39 -0
  454. package/contracts/registry/ChainNft.sol +82 -35
  455. package/contracts/registry/IRegistry.sol +134 -20
  456. package/contracts/registry/IRegistryService.sol +44 -17
  457. package/contracts/registry/IRelease.sol +29 -0
  458. package/contracts/registry/ITransferInterceptor.sol +1 -1
  459. package/contracts/registry/Registry.sol +580 -267
  460. package/contracts/registry/RegistryAdmin.sol +191 -0
  461. package/contracts/registry/RegistryAuthorization.sol +336 -0
  462. package/contracts/registry/RegistryService.sol +123 -326
  463. package/contracts/registry/RegistryServiceManager.sol +27 -38
  464. package/contracts/registry/ReleaseAdmin.sol +195 -0
  465. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  466. package/contracts/registry/ReleaseRegistry.sol +525 -0
  467. package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
  468. package/contracts/registry/TokenRegistry.sol +317 -0
  469. package/contracts/shared/Component.sol +214 -0
  470. package/contracts/shared/ComponentService.sol +687 -0
  471. package/contracts/shared/ComponentServiceManager.sol +38 -0
  472. package/contracts/shared/ContractLib.sol +312 -0
  473. package/contracts/shared/IComponent.sol +58 -0
  474. package/contracts/shared/IComponentService.sol +111 -0
  475. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  476. package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
  477. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  478. package/contracts/shared/INftOwnable.sol +17 -12
  479. package/contracts/shared/IPolicyHolder.sol +35 -0
  480. package/contracts/shared/IRegisterable.sol +24 -5
  481. package/contracts/shared/IRegistryLinked.sol +11 -0
  482. package/contracts/shared/IService.sol +13 -5
  483. package/contracts/shared/InitializableERC165.sol +35 -0
  484. package/contracts/shared/InstanceLinkedComponent.sol +194 -0
  485. package/contracts/shared/KeyValueStore.sol +131 -0
  486. package/contracts/shared/Lifecycle.sol +88 -0
  487. package/contracts/shared/NftIdSet.sol +65 -0
  488. package/contracts/shared/NftOwnable.sol +77 -84
  489. package/contracts/shared/PolicyHolder.sol +63 -0
  490. package/contracts/shared/Registerable.sol +54 -37
  491. package/contracts/shared/RegistryLinked.sol +38 -0
  492. package/contracts/shared/Service.sol +46 -33
  493. package/contracts/shared/TokenHandler.sol +327 -12
  494. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  495. package/contracts/staking/IStaking.sol +367 -0
  496. package/contracts/staking/IStakingService.sol +127 -0
  497. package/contracts/staking/ITargetLimitHandler.sol +17 -0
  498. package/contracts/staking/Staking.sol +798 -0
  499. package/contracts/staking/StakingLib.sol +195 -0
  500. package/contracts/staking/StakingManager.sol +53 -0
  501. package/contracts/staking/StakingReader.sol +171 -0
  502. package/contracts/staking/StakingService.sol +321 -0
  503. package/contracts/staking/StakingServiceManager.sol +46 -0
  504. package/contracts/staking/StakingStore.sol +1368 -0
  505. package/contracts/staking/TargetHandler.sol +132 -0
  506. package/contracts/staking/TargetManagerLib.sol +234 -0
  507. package/contracts/{types → type}/AddressSet.sol +1 -1
  508. package/contracts/type/Amount.sol +154 -0
  509. package/contracts/{types → type}/Blocknumber.sol +36 -12
  510. package/contracts/type/ChainId.sol +101 -0
  511. package/contracts/type/ClaimId.sol +80 -0
  512. package/contracts/{types → type}/DistributorType.sol +2 -2
  513. package/contracts/type/Fee.sol +66 -0
  514. package/contracts/{types → type}/Key32.sol +2 -2
  515. package/contracts/type/Key32Set.sol +62 -0
  516. package/contracts/{types → type}/NftId.sol +28 -15
  517. package/contracts/type/NftIdSet.sol +62 -0
  518. package/contracts/type/ObjectType.sol +307 -0
  519. package/contracts/type/PayoutId.sol +82 -0
  520. package/contracts/{types → type}/Referral.sol +6 -1
  521. package/contracts/type/RequestId.sol +75 -0
  522. package/contracts/type/RiskId.sol +75 -0
  523. package/contracts/type/RoleId.sol +180 -0
  524. package/contracts/type/Seconds.sol +120 -0
  525. package/contracts/type/Selector.sol +107 -0
  526. package/contracts/{types → type}/StateId.sol +48 -4
  527. package/contracts/type/String.sol +65 -0
  528. package/contracts/{types → type}/Timestamp.sol +36 -20
  529. package/contracts/type/UFixed.sol +263 -0
  530. package/contracts/{types → type}/Version.sol +61 -6
  531. package/contracts/{shared → upgradeability}/IVersionable.sol +7 -47
  532. package/contracts/upgradeability/ProxyManager.sol +246 -0
  533. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
  534. package/contracts/upgradeability/Versionable.sol +62 -0
  535. package/package.json +12 -8
  536. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  537. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -314
  538. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  539. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -610
  540. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  541. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -267
  542. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  543. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  544. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  545. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  546. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  547. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  548. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  549. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -774
  550. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  551. package/artifacts/contracts/components/Product.sol/Product.json +0 -754
  552. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  553. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  554. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  555. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  556. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  557. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  558. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  559. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  560. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  561. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  562. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  563. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  564. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  565. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  566. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  567. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  568. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  569. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  570. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  571. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  572. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  573. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  574. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  575. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  576. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  577. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  578. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  579. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  580. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  581. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  582. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  583. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  584. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  585. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  586. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  587. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  588. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  589. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  590. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  591. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  592. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  593. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  594. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  595. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
  596. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  597. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -930
  598. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  599. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  600. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  601. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  602. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  603. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  604. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  605. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  606. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  607. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
  608. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -211
  609. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  610. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  611. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  612. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  613. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  614. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -604
  615. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  616. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -428
  617. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  618. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  619. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  620. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  621. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  622. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  623. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  624. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  625. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
  626. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  627. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
  628. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  629. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
  630. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  631. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
  632. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  633. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  634. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  635. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
  636. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  637. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  638. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  639. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  640. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  641. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  642. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  643. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  644. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  645. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  646. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  647. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  648. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  649. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  650. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  651. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  652. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  653. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  654. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  656. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  657. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  658. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  659. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  660. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  661. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  662. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  663. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  664. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  665. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  666. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  667. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  668. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  669. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  670. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  671. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  672. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  673. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  674. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  675. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  676. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  677. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  678. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  679. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  680. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  681. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  682. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  683. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  684. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  685. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  686. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  687. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  688. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  689. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
  690. package/contracts/components/BaseComponent.sol +0 -86
  691. package/contracts/components/Distribution.sol +0 -166
  692. package/contracts/components/IBaseComponent.sol +0 -24
  693. package/contracts/components/IDistributionComponent.sol +0 -43
  694. package/contracts/components/IPoolComponent.sol +0 -62
  695. package/contracts/components/IProductComponent.sol +0 -35
  696. package/contracts/components/Pool.sol +0 -259
  697. package/contracts/components/Product.sol +0 -297
  698. package/contracts/experiment/cloning/Cloner.sol +0 -47
  699. package/contracts/experiment/errors/Require.sol +0 -38
  700. package/contracts/experiment/errors/Revert.sol +0 -44
  701. package/contracts/experiment/inheritance/A.sol +0 -53
  702. package/contracts/experiment/inheritance/B.sol +0 -28
  703. package/contracts/experiment/inheritance/C.sol +0 -34
  704. package/contracts/experiment/inheritance/IA.sol +0 -13
  705. package/contracts/experiment/inheritance/IB.sol +0 -10
  706. package/contracts/experiment/inheritance/IC.sol +0 -12
  707. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  708. package/contracts/experiment/statemachine/ISM.sol +0 -25
  709. package/contracts/experiment/statemachine/SM.sol +0 -57
  710. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  711. package/contracts/experiment/types/TypeA.sol +0 -47
  712. package/contracts/experiment/types/TypeB.sol +0 -29
  713. package/contracts/instance/AccessManagedSimple.sol +0 -122
  714. package/contracts/instance/AccessManagerSimple.sol +0 -692
  715. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  716. package/contracts/instance/InstanceAccessManager.sol +0 -288
  717. package/contracts/instance/base/ComponentServiceBase.sol +0 -39
  718. package/contracts/instance/base/IInstanceBase.sol +0 -23
  719. package/contracts/instance/base/KeyValueStore.sol +0 -172
  720. package/contracts/instance/base/Lifecycle.sol +0 -100
  721. package/contracts/instance/module/IAccess.sol +0 -38
  722. package/contracts/instance/module/ISetup.sol +0 -43
  723. package/contracts/instance/module/ITreasury.sol +0 -23
  724. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  725. package/contracts/instance/service/DistributionService.sol +0 -70
  726. package/contracts/instance/service/DistributionServiceManager.sol +0 -53
  727. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  728. package/contracts/instance/service/IDistributionService.sol +0 -12
  729. package/contracts/instance/service/IPoolService.sol +0 -37
  730. package/contracts/instance/service/IProductService.sol +0 -107
  731. package/contracts/shared/ContractDeployerLib.sol +0 -72
  732. package/contracts/shared/ERC165.sol +0 -21
  733. package/contracts/shared/ProxyManager.sol +0 -94
  734. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  735. package/contracts/shared/UpgradableProxyWithAdmin.sol +0 -16
  736. package/contracts/shared/Versionable.sol +0 -147
  737. package/contracts/test/TestFee.sol +0 -25
  738. package/contracts/test/TestRegisterable.sol +0 -18
  739. package/contracts/test/TestRoleId.sol +0 -14
  740. package/contracts/test/TestService.sol +0 -24
  741. package/contracts/test/TestToken.sol +0 -26
  742. package/contracts/test/TestVersion.sol +0 -44
  743. package/contracts/test/TestVersionable.sol +0 -17
  744. package/contracts/types/ChainId.sol +0 -38
  745. package/contracts/types/Fee.sol +0 -56
  746. package/contracts/types/NftIdSet.sol +0 -60
  747. package/contracts/types/NumberId.sol +0 -52
  748. package/contracts/types/ObjectType.sol +0 -152
  749. package/contracts/types/RiskId.sol +0 -43
  750. package/contracts/types/RoleId.sol +0 -82
  751. package/contracts/types/UFixed.sol +0 -325
@@ -45,16 +45,22 @@
45
45
  "inputs": [
46
46
  {
47
47
  "internalType": "address",
48
- "name": "registry",
48
+ "name": "authority",
49
49
  "type": "address"
50
- },
50
+ }
51
+ ],
52
+ "name": "ErrorAuthorityInvalid",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
51
57
  {
52
58
  "internalType": "NftId",
53
59
  "name": "nftId",
54
60
  "type": "uint96"
55
61
  }
56
62
  ],
57
- "name": "ErrorAlreadyLinked",
63
+ "name": "ErrorNftOwnableAlreadyLinked",
58
64
  "type": "error"
59
65
  },
60
66
  {
@@ -65,29 +71,39 @@
65
71
  "type": "address"
66
72
  }
67
73
  ],
68
- "name": "ErrorContractNotRegistered",
74
+ "name": "ErrorNftOwnableContractNotRegistered",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [],
79
+ "name": "ErrorNftOwnableInitialOwnerZero",
69
80
  "type": "error"
70
81
  },
71
82
  {
72
83
  "inputs": [
73
84
  {
74
- "internalType": "address",
75
- "name": "account",
76
- "type": "address"
85
+ "internalType": "NftId",
86
+ "name": "nftId",
87
+ "type": "uint96"
88
+ },
89
+ {
90
+ "internalType": "ObjectType",
91
+ "name": "expectedObjectType",
92
+ "type": "uint8"
77
93
  }
78
94
  ],
79
- "name": "ErrorNotOwner",
95
+ "name": "ErrorNftOwnableInvalidType",
80
96
  "type": "error"
81
97
  },
82
98
  {
83
99
  "inputs": [
84
100
  {
85
101
  "internalType": "address",
86
- "name": "registryAddress",
102
+ "name": "account",
87
103
  "type": "address"
88
104
  }
89
105
  ],
90
- "name": "ErrorNotRegistry",
106
+ "name": "ErrorNftOwnableNotOwner",
91
107
  "type": "error"
92
108
  },
93
109
  {
@@ -98,125 +114,232 @@
98
114
  "type": "address"
99
115
  }
100
116
  ],
101
- "name": "ErrorRegisterableNotRegistry",
117
+ "name": "ErrorNotRegistry",
102
118
  "type": "error"
103
119
  },
104
120
  {
105
121
  "inputs": [],
106
- "name": "ErrorRegistryAddressZero",
122
+ "name": "ErrorRegisterableNotActive",
107
123
  "type": "error"
108
124
  },
109
125
  {
110
126
  "inputs": [
111
127
  {
112
128
  "internalType": "address",
113
- "name": "registry",
129
+ "name": "registerableAddress",
114
130
  "type": "address"
115
131
  }
116
132
  ],
117
- "name": "ErrorRegistryAlreadyInitialized",
133
+ "name": "ErrorRegistryServiceInvalidAddress",
118
134
  "type": "error"
119
135
  },
120
136
  {
121
- "inputs": [],
122
- "name": "ErrorRegistryNotInitialized",
137
+ "inputs": [
138
+ {
139
+ "internalType": "address",
140
+ "name": "initialOwner",
141
+ "type": "address"
142
+ }
143
+ ],
144
+ "name": "ErrorRegistryServiceInvalidInitialOwner",
123
145
  "type": "error"
124
146
  },
125
147
  {
126
148
  "inputs": [
127
149
  {
128
150
  "internalType": "address",
129
- "name": "registerableAddress",
151
+ "name": "notComponent",
130
152
  "type": "address"
131
153
  }
132
154
  ],
133
- "name": "InvalidAddress",
155
+ "name": "ErrorRegistryServiceNotComponent",
134
156
  "type": "error"
135
157
  },
136
158
  {
137
159
  "inputs": [
138
160
  {
139
161
  "internalType": "address",
140
- "name": "initialOwner",
162
+ "name": "notInstance",
141
163
  "type": "address"
142
164
  }
143
165
  ],
144
- "name": "InvalidInitialOwner",
166
+ "name": "ErrorRegistryServiceNotInstance",
145
167
  "type": "error"
146
168
  },
147
169
  {
148
- "inputs": [],
149
- "name": "InvalidInitialization",
170
+ "inputs": [
171
+ {
172
+ "internalType": "address",
173
+ "name": "notProduct",
174
+ "type": "address"
175
+ }
176
+ ],
177
+ "name": "ErrorRegistryServiceNotProduct",
150
178
  "type": "error"
151
179
  },
152
180
  {
153
- "inputs": [],
154
- "name": "NotDistribution",
181
+ "inputs": [
182
+ {
183
+ "internalType": "address",
184
+ "name": "notProductLinkedComponent",
185
+ "type": "address"
186
+ }
187
+ ],
188
+ "name": "ErrorRegistryServiceNotProductLinkedComponent",
155
189
  "type": "error"
156
190
  },
157
191
  {
158
192
  "inputs": [],
159
- "name": "NotInitializing",
193
+ "name": "ErrorRegistryServiceNotRegistryOwner",
160
194
  "type": "error"
161
195
  },
162
196
  {
163
- "inputs": [],
164
- "name": "NotInstance",
197
+ "inputs": [
198
+ {
199
+ "internalType": "address",
200
+ "name": "notService",
201
+ "type": "address"
202
+ }
203
+ ],
204
+ "name": "ErrorRegistryServiceNotService",
165
205
  "type": "error"
166
206
  },
167
207
  {
168
- "inputs": [],
169
- "name": "NotPool",
208
+ "inputs": [
209
+ {
210
+ "internalType": "ObjectType",
211
+ "name": "objectType",
212
+ "type": "uint8"
213
+ }
214
+ ],
215
+ "name": "ErrorRegistryServiceObjectAddressNotZero",
170
216
  "type": "error"
171
217
  },
172
218
  {
173
- "inputs": [],
174
- "name": "NotProduct",
219
+ "inputs": [
220
+ {
221
+ "internalType": "ObjectType",
222
+ "name": "objectType",
223
+ "type": "uint8"
224
+ },
225
+ {
226
+ "internalType": "address",
227
+ "name": "owner",
228
+ "type": "address"
229
+ }
230
+ ],
231
+ "name": "ErrorRegistryServiceObjectOwnerRegistered",
175
232
  "type": "error"
176
233
  },
177
234
  {
178
235
  "inputs": [
179
236
  {
180
- "internalType": "address",
181
- "name": "expectedOwner",
182
- "type": "address"
237
+ "internalType": "ObjectType",
238
+ "name": "objectType",
239
+ "type": "uint8"
183
240
  }
184
241
  ],
185
- "name": "NotRegisterableOwner",
242
+ "name": "ErrorRegistryServiceObjectOwnerZero",
186
243
  "type": "error"
187
244
  },
188
245
  {
189
- "inputs": [],
190
- "name": "NotRegistryOwner",
246
+ "inputs": [
247
+ {
248
+ "internalType": "ObjectType",
249
+ "name": "expected",
250
+ "type": "uint8"
251
+ },
252
+ {
253
+ "internalType": "ObjectType",
254
+ "name": "found",
255
+ "type": "uint8"
256
+ }
257
+ ],
258
+ "name": "ErrorRegistryServiceObjectTypeInvalid",
191
259
  "type": "error"
192
260
  },
193
261
  {
194
- "inputs": [],
195
- "name": "NotService",
262
+ "inputs": [
263
+ {
264
+ "internalType": "contract IRegisterable",
265
+ "name": "registerable",
266
+ "type": "address"
267
+ },
268
+ {
269
+ "internalType": "address",
270
+ "name": "found",
271
+ "type": "address"
272
+ }
273
+ ],
274
+ "name": "ErrorRegistryServiceRegisterableAddressInvalid",
196
275
  "type": "error"
197
276
  },
198
277
  {
199
- "inputs": [],
200
- "name": "NotToken",
278
+ "inputs": [
279
+ {
280
+ "internalType": "contract IRegisterable",
281
+ "name": "registerable",
282
+ "type": "address"
283
+ },
284
+ {
285
+ "internalType": "address",
286
+ "name": "expected",
287
+ "type": "address"
288
+ },
289
+ {
290
+ "internalType": "address",
291
+ "name": "found",
292
+ "type": "address"
293
+ }
294
+ ],
295
+ "name": "ErrorRegistryServiceRegisterableOwnerInvalid",
201
296
  "type": "error"
202
297
  },
203
298
  {
204
- "inputs": [],
205
- "name": "RegisterableOwnerIsRegistered",
299
+ "inputs": [
300
+ {
301
+ "internalType": "contract IRegisterable",
302
+ "name": "registerable",
303
+ "type": "address"
304
+ },
305
+ {
306
+ "internalType": "address",
307
+ "name": "owner",
308
+ "type": "address"
309
+ }
310
+ ],
311
+ "name": "ErrorRegistryServiceRegisterableOwnerRegistered",
206
312
  "type": "error"
207
313
  },
208
314
  {
209
- "inputs": [],
210
- "name": "RegisterableOwnerIsZero",
315
+ "inputs": [
316
+ {
317
+ "internalType": "contract IRegisterable",
318
+ "name": "registerable",
319
+ "type": "address"
320
+ }
321
+ ],
322
+ "name": "ErrorRegistryServiceRegisterableOwnerZero",
211
323
  "type": "error"
212
324
  },
213
325
  {
214
- "inputs": [],
215
- "name": "SelfRegistration",
326
+ "inputs": [
327
+ {
328
+ "internalType": "contract IRegisterable",
329
+ "name": "registerable",
330
+ "type": "address"
331
+ }
332
+ ],
333
+ "name": "ErrorRegistryServiceRegisterableSelfRegistration",
216
334
  "type": "error"
217
335
  },
218
336
  {
219
337
  "inputs": [
338
+ {
339
+ "internalType": "contract IRegisterable",
340
+ "name": "registerable",
341
+ "type": "address"
342
+ },
220
343
  {
221
344
  "internalType": "ObjectType",
222
345
  "name": "expected",
@@ -228,7 +351,32 @@
228
351
  "type": "uint8"
229
352
  }
230
353
  ],
231
- "name": "UnexpectedRegisterableType",
354
+ "name": "ErrorRegistryServiceRegisterableTypeInvalid",
355
+ "type": "error"
356
+ },
357
+ {
358
+ "inputs": [],
359
+ "name": "ErrorVersionableInitializeNotImplemented",
360
+ "type": "error"
361
+ },
362
+ {
363
+ "inputs": [],
364
+ "name": "ErrorVersionableUpgradeNotImplemented",
365
+ "type": "error"
366
+ },
367
+ {
368
+ "inputs": [],
369
+ "name": "InvalidInitialization",
370
+ "type": "error"
371
+ },
372
+ {
373
+ "inputs": [],
374
+ "name": "NotInitializing",
375
+ "type": "error"
376
+ },
377
+ {
378
+ "inputs": [],
379
+ "name": "ReentrancyGuardReentrantCall",
232
380
  "type": "error"
233
381
  },
234
382
  {
@@ -262,34 +410,28 @@
262
410
  "inputs": [
263
411
  {
264
412
  "indexed": false,
265
- "internalType": "Version",
266
- "name": "version",
267
- "type": "uint24"
268
- },
269
- {
270
- "indexed": false,
271
- "internalType": "address",
272
- "name": "implementation",
273
- "type": "address"
413
+ "internalType": "NftId",
414
+ "name": "nftId",
415
+ "type": "uint96"
274
416
  },
275
417
  {
276
418
  "indexed": false,
277
419
  "internalType": "address",
278
- "name": "activatedBy",
420
+ "name": "owner",
279
421
  "type": "address"
280
422
  }
281
423
  ],
282
- "name": "LogVersionableInitialized",
424
+ "name": "LogNftOwnableNftLinkedToAddress",
283
425
  "type": "event"
284
426
  },
285
427
  {
286
428
  "inputs": [],
287
- "name": "NAME",
429
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
288
430
  "outputs": [
289
431
  {
290
- "internalType": "string",
432
+ "internalType": "bytes32",
291
433
  "name": "",
292
- "type": "string"
434
+ "type": "bytes32"
293
435
  }
294
436
  ],
295
437
  "stateMutability": "view",
@@ -297,12 +439,12 @@
297
439
  },
298
440
  {
299
441
  "inputs": [],
300
- "name": "NFT_LOCK_ADDRESS",
442
+ "name": "REGISTERABLE_LOCATION_V1",
301
443
  "outputs": [
302
444
  {
303
- "internalType": "address",
445
+ "internalType": "bytes32",
304
446
  "name": "",
305
- "type": "address"
447
+ "type": "bytes32"
306
448
  }
307
449
  ],
308
450
  "stateMutability": "view",
@@ -310,7 +452,7 @@
310
452
  },
311
453
  {
312
454
  "inputs": [],
313
- "name": "REGISTERABLE_LOCATION_V1",
455
+ "name": "REGISTRY_CREATION_CODE_HASH",
314
456
  "outputs": [
315
457
  {
316
458
  "internalType": "bytes32",
@@ -323,12 +465,12 @@
323
465
  },
324
466
  {
325
467
  "inputs": [],
326
- "name": "REGISTRY_CREATION_CODE_HASH",
468
+ "name": "authority",
327
469
  "outputs": [
328
470
  {
329
- "internalType": "bytes32",
471
+ "internalType": "address",
330
472
  "name": "",
331
- "type": "bytes32"
473
+ "type": "address"
332
474
  }
333
475
  ],
334
476
  "stateMutability": "view",
@@ -336,15 +478,15 @@
336
478
  },
337
479
  {
338
480
  "inputs": [],
339
- "name": "authority",
481
+ "name": "getDomain",
340
482
  "outputs": [
341
483
  {
342
- "internalType": "address",
343
- "name": "",
344
- "type": "address"
484
+ "internalType": "ObjectType",
485
+ "name": "serviceDomain",
486
+ "type": "uint8"
345
487
  }
346
488
  ],
347
- "stateMutability": "view",
489
+ "stateMutability": "pure",
348
490
  "type": "function"
349
491
  },
350
492
  {
@@ -390,57 +532,13 @@
390
532
  }
391
533
  ],
392
534
  "internalType": "struct IRegistry.ObjectInfo",
393
- "name": "",
535
+ "name": "info",
394
536
  "type": "tuple"
395
- },
396
- {
397
- "internalType": "bytes",
398
- "name": "data",
399
- "type": "bytes"
400
- }
401
- ],
402
- "stateMutability": "view",
403
- "type": "function"
404
- },
405
- {
406
- "inputs": [],
407
- "name": "getInitializedVersion",
408
- "outputs": [
409
- {
410
- "internalType": "uint64",
411
- "name": "",
412
- "type": "uint64"
413
- }
414
- ],
415
- "stateMutability": "view",
416
- "type": "function"
417
- },
418
- {
419
- "inputs": [],
420
- "name": "getMajorVersion",
421
- "outputs": [
422
- {
423
- "internalType": "VersionPart",
424
- "name": "majorVersion",
425
- "type": "uint8"
426
537
  }
427
538
  ],
428
539
  "stateMutability": "view",
429
540
  "type": "function"
430
541
  },
431
- {
432
- "inputs": [],
433
- "name": "getName",
434
- "outputs": [
435
- {
436
- "internalType": "string",
437
- "name": "",
438
- "type": "string"
439
- }
440
- ],
441
- "stateMutability": "pure",
442
- "type": "function"
443
- },
444
542
  {
445
543
  "inputs": [],
446
544
  "name": "getNftId",
@@ -482,31 +580,12 @@
482
580
  },
483
581
  {
484
582
  "inputs": [],
485
- "name": "getVersion",
486
- "outputs": [
487
- {
488
- "internalType": "Version",
489
- "name": "",
490
- "type": "uint24"
491
- }
492
- ],
493
- "stateMutability": "pure",
494
- "type": "function"
495
- },
496
- {
497
- "inputs": [
498
- {
499
- "internalType": "uint256",
500
- "name": "idx",
501
- "type": "uint256"
502
- }
503
- ],
504
- "name": "getVersion",
583
+ "name": "getRelease",
505
584
  "outputs": [
506
585
  {
507
- "internalType": "Version",
508
- "name": "",
509
- "type": "uint24"
586
+ "internalType": "VersionPart",
587
+ "name": "release",
588
+ "type": "uint8"
510
589
  }
511
590
  ],
512
591
  "stateMutability": "view",
@@ -514,70 +593,32 @@
514
593
  },
515
594
  {
516
595
  "inputs": [],
517
- "name": "getVersionCount",
596
+ "name": "getRoleId",
518
597
  "outputs": [
519
598
  {
520
- "internalType": "uint256",
521
- "name": "",
522
- "type": "uint256"
599
+ "internalType": "RoleId",
600
+ "name": "serviceRoleId",
601
+ "type": "uint64"
523
602
  }
524
603
  ],
525
604
  "stateMutability": "view",
526
605
  "type": "function"
527
606
  },
528
607
  {
529
- "inputs": [
530
- {
531
- "internalType": "Version",
532
- "name": "_version",
533
- "type": "uint24"
534
- }
535
- ],
536
- "name": "getVersionInfo",
608
+ "inputs": [],
609
+ "name": "getVersion",
537
610
  "outputs": [
538
611
  {
539
- "components": [
540
- {
541
- "internalType": "Version",
542
- "name": "version",
543
- "type": "uint24"
544
- },
545
- {
546
- "internalType": "address",
547
- "name": "implementation",
548
- "type": "address"
549
- },
550
- {
551
- "internalType": "address",
552
- "name": "activatedBy",
553
- "type": "address"
554
- },
555
- {
556
- "internalType": "Timestamp",
557
- "name": "activatedAt",
558
- "type": "uint40"
559
- },
560
- {
561
- "internalType": "Blocknumber",
562
- "name": "activatedIn",
563
- "type": "uint32"
564
- }
565
- ],
566
- "internalType": "struct IVersionable.VersionInfo",
612
+ "internalType": "Version",
567
613
  "name": "",
568
- "type": "tuple"
614
+ "type": "uint24"
569
615
  }
570
616
  ],
571
- "stateMutability": "view",
617
+ "stateMutability": "pure",
572
618
  "type": "function"
573
619
  },
574
620
  {
575
621
  "inputs": [
576
- {
577
- "internalType": "address",
578
- "name": "implementation",
579
- "type": "address"
580
- },
581
622
  {
582
623
  "internalType": "address",
583
624
  "name": "activatedBy",
@@ -589,38 +630,32 @@
589
630
  "type": "bytes"
590
631
  }
591
632
  ],
592
- "name": "initialize",
633
+ "name": "initializeVersionable",
593
634
  "outputs": [],
594
635
  "stateMutability": "nonpayable",
595
636
  "type": "function"
596
637
  },
597
638
  {
598
639
  "inputs": [],
599
- "name": "isConsumingScheduledOp",
640
+ "name": "isActive",
600
641
  "outputs": [
601
642
  {
602
- "internalType": "bytes4",
603
- "name": "",
604
- "type": "bytes4"
643
+ "internalType": "bool",
644
+ "name": "active",
645
+ "type": "bool"
605
646
  }
606
647
  ],
607
648
  "stateMutability": "view",
608
649
  "type": "function"
609
650
  },
610
651
  {
611
- "inputs": [
612
- {
613
- "internalType": "Version",
614
- "name": "_version",
615
- "type": "uint24"
616
- }
617
- ],
618
- "name": "isInitialized",
652
+ "inputs": [],
653
+ "name": "isConsumingScheduledOp",
619
654
  "outputs": [
620
655
  {
621
- "internalType": "bool",
656
+ "internalType": "bytes4",
622
657
  "name": "",
623
- "type": "bool"
658
+ "type": "bytes4"
624
659
  }
625
660
  ],
626
661
  "stateMutability": "view",
@@ -629,7 +664,13 @@
629
664
  {
630
665
  "inputs": [],
631
666
  "name": "linkToRegisteredNftId",
632
- "outputs": [],
667
+ "outputs": [
668
+ {
669
+ "internalType": "NftId",
670
+ "name": "nftId",
671
+ "type": "uint96"
672
+ }
673
+ ],
633
674
  "stateMutability": "nonpayable",
634
675
  "type": "function"
635
676
  },
@@ -691,19 +732,6 @@
691
732
  },
692
733
  {
693
734
  "inputs": [
694
- {
695
- "internalType": "contract IBaseComponent",
696
- "name": "distribution",
697
- "type": "address"
698
- },
699
- {
700
- "internalType": "address",
701
- "name": "owner",
702
- "type": "address"
703
- }
704
- ],
705
- "name": "registerDistribution",
706
- "outputs": [
707
735
  {
708
736
  "components": [
709
737
  {
@@ -745,11 +773,14 @@
745
773
  "internalType": "struct IRegistry.ObjectInfo",
746
774
  "name": "info",
747
775
  "type": "tuple"
748
- },
776
+ }
777
+ ],
778
+ "name": "registerDistributor",
779
+ "outputs": [
749
780
  {
750
- "internalType": "bytes",
751
- "name": "data",
752
- "type": "bytes"
781
+ "internalType": "NftId",
782
+ "name": "nftId",
783
+ "type": "uint96"
753
784
  }
754
785
  ],
755
786
  "stateMutability": "nonpayable",
@@ -761,6 +792,11 @@
761
792
  "internalType": "contract IRegisterable",
762
793
  "name": "instance",
763
794
  "type": "address"
795
+ },
796
+ {
797
+ "internalType": "address",
798
+ "name": "owner",
799
+ "type": "address"
764
800
  }
765
801
  ],
766
802
  "name": "registerInstance",
@@ -806,11 +842,6 @@
806
842
  "internalType": "struct IRegistry.ObjectInfo",
807
843
  "name": "info",
808
844
  "type": "tuple"
809
- },
810
- {
811
- "internalType": "bytes",
812
- "name": "data",
813
- "type": "bytes"
814
845
  }
815
846
  ],
816
847
  "stateMutability": "nonpayable",
@@ -875,17 +906,17 @@
875
906
  {
876
907
  "inputs": [
877
908
  {
878
- "internalType": "contract IBaseComponent",
879
- "name": "pool",
909
+ "internalType": "contract IComponent",
910
+ "name": "product",
880
911
  "type": "address"
881
912
  },
882
913
  {
883
914
  "internalType": "address",
884
- "name": "owner",
915
+ "name": "initialOwner",
885
916
  "type": "address"
886
917
  }
887
918
  ],
888
- "name": "registerPool",
919
+ "name": "registerProduct",
889
920
  "outputs": [
890
921
  {
891
922
  "components": [
@@ -928,11 +959,6 @@
928
959
  "internalType": "struct IRegistry.ObjectInfo",
929
960
  "name": "info",
930
961
  "type": "tuple"
931
- },
932
- {
933
- "internalType": "bytes",
934
- "name": "data",
935
- "type": "bytes"
936
962
  }
937
963
  ],
938
964
  "stateMutability": "nonpayable",
@@ -941,17 +967,22 @@
941
967
  {
942
968
  "inputs": [
943
969
  {
944
- "internalType": "contract IBaseComponent",
945
- "name": "product",
970
+ "internalType": "contract IComponent",
971
+ "name": "component",
946
972
  "type": "address"
947
973
  },
974
+ {
975
+ "internalType": "ObjectType",
976
+ "name": "objectType",
977
+ "type": "uint8"
978
+ },
948
979
  {
949
980
  "internalType": "address",
950
- "name": "owner",
981
+ "name": "initialOwner",
951
982
  "type": "address"
952
983
  }
953
984
  ],
954
- "name": "registerProduct",
985
+ "name": "registerProductLinkedComponent",
955
986
  "outputs": [
956
987
  {
957
988
  "components": [
@@ -994,11 +1025,6 @@
994
1025
  "internalType": "struct IRegistry.ObjectInfo",
995
1026
  "name": "info",
996
1027
  "type": "tuple"
997
- },
998
- {
999
- "internalType": "bytes",
1000
- "name": "data",
1001
- "type": "bytes"
1002
1028
  }
1003
1029
  ],
1004
1030
  "stateMutability": "nonpayable",
@@ -1006,14 +1032,6 @@
1006
1032
  },
1007
1033
  {
1008
1034
  "inputs": [
1009
- {
1010
- "internalType": "contract IService",
1011
- "name": "service",
1012
- "type": "address"
1013
- }
1014
- ],
1015
- "name": "registerService",
1016
- "outputs": [
1017
1035
  {
1018
1036
  "components": [
1019
1037
  {
@@ -1055,11 +1073,14 @@
1055
1073
  "internalType": "struct IRegistry.ObjectInfo",
1056
1074
  "name": "info",
1057
1075
  "type": "tuple"
1058
- },
1076
+ }
1077
+ ],
1078
+ "name": "registerStake",
1079
+ "outputs": [
1059
1080
  {
1060
- "internalType": "bytes",
1061
- "name": "data",
1062
- "type": "bytes"
1081
+ "internalType": "NftId",
1082
+ "name": "nftId",
1083
+ "type": "uint96"
1063
1084
  }
1064
1085
  ],
1065
1086
  "stateMutability": "nonpayable",
@@ -1067,18 +1088,60 @@
1067
1088
  },
1068
1089
  {
1069
1090
  "inputs": [
1091
+ {
1092
+ "internalType": "contract IRegisterable",
1093
+ "name": "staking",
1094
+ "type": "address"
1095
+ },
1070
1096
  {
1071
1097
  "internalType": "address",
1072
- "name": "tokenAddress",
1098
+ "name": "owner",
1073
1099
  "type": "address"
1074
1100
  }
1075
1101
  ],
1076
- "name": "registerToken",
1102
+ "name": "registerStaking",
1077
1103
  "outputs": [
1078
1104
  {
1079
- "internalType": "NftId",
1080
- "name": "nftId",
1081
- "type": "uint96"
1105
+ "components": [
1106
+ {
1107
+ "internalType": "NftId",
1108
+ "name": "nftId",
1109
+ "type": "uint96"
1110
+ },
1111
+ {
1112
+ "internalType": "NftId",
1113
+ "name": "parentNftId",
1114
+ "type": "uint96"
1115
+ },
1116
+ {
1117
+ "internalType": "ObjectType",
1118
+ "name": "objectType",
1119
+ "type": "uint8"
1120
+ },
1121
+ {
1122
+ "internalType": "bool",
1123
+ "name": "isInterceptor",
1124
+ "type": "bool"
1125
+ },
1126
+ {
1127
+ "internalType": "address",
1128
+ "name": "objectAddress",
1129
+ "type": "address"
1130
+ },
1131
+ {
1132
+ "internalType": "address",
1133
+ "name": "initialOwner",
1134
+ "type": "address"
1135
+ },
1136
+ {
1137
+ "internalType": "bytes",
1138
+ "name": "data",
1139
+ "type": "bytes"
1140
+ }
1141
+ ],
1142
+ "internalType": "struct IRegistry.ObjectInfo",
1143
+ "name": "info",
1144
+ "type": "tuple"
1082
1145
  }
1083
1146
  ],
1084
1147
  "stateMutability": "nonpayable",
@@ -1118,142 +1181,116 @@
1118
1181
  },
1119
1182
  {
1120
1183
  "inputs": [
1121
- {
1122
- "internalType": "address",
1123
- "name": "implementation",
1124
- "type": "address"
1125
- },
1126
- {
1127
- "internalType": "address",
1128
- "name": "activatedBy",
1129
- "type": "address"
1130
- },
1131
1184
  {
1132
1185
  "internalType": "bytes",
1133
1186
  "name": "data",
1134
1187
  "type": "bytes"
1135
1188
  }
1136
1189
  ],
1137
- "name": "upgrade",
1190
+ "name": "upgradeVersionable",
1138
1191
  "outputs": [],
1139
1192
  "stateMutability": "nonpayable",
1140
1193
  "type": "function"
1141
1194
  }
1142
1195
  ],
1143
- "bytecode": "0x60806040523480156200001157600080fd5b506301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055600280546001600160a01b031916331790556200006a62000070565b62000124565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c15760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001215780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6133c280620001346000396000f3fe608060405234801561001057600080fd5b50600436106101e55760003560e01c8063834af1531161010f578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105c4578063e285c9c4146105d7578063ed841d0c146105df578063fdd9ec7d146105e757600080fd5b8063b88da7591461057c578063bf7e214f1461058f578063c2bf08c814610597578063cde749f4146105aa57600080fd5b8063946dfcfe116100de578063946dfcfe146104f4578063a3f4df7e1461051b578063a745e3df14610549578063b3c650151461055c57600080fd5b8063834af153146104b1578063893d20e8146104c45780638fb36037146104cc5780638fbc2d81146104e157600080fd5b80634d459c90116101875780635d966289116101565780635d96628914610460578063644c45e0146104735780637286e5e51461048b5780637a9e5e4b1461049e57600080fd5b80634d459c90146102fc5780634f421333146104155780635ab1bd53146104285780635c992fed1461044d57600080fd5b80630fec111c116101c35780630fec111c14610273578063138461e01461028957806317d7de7c146102935780631eff4b22146102c757600080fd5b806301ffc9a7146101ea57806309824a801461022c5780630d8e6e2c14610257575b600080fd5b6102176101f8366004612926565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023f61023a366004612975565b6105fa565b6040516001600160601b039091168152602001610223565b61025f610867565b60405162ffffff9091168152602001610223565b61027b6108f1565b604051610223929190612a53565b610291610a44565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b6040516102239190612a81565b6102ee7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b6103b861030a366004612aa5565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061336d83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610223565b610217610423366004612aa5565b610c66565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b61023f61045b366004612c00565b610d19565b61027b61046e366004612cd2565b610e1c565b600154600160a01b90046001600160601b031661023f565b61027b610499366004612cd2565b611021565b6102916104ac366004612975565b6110d0565b61027b6104bf366004612975565b611157565b6104356112df565b6104d46113f8565b6040516102239190612d0b565b61027b6104ef366004612cd2565b611431565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102ee565b6102ba6040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b610291610557366004612d20565b6114e0565b61056461163a565b6040516001600160401b039091168152602001610223565b61025f61058a366004612d81565b61165b565b6104356116ac565b61023f6105a5366004612c00565b6116c8565b6105b261174d565b60405160ff9091168152602001610223565b6102916105d2366004612d20565b6117d0565b610435600181565b6102ee600081565b61027b6105f5366004612975565b6118d9565b60006001600160a01b0382163303610625576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b0382163b15806106485750610648826303fb044760e21b611980565b156106665760405163087cada760e21b815260040160405180910390fd5b600154604051636939560f60e11b81526001600160a01b039091166004820181905260009163d272ac1e90602401602060405180830381865afa1580156106b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d59190612da5565b600154604051631c5da14d60e11b81526001600160601b03831660048201529192506001600160a01b0316906338bb429a90602401602060405180830381865afa158015610727573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074b9190612dcd565b6001600160a01b0316336001600160a01b03161461077c5760405163778d468d60e11b815260040160405180910390fd5b60006040518060e00160405280610791600090565b6001600160601b03168152602001836001600160601b031681526020016107b6603290565b60ff168152600060208083018290526001600160a01b0380891660408086019190915260016060860181905281519384018252938352608090940191909152905491516352efcf2760e11b8152929350169063a5df9e4e9061081c908490600401612dea565b6020604051808303816000875af115801561083b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085f9190612da5565b949350505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156108c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612dfd565b905090565b6108f96128e8565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806109456001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161098d6112df565b6001600160a01b031681526020018260010180546109aa90612e1a565b80601f01602080910402602001604051908101604052809291908181526020018280546109d690612e1a565b8015610a235780601f106109f857610100808354040283529160200191610a23565b820191906000526020600020905b815481529060010190602001808311610a0657829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610aa6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aca9190612e5f565b15610b11576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b0316610b3a5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610b83573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ba79190612e5f565b610bcf576040516372657a5160e01b81526001600160a01b0382166004820152602401610b08565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610c19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c3d9190612da5565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008060008051602061336d83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610cee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d129190612e7c565b1192915050565b6000610d28335b60003661199c565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015610d71573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d959190612da5565b9050610da28360d2611aa2565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610dd2908690600401612dea565b6020604051808303816000875af1158015610df1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e159190612da5565b9392505050565b610e246128e8565b6060610e2f33610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610e6290633ad74e8160e01b90600401612d0b565b602060405180830381865afa158015610e7f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ea39190612e5f565b610ec057604051637a71998760e01b815260040160405180910390fd5b610ecd84606e5b85611b9f565b600154604051636939560f60e11b81523360048201529294509092506000916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015610f1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f429190612da5565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610f73908690600401612dea565b6020604051808303816000875af1158015610f92573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb69190612da5565b6001600160601b0316835260408051629c230f60e51b815290516001600160a01b0387169163138461e091600480830192600092919082900301818387803b15801561100157600080fd5b505af1158015611015573d6000803e3d6000fd5b50505050509250929050565b6110296128e8565b606061103433610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061106790632d744d3360e11b90600401612d0b565b602060405180830381865afa158015611084573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110a89190612e5f565b6110c557604051636f61f64160e01b815260040160405180910390fd5b610ecd84608c610ec7565b336110d96116ac565b6001600160a01b0316816001600160a01b0316146111145760405162d1953b60e31b81526001600160a01b0382166004820152602401610b08565b816001600160a01b03163b60000361114a576040516361798f2f60e11b81526001600160a01b0383166004820152602401610b08565b61115382611da5565b5050565b61115f6128e8565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a7906111959063e72ac88960e01b90600401612d0b565b602060405180830381865afa1580156111b2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d69190612e5f565b6111f357604051636795c76360e01b815260040160405180910390fd5b6112008360465b33611b9f565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90611234908590600401612dea565b6020604051808303816000875af1158015611253573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112779190612da5565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b1580156112c257600080fd5b505af11580156112d6573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611344573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113689190612e5f565b156113e857600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa1580156113c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612dcd565b506002546001600160a01b031690565b60008051602061332d833981519152805460009190600160a01b900460ff1661142257600061142b565b638fb3603760e01b5b91505090565b6114396128e8565b606061144433610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a7906114779063c8ea96c560e01b90600401612d0b565b602060405180830381865afa158015611494573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b89190612e5f565b6114d5576040516308707e3160e41b815260040160405180910390fd5b610ecd846078610ec7565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c611502610867565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611542573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115669190612e95565b60008051602061334d8339815191528054600160401b900460ff1680611599575080546001600160401b03808416911610155b156115b75760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556115e28585611e06565b6115eb836120a5565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006108ec60008051602061334d833981519152546001600160401b031690565b600060008051602061336d833981519152600101828154811061168057611680612ebe565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008051602061332d833981519152546001600160a01b031690565b60006116d333610d20565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa15801561171c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117409190612da5565b9050610da28360dc611aa2565b6000611757610867565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156117ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612edf565b60008051602061334d8339815191528054600160401b810460ff1615906001600160401b03166000811580156118035750825b90506000826001600160401b0316600114801561181f5750303b155b90508115801561182d575080155b1561184b5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561187557845460ff60401b1916600160401b1785555b61187f8888611e06565b61188987876120ad565b83156118cf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6118e16128e8565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a79061191790631b4612f160e31b90600401612d0b565b602060405180830381865afa158015611934573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119589190612e5f565b61197557604051635458064d60e11b815260040160405180910390fd5b61120083603c6111fa565b600061198b8361239a565b8015610e155750610e1583836123ce565b60008051602061332d8339815191526000806119d76119b96116ac565b87306119c9600460008a8c612efc565b6119d291612f26565b612451565b9150915081611a9a5763ffffffff811615611a7757825460ff60a01b1916600160a01b178355611a056116ac565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611a3493929190612f56565b600060405180830381600087803b158015611a4e57600080fd5b505af1158015611a62573d6000803e3d6000fd5b5050845460ff60a01b1916855550611a9a9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610b08565b505050505050565b60808201516001600160a01b031615611adf576080820151604051634726455360e11b81526001600160a01b039091166004820152602401610b08565b6001546001600160a01b031660a083015160405163c3c5a54760e01b81526001600160a01b03918216600482015291169063c3c5a54790602401602060405180830381865afa158015611b36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b5a9190612e5f565b80611b70575060a08201516001600160a01b0316155b156111535760a082015160405163711c133360e01b81526001600160a01b039091166004820152602401610b08565b611ba76128e8565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611be7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c0f9190810190612fdb565b6001600160a01b03871660808301526040820151919350915060ff858116911614611c60576040808301519051632208245760e11b815260ff80871660048301529091166024820152604401610b08565b60a082015160ff8516604614611cad57836001600160a01b0316816001600160a01b031614611cad5760405163dfc430cb60e01b81526001600160a01b0385166004820152602401610b08565b856001600160a01b0316816001600160a01b031603611cdf576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b038116611d0657604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611d5a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d7e9190612e5f565b15611d9c57604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b60008051602061332d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611e0e61255d565b60008051602061336d8339815191526000611e3e60008051602061334d833981519152546001600160401b031690565b90506000611e4a610867565b9050816001600160401b0316600103611e775760028301805462ffffff191662ffffff8316179055611ec5565b600283015462ffffff90811690821611611ec55760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b6044820152606401610b08565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611f79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f9d91906130d3565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf689061162b9083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101e561255d565b60008051602061334d8339815191528054600160401b810460ff1615906001600160401b03166000811580156120e05750825b90506000826001600160401b031660011480156120fc5750303b155b90508115801561210a575080155b156121285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561215257845460ff60401b1916600160401b1785555b6000808780602001905181019061216991906130fa565b9150915061217682612596565b60008961218161174d565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a524906121ed9086908690600401613140565b600060405180830381865af415801561220a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526122329190810190613153565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f02906122719085908590600401613187565b602060405180830381865af415801561228e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122b29190612dcd565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa1580156122fd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123219190612da5565b905061232d828e6125aa565b612335610a44565b6123456324cded3360e11b612637565b505050505050831561239157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b60006123ad826301ffc9a760e01b6123ce565b80156123c857506123c6826001600160e01b03196123ce565b155b92915050565b600080826040516024016123e29190612d0b565b60408051601f19818403018152919052602080820180516001600160e01b03166301ffc9a760e01b178152825192935060009283928392909183918a617530fa92503d9150600051905082801561243a575060208210155b80156124465750600081115b979650505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516124c091906131a9565b600060405180830381855afa9150503d80600081146124fb576040519150601f19603f3d011682016040523d82523d6000602084013e612500565b606091505b50915091508115612552576040815110612532578080602001905181019061252891906131c5565b9094509250612552565b6020815110612552578080602001905181019061254f9190612e5f565b93505b505094509492505050565b60008051602061334d83398151915254600160401b900460ff1661259457604051631afcd79f60e31b815260040160405180910390fd5b565b61259e61255d565b6125a78161265c565b50565b60006125d860408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b6125e061174d565b6040516020016125f19291906131fd565b6040516020818303038152906040529050600061260d8461266d565b905060006126208583603c8488886126d8565b612630631b4612f160e31b612637565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61266461255d565b6125a781611da5565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa1580156126b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123c89190612da5565b6126e28287612763565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101612752838261326d565b506123916303fb044760e21b612637565b600280546001600160a01b0319166001600160a01b038416179055611153816001546001600160a01b0316156127bb5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401610b08565b6001600160a01b0381166127e25760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036128185760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b08565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a79061285e9063350fb35160e11b90600401612d0b565b602060405180830381865afa925050508015612897575060408051601f3d908101601f1916820190925261289491810190612e5f565b60015b6128bf5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b08565b806111535760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610b08565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561293857600080fd5b81356001600160e01b031981168114610e1557600080fd5b6001600160a01b03811681146125a757600080fd5b803561297081612950565b919050565b60006020828403121561298757600080fd5b8135610e1581612950565b60005b838110156129ad578181015183820152602001612995565b50506000910152565b600081518084526129ce816020860160208601612992565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c085015261085f60e08501826129b6565b604081526000612a6660408301856129e2565b8281036020840152612a7881856129b6565b95945050505050565b602081526000610e1560208301846129b6565b62ffffff811681146125a757600080fd5b600060208284031215612ab757600080fd5b8135610e1581612a94565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715612afa57612afa612ac2565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612b2857612b28612ac2565b604052919050565b6001600160601b03811681146125a757600080fd5b803561297081612b30565b60ff811681146125a757600080fd5b803561297081612b50565b80151581146125a757600080fd5b803561297081612b6a565b60006001600160401b03821115612b9c57612b9c612ac2565b50601f01601f191660200190565b600082601f830112612bbb57600080fd5b8135612bce612bc982612b83565b612b00565b818152846020838601011115612be357600080fd5b816020850160208301376000918101602001919091529392505050565b600060208284031215612c1257600080fd5b81356001600160401b0380821115612c2957600080fd5b9083019060e08286031215612c3d57600080fd5b612c45612ad8565b612c4e83612b45565b8152612c5c60208401612b45565b6020820152612c6d60408401612b5f565b6040820152612c7e60608401612b78565b6060820152612c8f60808401612965565b6080820152612ca060a08401612965565b60a082015260c083013582811115612cb757600080fd5b612cc387828601612baa565b60c08301525095945050505050565b60008060408385031215612ce557600080fd5b8235612cf081612950565b91506020830135612d0081612950565b809150509250929050565b6001600160e01b031991909116815260200190565b600080600060608486031215612d3557600080fd5b8335612d4081612950565b92506020840135612d5081612950565b915060408401356001600160401b03811115612d6b57600080fd5b612d7786828701612baa565b9150509250925092565b600060208284031215612d9357600080fd5b5035919050565b805161297081612b30565b600060208284031215612db757600080fd5b8151610e1581612b30565b805161297081612950565b600060208284031215612ddf57600080fd5b8151610e1581612950565b602081526000610e1560208301846129e2565b600060208284031215612e0f57600080fd5b8151610e1581612a94565b600181811c90821680612e2e57607f821691505b602082108103612e4e57634e487b7160e01b600052602260045260246000fd5b50919050565b805161297081612b6a565b600060208284031215612e7157600080fd5b8151610e1581612b6a565b600060208284031215612e8e57600080fd5b5051919050565b600060208284031215612ea757600080fd5b81516001600160401b0381168114610e1557600080fd5b634e487b7160e01b600052603260045260246000fd5b805161297081612b50565b600060208284031215612ef157600080fd5b8151610e1581612b50565b60008085851115612f0c57600080fd5b83861115612f1957600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612f4e5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612fa757600080fd5b8151612fb5612bc982612b83565b818152846020838601011115612fca57600080fd5b61085f826020830160208701612992565b60008060408385031215612fee57600080fd5b82516001600160401b038082111561300557600080fd5b9084019060e0828703121561301957600080fd5b613021612ad8565b61302a83612d9a565b815261303860208401612d9a565b602082015261304960408401612ed4565b604082015261305a60608401612e54565b606082015261306b60808401612dc2565b608082015261307c60a08401612dc2565b60a082015260c08301518281111561309357600080fd5b61309f88828601612f96565b60c08301525060208601519094509150808211156130bc57600080fd5b506130c985828601612f96565b9150509250929050565b6000602082840312156130e557600080fd5b815164ffffffffff81168114610e1557600080fd5b6000806040838503121561310d57600080fd5b825161311881612950565b60208401519092506001600160401b0381111561313457600080fd5b6130c985828601612f96565b604081526000612a6660408301856129b6565b60006020828403121561316557600080fd5b81516001600160401b0381111561317b57600080fd5b61085f84828501612f96565b60408152600061319a60408301856129b6565b90508260208301529392505050565b600082516131bb818460208701612992565b9190910192915050565b600080604083850312156131d857600080fd5b82516131e381612b6a565b602084015190925063ffffffff81168114612d0057600080fd5b60408152600061321060408301856129b6565b905060ff831660208301529392505050565b601f82111561326857600081815260208120601f850160051c810160208610156132495750805b601f850160051c820191505b81811015611a9a57828155600101613255565b505050565b81516001600160401b0381111561328657613286612ac2565b61329a816132948454612e1a565b84613222565b602080601f8311600181146132cf57600084156132b75750858301515b600019600386901b1c1916600185901b178555611a9a565b600085815260208120601f198616915b828110156132fe578886015182559484019460019091019084016132df565b508582101561331c5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220fb0f5a2c1344594de09542cdd73b5d1c91205a1ff27c7698d9d7f1306d2ec1fa64736f6c63430008140033",
1144
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101e55760003560e01c8063834af1531161010f578063b88da759116100a2578063cf7a1d7711610071578063cf7a1d77146105c4578063e285c9c4146105d7578063ed841d0c146105df578063fdd9ec7d146105e757600080fd5b8063b88da7591461057c578063bf7e214f1461058f578063c2bf08c814610597578063cde749f4146105aa57600080fd5b8063946dfcfe116100de578063946dfcfe146104f4578063a3f4df7e1461051b578063a745e3df14610549578063b3c650151461055c57600080fd5b8063834af153146104b1578063893d20e8146104c45780638fb36037146104cc5780638fbc2d81146104e157600080fd5b80634d459c90116101875780635d966289116101565780635d96628914610460578063644c45e0146104735780637286e5e51461048b5780637a9e5e4b1461049e57600080fd5b80634d459c90146102fc5780634f421333146104155780635ab1bd53146104285780635c992fed1461044d57600080fd5b80630fec111c116101c35780630fec111c14610273578063138461e01461028957806317d7de7c146102935780631eff4b22146102c757600080fd5b806301ffc9a7146101ea57806309824a801461022c5780630d8e6e2c14610257575b600080fd5b6102176101f8366004612926565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61023f61023a366004612975565b6105fa565b6040516001600160601b039091168152602001610223565b61025f610867565b60405162ffffff9091168152602001610223565b61027b6108f1565b604051610223929190612a53565b610291610a44565b005b60408051808201909152600f81526e52656769737472795365727669636560881b60208201525b6040516102239190612a81565b6102ee7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610223565b6103b861030a366004612aa5565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061336d83398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610223565b610217610423366004612aa5565b610c66565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610223565b61023f61045b366004612c00565b610d19565b61027b61046e366004612cd2565b610e1c565b600154600160a01b90046001600160601b031661023f565b61027b610499366004612cd2565b611021565b6102916104ac366004612975565b6110d0565b61027b6104bf366004612975565b611157565b6104356112df565b6104d46113f8565b6040516102239190612d0b565b61027b6104ef366004612cd2565b611431565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102ee565b6102ba6040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b610291610557366004612d20565b6114e0565b61056461163a565b6040516001600160401b039091168152602001610223565b61025f61058a366004612d81565b61165b565b6104356116ac565b61023f6105a5366004612c00565b6116c8565b6105b261174d565b60405160ff9091168152602001610223565b6102916105d2366004612d20565b6117d0565b610435600181565b6102ee600081565b61027b6105f5366004612975565b6118d9565b60006001600160a01b0382163303610625576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b0382163b15806106485750610648826303fb044760e21b611980565b156106665760405163087cada760e21b815260040160405180910390fd5b600154604051636939560f60e11b81526001600160a01b039091166004820181905260009163d272ac1e90602401602060405180830381865afa1580156106b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d59190612da5565b600154604051631c5da14d60e11b81526001600160601b03831660048201529192506001600160a01b0316906338bb429a90602401602060405180830381865afa158015610727573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074b9190612dcd565b6001600160a01b0316336001600160a01b03161461077c5760405163778d468d60e11b815260040160405180910390fd5b60006040518060e00160405280610791600090565b6001600160601b03168152602001836001600160601b031681526020016107b6603290565b60ff168152600060208083018290526001600160a01b0380891660408086019190915260016060860181905281519384018252938352608090940191909152905491516352efcf2760e11b8152929350169063a5df9e4e9061081c908490600401612dea565b6020604051808303816000875af115801561083b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061085f9190612da5565b949350505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af41580156108c8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612dfd565b905090565b6108f96128e8565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806109456001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161098d6112df565b6001600160a01b031681526020018260010180546109aa90612e1a565b80601f01602080910402602001604051908101604052809291908181526020018280546109d690612e1a565b8015610a235780601f106109f857610100808354040283529160200191610a23565b820191906000526020600020905b815481529060010190602001808311610a0657829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610aa6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aca9190612e5f565b15610b11576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b0316610b3a5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610b83573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ba79190612e5f565b610bcf576040516372657a5160e01b81526001600160a01b0382166004820152602401610b08565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610c19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c3d9190612da5565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008060008051602061336d83398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610cee573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d129190612e7c565b1192915050565b6000610d28335b60003661199c565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa158015610d71573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d959190612da5565b9050610da28360d2611aa2565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610dd2908690600401612dea565b6020604051808303816000875af1158015610df1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e159190612da5565b9392505050565b610e246128e8565b6060610e2f33610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a790610e6290633ad74e8160e01b90600401612d0b565b602060405180830381865afa158015610e7f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ea39190612e5f565b610ec057604051637a71998760e01b815260040160405180910390fd5b610ecd84606e5b85611b9f565b600154604051636939560f60e11b81523360048201529294509092506000916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015610f1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f429190612da5565b6001546040516352efcf2760e11b81529192506001600160a01b03169063a5df9e4e90610f73908690600401612dea565b6020604051808303816000875af1158015610f92573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fb69190612da5565b6001600160601b0316835260408051629c230f60e51b815290516001600160a01b0387169163138461e091600480830192600092919082900301818387803b15801561100157600080fd5b505af1158015611015573d6000803e3d6000fd5b50505050509250929050565b6110296128e8565b606061103433610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061106790632d744d3360e11b90600401612d0b565b602060405180830381865afa158015611084573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110a89190612e5f565b6110c557604051636f61f64160e01b815260040160405180910390fd5b610ecd84608c610ec7565b336110d96116ac565b6001600160a01b0316816001600160a01b0316146111145760405162d1953b60e31b81526001600160a01b0382166004820152602401610b08565b816001600160a01b03163b60000361114a576040516361798f2f60e11b81526001600160a01b0383166004820152602401610b08565b61115382611da5565b5050565b61115f6128e8565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a7906111959063e72ac88960e01b90600401612d0b565b602060405180830381865afa1580156111b2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111d69190612e5f565b6111f357604051636795c76360e01b815260040160405180910390fd5b6112008360465b33611b9f565b6001546040516352efcf2760e11b81529294509092506001600160a01b03169063a5df9e4e90611234908590600401612dea565b6020604051808303816000875af1158015611253573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112779190612da5565b6001600160601b0316825260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192600092919082900301818387803b1580156112c257600080fd5b505af11580156112d6573d6000803e3d6000fd5b50505050915091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611344573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113689190612e5f565b156113e857600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa1580156113c4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612dcd565b506002546001600160a01b031690565b60008051602061332d833981519152805460009190600160a01b900460ff1661142257600061142b565b638fb3603760e01b5b91505090565b6114396128e8565b606061144433610d20565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a7906114779063c8ea96c560e01b90600401612d0b565b602060405180830381865afa158015611494573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114b89190612e5f565b6114d5576040516308707e3160e41b815260040160405180910390fd5b610ecd846078610ec7565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c611502610867565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611542573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115669190612e95565b60008051602061334d8339815191528054600160401b900460ff1680611599575080546001600160401b03808416911610155b156115b75760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556115e28585611e06565b6115eb836120a5565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b60006108ec60008051602061334d833981519152546001600160401b031690565b600060008051602061336d833981519152600101828154811061168057611680612ebe565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008051602061332d833981519152546001600160a01b031690565b60006116d333610d20565b600154604051636939560f60e11b81523360048201526000916001600160a01b03169063d272ac1e90602401602060405180830381865afa15801561171c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117409190612da5565b9050610da28360dc611aa2565b6000611757610867565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156117ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108ec9190612edf565b60008051602061334d8339815191528054600160401b810460ff1615906001600160401b03166000811580156118035750825b90506000826001600160401b0316600114801561181f5750303b155b90508115801561182d575080155b1561184b5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561187557845460ff60401b1916600160401b1785555b61187f8888611e06565b61188987876120ad565b83156118cf57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6118e16128e8565b6040516301ffc9a760e01b81526060906001600160a01b038416906301ffc9a79061191790631b4612f160e31b90600401612d0b565b602060405180830381865afa158015611934573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119589190612e5f565b61197557604051635458064d60e11b815260040160405180910390fd5b61120083603c6111fa565b600061198b8361239a565b8015610e155750610e1583836123ce565b60008051602061332d8339815191526000806119d76119b96116ac565b87306119c9600460008a8c612efc565b6119d291612f26565b612451565b9150915081611a9a5763ffffffff811615611a7757825460ff60a01b1916600160a01b178355611a056116ac565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401611a3493929190612f56565b600060405180830381600087803b158015611a4e57600080fd5b505af1158015611a62573d6000803e3d6000fd5b5050845460ff60a01b1916855550611a9a9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610b08565b505050505050565b60808201516001600160a01b031615611adf576080820151604051634726455360e11b81526001600160a01b039091166004820152602401610b08565b6001546001600160a01b031660a083015160405163c3c5a54760e01b81526001600160a01b03918216600482015291169063c3c5a54790602401602060405180830381865afa158015611b36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b5a9190612e5f565b80611b70575060a08201516001600160a01b0316155b156111535760a082015160405163711c133360e01b81526001600160a01b039091166004820152602401610b08565b611ba76128e8565b6060846001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611be7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c0f9190810190612fdb565b6001600160a01b03871660808301526040820151919350915060ff858116911614611c60576040808301519051632208245760e11b815260ff80871660048301529091166024820152604401610b08565b60a082015160ff8516604614611cad57836001600160a01b0316816001600160a01b031614611cad5760405163dfc430cb60e01b81526001600160a01b0385166004820152602401610b08565b856001600160a01b0316816001600160a01b031603611cdf576040516317faf4db60e11b815260040160405180910390fd5b6001600160a01b038116611d0657604051630fd187d360e01b815260040160405180910390fd5b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015611d5a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d7e9190612e5f565b15611d9c57604051637142ceb360e11b815260040160405180910390fd5b50935093915050565b60008051602061332d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611e0e61255d565b60008051602061336d8339815191526000611e3e60008051602061334d833981519152546001600160401b031690565b90506000611e4a610867565b9050816001600160401b0316600103611e775760028301805462ffffff191662ffffff8316179055611ec5565b600283015462ffffff90811690821611611ec55760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b6044820152606401610b08565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611f79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f9d91906130d3565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf689061162b9083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101e561255d565b60008051602061334d8339815191528054600160401b810460ff1615906001600160401b03166000811580156120e05750825b90506000826001600160401b031660011480156120fc5750303b155b90508115801561210a575080155b156121285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561215257845460ff60401b1916600160401b1785555b6000808780602001905181019061216991906130fa565b9150915061217682612596565b60008961218161174d565b604080516001600160a01b03909316602084015260ff9091169082015260600160408051601f1981840301815290829052631585e94960e21b8252915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90635617a524906121ed9086908690600401613140565b600060405180830381865af415801561220a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526122329190810190613153565b60405163257b1f8160e11b815290915060009073__$b2e3f5fb9dc49bcf3e057142c7696ab68d$__90634af63f02906122719085908590600401613187565b602060405180830381865af415801561228e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122b29190612dcd565b604051636939560f60e11b81526001600160a01b038216600482018190529192506000919063d272ac1e90602401602060405180830381865afa1580156122fd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123219190612da5565b905061232d828e6125aa565b612335610a44565b6123456324cded3360e11b612637565b505050505050831561239157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b60006123ad826301ffc9a760e01b6123ce565b80156123c857506123c6826001600160e01b03196123ce565b155b92915050565b600080826040516024016123e29190612d0b565b60408051601f19818403018152919052602080820180516001600160e01b03166301ffc9a760e01b178152825192935060009283928392909183918a617530fa92503d9150600051905082801561243a575060208210155b80156124465750600081115b979650505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516124c091906131a9565b600060405180830381855afa9150503d80600081146124fb576040519150601f19603f3d011682016040523d82523d6000602084013e612500565b606091505b50915091508115612552576040815110612532578080602001905181019061252891906131c5565b9094509250612552565b6020815110612552578080602001905181019061254f9190612e5f565b93505b505094509492505050565b60008051602061334d83398151915254600160401b900460ff1661259457604051631afcd79f60e31b815260040160405180910390fd5b565b61259e61255d565b6125a78161265c565b50565b60006125d860408051808201909152600f81526e52656769737472795365727669636560881b602082015290565b6125e061174d565b6040516020016125f19291906131fd565b6040516020818303038152906040529050600061260d8461266d565b905060006126208583603c8488886126d8565b612630631b4612f160e31b612637565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61266461255d565b6125a781611da5565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa1580156126b4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123c89190612da5565b6126e28287612763565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101612752838261326d565b506123916303fb044760e21b612637565b600280546001600160a01b0319166001600160a01b038416179055611153816001546001600160a01b0316156127bb5760015460405163fcdbf2d960e01b81526001600160a01b039091166004820152602401610b08565b6001600160a01b0381166127e25760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036128185760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b08565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a79061285e9063350fb35160e11b90600401612d0b565b602060405180830381865afa925050508015612897575060408051601f3d908101601f1916820190925261289491810190612e5f565b60015b6128bf5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b08565b806111535760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610b08565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561293857600080fd5b81356001600160e01b031981168114610e1557600080fd5b6001600160a01b03811681146125a757600080fd5b803561297081612950565b919050565b60006020828403121561298757600080fd5b8135610e1581612950565b60005b838110156129ad578181015183820152602001612995565b50506000910152565b600081518084526129ce816020860160208601612992565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c085015261085f60e08501826129b6565b604081526000612a6660408301856129e2565b8281036020840152612a7881856129b6565b95945050505050565b602081526000610e1560208301846129b6565b62ffffff811681146125a757600080fd5b600060208284031215612ab757600080fd5b8135610e1581612a94565b634e487b7160e01b600052604160045260246000fd5b60405160e081016001600160401b0381118282101715612afa57612afa612ac2565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612b2857612b28612ac2565b604052919050565b6001600160601b03811681146125a757600080fd5b803561297081612b30565b60ff811681146125a757600080fd5b803561297081612b50565b80151581146125a757600080fd5b803561297081612b6a565b60006001600160401b03821115612b9c57612b9c612ac2565b50601f01601f191660200190565b600082601f830112612bbb57600080fd5b8135612bce612bc982612b83565b612b00565b818152846020838601011115612be357600080fd5b816020850160208301376000918101602001919091529392505050565b600060208284031215612c1257600080fd5b81356001600160401b0380821115612c2957600080fd5b9083019060e08286031215612c3d57600080fd5b612c45612ad8565b612c4e83612b45565b8152612c5c60208401612b45565b6020820152612c6d60408401612b5f565b6040820152612c7e60608401612b78565b6060820152612c8f60808401612965565b6080820152612ca060a08401612965565b60a082015260c083013582811115612cb757600080fd5b612cc387828601612baa565b60c08301525095945050505050565b60008060408385031215612ce557600080fd5b8235612cf081612950565b91506020830135612d0081612950565b809150509250929050565b6001600160e01b031991909116815260200190565b600080600060608486031215612d3557600080fd5b8335612d4081612950565b92506020840135612d5081612950565b915060408401356001600160401b03811115612d6b57600080fd5b612d7786828701612baa565b9150509250925092565b600060208284031215612d9357600080fd5b5035919050565b805161297081612b30565b600060208284031215612db757600080fd5b8151610e1581612b30565b805161297081612950565b600060208284031215612ddf57600080fd5b8151610e1581612950565b602081526000610e1560208301846129e2565b600060208284031215612e0f57600080fd5b8151610e1581612a94565b600181811c90821680612e2e57607f821691505b602082108103612e4e57634e487b7160e01b600052602260045260246000fd5b50919050565b805161297081612b6a565b600060208284031215612e7157600080fd5b8151610e1581612b6a565b600060208284031215612e8e57600080fd5b5051919050565b600060208284031215612ea757600080fd5b81516001600160401b0381168114610e1557600080fd5b634e487b7160e01b600052603260045260246000fd5b805161297081612b50565b600060208284031215612ef157600080fd5b8151610e1581612b50565b60008085851115612f0c57600080fd5b83861115612f1957600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015612f4e5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082601f830112612fa757600080fd5b8151612fb5612bc982612b83565b818152846020838601011115612fca57600080fd5b61085f826020830160208701612992565b60008060408385031215612fee57600080fd5b82516001600160401b038082111561300557600080fd5b9084019060e0828703121561301957600080fd5b613021612ad8565b61302a83612d9a565b815261303860208401612d9a565b602082015261304960408401612ed4565b604082015261305a60608401612e54565b606082015261306b60808401612dc2565b608082015261307c60a08401612dc2565b60a082015260c08301518281111561309357600080fd5b61309f88828601612f96565b60c08301525060208601519094509150808211156130bc57600080fd5b506130c985828601612f96565b9150509250929050565b6000602082840312156130e557600080fd5b815164ffffffffff81168114610e1557600080fd5b6000806040838503121561310d57600080fd5b825161311881612950565b60208401519092506001600160401b0381111561313457600080fd5b6130c985828601612f96565b604081526000612a6660408301856129b6565b60006020828403121561316557600080fd5b81516001600160401b0381111561317b57600080fd5b61085f84828501612f96565b60408152600061319a60408301856129b6565b90508260208301529392505050565b600082516131bb818460208701612992565b9190910192915050565b600080604083850312156131d857600080fd5b82516131e381612b6a565b602084015190925063ffffffff81168114612d0057600080fd5b60408152600061321060408301856129b6565b905060ff831660208301529392505050565b601f82111561326857600081815260208120601f850160051c810160208610156132495750805b601f850160051c820191505b81811015611a9a57828155600101613255565b505050565b81516001600160401b0381111561328657613286612ac2565b61329a816132948454612e1a565b84613222565b602080601f8311600181146132cf57600084156132b75750858301515b600019600386901b1c1916600185901b178555611a9a565b600085815260208120601f198616915b828110156132fe578886015182559484019460019091019084016132df565b508582101561331c5787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220fb0f5a2c1344594de09542cdd73b5d1c91205a1ff27c7698d9d7f1306d2ec1fa64736f6c63430008140033",
1196
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6128cb806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635d966289116100f35780638fb3603711610093578063bf7e214f1161006e578063bf7e214f146103e1578063c2bf08c8146103e9578063c4c79d8b146103fc578063ed841d0c1461040f575f80fd5b80638fb36037146103a5578063ada9652e146103c6578063b68d1809146103da575f80fd5b806376b707b7116100ce57806376b707b71461035d5780637a9e5e4b146103775780638105cc7f1461038a578063893d20e81461039d575f80fd5b80635d9662891461030d578063644c45e0146103205780636c741e781461033d575f80fd5b806322f3e2d41161015e57806349bb9e4b1161013957806349bb9e4b146102af57806357a8fba7146102c25780635ab1bd53146102d55780635c992fed146102fa575f80fd5b806322f3e2d41461027f578063329d6e74146102875780633f429c921461029c575f80fd5b806301ffc9a7146101a5578063026bc43b146101e65780630d8e6e2c146102065780630fec111c14610222578063138461e01461022a5780631eff4b221461024a575b5f80fd5b6101d16101b3366004611fdd565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f436600461202f565b610416565b6040516101dd9190612094565b61020e6105cc565b60405162ffffff90911681526020016101dd565b6101f9610653565b6102326107df565b6040516001600160601b0390911681526020016101dd565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b6101d16107e9565b61029a61029536600461220c565b610860565b005b6101f96102aa366004612256565b6109bd565b61029a6102bd36600461229e565b610b4a565b6102326102d0366004612321565b610c58565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b610232610308366004612321565b610ce3565b6101f961031b36600461202f565b610cf8565b5f80516020612856833981519152546001600160601b0316610232565b610345610e39565b6040516001600160401b0390911681526020016101dd565b610365610ec5565b60405160ff90911681526020016101dd565b61029a6103853660046123f1565b610f2d565b610232610398366004612321565b610fb3565b6102e2610fc8565b6103ad6110f9565b6040516001600160e01b031990911681526020016101dd565b6102715f8051602061285683398151915281565b6002610365565b6102e261112e565b6102326103f7366004612321565b611149565b6101f961040a36600461202f565b61115e565b6102715f81565b61041e611fa0565b61042a335b5f3661117a565b6040516301ffc9a760e01b81526001622370f560e21b031960048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015610476573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049a9190612417565b6104c757604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6104d483600a5b84611278565b90506104e86001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105139190612094565b6020604051808303815f875af115801561052f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610553919061243d565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af11580156105a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105c5919061243d565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561062a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064e9190612458565b905090565b61065b611fa0565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f5919061243d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161073d610fc8565b6001600160a01b0316815260200182600101805461075a9061247a565b80601f01602080910402602001604051908101604052809291908181526020018280546107869061247a565b80156107d15780601f106107a8576101008083540402835291602001916107d1565b820191905f5260205f20905b8154815290600101906020018083116107b457829003601f168201915b505050505081525091505090565b5f61064e306114e9565b5f6107f261112e565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610836573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085a9190612417565b15905090565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6108826105cc565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156108c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108e491906124c6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff1680610929575080546001600160401b03808416911610155b156109475760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556109718361173f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6109c5611fa0565b6109ce33610423565b6040516301ffc9a760e01b81526306e9e5ff60e31b60048201526001600160a01b038516906301ffc9a790602401602060405180830381865afa158015610a17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3b9190612417565b610a6357604051632624ae7760e01b81526001600160a01b03851660048201526024016104be565b60ff8316600e1480610a78575060ff8316600d145b80610a86575060ff8316600f145b610aae576040516329e5065360e11b81526001600160a01b03851660048201526024016104be565b610ab9848484611278565b9050610acd6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610af89190612094565b6020604051808303815f875af1158015610b14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b38919061243d565b6001600160601b031681529392505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015610b8e5750825b90505f826001600160401b03166001148015610ba95750303b155b905081158015610bb7575080155b15610bd55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610bff57845460ff60401b1916600160401b1785555b610c098787611760565b8315610c4f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b5f610c6233610423565b610c6d8260176117a3565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610c9d908590600401612094565b6020604051808303815f875af1158015610cb9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cdd919061243d565b92915050565b5f610ced33610423565b610c6d8260156117a3565b610d00611fa0565b610d0933610423565b6040516301ffc9a760e01b8152630cdf80bd60e31b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015610d52573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d769190612417565b610d9e5760405163704b6c6d60e11b81526001600160a01b03841660048201526024016104be565b610da983600c6104ce565b9050610dbd6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610de89190612094565b6020604051808303815f875af1158015610e04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e28919061243d565b6001600160601b0316815292915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe6002610e5e610ec5565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610ea1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064e91906124c6565b5f610ece61112e565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f09573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064e91906124ec565b33610f3661112e565b6001600160a01b0316816001600160a01b031614610f715760405162d1953b60e31b81526001600160a01b03821660048201526024016104be565b816001600160a01b03163b5f03610fa6576040516361798f2f60e11b81526001600160a01b03831660048201526024016104be565b610faf826119f0565b5050565b5f610fbd33610423565b610c6d82601e6117a3565b5f805f8051602061285683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611034573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110589190612417565b156110e3576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110dd9190612512565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061287683398151915280545f9190600160a01b900460ff16611120575f6110dd565b638fb3603760e01b91505090565b5f80516020612876833981519152546001600160a01b031690565b5f61115333610423565b610c6d8260166117a3565b611166611fa0565b61116f33610423565b610da98360036104ce565b5f805160206128768339815191525f806111b261119561112e565b87306111a460045f8a8c61252d565b6111ad91612554565b611a50565b91509150816112705763ffffffff81161561124d57825460ff60a01b1916600160a01b1783556111e061112e565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161120f9392919061258a565b5f604051808303815f87803b158015611226575f80fd5b505af1158015611238573d5f803e3d5ffd5b5050845460ff60a01b19168555506112709050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016104be565b505050505050565b611280611fa0565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156112bb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112e29190810190612616565b9050836001600160a01b031681608001516001600160a01b0316146113335760808101516040516306704ad960e11b81526001600160a01b03808716600483015290911660248201526044016104be565b604081015160ff84811691161461137f57604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff808616602483015290911660448201526064016104be565b60a08101516001600160a01b03808216908416146113cb576040516335ce70c360e21b81526001600160a01b0380871660048301528085166024830152821660448201526064016104be565b846001600160a01b0316816001600160a01b03160361140857604051638e80a3f960e01b81526001600160a01b03861660048201526024016104be565b6001600160a01b03811661143a576040516343e40cb560e01b81526001600160a01b03861660048201526024016104be565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561148c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114b09190612417565b156114e1576040516309ad872b60e41b81526001600160a01b038087166004830152821660248201526044016104be565b509392505050565b5f805f8051602061285683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611555573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115799190612417565b156115a55780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104be565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156115f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061161b9190612417565b6116435760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104be565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611695573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116b9919061243d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b5490611705610fc8565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b611747611b58565b60405163502ec37160e01b815260040160405180910390fd5b611768611b58565b5f808280602001905181019061177e91906126d8565b9150915061178d828286611ba3565b61179d6328342add60e01b611c3c565b50505050565b60808201516001600160a01b0316156117da5760408083015190516340fda83160e11b815260ff90911660048201526024016104be565b604082015160ff828116911614611817576040808301519051632e5fbed960e21b815260ff808416600483015290911660248201526044016104be565b60a08201516001600160a01b03811661184e576040808401519051633312954f60e21b815260ff90911660048201526024016104be565b336001600160a01b0382160361188257604051633bb3291360e01b81526001600160a01b03821660048201526024016104be565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156118d4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118f89190612417565b156119eb575f6119106001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529190911690638b09a5f0906024015f60405180830381865afa158015611955573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261197c9190810190612616565b60400151905060ff811660021480611997575060ff81166003145b806119a5575060ff81166008145b806119b3575060ff8116600a145b1561179d57604080850151905163b4139d2560e01b815260ff90911660048201526001600160a01b03831660248201526044016104be565b505050565b5f8051602061287683398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611abe9190612705565b5f60405180830381855afa9150503d805f8114611af6576040519150601f19603f3d011682016040523d82523d5f602084013e611afb565b606091505b50915091508115611b4d576040815110611b2d5780806020019051810190611b23919061271b565b9094509250611b4d565b6020815110611b4d5780806020019051810190611b4a9190612417565b93505b505094509492505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16611ba157604051631afcd79f60e31b815260040160405180910390fd5b565b611bab611b58565b611bb3611c6f565b611c308383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bf4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c18919061243d565b60085f8660405180602001604052805f815250611c7f565b6119eb63daf9067160e01b5b611c44611b58565b611c6c816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b611c77611b58565b611ba1611dc6565b611c87611b58565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015611cdd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d019190612417565b611d295760405163cf6935e560e01b81526001600160a01b03881660048201526024016104be565b611d3287611df4565b611d3c8683611e05565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611dab838261279b565b50611dbc634a531f3360e01b611c3c565b5050505050505050565b611dce611b58565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611dfc611b58565b611c6c81611e7b565b611e0d611b58565b611e15611e8c565b611e1e82611ed4565b6001600160a01b038116611e455760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061285683398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611e83611b58565b611c6c816119f0565b611e94611b58565b611ba16301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611edc611b58565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611f32573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f569190612417565b611f7e5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104be565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611fed575f80fd5b81356001600160e01b031981168114612004575f80fd5b9392505050565b6001600160a01b0381168114611c6c575f80fd5b803561202a8161200b565b919050565b5f8060408385031215612040575f80fd5b823561204b8161200b565b9150602083013561205b8161200b565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516120dc608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612120610100840182612066565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b038111828210171561215e5761215e612128565b60405290565b604051601f8201601f191681016001600160401b038111828210171561218c5761218c612128565b604052919050565b5f6001600160401b038211156121ac576121ac612128565b50601f01601f191660200190565b5f82601f8301126121c9575f80fd5b81356121dc6121d782612194565b612164565b8181528460208386010111156121f0575f80fd5b816020850160208301375f918101602001919091529392505050565b5f6020828403121561221c575f80fd5b81356001600160401b03811115612231575f80fd5b612120848285016121ba565b60ff81168114611c6c575f80fd5b803561202a8161223d565b5f805f60608486031215612268575f80fd5b83356122738161200b565b925060208401356122838161223d565b915060408401356122938161200b565b809150509250925092565b5f80604083850312156122af575f80fd5b82356122ba8161200b565b915060208301356001600160401b038111156122d4575f80fd5b6122e0858286016121ba565b9150509250929050565b6001600160601b0381168114611c6c575f80fd5b803561202a816122ea565b8015158114611c6c575f80fd5b803561202a81612309565b5f60208284031215612331575f80fd5b81356001600160401b03811115612346575f80fd5b820160e08185031215612357575f80fd5b61235f61213c565b612368826122fe565b8152612376602083016122fe565b60208201526123876040830161224b565b604082015261239860608301612316565b60608201526123a96080830161201f565b60808201526123ba60a0830161201f565b60a082015260c08201356001600160401b038111156123d7575f80fd5b6123e3868285016121ba565b60c083015250949350505050565b5f60208284031215612401575f80fd5b81356120048161200b565b805161202a81612309565b5f60208284031215612427575f80fd5b815161200481612309565b805161202a816122ea565b5f6020828403121561244d575f80fd5b8151612004816122ea565b5f60208284031215612468575f80fd5b815162ffffff81168114612004575f80fd5b600181811c9082168061248e57607f821691505b6020821081036124ac57634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611c6c575f80fd5b5f602082840312156124d6575f80fd5b8151612004816124b2565b805161202a8161223d565b5f602082840312156124fc575f80fd5b81516120048161223d565b805161202a8161200b565b5f60208284031215612522575f80fd5b81516120048161200b565b5f808585111561253b575f80fd5b83861115612547575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156105c5576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82601f8301126125d8575f80fd5b81516125e66121d782612194565b8181528460208386010111156125fa575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215612626575f80fd5b81516001600160401b0381111561263b575f80fd5b820160e0818503121561264c575f80fd5b61265461213c565b61265d82612432565b815261266b60208301612432565b602082015261267c604083016124e1565b604082015261268d6060830161240c565b606082015261269e60808301612507565b60808201526126af60a08301612507565b60a082015260c08201516001600160401b038111156126cc575f80fd5b6123e3868285016125c9565b5f80604083850312156126e9575f80fd5b82516126f48161200b565b602084015190925061205b8161200b565b5f82518060208501845e5f920191825250919050565b5f806040838503121561272c575f80fd5b825161273781612309565b602084015190925063ffffffff8116811461205b575f80fd5b601f8211156119eb57805f5260205f20601f840160051c810160208510156127755750805b601f840160051c820191505b81811015612794575f8155600101612781565b5050505050565b81516001600160401b038111156127b4576127b4612128565b6127c8816127c2845461247a565b84612750565b6020601f8211600181146127fa575f83156127e35750848201515b5f19600385901b1c1916600184901b178455612794565b5f84815260208120601f198516915b828110156128295787850151825560209485019460019092019101612809565b508482101561284657868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122028798060090abf7918a0ab8cfe8a280977e50ae5ffb805b6bf19e3b84d176c2664736f6c634300081a0033",
1197
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101a1575f3560e01c80635d966289116100f35780638fb3603711610093578063bf7e214f1161006e578063bf7e214f146103e1578063c2bf08c8146103e9578063c4c79d8b146103fc578063ed841d0c1461040f575f80fd5b80638fb36037146103a5578063ada9652e146103c6578063b68d1809146103da575f80fd5b806376b707b7116100ce57806376b707b71461035d5780637a9e5e4b146103775780638105cc7f1461038a578063893d20e81461039d575f80fd5b80635d9662891461030d578063644c45e0146103205780636c741e781461033d575f80fd5b806322f3e2d41161015e57806349bb9e4b1161013957806349bb9e4b146102af57806357a8fba7146102c25780635ab1bd53146102d55780635c992fed146102fa575f80fd5b806322f3e2d41461027f578063329d6e74146102875780633f429c921461029c575f80fd5b806301ffc9a7146101a5578063026bc43b146101e65780630d8e6e2c146102065780630fec111c14610222578063138461e01461022a5780631eff4b221461024a575b5f80fd5b6101d16101b3366004611fdd565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f436600461202f565b610416565b6040516101dd9190612094565b61020e6105cc565b60405162ffffff90911681526020016101dd565b6101f9610653565b6102326107df565b6040516001600160601b0390911681526020016101dd565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b6101d16107e9565b61029a61029536600461220c565b610860565b005b6101f96102aa366004612256565b6109bd565b61029a6102bd36600461229e565b610b4a565b6102326102d0366004612321565b610c58565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b610232610308366004612321565b610ce3565b6101f961031b36600461202f565b610cf8565b5f80516020612856833981519152546001600160601b0316610232565b610345610e39565b6040516001600160401b0390911681526020016101dd565b610365610ec5565b60405160ff90911681526020016101dd565b61029a6103853660046123f1565b610f2d565b610232610398366004612321565b610fb3565b6102e2610fc8565b6103ad6110f9565b6040516001600160e01b031990911681526020016101dd565b6102715f8051602061285683398151915281565b6002610365565b6102e261112e565b6102326103f7366004612321565b611149565b6101f961040a36600461202f565b61115e565b6102715f81565b61041e611fa0565b61042a335b5f3661117a565b6040516301ffc9a760e01b81526001622370f560e21b031960048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015610476573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049a9190612417565b6104c757604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6104d483600a5b84611278565b90506104e86001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105139190612094565b6020604051808303815f875af115801561052f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610553919061243d565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af11580156105a1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105c5919061243d565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561062a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064e9190612458565b905090565b61065b611fa0565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106f5919061243d565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161073d610fc8565b6001600160a01b0316815260200182600101805461075a9061247a565b80601f01602080910402602001604051908101604052809291908181526020018280546107869061247a565b80156107d15780601f106107a8576101008083540402835291602001916107d1565b820191905f5260205f20905b8154815290600101906020018083116107b457829003601f168201915b505050505081525091505090565b5f61064e306114e9565b5f6107f261112e565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610836573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085a9190612417565b15905090565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6108826105cc565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156108c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108e491906124c6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff1680610929575080546001600160401b03808416911610155b156109475760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556109718361173f565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b6109c5611fa0565b6109ce33610423565b6040516301ffc9a760e01b81526306e9e5ff60e31b60048201526001600160a01b038516906301ffc9a790602401602060405180830381865afa158015610a17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a3b9190612417565b610a6357604051632624ae7760e01b81526001600160a01b03851660048201526024016104be565b60ff8316600e1480610a78575060ff8316600d145b80610a86575060ff8316600f145b610aae576040516329e5065360e11b81526001600160a01b03851660048201526024016104be565b610ab9848484611278565b9050610acd6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610af89190612094565b6020604051808303815f875af1158015610b14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b38919061243d565b6001600160601b031681529392505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015610b8e5750825b90505f826001600160401b03166001148015610ba95750303b155b905081158015610bb7575080155b15610bd55760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610bff57845460ff60401b1916600160401b1785555b610c098787611760565b8315610c4f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b5f610c6233610423565b610c6d8260176117a3565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610c9d908590600401612094565b6020604051808303815f875af1158015610cb9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cdd919061243d565b92915050565b5f610ced33610423565b610c6d8260156117a3565b610d00611fa0565b610d0933610423565b6040516301ffc9a760e01b8152630cdf80bd60e31b60048201526001600160a01b038416906301ffc9a790602401602060405180830381865afa158015610d52573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d769190612417565b610d9e5760405163704b6c6d60e11b81526001600160a01b03841660048201526024016104be565b610da983600c6104ce565b9050610dbd6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610de89190612094565b6020604051808303815f875af1158015610e04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e28919061243d565b6001600160601b0316815292915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe6002610e5e610ec5565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610ea1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064e91906124c6565b5f610ece61112e565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f09573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064e91906124ec565b33610f3661112e565b6001600160a01b0316816001600160a01b031614610f715760405162d1953b60e31b81526001600160a01b03821660048201526024016104be565b816001600160a01b03163b5f03610fa6576040516361798f2f60e11b81526001600160a01b03831660048201526024016104be565b610faf826119f0565b5050565b5f610fbd33610423565b610c6d82601e6117a3565b5f805f8051602061285683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611034573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110589190612417565b156110e3576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110dd9190612512565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061287683398151915280545f9190600160a01b900460ff16611120575f6110dd565b638fb3603760e01b91505090565b5f80516020612876833981519152546001600160a01b031690565b5f61115333610423565b610c6d8260166117a3565b611166611fa0565b61116f33610423565b610da98360036104ce565b5f805160206128768339815191525f806111b261119561112e565b87306111a460045f8a8c61252d565b6111ad91612554565b611a50565b91509150816112705763ffffffff81161561124d57825460ff60a01b1916600160a01b1783556111e061112e565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161120f9392919061258a565b5f604051808303815f87803b158015611226575f80fd5b505af1158015611238573d5f803e3d5ffd5b5050845460ff60a01b19168555506112709050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016104be565b505050505050565b611280611fa0565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156112bb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112e29190810190612616565b9050836001600160a01b031681608001516001600160a01b0316146113335760808101516040516306704ad960e11b81526001600160a01b03808716600483015290911660248201526044016104be565b604081015160ff84811691161461137f57604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff808616602483015290911660448201526064016104be565b60a08101516001600160a01b03808216908416146113cb576040516335ce70c360e21b81526001600160a01b0380871660048301528085166024830152821660448201526064016104be565b846001600160a01b0316816001600160a01b03160361140857604051638e80a3f960e01b81526001600160a01b03861660048201526024016104be565b6001600160a01b03811661143a576040516343e40cb560e01b81526001600160a01b03861660048201526024016104be565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa15801561148c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114b09190612417565b156114e1576040516309ad872b60e41b81526001600160a01b038087166004830152821660248201526044016104be565b509392505050565b5f805f8051602061285683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611555573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115799190612417565b156115a55780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104be565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156115f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061161b9190612417565b6116435760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104be565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611695573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116b9919061243d565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b5490611705610fc8565b604080516001600160601b0390931683526001600160a01b0390911660208301520160405180910390a1546001600160601b031692915050565b611747611b58565b60405163502ec37160e01b815260040160405180910390fd5b611768611b58565b5f808280602001905181019061177e91906126d8565b9150915061178d828286611ba3565b61179d6328342add60e01b611c3c565b50505050565b60808201516001600160a01b0316156117da5760408083015190516340fda83160e11b815260ff90911660048201526024016104be565b604082015160ff828116911614611817576040808301519051632e5fbed960e21b815260ff808416600483015290911660248201526044016104be565b60a08201516001600160a01b03811661184e576040808401519051633312954f60e21b815260ff90911660048201526024016104be565b336001600160a01b0382160361188257604051633bb3291360e01b81526001600160a01b03821660048201526024016104be565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156118d4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118f89190612417565b156119eb575f6119106001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529190911690638b09a5f0906024015f60405180830381865afa158015611955573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261197c9190810190612616565b60400151905060ff811660021480611997575060ff81166003145b806119a5575060ff81166008145b806119b3575060ff8116600a145b1561179d57604080850151905163b4139d2560e01b815260ff90911660048201526001600160a01b03831660248201526044016104be565b505050565b5f8051602061287683398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611abe9190612705565b5f60405180830381855afa9150503d805f8114611af6576040519150601f19603f3d011682016040523d82523d5f602084013e611afb565b606091505b50915091508115611b4d576040815110611b2d5780806020019051810190611b23919061271b565b9094509250611b4d565b6020815110611b4d5780806020019051810190611b4a9190612417565b93505b505094509492505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16611ba157604051631afcd79f60e31b815260040160405180910390fd5b565b611bab611b58565b611bb3611c6f565b611c308383846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bf4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c18919061243d565b60085f8660405180602001604052805f815250611c7f565b6119eb63daf9067160e01b5b611c44611b58565b611c6c816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b611c77611b58565b611ba1611dc6565b611c87611b58565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015611cdd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d019190612417565b611d295760405163cf6935e560e01b81526001600160a01b03881660048201526024016104be565b611d3287611df4565b611d3c8683611e05565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611dab838261279b565b50611dbc634a531f3360e01b611c3c565b5050505050505050565b611dce611b58565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611dfc611b58565b611c6c81611e7b565b611e0d611b58565b611e15611e8c565b611e1e82611ed4565b6001600160a01b038116611e455760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061285683398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611e83611b58565b611c6c816119f0565b611e94611b58565b611ba16301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611edc611b58565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611f32573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f569190612417565b611f7e5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104be565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611fed575f80fd5b81356001600160e01b031981168114612004575f80fd5b9392505050565b6001600160a01b0381168114611c6c575f80fd5b803561202a8161200b565b919050565b5f8060408385031215612040575f80fd5b823561204b8161200b565b9150602083013561205b8161200b565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516120dc608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612120610100840182612066565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b038111828210171561215e5761215e612128565b60405290565b604051601f8201601f191681016001600160401b038111828210171561218c5761218c612128565b604052919050565b5f6001600160401b038211156121ac576121ac612128565b50601f01601f191660200190565b5f82601f8301126121c9575f80fd5b81356121dc6121d782612194565b612164565b8181528460208386010111156121f0575f80fd5b816020850160208301375f918101602001919091529392505050565b5f6020828403121561221c575f80fd5b81356001600160401b03811115612231575f80fd5b612120848285016121ba565b60ff81168114611c6c575f80fd5b803561202a8161223d565b5f805f60608486031215612268575f80fd5b83356122738161200b565b925060208401356122838161223d565b915060408401356122938161200b565b809150509250925092565b5f80604083850312156122af575f80fd5b82356122ba8161200b565b915060208301356001600160401b038111156122d4575f80fd5b6122e0858286016121ba565b9150509250929050565b6001600160601b0381168114611c6c575f80fd5b803561202a816122ea565b8015158114611c6c575f80fd5b803561202a81612309565b5f60208284031215612331575f80fd5b81356001600160401b03811115612346575f80fd5b820160e08185031215612357575f80fd5b61235f61213c565b612368826122fe565b8152612376602083016122fe565b60208201526123876040830161224b565b604082015261239860608301612316565b60608201526123a96080830161201f565b60808201526123ba60a0830161201f565b60a082015260c08201356001600160401b038111156123d7575f80fd5b6123e3868285016121ba565b60c083015250949350505050565b5f60208284031215612401575f80fd5b81356120048161200b565b805161202a81612309565b5f60208284031215612427575f80fd5b815161200481612309565b805161202a816122ea565b5f6020828403121561244d575f80fd5b8151612004816122ea565b5f60208284031215612468575f80fd5b815162ffffff81168114612004575f80fd5b600181811c9082168061248e57607f821691505b6020821081036124ac57634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611c6c575f80fd5b5f602082840312156124d6575f80fd5b8151612004816124b2565b805161202a8161223d565b5f602082840312156124fc575f80fd5b81516120048161223d565b805161202a8161200b565b5f60208284031215612522575f80fd5b81516120048161200b565b5f808585111561253b575f80fd5b83861115612547575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156105c5576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82601f8301126125d8575f80fd5b81516125e66121d782612194565b8181528460208386010111156125fa575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215612626575f80fd5b81516001600160401b0381111561263b575f80fd5b820160e0818503121561264c575f80fd5b61265461213c565b61265d82612432565b815261266b60208301612432565b602082015261267c604083016124e1565b604082015261268d6060830161240c565b606082015261269e60808301612507565b60808201526126af60a08301612507565b60a082015260c08201516001600160401b038111156126cc575f80fd5b6123e3868285016125c9565b5f80604083850312156126e9575f80fd5b82516126f48161200b565b602084015190925061205b8161200b565b5f82518060208501845e5f920191825250919050565b5f806040838503121561272c575f80fd5b825161273781612309565b602084015190925063ffffffff8116811461205b575f80fd5b601f8211156119eb57805f5260205f20601f840160051c810160208510156127755750805b601f840160051c820191505b81811015612794575f8155600101612781565b5050505050565b81516001600160401b038111156127b4576127b4612128565b6127c8816127c2845461247a565b84612750565b6020601f8211600181146127fa575f83156127e35750848201515b5f19600385901b1c1916600184901b178455612794565b5f84815260208120601f198516915b828110156128295787850151825560209485019460019092019101612809565b508482101561284657868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122028798060090abf7918a0ab8cfe8a280977e50ae5ffb805b6bf19e3b84d176c2664736f6c634300081a0033",
1145
1198
  "linkReferences": {
1146
- "contracts/shared/ContractDeployerLib.sol": {
1147
- "ContractDeployerLib": [
1199
+ "contracts/shared/ContractLib.sol": {
1200
+ "ContractLib": [
1148
1201
  {
1149
1202
  "length": 20,
1150
- "start": 8951
1203
+ "start": 7547
1151
1204
  },
1152
1205
  {
1153
1206
  "length": 20,
1154
- "start": 9083
1207
+ "start": 8144
1155
1208
  }
1156
1209
  ]
1157
1210
  },
1158
- "contracts/types/Blocknumber.sol": {
1159
- "BlocknumberLib": [
1211
+ "contracts/type/NftId.sol": {
1212
+ "NftIdLib": [
1160
1213
  {
1161
1214
  "length": 20,
1162
- "start": 3560
1163
- }
1164
- ]
1165
- },
1166
- "contracts/types/NftId.sol": {
1167
- "NftIdLib": [
1215
+ "start": 1890
1216
+ },
1168
1217
  {
1169
1218
  "length": 20,
1170
- "start": 2976
1219
+ "start": 4306
1171
1220
  },
1172
1221
  {
1173
1222
  "length": 20,
1174
- "start": 5182
1223
+ "start": 5619
1175
1224
  }
1176
1225
  ]
1177
1226
  },
1178
- "contracts/types/Timestamp.sol": {
1179
- "TimestampLib": [
1227
+ "contracts/type/RoleId.sol": {
1228
+ "RoleIdLib": [
1180
1229
  {
1181
1230
  "length": 20,
1182
- "start": 8307
1231
+ "start": 3858
1183
1232
  }
1184
1233
  ]
1185
1234
  },
1186
- "contracts/types/Version.sol": {
1235
+ "contracts/type/Version.sol": {
1187
1236
  "VersionLib": [
1188
1237
  {
1189
1238
  "length": 20,
1190
- "start": 2498
1239
+ "start": 1736
1191
1240
  },
1192
1241
  {
1193
1242
  "length": 20,
1194
- "start": 5654
1195
- },
1196
- {
1197
- "length": 20,
1198
- "start": 6310
1243
+ "start": 2360
1199
1244
  }
1200
1245
  ]
1201
1246
  }
1202
1247
  },
1203
1248
  "deployedLinkReferences": {
1204
- "contracts/shared/ContractDeployerLib.sol": {
1205
- "ContractDeployerLib": [
1249
+ "contracts/shared/ContractLib.sol": {
1250
+ "ContractLib": [
1206
1251
  {
1207
1252
  "length": 20,
1208
- "start": 8643
1253
+ "start": 7333
1209
1254
  },
1210
1255
  {
1211
1256
  "length": 20,
1212
- "start": 8775
1257
+ "start": 7930
1213
1258
  }
1214
1259
  ]
1215
1260
  },
1216
- "contracts/types/Blocknumber.sol": {
1217
- "BlocknumberLib": [
1261
+ "contracts/type/NftId.sol": {
1262
+ "NftIdLib": [
1218
1263
  {
1219
1264
  "length": 20,
1220
- "start": 3252
1221
- }
1222
- ]
1223
- },
1224
- "contracts/types/NftId.sol": {
1225
- "NftIdLib": [
1265
+ "start": 1676
1266
+ },
1226
1267
  {
1227
1268
  "length": 20,
1228
- "start": 2668
1269
+ "start": 4092
1229
1270
  },
1230
1271
  {
1231
1272
  "length": 20,
1232
- "start": 4874
1273
+ "start": 5405
1233
1274
  }
1234
1275
  ]
1235
1276
  },
1236
- "contracts/types/Timestamp.sol": {
1237
- "TimestampLib": [
1277
+ "contracts/type/RoleId.sol": {
1278
+ "RoleIdLib": [
1238
1279
  {
1239
1280
  "length": 20,
1240
- "start": 7999
1281
+ "start": 3644
1241
1282
  }
1242
1283
  ]
1243
1284
  },
1244
- "contracts/types/Version.sol": {
1285
+ "contracts/type/Version.sol": {
1245
1286
  "VersionLib": [
1246
1287
  {
1247
1288
  "length": 20,
1248
- "start": 2190
1249
- },
1250
- {
1251
- "length": 20,
1252
- "start": 5346
1289
+ "start": 1522
1253
1290
  },
1254
1291
  {
1255
1292
  "length": 20,
1256
- "start": 6002
1293
+ "start": 2146
1257
1294
  }
1258
1295
  ]
1259
1296
  }