@etherisc/gif-next 0.0.2-e0ff180-567 → 0.0.2-e14821a-976

Sign up to get free protection for your applications and to get access to all the features.
Files changed (739) hide show
  1. package/README.md +153 -22
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1088 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +803 -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 +1416 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +803 -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 +659 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1247 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +818 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/{components/IDistributionComponent.sol/IDistributionComponent.json → distribution/Distribution.sol/Distribution.json} +311 -328
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1835 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +943 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/{components/Component.sol/Component.json → distribution/IDistributionComponent.sol/IDistributionComponent.json} +276 -280
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +534 -340
  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 +1487 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +818 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2056 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +818 -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 +1442 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +818 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1174 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1650 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +818 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2588 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +818 -0
  66. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
  67. package/artifacts/contracts/instance/{base/IKeyValueStore.sol/IKeyValueStore.json → BaseStore.sol/BaseStore.json} +87 -184
  68. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  69. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  70. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
  71. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
  72. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +573 -1775
  74. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  75. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +530 -71
  76. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  77. package/artifacts/contracts/instance/Instance.sol/Instance.json +639 -2578
  78. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  79. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2284 -0
  80. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  81. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +850 -0
  82. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  83. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1866 -636
  84. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  85. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +571 -386
  86. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  87. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +216 -172
  88. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  89. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3039 -0
  90. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
  91. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -0
  92. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  93. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
  94. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  96. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  97. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
  98. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  100. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  101. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  102. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  103. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  104. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  105. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  106. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  107. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  108. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  109. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  110. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  111. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  112. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  113. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  114. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +960 -0
  115. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  116. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +823 -0
  117. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  118. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  119. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  120. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +762 -0
  121. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  122. package/artifacts/contracts/{instance/service/IBundleService.sol/IBundleService.json → oracle/IOracleService.sol/IOracleService.json} +328 -225
  123. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  124. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +876 -0
  125. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  126. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1055 -0
  127. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  128. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +823 -0
  129. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  130. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +357 -488
  131. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  132. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +818 -0
  133. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  134. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1464 -0
  135. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  136. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +879 -0
  137. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  138. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
  139. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  140. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → pool/IPoolComponent.sol/IPoolComponent.json} +349 -284
  141. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  142. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1397 -0
  143. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  144. package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +382 -418
  145. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  146. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
  147. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  148. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1807 -0
  149. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  150. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +879 -0
  151. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  152. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1062 -0
  153. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  154. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +803 -0
  155. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  156. package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +492 -497
  157. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  158. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +818 -0
  159. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  160. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1546 -0
  161. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  162. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +891 -0
  163. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  164. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IApplicationService.sol/IApplicationService.json} +334 -374
  165. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  166. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
  167. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  168. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
  169. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  170. package/artifacts/contracts/{instance/service/IApplicationService.sol/IApplicationService.json → product/IPricingService.sol/IPricingService.json} +185 -155
  171. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  172. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1006 -0
  173. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  174. package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IRiskService.sol/IRiskService.json} +223 -164
  175. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  176. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1417 -0
  177. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  178. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  179. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  180. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +867 -0
  181. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  182. package/artifacts/contracts/product/PricingService.sol/PricingService.json +958 -0
  183. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  184. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +827 -0
  185. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  186. package/artifacts/contracts/product/Product.sol/Product.json +1120 -0
  187. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  188. package/artifacts/contracts/product/RiskService.sol/RiskService.json +886 -0
  189. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  190. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +787 -0
  191. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  192. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
  193. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  194. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +499 -34
  195. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  196. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +315 -109
  197. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  198. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  199. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  200. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
  201. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  202. package/artifacts/contracts/registry/Registry.sol/Registry.json +987 -131
  203. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  204. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2160 -0
  205. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  206. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1087 -0
  207. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  208. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +415 -262
  209. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  210. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +227 -111
  211. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  212. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
  213. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  214. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  215. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  216. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
  217. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  218. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +696 -0
  219. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  220. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +360 -137
  221. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  222. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +289 -188
  223. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  224. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1577 -0
  225. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  226. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +875 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  229. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  230. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  231. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  232. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  233. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  234. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  235. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  236. package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +153 -138
  237. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  238. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → shared/IComponentService.sol/IComponentService.json} +584 -738
  239. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  240. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
  241. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  242. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  243. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  244. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +38 -10
  245. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  246. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
  247. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  248. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +163 -3
  249. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  250. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  251. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  252. package/artifacts/contracts/shared/IService.sol/IService.json +98 -5
  253. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  254. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +66 -0
  255. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  256. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +798 -0
  257. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  258. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  259. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  260. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  261. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  262. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +57 -67
  263. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  264. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +36 -73
  265. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  266. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +160 -102
  267. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  268. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
  269. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  270. package/artifacts/contracts/shared/Service.sol/Service.json +110 -111
  271. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  272. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
  273. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  274. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  275. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  276. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  277. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  278. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +2747 -0
  279. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  280. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
  281. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
  282. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
  283. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  284. package/artifacts/contracts/staking/Staking.sol/Staking.json +3188 -0
  285. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  286. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
  287. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  288. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +860 -0
  289. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  290. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
  291. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  292. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1357 -0
  293. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  294. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +779 -0
  295. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  296. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3097 -0
  297. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
  298. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
  299. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  300. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -0
  301. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  302. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  303. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  304. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  305. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  306. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +251 -0
  307. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
  308. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
  309. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  310. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  311. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  312. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  313. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  314. package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
  315. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  316. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  317. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  318. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  319. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  320. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  321. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  322. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  323. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  324. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
  325. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  326. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  327. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  328. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  329. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  330. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  331. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  332. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  333. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  334. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  335. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  336. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +289 -0
  337. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  338. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  339. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  340. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  341. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  342. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  343. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  344. package/artifacts/contracts/type/String.sol/StrLib.json +180 -0
  345. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  346. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  347. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  348. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
  349. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  350. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  351. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  352. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  353. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  354. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +11 -1
  355. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  356. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +669 -0
  357. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  358. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  359. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  360. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +11 -1
  361. package/contracts/accounting/AccountingService.sol +274 -0
  362. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  363. package/contracts/accounting/IAccountingService.sol +47 -0
  364. package/contracts/authorization/AccessAdmin.sol +780 -0
  365. package/contracts/authorization/AccessAdminLib.sol +396 -0
  366. package/contracts/authorization/AccessManagerCloneable.sol +158 -0
  367. package/contracts/authorization/Authorization.sol +169 -0
  368. package/contracts/authorization/IAccess.sol +67 -0
  369. package/contracts/authorization/IAccessAdmin.sol +144 -0
  370. package/contracts/authorization/IAuthorization.sol +26 -0
  371. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  372. package/contracts/authorization/ServiceAuthorization.sol +320 -0
  373. package/contracts/distribution/BasicDistribution.sol +140 -0
  374. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  375. package/contracts/distribution/Distribution.sol +245 -0
  376. package/contracts/distribution/DistributionService.sol +465 -0
  377. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  378. package/contracts/distribution/IDistributionComponent.sol +45 -0
  379. package/contracts/distribution/IDistributionService.sol +115 -0
  380. package/contracts/examples/fire/DamageLevel.sol +59 -0
  381. package/contracts/examples/fire/FirePool.sol +86 -0
  382. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  383. package/contracts/examples/fire/FireProduct.sol +433 -0
  384. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  385. package/contracts/examples/fire/FireUSD.sol +26 -0
  386. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  387. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  388. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  389. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  390. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  391. package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
  392. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  393. package/contracts/instance/BaseStore.sol +93 -0
  394. package/contracts/instance/BundleSet.sol +130 -0
  395. package/contracts/instance/IBaseStore.sol +37 -0
  396. package/contracts/instance/IInstance.sol +131 -73
  397. package/contracts/instance/IInstanceService.sol +86 -39
  398. package/contracts/instance/Instance.sol +248 -224
  399. package/contracts/instance/InstanceAdmin.sol +379 -0
  400. package/contracts/instance/InstanceAuthorizationV3.sol +275 -0
  401. package/contracts/instance/InstanceReader.sol +513 -192
  402. package/contracts/instance/InstanceService.sol +432 -394
  403. package/contracts/instance/InstanceServiceManager.sol +14 -29
  404. package/contracts/instance/InstanceStore.sol +323 -0
  405. package/contracts/instance/ProductStore.sol +290 -0
  406. package/contracts/instance/RiskSet.sol +126 -0
  407. package/contracts/instance/TargetNames.sol +10 -0
  408. package/contracts/instance/base/BalanceStore.sol +121 -0
  409. package/contracts/instance/base/Cloneable.sol +28 -0
  410. package/contracts/instance/base/ObjectCounter.sol +20 -0
  411. package/contracts/instance/base/ObjectLifecycle.sol +109 -0
  412. package/contracts/instance/base/ObjectSet.sol +77 -0
  413. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  414. package/contracts/instance/module/IBundle.sol +9 -11
  415. package/contracts/instance/module/IComponents.sol +43 -24
  416. package/contracts/instance/module/IDistribution.sol +25 -12
  417. package/contracts/instance/module/IPolicy.sol +71 -38
  418. package/contracts/instance/module/IRisk.sol +6 -1
  419. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  420. package/contracts/oracle/BasicOracle.sol +44 -0
  421. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  422. package/contracts/oracle/IOracle.sol +41 -0
  423. package/contracts/oracle/IOracleComponent.sol +33 -0
  424. package/contracts/oracle/IOracleService.sol +66 -0
  425. package/contracts/oracle/Oracle.sol +152 -0
  426. package/contracts/oracle/OracleService.sol +310 -0
  427. package/contracts/oracle/OracleServiceManager.sol +39 -0
  428. package/contracts/pool/BasicPool.sol +161 -0
  429. package/contracts/pool/BasicPoolAuthorization.sol +81 -0
  430. package/contracts/pool/BundleService.sol +401 -0
  431. package/contracts/pool/BundleServiceManager.sol +39 -0
  432. package/contracts/pool/IBundleService.sol +116 -0
  433. package/contracts/pool/IPoolComponent.sol +62 -0
  434. package/contracts/pool/IPoolService.sol +167 -0
  435. package/contracts/pool/Pool.sol +331 -0
  436. package/contracts/pool/PoolLib.sol +341 -0
  437. package/contracts/pool/PoolService.sol +635 -0
  438. package/contracts/pool/PoolServiceManager.sol +39 -0
  439. package/contracts/product/ApplicationService.sol +343 -0
  440. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
  441. package/contracts/product/BasicProduct.sol +48 -0
  442. package/contracts/product/BasicProductAuthorization.sol +63 -0
  443. package/contracts/product/ClaimService.sol +642 -0
  444. package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
  445. package/contracts/{instance/service → product}/IApplicationService.sol +41 -35
  446. package/contracts/product/IClaimService.sol +136 -0
  447. package/contracts/product/IPolicyService.sol +102 -0
  448. package/contracts/product/IPricingService.sol +40 -0
  449. package/contracts/product/IProductComponent.sol +62 -0
  450. package/contracts/product/IRiskService.sol +48 -0
  451. package/contracts/product/PolicyService.sol +680 -0
  452. package/contracts/product/PolicyServiceLib.sol +139 -0
  453. package/contracts/product/PolicyServiceManager.sol +39 -0
  454. package/contracts/product/PricingService.sol +318 -0
  455. package/contracts/product/PricingServiceManager.sol +39 -0
  456. package/contracts/product/Product.sol +491 -0
  457. package/contracts/product/RiskService.sol +189 -0
  458. package/contracts/product/RiskServiceManager.sol +39 -0
  459. package/contracts/registry/ChainNft.sol +79 -40
  460. package/contracts/registry/IRegistry.sol +104 -33
  461. package/contracts/registry/IRegistryService.sol +34 -40
  462. package/contracts/registry/IRelease.sol +29 -0
  463. package/contracts/registry/ITransferInterceptor.sol +1 -2
  464. package/contracts/registry/Registry.sol +469 -200
  465. package/contracts/registry/RegistryAdmin.sol +191 -0
  466. package/contracts/registry/RegistryAuthorization.sol +336 -0
  467. package/contracts/registry/RegistryService.sol +90 -131
  468. package/contracts/registry/RegistryServiceManager.sol +23 -32
  469. package/contracts/registry/ReleaseAdmin.sol +195 -0
  470. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  471. package/contracts/registry/ReleaseRegistry.sol +525 -0
  472. package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
  473. package/contracts/registry/TokenRegistry.sol +265 -64
  474. package/contracts/shared/Component.sol +210 -0
  475. package/contracts/shared/ComponentService.sol +705 -0
  476. package/contracts/shared/ComponentServiceManager.sol +38 -0
  477. package/contracts/shared/ContractLib.sol +312 -0
  478. package/contracts/shared/IComponent.sol +58 -0
  479. package/contracts/shared/IComponentService.sol +111 -0
  480. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  481. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  482. package/contracts/shared/INftOwnable.sol +6 -2
  483. package/contracts/shared/IPolicyHolder.sol +23 -14
  484. package/contracts/shared/IRegisterable.sol +22 -1
  485. package/contracts/shared/IRegistryLinked.sol +0 -1
  486. package/contracts/shared/IService.sol +12 -5
  487. package/contracts/shared/InitializableERC165.sol +49 -0
  488. package/contracts/shared/InstanceLinkedComponent.sol +192 -0
  489. package/contracts/shared/Lifecycle.sol +88 -0
  490. package/contracts/shared/NftIdSet.sol +65 -0
  491. package/contracts/shared/NftOwnable.sol +39 -30
  492. package/contracts/shared/PolicyHolder.sol +23 -41
  493. package/contracts/shared/Registerable.sol +54 -22
  494. package/contracts/shared/RegistryLinked.sol +11 -21
  495. package/contracts/shared/Service.sol +36 -41
  496. package/contracts/shared/TokenHandler.sol +322 -13
  497. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  498. package/contracts/staking/IStaking.sol +367 -0
  499. package/contracts/staking/IStakingService.sol +127 -0
  500. package/contracts/staking/ITargetLimitHandler.sol +17 -0
  501. package/contracts/staking/Staking.sol +797 -0
  502. package/contracts/staking/StakingLib.sol +195 -0
  503. package/contracts/staking/StakingManager.sol +53 -0
  504. package/contracts/staking/StakingReader.sol +171 -0
  505. package/contracts/staking/StakingService.sol +320 -0
  506. package/contracts/staking/StakingServiceManager.sol +46 -0
  507. package/contracts/staking/StakingStore.sol +1368 -0
  508. package/contracts/staking/TargetHandler.sol +132 -0
  509. package/contracts/staking/TargetManagerLib.sol +234 -0
  510. package/contracts/{types → type}/AddressSet.sol +1 -1
  511. package/contracts/type/Amount.sol +154 -0
  512. package/contracts/{types → type}/Blocknumber.sol +36 -13
  513. package/contracts/type/ChainId.sol +101 -0
  514. package/contracts/{types → type}/ClaimId.sol +31 -3
  515. package/contracts/{types → type}/Fee.sol +28 -26
  516. package/contracts/{types → type}/Key32.sol +2 -2
  517. package/contracts/type/Key32Set.sol +62 -0
  518. package/contracts/{types → type}/NftId.sol +21 -16
  519. package/contracts/{types → type}/NftIdSet.sol +2 -2
  520. package/contracts/type/ObjectType.sol +307 -0
  521. package/contracts/type/PayoutId.sol +82 -0
  522. package/contracts/{types → type}/Referral.sol +2 -1
  523. package/contracts/type/RequestId.sol +75 -0
  524. package/contracts/type/RiskId.sol +75 -0
  525. package/contracts/type/RoleId.sol +180 -0
  526. package/contracts/type/Seconds.sol +120 -0
  527. package/contracts/type/Selector.sol +107 -0
  528. package/contracts/{types → type}/StateId.sol +47 -4
  529. package/contracts/type/String.sol +65 -0
  530. package/contracts/{types → type}/Timestamp.sol +23 -7
  531. package/contracts/type/UFixed.sol +263 -0
  532. package/contracts/{types → type}/Version.sol +58 -7
  533. package/contracts/{shared → upgradeability}/IVersionable.sol +4 -1
  534. package/contracts/{shared → upgradeability}/ProxyManager.sol +118 -41
  535. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +28 -0
  536. package/contracts/{shared → upgradeability}/Versionable.sol +9 -6
  537. package/package.json +12 -8
  538. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  539. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  540. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  541. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  542. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  543. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  544. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  545. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  546. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  547. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  548. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  549. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
  550. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  551. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  552. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
  553. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  554. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
  555. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  558. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  559. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
  560. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  561. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
  562. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
  563. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -237
  564. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  565. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  566. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  567. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  568. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
  569. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  570. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
  571. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  572. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
  573. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  574. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
  575. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  576. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
  577. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  578. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
  579. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  580. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
  581. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  582. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
  583. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  584. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  585. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  586. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.json +0 -475
  587. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  588. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  589. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  590. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  591. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +0 -450
  592. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  593. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
  594. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  595. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
  596. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  597. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
  598. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  599. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
  600. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  601. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
  602. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  603. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
  604. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  605. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  606. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  607. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
  608. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  609. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  610. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  611. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  612. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  613. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  614. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
  615. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  616. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  617. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  618. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  619. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  620. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  621. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
  622. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  623. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  624. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  625. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
  626. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  627. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  628. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  629. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  630. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  631. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  632. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  633. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  634. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  635. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  636. package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
  637. package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
  638. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  639. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  640. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  641. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  642. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  643. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
  644. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  645. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  646. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
  648. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  649. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  650. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
  652. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  653. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  654. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  656. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  657. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  658. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  659. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
  660. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  661. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
  662. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  663. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  664. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  665. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  666. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
  667. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
  668. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  669. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  670. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  671. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
  672. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  673. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  674. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  675. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  676. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  677. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  678. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  679. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  680. package/contracts/components/Component.sol +0 -253
  681. package/contracts/components/Distribution.sol +0 -280
  682. package/contracts/components/IComponent.sol +0 -76
  683. package/contracts/components/IDistributionComponent.sol +0 -71
  684. package/contracts/components/IPoolComponent.sol +0 -113
  685. package/contracts/components/IProductComponent.sol +0 -40
  686. package/contracts/components/Pool.sol +0 -303
  687. package/contracts/components/Product.sol +0 -293
  688. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
  689. package/contracts/instance/BundleManager.sol +0 -127
  690. package/contracts/instance/Cloneable.sol +0 -51
  691. package/contracts/instance/InstanceAccessManager.sol +0 -527
  692. package/contracts/instance/ObjectManager.sol +0 -82
  693. package/contracts/instance/base/ComponentService.sol +0 -121
  694. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  695. package/contracts/instance/base/KeyValueStore.sol +0 -180
  696. package/contracts/instance/base/Lifecycle.sol +0 -109
  697. package/contracts/instance/module/IAccess.sol +0 -54
  698. package/contracts/instance/module/ISetup.sol +0 -33
  699. package/contracts/instance/module/ITreasury.sol +0 -23
  700. package/contracts/instance/service/ApplicationService.sol +0 -350
  701. package/contracts/instance/service/BundleService.sol +0 -431
  702. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  703. package/contracts/instance/service/ClaimService.sol +0 -151
  704. package/contracts/instance/service/DistributionService.sol +0 -435
  705. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  706. package/contracts/instance/service/IBundleService.sol +0 -93
  707. package/contracts/instance/service/IClaimService.sol +0 -61
  708. package/contracts/instance/service/IDistributionService.sol +0 -99
  709. package/contracts/instance/service/IPolicyService.sol +0 -72
  710. package/contracts/instance/service/IPoolService.sol +0 -99
  711. package/contracts/instance/service/IProductService.sol +0 -40
  712. package/contracts/instance/service/PolicyService.sol +0 -362
  713. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  714. package/contracts/instance/service/PoolService.sol +0 -303
  715. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  716. package/contracts/instance/service/ProductService.sol +0 -210
  717. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  718. package/contracts/registry/RegistryAccessManager.sol +0 -216
  719. package/contracts/registry/ReleaseManager.sol +0 -324
  720. package/contracts/shared/ContractDeployerLib.sol +0 -72
  721. package/contracts/shared/ERC165.sol +0 -27
  722. package/contracts/shared/UpgradableProxyWithAdmin.sol +0 -16
  723. package/contracts/test/TestFee.sol +0 -25
  724. package/contracts/test/TestRegisterable.sol +0 -18
  725. package/contracts/test/TestRoleId.sol +0 -14
  726. package/contracts/test/TestService.sol +0 -25
  727. package/contracts/test/TestToken.sol +0 -26
  728. package/contracts/test/TestVersion.sol +0 -44
  729. package/contracts/test/TestVersionable.sol +0 -17
  730. package/contracts/types/Amount.sol +0 -60
  731. package/contracts/types/ChainId.sol +0 -38
  732. package/contracts/types/NumberId.sol +0 -52
  733. package/contracts/types/ObjectType.sol +0 -157
  734. package/contracts/types/PayoutId.sol +0 -54
  735. package/contracts/types/RiskId.sol +0 -43
  736. package/contracts/types/RoleId.sol +0 -97
  737. package/contracts/types/Seconds.sol +0 -54
  738. package/contracts/types/UFixed.sol +0 -326
  739. /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -0,0 +1,1442 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "SimpleDistribution",
4
+ "sourceName": "contracts/examples/unpermissioned/SimpleDistribution.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "registry",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "NftId",
15
+ "name": "productNftId",
16
+ "type": "uint96"
17
+ },
18
+ {
19
+ "internalType": "contract IAuthorization",
20
+ "name": "authorization",
21
+ "type": "address"
22
+ },
23
+ {
24
+ "internalType": "address",
25
+ "name": "initialOwner",
26
+ "type": "address"
27
+ }
28
+ ],
29
+ "stateMutability": "nonpayable",
30
+ "type": "constructor"
31
+ },
32
+ {
33
+ "inputs": [
34
+ {
35
+ "internalType": "address",
36
+ "name": "authority",
37
+ "type": "address"
38
+ }
39
+ ],
40
+ "name": "AccessManagedInvalidAuthority",
41
+ "type": "error"
42
+ },
43
+ {
44
+ "inputs": [
45
+ {
46
+ "internalType": "address",
47
+ "name": "caller",
48
+ "type": "address"
49
+ },
50
+ {
51
+ "internalType": "uint32",
52
+ "name": "delay",
53
+ "type": "uint32"
54
+ }
55
+ ],
56
+ "name": "AccessManagedRequiredDelay",
57
+ "type": "error"
58
+ },
59
+ {
60
+ "inputs": [
61
+ {
62
+ "internalType": "address",
63
+ "name": "caller",
64
+ "type": "address"
65
+ }
66
+ ],
67
+ "name": "AccessManagedUnauthorized",
68
+ "type": "error"
69
+ },
70
+ {
71
+ "inputs": [
72
+ {
73
+ "internalType": "address",
74
+ "name": "authority",
75
+ "type": "address"
76
+ }
77
+ ],
78
+ "name": "ErrorAuthorityInvalid",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "ErrorComponentNameLengthZero",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "address",
90
+ "name": "caller",
91
+ "type": "address"
92
+ }
93
+ ],
94
+ "name": "ErrorComponentNotChainNft",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [],
99
+ "name": "ErrorComponentProductNftIdNonzero",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [],
104
+ "name": "ErrorComponentProductNftIdZero",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "inputs": [],
109
+ "name": "ErrorComponentWalletAddressIsSameAsCurrent",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [],
114
+ "name": "ErrorComponentWalletAddressZero",
115
+ "type": "error"
116
+ },
117
+ {
118
+ "inputs": [],
119
+ "name": "ErrorComponentWalletNotComponent",
120
+ "type": "error"
121
+ },
122
+ {
123
+ "inputs": [
124
+ {
125
+ "internalType": "NftId",
126
+ "name": "nftId",
127
+ "type": "uint96"
128
+ },
129
+ {
130
+ "internalType": "ObjectType",
131
+ "name": "objectType",
132
+ "type": "uint8"
133
+ }
134
+ ],
135
+ "name": "ErrorInstanceLinkedComponentNotProduct",
136
+ "type": "error"
137
+ },
138
+ {
139
+ "inputs": [
140
+ {
141
+ "internalType": "ObjectType",
142
+ "name": "requiredType",
143
+ "type": "uint8"
144
+ },
145
+ {
146
+ "internalType": "ObjectType",
147
+ "name": "objectType",
148
+ "type": "uint8"
149
+ }
150
+ ],
151
+ "name": "ErrorInstanceLinkedComponentTypeMismatch",
152
+ "type": "error"
153
+ },
154
+ {
155
+ "inputs": [
156
+ {
157
+ "internalType": "NftId",
158
+ "name": "nftId",
159
+ "type": "uint96"
160
+ }
161
+ ],
162
+ "name": "ErrorNftOwnableAlreadyLinked",
163
+ "type": "error"
164
+ },
165
+ {
166
+ "inputs": [
167
+ {
168
+ "internalType": "address",
169
+ "name": "contractAddress",
170
+ "type": "address"
171
+ }
172
+ ],
173
+ "name": "ErrorNftOwnableContractNotRegistered",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [],
178
+ "name": "ErrorNftOwnableInitialOwnerZero",
179
+ "type": "error"
180
+ },
181
+ {
182
+ "inputs": [
183
+ {
184
+ "internalType": "NftId",
185
+ "name": "nftId",
186
+ "type": "uint96"
187
+ },
188
+ {
189
+ "internalType": "ObjectType",
190
+ "name": "expectedObjectType",
191
+ "type": "uint8"
192
+ }
193
+ ],
194
+ "name": "ErrorNftOwnableInvalidType",
195
+ "type": "error"
196
+ },
197
+ {
198
+ "inputs": [
199
+ {
200
+ "internalType": "address",
201
+ "name": "account",
202
+ "type": "address"
203
+ }
204
+ ],
205
+ "name": "ErrorNftOwnableNotOwner",
206
+ "type": "error"
207
+ },
208
+ {
209
+ "inputs": [
210
+ {
211
+ "internalType": "address",
212
+ "name": "registryAddress",
213
+ "type": "address"
214
+ }
215
+ ],
216
+ "name": "ErrorNotRegistry",
217
+ "type": "error"
218
+ },
219
+ {
220
+ "inputs": [],
221
+ "name": "ErrorRegisterableNotActive",
222
+ "type": "error"
223
+ },
224
+ {
225
+ "inputs": [],
226
+ "name": "InvalidInitialization",
227
+ "type": "error"
228
+ },
229
+ {
230
+ "inputs": [],
231
+ "name": "NotInitializing",
232
+ "type": "error"
233
+ },
234
+ {
235
+ "anonymous": false,
236
+ "inputs": [
237
+ {
238
+ "indexed": false,
239
+ "internalType": "address",
240
+ "name": "authority",
241
+ "type": "address"
242
+ }
243
+ ],
244
+ "name": "AuthorityUpdated",
245
+ "type": "event"
246
+ },
247
+ {
248
+ "anonymous": false,
249
+ "inputs": [
250
+ {
251
+ "indexed": false,
252
+ "internalType": "uint64",
253
+ "name": "version",
254
+ "type": "uint64"
255
+ }
256
+ ],
257
+ "name": "Initialized",
258
+ "type": "event"
259
+ },
260
+ {
261
+ "anonymous": false,
262
+ "inputs": [
263
+ {
264
+ "indexed": false,
265
+ "internalType": "address",
266
+ "name": "tokenHandler",
267
+ "type": "address"
268
+ },
269
+ {
270
+ "indexed": false,
271
+ "internalType": "address",
272
+ "name": "token",
273
+ "type": "address"
274
+ },
275
+ {
276
+ "indexed": false,
277
+ "internalType": "Amount",
278
+ "name": "limit",
279
+ "type": "uint96"
280
+ },
281
+ {
282
+ "indexed": false,
283
+ "internalType": "bool",
284
+ "name": "isMaxAmount",
285
+ "type": "bool"
286
+ }
287
+ ],
288
+ "name": "LogComponentTokenHandlerApproved",
289
+ "type": "event"
290
+ },
291
+ {
292
+ "anonymous": false,
293
+ "inputs": [
294
+ {
295
+ "indexed": false,
296
+ "internalType": "address",
297
+ "name": "oldWallet",
298
+ "type": "address"
299
+ },
300
+ {
301
+ "indexed": false,
302
+ "internalType": "address",
303
+ "name": "newWallet",
304
+ "type": "address"
305
+ }
306
+ ],
307
+ "name": "LogComponentWalletAddressChanged",
308
+ "type": "event"
309
+ },
310
+ {
311
+ "anonymous": false,
312
+ "inputs": [
313
+ {
314
+ "indexed": false,
315
+ "internalType": "address",
316
+ "name": "from",
317
+ "type": "address"
318
+ },
319
+ {
320
+ "indexed": false,
321
+ "internalType": "address",
322
+ "name": "to",
323
+ "type": "address"
324
+ },
325
+ {
326
+ "indexed": false,
327
+ "internalType": "uint256",
328
+ "name": "amount",
329
+ "type": "uint256"
330
+ }
331
+ ],
332
+ "name": "LogComponentWalletTokensTransferred",
333
+ "type": "event"
334
+ },
335
+ {
336
+ "anonymous": false,
337
+ "inputs": [
338
+ {
339
+ "indexed": false,
340
+ "internalType": "address",
341
+ "name": "to",
342
+ "type": "address"
343
+ },
344
+ {
345
+ "indexed": false,
346
+ "internalType": "address",
347
+ "name": "operator",
348
+ "type": "address"
349
+ }
350
+ ],
351
+ "name": "LogDistributorUpdated",
352
+ "type": "event"
353
+ },
354
+ {
355
+ "anonymous": false,
356
+ "inputs": [
357
+ {
358
+ "indexed": false,
359
+ "internalType": "NftId",
360
+ "name": "nftId",
361
+ "type": "uint96"
362
+ },
363
+ {
364
+ "indexed": false,
365
+ "internalType": "address",
366
+ "name": "owner",
367
+ "type": "address"
368
+ }
369
+ ],
370
+ "name": "LogNftOwnableNftLinkedToAddress",
371
+ "type": "event"
372
+ },
373
+ {
374
+ "inputs": [],
375
+ "name": "COMPONENT_STORAGE_LOCATION_V3_0",
376
+ "outputs": [
377
+ {
378
+ "internalType": "bytes32",
379
+ "name": "",
380
+ "type": "bytes32"
381
+ }
382
+ ],
383
+ "stateMutability": "view",
384
+ "type": "function"
385
+ },
386
+ {
387
+ "inputs": [],
388
+ "name": "DISTRIBUTION_STORAGE_LOCATION_V3_0",
389
+ "outputs": [
390
+ {
391
+ "internalType": "bytes32",
392
+ "name": "",
393
+ "type": "bytes32"
394
+ }
395
+ ],
396
+ "stateMutability": "view",
397
+ "type": "function"
398
+ },
399
+ {
400
+ "inputs": [],
401
+ "name": "INITIALIZABLE_ERC165_STORAGE_LOCATION_V3_0",
402
+ "outputs": [
403
+ {
404
+ "internalType": "bytes32",
405
+ "name": "",
406
+ "type": "bytes32"
407
+ }
408
+ ],
409
+ "stateMutability": "view",
410
+ "type": "function"
411
+ },
412
+ {
413
+ "inputs": [],
414
+ "name": "INSTANCE_LINKED_COMPONENT_STORAGE_LOCATION_V3_0",
415
+ "outputs": [
416
+ {
417
+ "internalType": "bytes32",
418
+ "name": "",
419
+ "type": "bytes32"
420
+ }
421
+ ],
422
+ "stateMutability": "view",
423
+ "type": "function"
424
+ },
425
+ {
426
+ "inputs": [],
427
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V3_0",
428
+ "outputs": [
429
+ {
430
+ "internalType": "bytes32",
431
+ "name": "",
432
+ "type": "bytes32"
433
+ }
434
+ ],
435
+ "stateMutability": "view",
436
+ "type": "function"
437
+ },
438
+ {
439
+ "inputs": [],
440
+ "name": "REGISTERABLE_STORAGE_LOCATION_V3_0",
441
+ "outputs": [
442
+ {
443
+ "internalType": "bytes32",
444
+ "name": "",
445
+ "type": "bytes32"
446
+ }
447
+ ],
448
+ "stateMutability": "view",
449
+ "type": "function"
450
+ },
451
+ {
452
+ "inputs": [
453
+ {
454
+ "internalType": "contract IERC20Metadata",
455
+ "name": "token",
456
+ "type": "address"
457
+ },
458
+ {
459
+ "internalType": "Amount",
460
+ "name": "amount",
461
+ "type": "uint96"
462
+ }
463
+ ],
464
+ "name": "approveTokenHandler",
465
+ "outputs": [],
466
+ "stateMutability": "nonpayable",
467
+ "type": "function"
468
+ },
469
+ {
470
+ "inputs": [],
471
+ "name": "authority",
472
+ "outputs": [
473
+ {
474
+ "internalType": "address",
475
+ "name": "",
476
+ "type": "address"
477
+ }
478
+ ],
479
+ "stateMutability": "view",
480
+ "type": "function"
481
+ },
482
+ {
483
+ "inputs": [
484
+ {
485
+ "internalType": "ReferralId",
486
+ "name": "",
487
+ "type": "bytes8"
488
+ },
489
+ {
490
+ "internalType": "uint256",
491
+ "name": "netPremiumAmount",
492
+ "type": "uint256"
493
+ }
494
+ ],
495
+ "name": "calculateRenewalFeeAmount",
496
+ "outputs": [
497
+ {
498
+ "internalType": "uint256",
499
+ "name": "feeAmount",
500
+ "type": "uint256"
501
+ }
502
+ ],
503
+ "stateMutability": "view",
504
+ "type": "function"
505
+ },
506
+ {
507
+ "inputs": [
508
+ {
509
+ "internalType": "NftId",
510
+ "name": "distributorNftId",
511
+ "type": "uint96"
512
+ },
513
+ {
514
+ "internalType": "DistributorType",
515
+ "name": "distributorType",
516
+ "type": "bytes8"
517
+ },
518
+ {
519
+ "internalType": "bytes",
520
+ "name": "data",
521
+ "type": "bytes"
522
+ }
523
+ ],
524
+ "name": "changeDistributorType",
525
+ "outputs": [],
526
+ "stateMutability": "nonpayable",
527
+ "type": "function"
528
+ },
529
+ {
530
+ "inputs": [
531
+ {
532
+ "internalType": "address",
533
+ "name": "distributor",
534
+ "type": "address"
535
+ },
536
+ {
537
+ "internalType": "DistributorType",
538
+ "name": "distributorType",
539
+ "type": "bytes8"
540
+ },
541
+ {
542
+ "internalType": "bytes",
543
+ "name": "data",
544
+ "type": "bytes"
545
+ }
546
+ ],
547
+ "name": "createDistributor",
548
+ "outputs": [
549
+ {
550
+ "internalType": "NftId",
551
+ "name": "distributorNftId",
552
+ "type": "uint96"
553
+ }
554
+ ],
555
+ "stateMutability": "nonpayable",
556
+ "type": "function"
557
+ },
558
+ {
559
+ "inputs": [
560
+ {
561
+ "internalType": "string",
562
+ "name": "name",
563
+ "type": "string"
564
+ },
565
+ {
566
+ "internalType": "UFixed",
567
+ "name": "minDiscountPercentage",
568
+ "type": "uint160"
569
+ },
570
+ {
571
+ "internalType": "UFixed",
572
+ "name": "maxDiscountPercentage",
573
+ "type": "uint160"
574
+ },
575
+ {
576
+ "internalType": "UFixed",
577
+ "name": "commissionPercentage",
578
+ "type": "uint160"
579
+ },
580
+ {
581
+ "internalType": "uint32",
582
+ "name": "maxReferralCount",
583
+ "type": "uint32"
584
+ },
585
+ {
586
+ "internalType": "Seconds",
587
+ "name": "maxReferralLifetime",
588
+ "type": "uint40"
589
+ },
590
+ {
591
+ "internalType": "bool",
592
+ "name": "allowSelfReferrals",
593
+ "type": "bool"
594
+ },
595
+ {
596
+ "internalType": "bool",
597
+ "name": "allowRenewals",
598
+ "type": "bool"
599
+ },
600
+ {
601
+ "internalType": "bytes",
602
+ "name": "data",
603
+ "type": "bytes"
604
+ }
605
+ ],
606
+ "name": "createDistributorType",
607
+ "outputs": [
608
+ {
609
+ "internalType": "DistributorType",
610
+ "name": "distributorType",
611
+ "type": "bytes8"
612
+ }
613
+ ],
614
+ "stateMutability": "nonpayable",
615
+ "type": "function"
616
+ },
617
+ {
618
+ "inputs": [
619
+ {
620
+ "internalType": "NftId",
621
+ "name": "distributorNftId",
622
+ "type": "uint96"
623
+ },
624
+ {
625
+ "internalType": "string",
626
+ "name": "code",
627
+ "type": "string"
628
+ },
629
+ {
630
+ "internalType": "UFixed",
631
+ "name": "discountPercentage",
632
+ "type": "uint160"
633
+ },
634
+ {
635
+ "internalType": "uint32",
636
+ "name": "maxReferrals",
637
+ "type": "uint32"
638
+ },
639
+ {
640
+ "internalType": "Timestamp",
641
+ "name": "expiryAt",
642
+ "type": "uint40"
643
+ },
644
+ {
645
+ "internalType": "bytes",
646
+ "name": "data",
647
+ "type": "bytes"
648
+ }
649
+ ],
650
+ "name": "createReferral",
651
+ "outputs": [
652
+ {
653
+ "internalType": "ReferralId",
654
+ "name": "referralId",
655
+ "type": "bytes8"
656
+ }
657
+ ],
658
+ "stateMutability": "nonpayable",
659
+ "type": "function"
660
+ },
661
+ {
662
+ "inputs": [
663
+ {
664
+ "internalType": "NftId",
665
+ "name": "distributorNftId",
666
+ "type": "uint96"
667
+ },
668
+ {
669
+ "internalType": "string",
670
+ "name": "code",
671
+ "type": "string"
672
+ },
673
+ {
674
+ "internalType": "UFixed",
675
+ "name": "discountPercentage",
676
+ "type": "uint160"
677
+ },
678
+ {
679
+ "internalType": "uint32",
680
+ "name": "maxReferrals",
681
+ "type": "uint32"
682
+ },
683
+ {
684
+ "internalType": "Timestamp",
685
+ "name": "expiryAt",
686
+ "type": "uint40"
687
+ },
688
+ {
689
+ "internalType": "bytes",
690
+ "name": "data",
691
+ "type": "bytes"
692
+ }
693
+ ],
694
+ "name": "createReferral2",
695
+ "outputs": [
696
+ {
697
+ "internalType": "ReferralId",
698
+ "name": "referralId",
699
+ "type": "bytes8"
700
+ }
701
+ ],
702
+ "stateMutability": "nonpayable",
703
+ "type": "function"
704
+ },
705
+ {
706
+ "inputs": [],
707
+ "name": "getAuthorization",
708
+ "outputs": [
709
+ {
710
+ "internalType": "contract IAuthorization",
711
+ "name": "authorization",
712
+ "type": "address"
713
+ }
714
+ ],
715
+ "stateMutability": "view",
716
+ "type": "function"
717
+ },
718
+ {
719
+ "inputs": [],
720
+ "name": "getComponentInfo",
721
+ "outputs": [
722
+ {
723
+ "components": [
724
+ {
725
+ "internalType": "string",
726
+ "name": "name",
727
+ "type": "string"
728
+ },
729
+ {
730
+ "internalType": "contract TokenHandler",
731
+ "name": "tokenHandler",
732
+ "type": "address"
733
+ }
734
+ ],
735
+ "internalType": "struct IComponents.ComponentInfo",
736
+ "name": "info",
737
+ "type": "tuple"
738
+ }
739
+ ],
740
+ "stateMutability": "view",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "inputs": [
745
+ {
746
+ "internalType": "string",
747
+ "name": "referralCode",
748
+ "type": "string"
749
+ }
750
+ ],
751
+ "name": "getDiscountPercentage",
752
+ "outputs": [
753
+ {
754
+ "internalType": "UFixed",
755
+ "name": "discountPercentage",
756
+ "type": "uint160"
757
+ },
758
+ {
759
+ "internalType": "ReferralStatus",
760
+ "name": "status",
761
+ "type": "uint8"
762
+ }
763
+ ],
764
+ "stateMutability": "view",
765
+ "type": "function"
766
+ },
767
+ {
768
+ "inputs": [],
769
+ "name": "getInitialComponentInfo",
770
+ "outputs": [
771
+ {
772
+ "components": [
773
+ {
774
+ "internalType": "string",
775
+ "name": "name",
776
+ "type": "string"
777
+ },
778
+ {
779
+ "internalType": "contract TokenHandler",
780
+ "name": "tokenHandler",
781
+ "type": "address"
782
+ }
783
+ ],
784
+ "internalType": "struct IComponents.ComponentInfo",
785
+ "name": "info",
786
+ "type": "tuple"
787
+ }
788
+ ],
789
+ "stateMutability": "view",
790
+ "type": "function"
791
+ },
792
+ {
793
+ "inputs": [],
794
+ "name": "getInitialInfo",
795
+ "outputs": [
796
+ {
797
+ "components": [
798
+ {
799
+ "internalType": "NftId",
800
+ "name": "nftId",
801
+ "type": "uint96"
802
+ },
803
+ {
804
+ "internalType": "NftId",
805
+ "name": "parentNftId",
806
+ "type": "uint96"
807
+ },
808
+ {
809
+ "internalType": "ObjectType",
810
+ "name": "objectType",
811
+ "type": "uint8"
812
+ },
813
+ {
814
+ "internalType": "bool",
815
+ "name": "isInterceptor",
816
+ "type": "bool"
817
+ },
818
+ {
819
+ "internalType": "address",
820
+ "name": "objectAddress",
821
+ "type": "address"
822
+ },
823
+ {
824
+ "internalType": "address",
825
+ "name": "initialOwner",
826
+ "type": "address"
827
+ },
828
+ {
829
+ "internalType": "bytes",
830
+ "name": "data",
831
+ "type": "bytes"
832
+ }
833
+ ],
834
+ "internalType": "struct IRegistry.ObjectInfo",
835
+ "name": "info",
836
+ "type": "tuple"
837
+ }
838
+ ],
839
+ "stateMutability": "view",
840
+ "type": "function"
841
+ },
842
+ {
843
+ "inputs": [],
844
+ "name": "getInstance",
845
+ "outputs": [
846
+ {
847
+ "internalType": "contract IInstance",
848
+ "name": "instance",
849
+ "type": "address"
850
+ }
851
+ ],
852
+ "stateMutability": "view",
853
+ "type": "function"
854
+ },
855
+ {
856
+ "inputs": [],
857
+ "name": "getName",
858
+ "outputs": [
859
+ {
860
+ "internalType": "string",
861
+ "name": "name",
862
+ "type": "string"
863
+ }
864
+ ],
865
+ "stateMutability": "view",
866
+ "type": "function"
867
+ },
868
+ {
869
+ "inputs": [],
870
+ "name": "getNftId",
871
+ "outputs": [
872
+ {
873
+ "internalType": "NftId",
874
+ "name": "",
875
+ "type": "uint96"
876
+ }
877
+ ],
878
+ "stateMutability": "view",
879
+ "type": "function"
880
+ },
881
+ {
882
+ "inputs": [],
883
+ "name": "getOwner",
884
+ "outputs": [
885
+ {
886
+ "internalType": "address",
887
+ "name": "",
888
+ "type": "address"
889
+ }
890
+ ],
891
+ "stateMutability": "view",
892
+ "type": "function"
893
+ },
894
+ {
895
+ "inputs": [
896
+ {
897
+ "internalType": "string",
898
+ "name": "referralCode",
899
+ "type": "string"
900
+ }
901
+ ],
902
+ "name": "getReferralId",
903
+ "outputs": [
904
+ {
905
+ "internalType": "ReferralId",
906
+ "name": "referralId",
907
+ "type": "bytes8"
908
+ }
909
+ ],
910
+ "stateMutability": "view",
911
+ "type": "function"
912
+ },
913
+ {
914
+ "inputs": [],
915
+ "name": "getRegistry",
916
+ "outputs": [
917
+ {
918
+ "internalType": "contract IRegistry",
919
+ "name": "",
920
+ "type": "address"
921
+ }
922
+ ],
923
+ "stateMutability": "view",
924
+ "type": "function"
925
+ },
926
+ {
927
+ "inputs": [],
928
+ "name": "getRelease",
929
+ "outputs": [
930
+ {
931
+ "internalType": "VersionPart",
932
+ "name": "release",
933
+ "type": "uint8"
934
+ }
935
+ ],
936
+ "stateMutability": "view",
937
+ "type": "function"
938
+ },
939
+ {
940
+ "inputs": [],
941
+ "name": "getToken",
942
+ "outputs": [
943
+ {
944
+ "internalType": "contract IERC20Metadata",
945
+ "name": "token",
946
+ "type": "address"
947
+ }
948
+ ],
949
+ "stateMutability": "view",
950
+ "type": "function"
951
+ },
952
+ {
953
+ "inputs": [],
954
+ "name": "getTokenHandler",
955
+ "outputs": [
956
+ {
957
+ "internalType": "contract TokenHandler",
958
+ "name": "tokenHandler",
959
+ "type": "address"
960
+ }
961
+ ],
962
+ "stateMutability": "view",
963
+ "type": "function"
964
+ },
965
+ {
966
+ "inputs": [],
967
+ "name": "getVersion",
968
+ "outputs": [
969
+ {
970
+ "internalType": "Version",
971
+ "name": "version",
972
+ "type": "uint24"
973
+ }
974
+ ],
975
+ "stateMutability": "view",
976
+ "type": "function"
977
+ },
978
+ {
979
+ "inputs": [],
980
+ "name": "getWallet",
981
+ "outputs": [
982
+ {
983
+ "internalType": "address",
984
+ "name": "walletAddress",
985
+ "type": "address"
986
+ }
987
+ ],
988
+ "stateMutability": "view",
989
+ "type": "function"
990
+ },
991
+ {
992
+ "inputs": [
993
+ {
994
+ "internalType": "address",
995
+ "name": "registry",
996
+ "type": "address"
997
+ },
998
+ {
999
+ "internalType": "NftId",
1000
+ "name": "productNftId",
1001
+ "type": "uint96"
1002
+ },
1003
+ {
1004
+ "internalType": "contract IAuthorization",
1005
+ "name": "authorization",
1006
+ "type": "address"
1007
+ },
1008
+ {
1009
+ "internalType": "address",
1010
+ "name": "initialOwner",
1011
+ "type": "address"
1012
+ },
1013
+ {
1014
+ "internalType": "string",
1015
+ "name": "name",
1016
+ "type": "string"
1017
+ }
1018
+ ],
1019
+ "name": "initialize",
1020
+ "outputs": [],
1021
+ "stateMutability": "nonpayable",
1022
+ "type": "function"
1023
+ },
1024
+ {
1025
+ "inputs": [],
1026
+ "name": "isActive",
1027
+ "outputs": [
1028
+ {
1029
+ "internalType": "bool",
1030
+ "name": "active",
1031
+ "type": "bool"
1032
+ }
1033
+ ],
1034
+ "stateMutability": "view",
1035
+ "type": "function"
1036
+ },
1037
+ {
1038
+ "inputs": [],
1039
+ "name": "isConsumingScheduledOp",
1040
+ "outputs": [
1041
+ {
1042
+ "internalType": "bytes4",
1043
+ "name": "",
1044
+ "type": "bytes4"
1045
+ }
1046
+ ],
1047
+ "stateMutability": "view",
1048
+ "type": "function"
1049
+ },
1050
+ {
1051
+ "inputs": [],
1052
+ "name": "isNftInterceptor",
1053
+ "outputs": [
1054
+ {
1055
+ "internalType": "bool",
1056
+ "name": "isInterceptor",
1057
+ "type": "bool"
1058
+ }
1059
+ ],
1060
+ "stateMutability": "view",
1061
+ "type": "function"
1062
+ },
1063
+ {
1064
+ "inputs": [],
1065
+ "name": "isRegistered",
1066
+ "outputs": [
1067
+ {
1068
+ "internalType": "bool",
1069
+ "name": "",
1070
+ "type": "bool"
1071
+ }
1072
+ ],
1073
+ "stateMutability": "view",
1074
+ "type": "function"
1075
+ },
1076
+ {
1077
+ "inputs": [],
1078
+ "name": "isVerifying",
1079
+ "outputs": [
1080
+ {
1081
+ "internalType": "bool",
1082
+ "name": "verifying",
1083
+ "type": "bool"
1084
+ }
1085
+ ],
1086
+ "stateMutability": "pure",
1087
+ "type": "function"
1088
+ },
1089
+ {
1090
+ "inputs": [],
1091
+ "name": "linkToRegisteredNftId",
1092
+ "outputs": [
1093
+ {
1094
+ "internalType": "NftId",
1095
+ "name": "nftId",
1096
+ "type": "uint96"
1097
+ }
1098
+ ],
1099
+ "stateMutability": "nonpayable",
1100
+ "type": "function"
1101
+ },
1102
+ {
1103
+ "inputs": [
1104
+ {
1105
+ "internalType": "address",
1106
+ "name": "from",
1107
+ "type": "address"
1108
+ },
1109
+ {
1110
+ "internalType": "address",
1111
+ "name": "to",
1112
+ "type": "address"
1113
+ },
1114
+ {
1115
+ "internalType": "uint256",
1116
+ "name": "tokenId",
1117
+ "type": "uint256"
1118
+ },
1119
+ {
1120
+ "internalType": "address",
1121
+ "name": "operator",
1122
+ "type": "address"
1123
+ }
1124
+ ],
1125
+ "name": "nftTransferFrom",
1126
+ "outputs": [],
1127
+ "stateMutability": "nonpayable",
1128
+ "type": "function"
1129
+ },
1130
+ {
1131
+ "inputs": [
1132
+ {
1133
+ "internalType": "ReferralId",
1134
+ "name": "referralId",
1135
+ "type": "bytes8"
1136
+ },
1137
+ {
1138
+ "internalType": "uint256",
1139
+ "name": "feeAmount",
1140
+ "type": "uint256"
1141
+ }
1142
+ ],
1143
+ "name": "processRenewal",
1144
+ "outputs": [],
1145
+ "stateMutability": "nonpayable",
1146
+ "type": "function"
1147
+ },
1148
+ {
1149
+ "inputs": [
1150
+ {
1151
+ "internalType": "address",
1152
+ "name": "newAuthority",
1153
+ "type": "address"
1154
+ }
1155
+ ],
1156
+ "name": "setAuthority",
1157
+ "outputs": [],
1158
+ "stateMutability": "nonpayable",
1159
+ "type": "function"
1160
+ },
1161
+ {
1162
+ "inputs": [
1163
+ {
1164
+ "components": [
1165
+ {
1166
+ "internalType": "UFixed",
1167
+ "name": "fractionalFee",
1168
+ "type": "uint160"
1169
+ },
1170
+ {
1171
+ "internalType": "Amount",
1172
+ "name": "fixedFee",
1173
+ "type": "uint96"
1174
+ }
1175
+ ],
1176
+ "internalType": "struct Fee",
1177
+ "name": "distributionFee",
1178
+ "type": "tuple"
1179
+ },
1180
+ {
1181
+ "components": [
1182
+ {
1183
+ "internalType": "UFixed",
1184
+ "name": "fractionalFee",
1185
+ "type": "uint160"
1186
+ },
1187
+ {
1188
+ "internalType": "Amount",
1189
+ "name": "fixedFee",
1190
+ "type": "uint96"
1191
+ }
1192
+ ],
1193
+ "internalType": "struct Fee",
1194
+ "name": "minDistributionOwnerFee",
1195
+ "type": "tuple"
1196
+ }
1197
+ ],
1198
+ "name": "setFees",
1199
+ "outputs": [],
1200
+ "stateMutability": "nonpayable",
1201
+ "type": "function"
1202
+ },
1203
+ {
1204
+ "inputs": [
1205
+ {
1206
+ "internalType": "bool",
1207
+ "name": "locked",
1208
+ "type": "bool"
1209
+ }
1210
+ ],
1211
+ "name": "setLocked",
1212
+ "outputs": [],
1213
+ "stateMutability": "nonpayable",
1214
+ "type": "function"
1215
+ },
1216
+ {
1217
+ "inputs": [
1218
+ {
1219
+ "internalType": "address",
1220
+ "name": "newWallet",
1221
+ "type": "address"
1222
+ }
1223
+ ],
1224
+ "name": "setWallet",
1225
+ "outputs": [],
1226
+ "stateMutability": "nonpayable",
1227
+ "type": "function"
1228
+ },
1229
+ {
1230
+ "inputs": [
1231
+ {
1232
+ "internalType": "bytes4",
1233
+ "name": "interfaceId",
1234
+ "type": "bytes4"
1235
+ }
1236
+ ],
1237
+ "name": "supportsInterface",
1238
+ "outputs": [
1239
+ {
1240
+ "internalType": "bool",
1241
+ "name": "",
1242
+ "type": "bool"
1243
+ }
1244
+ ],
1245
+ "stateMutability": "view",
1246
+ "type": "function"
1247
+ },
1248
+ {
1249
+ "inputs": [
1250
+ {
1251
+ "internalType": "NftId",
1252
+ "name": "distributorNftId",
1253
+ "type": "uint96"
1254
+ },
1255
+ {
1256
+ "internalType": "Amount",
1257
+ "name": "amount",
1258
+ "type": "uint96"
1259
+ }
1260
+ ],
1261
+ "name": "withdrawCommission",
1262
+ "outputs": [
1263
+ {
1264
+ "internalType": "Amount",
1265
+ "name": "withdrawnAmount",
1266
+ "type": "uint96"
1267
+ }
1268
+ ],
1269
+ "stateMutability": "nonpayable",
1270
+ "type": "function"
1271
+ },
1272
+ {
1273
+ "inputs": [
1274
+ {
1275
+ "internalType": "Amount",
1276
+ "name": "amount",
1277
+ "type": "uint96"
1278
+ }
1279
+ ],
1280
+ "name": "withdrawFees",
1281
+ "outputs": [
1282
+ {
1283
+ "internalType": "Amount",
1284
+ "name": "withdrawnAmount",
1285
+ "type": "uint96"
1286
+ }
1287
+ ],
1288
+ "stateMutability": "nonpayable",
1289
+ "type": "function"
1290
+ }
1291
+ ],
1292
+ "bytecode": "0x608060405234801561000f575f80fd5b50604051614c8b380380614c8b83398101604081905261002e91610c64565b61006b848484846040518060400160405280601281526020017129b4b6b83632a234b9ba3934b13aba34b7b760711b81525061007460201b60201c565b5050505061101c565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100bd5750825b90505f826001600160401b031660011480156100d85750303b155b9050811580156100e6575080155b156101045760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561013257845460ff60401b1916680100000000000000001785555b61013f8a8a8a8a8a610191565b831561018557845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050505050565b6101996101ae565b6101a78585855f86866101fe565b5050505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166101fc57604051631afcd79f60e31b815260040160405180910390fd5b565b6102066101ae565b610216868683600e8888886102a7565b7ff05be9ae88f1a13816beae3bf4177e164907f5d055d6c38ea0a1fabc08c6c500610246600e6104d5565b6104d5565b6001820180546001600160a01b0319166001600160a01b0392909216919091179055610273610241600b90565b81546001600160a01b0319166001600160a01b039190911617815561029e6303c09ad960e41b61055c565b50505050505050565b6102af6101ae565b5f6102bb8888876105ac565b90505f7fdc3a75afc3e621184afdbd532600dd89ad5b8ed15ddda6ef096bf0aad176140060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038a169063bf8e179790602401602060405180830381865afa15801561032d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103519190610cbc565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b815290516103ef929163bf7e214f9160048083019260209291908290030181865afa1580156103ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103cf9190610cbc565b8a8a8a8a898960405180602001604052805f81525061065760201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015610436573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061045a9190610cbc565b6001820180546001600160a01b03199081166001600160a01b0393841617909155600283018054909116918716919091179055610498610241600b90565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556104ca63a9c1bc6f60e01b61055c565b505050505050505050565b5f80546001600160a01b031663d39e6043836104ef610720565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015610532573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105569190610cbc565b92915050565b6105646101ae565b6001600160e01b031981165f9081527f2c5de3b4947d23a15785cdf804e1e581a3c5f54c0357f66e3f442def0f39010060205260409020805460ff1916600117905550565b50565b5f60ff8216600c036105cd576105c48484600a6107b6565b50829050610650565b5f6105da8585600c6107b6565b60405163677d3feb60e11b81526001600160601b03861660048201529091506001600160a01b0382169063cefa7fd690602401602060405180830381865afa158015610628573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064c9190610cd7565b9150505b9392505050565b61065f6101ae565b84515f036106805760405163591eebf360e11b815260040160405180910390fd5b61068f88888887878787610880565b7ffc96c0569508c55c4a252d7e9dd1f9d0347413a3bb20065fd534643ada195b00806106bb8782610d85565b5060018101805460ff19168515151790556106d7610241600b90565b6001820180546001600160a01b039290921661010002610100600160a81b0319909216919091179055610710634a531f3360e01b61055c565b6104ca6306e9e5ff60e31b61055c565b5f6107527ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa15801561078d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107b19190610e58565b905090565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015610804573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261082b9190810190610f33565b905061084281604001518460ff9081169116141590565b1561087857604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b6108886101ae565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af41580156108de573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109029190611003565b61092a5760405163cf6935e560e01b81526001600160a01b038816600482015260240161086f565b610933876109d4565b61093d86836109e5565b5f7f66ed5788a8bec6ff1e7b389e8e939876404dd6c85eb5e16ebccc687f21cd620080546001600160601b0388166001600160681b0319909116176c0100000000000000000000000060ff8816021760ff60681b19166d0100000000000000000000000000861515021781559050600181016109b98382610d85565b506109ca634a531f3360e01b61055c565b5050505050505050565b6109dc6101ae565b6105a981610a77565b6109ed6101ae565b6109f5610a88565b6109fe82610aec565b6001600160a01b038116610a255760405163f17ef42d60e01b815260040160405180910390fd5b7f75a854a54bf614cac5ba72c2235143229b43a26f8eb448270fb97a467532e30080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610a7f6101ae565b6105a981610bb7565b610a906101ae565b6301ffc9a760e01b5f527f2c5de3b4947d23a15785cdf804e1e581a3c5f54c0357f66e3f442def0f3901006020527f7449848146f4dbd52693c0731b5cd097b0a676ddfe6ffc213ebb4853f36e5619805460ff19166001179055565b610af46101ae565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015610b4a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6e9190611003565b610b965760405163fdeac91f60e01b81526001600160a01b038216600482015260240161086f565b5f80546001600160a01b0319166001600160a01b0392909216919091179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6001600160a01b03811681146105a9575f80fd5b8051610c4981610c2a565b919050565b80516001600160601b0381168114610c49575f80fd5b5f805f8060808587031215610c77575f80fd5b8451610c8281610c2a565b9350610c9060208601610c4e565b92506040850151610ca081610c2a565b6060860151909250610cb181610c2a565b939692955090935050565b5f60208284031215610ccc575f80fd5b815161065081610c2a565b5f60208284031215610ce7575f80fd5b61065082610c4e565b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680610d1857607f821691505b602082108103610d3657634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610d8057805f5260205f20601f840160051c81016020851015610d615750805b601f840160051c820191505b818110156101a7575f8155600101610d6d565b505050565b81516001600160401b03811115610d9e57610d9e610cf0565b610db281610dac8454610d04565b84610d3c565b6020601f821160018114610de4575f8315610dcd5750848201515b5f19600385901b1c1916600184901b1784556101a7565b5f84815260208120601f198516915b82811015610e135787850151825560209485019460019092019101610df3565b5084821015610e3057868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b60ff811681146105a9575f80fd5b8051610c4981610e3f565b5f60208284031215610e68575f80fd5b815161065081610e3f565b60405160e081016001600160401b0381118282101715610e9557610e95610cf0565b60405290565b80518015158114610c49575f80fd5b5f82601f830112610eb9575f80fd5b81516001600160401b03811115610ed257610ed2610cf0565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610f0057610f00610cf0565b604052818152838201602001851015610f17575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f60208284031215610f43575f80fd5b81516001600160401b03811115610f58575f80fd5b820160e08185031215610f69575f80fd5b610f71610e73565b610f7a82610c4e565b8152610f8860208301610c4e565b6020820152610f9960408301610e4d565b6040820152610faa60608301610e9b565b6060820152610fbb60808301610c3e565b6080820152610fcc60a08301610c3e565b60a082015260c08201516001600160401b03811115610fe9575f80fd5b610ff586828501610eaa565b60c083015250949350505050565b5f60208284031215611013575f80fd5b61065082610e9b565b613c62806110295f395ff3fe608060405234801561000f575f80fd5b5060043610610281575f3560e01c80637427d7a811610156578063b423086c116100ca578063de7b5d1411610084578063de7b5d14146105e1578063deaa59df146105fe578063e145d46c14610611578063e639ebfd14610645578063f322c70a14610659578063f80e20721461066c575f80fd5b8063b423086c14610570578063b4f273bd14610578578063bf7e214f1461059f578063c725889f146105a7578063d16d0fe8146105bb578063d89873b1146105ce575f80fd5b80638fb360371161011b5780638fb36037146104ee57806390edbd351461050f578063963cb06714610524578063987cb16114610537578063ab3fc75f1461054a578063ad12ad601461055d575f80fd5b80637427d7a81461049f57806376b707b7146104b25780637a9e5e4b146104cc57806387ef9ba0146104df578063893d20e8146104e6575f80fd5b806322366844116101f857806355298fbc116101b257806355298fbc146104285780635741e5e91461043c5780635ab1bd53146104445780635dcb3bae14610454578063644c45e0146104675780636bd1c0eb1461046f575f80fd5b806322366844146103c757806322f3e2d4146103cf578063419197fe146103d757806343d752d3146103ea57806346bb314c146103f257806346f57f4714610414575f80fd5b8063138461e011610249578063138461e01461034e57806317d7de7c146103565780631bda5efa1461036b5780631c6b219014610397578063211e28b6146103aa57806321df0da7146103bf575f80fd5b806301ffc9a71461028557806307e71a6e146102d25780630d8e6e2c146102fd5780630fec111c14610319578063132996041461032e575b5f80fd5b6102bd610293366004612d41565b6001600160e01b0319165f9081525f80516020613bed833981519152602052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102e56102e0366004612d7c565b61067f565b6040516001600160601b0390911681526020016102c9565b61030561074f565b60405162ffffff90911681526020016102c9565b6103216107d6565b6040516102c99190612de1565b610336610990565b6040516001600160a01b0390911681526020016102c9565b6102e56109f8565b61035e610a02565b6040516102c99190612e75565b61037e610379366004612fff565b610a12565b6040516001600160c01b031990911681526020016102c9565b6102e56103a53660046130d5565b610a76565b6103bd6103b83660046130f0565b610acc565b005b610336610b13565b6102bd610b57565b6102bd610c46565b6103bd6103e536600461310b565b610cbd565b610336610d10565b6104065f80516020613bad83398151915281565b6040519081526020016102c9565b6104065f80516020613c0d83398151915281565b6104065f80516020613bed83398151915281565b6102bd610d22565b5f546001600160a01b0316610336565b6102e561046236600461313c565b610dd7565b6102e5610e31565b7fdc3a75afc3e621184afdbd532600dd89ad5b8ed15ddda6ef096bf0aad1761402546001600160a01b0316610336565b61037e6104ad366004613199565b610e4c565b6104ba610ecc565b60405160ff90911681526020016102c9565b6103bd6104da3660046131ca565b610f34565b60016102bd565b610336610fba565b6104f66110ea565b6040516001600160e01b031990911681526020016102c9565b61051761111f565b6040516102c991906131e5565b6103bd610532366004613221565b611150565b61037e6105453660046132a3565b611264565b6103bd61055836600461334d565b611330565b6103bd61056b36600461336a565b611393565b610517611435565b6104067f66ed5788a8bec6ff1e7b389e8e939876404dd6c85eb5e16ebccc687f21cd620081565b610336611451565b6104065f80516020613bcd83398151915281565b6104066105c93660046133ba565b61146c565b61037e6105dc3660046132a3565b611480565b5f80516020613bad833981519152546001600160a01b0316610336565b6103bd61060c3660046131ca565b61149a565b61062461061f366004613199565b6114e7565b604080516001600160a01b03909316835260ff9091166020830152016102c9565b6104065f80516020613b6d83398151915281565b6103bd610667366004613424565b6115a1565b6103bd61067a3660046133ba565b6115ef565b5f61068c335b5f366115f8565b82601761069982826116f6565b846106ab5f546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b81526004016106d8929190613457565b602060405180830381865afa1580156106f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107179190613484565b61073b5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6107458686611829565b9695505050505050565b604051632efe011360e01b8152600160048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156107ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d1919061349f565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f66ed5788a8bec6ff1e7b389e8e939876404dd6c85eb5e16ebccc687f21cd620090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610882573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a691906134cc565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016108ee610fba565b6001600160a01b0316815260200182600101805461090b906134e7565b80601f0160208091040260200160405190810160405280929190818152602001828054610937906134e7565b80156109825780601f1061095957610100808354040283529160200191610982565b820191905f5260205f20905b81548152906001019060200180831161096557829003601f168201915b505050505081525091505090565b5f610999610d10565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109d4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d1919061352a565b5f6107d1306118b5565b6060610a0c61111f565b51919050565b5f610a1c33610685565b610a24610fba565b6001600160a01b0316336001600160a01b031614610a575760405163086391f760e31b8152336004820152602401610732565b610a688a8a8a8a8a8a8a8a8a611af5565b9a9950505050505050505050565b5f610a8033610685565b610a88610fba565b6001600160a01b0316336001600160a01b031614610abb5760405163086391f760e31b8152336004820152602401610732565b610ac482611ba1565b90505b919050565b610ad4610fba565b6001600160a01b0316336001600160a01b031614610b075760405163086391f760e31b8152336004820152602401610732565b610b1081611c25565b50565b5f610b1c610d10565b6001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109d4573d5f803e3d5ffd5b5f80546001600160a01b0316604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610ba7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bcb91906134cc565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610c22573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d19190613484565b5f610c4f611451565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610c93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb79190613484565b15905090565b610cc633610685565b610cce610fba565b6001600160a01b0316336001600160a01b031614610d015760405163086391f760e31b8152336004820152602401610732565b610d0b8282611c8f565b505050565b5f610d1961111f565b60200151905090565b5f610d2b610b57565b15610dae575f546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610d7e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610da591908101906135b2565b60600151905090565b507ffc96c0569508c55c4a252d7e9dd1f9d0347413a3bb20065fd534643ada195b015460ff1690565b5f610de133610685565b610de9610fba565b6001600160a01b0316336001600160a01b031614610e1c5760405163086391f760e31b8152336004820152602401610732565b610e27848484611e10565b90505b9392505050565b5f80516020613bcd833981519152546001600160601b031690565b5f73__$05887d5853069c88bcd4c0a2107db45f29$__633f093cd6610e6f610e31565b846040518363ffffffff1660e01b8152600401610e8d929190613682565b602060405180830381865af4158015610ea8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac491906136a3565b5f610ed5611451565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f10573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d191906136be565b33610f3d611451565b6001600160a01b0316816001600160a01b031614610f785760405162d1953b60e31b81526001600160a01b0382166004820152602401610732565b816001600160a01b03163b5f03610fad576040516361798f2f60e11b81526001600160a01b0383166004820152602401610732565b610fb682611eaa565b5050565b5f805f80516020613bcd83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611026573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104a9190613484565b156110d4575f546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ce919061352a565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020613b4d83398151915280545f9190600160a01b900460ff16611111575f6110ce565b638fb3603760e01b91505090565b60408051808201909152606081525f602082015261113b610b57565b15611148576107d1611f0a565b6107d1611435565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156111945750825b90505f826001600160401b031660011480156111af5750303b155b9050811580156111bd575080155b156111db5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561120557845460ff60401b1916600160401b1785555b6112128a8a8a8a8a6120d6565b831561125857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050505050565b5f61126e33610685565b866112805f546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b81526004016112ad929190613457565b602060405180830381865afa1580156112c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ec9190613484565b61130b5760405163086391f760e31b8152336004820152602401610732565b6113168860176116f6565b6113248888888888886120ec565b98975050505050505050565b61133933610685565b611341610fba565b6001600160a01b0316336001600160a01b0316146113745760405163086391f760e31b8152336004820152602401610732565b82601761138182826116f6565b61138c858585612183565b5050505050565b5f546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113fd919061352a565b6001600160a01b0316336001600160a01b03161461142f5760405162f0630960e01b8152336004820152602401610732565b50505050565b60408051808201909152606081525f60208201526107d1611f0a565b5f80516020613b4d833981519152546001600160a01b031690565b5f61147782826136d9565b90505b92915050565b5f61148f8787878787876120ec565b979650505050505050565b6114a333610685565b6114ab610fba565b6001600160a01b0316336001600160a01b0316146114de5760405163086391f760e31b8152336004820152602401610732565b610b1081612203565b5f805f6114f384610e4c565b90506115267fdc3a75afc3e621184afdbd532600dd89ad5b8ed15ddda6ef096bf0aad1761401546001600160a01b031690565b60405163b82d7ef560e01b81526001600160c01b0319831660048201526001600160a01b03919091169063b82d7ef5906024016040805180830381865afa158015611573573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061159791906136fc565b9250925050915091565b6115a9610fba565b6001600160a01b0316336001600160a01b0316146115dc5760405163086391f760e31b8152336004820152602401610732565b6115e533610685565b610fb68282612278565b610fb633610685565b5f80516020613b4d8339815191525f80611630611613611451565b873061162260045f8a8c613729565b61162b91613750565b6122df565b91509150816116ee5763ffffffff8116156116cb57825460ff60a01b1916600160a01b17835561165e611451565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161168d93929190613788565b5f604051808303815f87803b1580156116a4575f80fd5b505af11580156116b6573d5f803e3d5ffd5b5050845460ff60a01b19168555506116ee9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610732565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611746573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061176a9190613484565b806117f757505f546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156117d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117f59190613484565b155b15610fb65760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610732565b5f5f80516020613b6d833981519152600101546040516303f38d3760e11b81526001600160601b038086166004830152841660248201526001600160a01b03909116906307e71a6e906044016020604051808303815f875af1158015611891573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147791906134cc565b5f805f80516020613bcd83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611921573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119459190613484565b156119715780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610732565b5f546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119e69190613484565b611a0e5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610732565b5f546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611a5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a8391906134cc565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b5490611acf610fba565b604051611add929190613457565b60405180910390a1546001600160601b031692915050565b5f80516020613b8d83398151915254604051630ded2f7d60e11b81525f915f80516020613b6d833981519152916001600160a01b0390911690631bda5efa90611b52908e908e908e908e908e908e908e908e908e906004016137c7565b6020604051808303815f875af1158015611b6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b9291906136a3565b9b9a5050505050505050505050565b5f5f80516020613bad833981519152600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af1158015611c01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac491906134cc565b5f80516020613c0d8339815191526001015460405163108f145b60e11b815282151560048201526101009091046001600160a01b03169063211e28b6906024015b5f604051808303815f87803b158015611c7d575f80fd5b505af115801561138c573d5f803e3d5ffd5b5f73__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96846001600160a01b031663dd62ed3e611cc1610d10565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152306024820152604401602060405180830381865afa158015611d09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d2d9190613846565b6040518263ffffffff1660e01b8152600401611d4b91815260200190565b602060405180830381865af4158015611d66573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8a91906134cc565b90505f80516020613c0d833981519152600101546040516320c8cbff60e11b81526001600160a01b0385811660048301526001600160601b03851660248301526101009092049091169063419197fe906044015f604051808303815f87803b158015611df4575f80fd5b505af1158015611e06573d5f803e3d5ffd5b5050505092915050565b5f80516020613b8d83398151915254604051632ee59dd760e11b81525f915f80516020613b6d833981519152916001600160a01b0390911690635dcb3bae90611e619088908890889060040161385d565b6020604051808303815f875af1158015611e7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ea191906134cc565b95945050505050565b5f80516020613b4d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b60408051808201909152606081525f60208201525f80546001600160a01b0316604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611f6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f9291906134cc565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611feb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061200f9190613484565b156120ce577fdc3a75afc3e621184afdbd532600dd89ad5b8ed15ddda6ef096bf0aad1761401546001600160a01b031663f0ea17c361204c610e31565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa15801561208d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526120b49190810190613890565b60208101519092506001600160a01b0316156120ce575090565b6110ce6123e7565b6120de6124b1565b61138c8585855f86866124fc565b5f80516020613b8d8339815191525460405163987cb16160e01b81525f915f80516020613b6d833981519152916001600160a01b039091169063987cb16190612143908b908b908b908b908b908b90600401613924565b6020604051808303815f875af115801561215f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061132491906136a3565b5f80516020613b8d8339815191525460405163ab3fc75f60e01b81525f80516020613b6d833981519152916001600160a01b03169063ab3fc75f906121d09087908790879060040161398c565b5f604051808303815f87803b1580156121e7575f80fd5b505af11580156121f9573d5f803e3d5ffd5b5050505050505050565b61220b610fba565b6001600160a01b0316336001600160a01b03161461223e5760405163086391f760e31b8152336004820152602401610732565b612248600b61258c565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401611c66565b5f80516020613b6d8339815191525460405163feff0c9160e01b81526001600160a01b039091169063feff0c91906122b690859085906004016139bf565b5f604051808303815f87803b1580156122cd575f80fd5b505af11580156116ee573d5f803e3d5ffd5b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161234d9190613a0b565b5f60405180830381855afa9150503d805f8114612385576040519150601f19603f3d011682016040523d82523d5f602084013e61238a565b606091505b509150915081156123dc5760408151106123bc57808060200190518101906123b29190613a21565b90945092506123dc565b60208151106123dc57808060200190518101906123d99190613484565b93505b505094509492505050565b60408051808201909152606081525f60208201525f5f80516020613c0d83398151915290506040518060400160405280825f018054612425906134e7565b80601f0160208091040260200160405190810160405280929190818152602001828054612451906134e7565b801561249c5780601f106124735761010080835404028352916020019161249c565b820191905f5260205f20905b81548152906001019060200180831161247f57829003601f168201915b50505091835250505f60209091015292915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166124fa57604051631afcd79f60e31b815260040160405180910390fd5b565b6125046124b1565b612514868683600e88888861260d565b5f80516020613b6d83398151915261252c600e61258c565b6001820180546001600160a01b0319166001600160a01b0392909216919091179055612558600b61258c565b81546001600160a01b0319166001600160a01b03919091161781556125836303c09ad960e41b612821565b50505050505050565b5f80546001600160a01b031663d39e6043836125a6610ecc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156125e9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac4919061352a565b6126156124b1565b5f61262188888761285b565b90505f5f80516020613bad83398151915260405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038a169063bf8e179790602401602060405180830381865afa158015612680573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126a4919061352a565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b8152905161273c929163bf7e214f9160048083019260209291908290030181865afa1580156126fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612722919061352a565b8a8a8a8a898960405180602001604052805f8152506128d7565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015612783573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127a7919061352a565b6001820180546001600160a01b03199081166001600160a01b03938416179091556002830180549091169187169190911790556127e4600b61258c565b6003820180546001600160a01b0319166001600160a01b039290921691909117905561281663a9c1bc6f60e01b612821565b505050505050505050565b6128296124b1565b6001600160e01b031981165f9081525f80516020613bed83398151915260205260409020805460ff1916600117905550565b5f60ff8216600c0361287c576128738484600a61298b565b50829050610e2a565b5f6128898585600c61298b565b60405163677d3feb60e11b81526001600160601b03861660048201529091506001600160a01b0382169063cefa7fd690602401602060405180830381865afa158015611e7d573d5f803e3d5ffd5b6128df6124b1565b84515f036129005760405163591eebf360e11b815260040160405180910390fd5b61290f88888887878787612a50565b5f80516020613c0d833981519152806129288782613a92565b5060018101805460ff1916851515179055612943600b61258c565b8160010160016101000a8154816001600160a01b0302191690836001600160a01b0316021790555061297b634a531f3360e01b612821565b6128166306e9e5ff60e31b612821565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156129d9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a0091908101906135b2565b9050612a1781604001518460ff9081169116141590565b15612a4857604080820151905163b0c1f6eb60e01b815260ff80861660048301529091166024820152604401610732565b509392505050565b612a586124b1565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015612aae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ad29190613484565b612afa5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610732565b612b0387612b8d565b612b0d8683612b9e565b5f7f66ed5788a8bec6ff1e7b389e8e939876404dd6c85eb5e16ebccc687f21cd620080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101612b7c8382613a92565b506121f9634a531f3360e01b612821565b612b956124b1565b610b1081612c14565b612ba66124b1565b612bae612c25565b612bb782612c76565b6001600160a01b038116612bde5760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020613bcd83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b612c1c6124b1565b610b1081611eaa565b612c2d6124b1565b6301ffc9a760e01b5f525f80516020613bed8339815191526020527f7449848146f4dbd52693c0731b5cd097b0a676ddfe6ffc213ebb4853f36e5619805460ff19166001179055565b612c7e6124b1565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015612cd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cf89190613484565b612d205760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610732565b5f80546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215612d51575f80fd5b81356001600160e01b031981168114610e2a575f80fd5b6001600160601b0381168114610b10575f80fd5b5f8060408385031215612d8d575f80fd5b8235612d9881612d68565b91506020830135612da881612d68565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612e29608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612e6d610100840182612db3565b949350505050565b602081525f6114776020830184612db3565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715612ebd57612ebd612e87565b60405290565b60405160e081016001600160401b0381118282101715612ebd57612ebd612e87565b604051601f8201601f191681016001600160401b0381118282101715612f0d57612f0d612e87565b604052919050565b5f6001600160401b03821115612f2d57612f2d612e87565b50601f01601f191660200190565b5f82601f830112612f4a575f80fd5b8135602083015f612f62612f5d84612f15565b612ee5565b9050828152858383011115612f75575f80fd5b828260208301375f92810160200192909252509392505050565b6001600160a01b0381168114610b10575f80fd5b8035610ac781612f8f565b63ffffffff81168114610b10575f80fd5b8035610ac781612fae565b64ffffffffff81168114610b10575f80fd5b8035610ac781612fca565b8015158114610b10575f80fd5b8035610ac781612fe7565b5f805f805f805f805f6101208a8c031215613018575f80fd5b89356001600160401b0381111561302d575f80fd5b6130398c828d01612f3b565b99505060208a013561304a81612f8f565b975061305860408b01612fa3565b965061306660608b01612fa3565b955061307460808b01612fbf565b945061308260a08b01612fdc565b935061309060c08b01612ff4565b925061309e60e08b01612ff4565b91506101008a01356001600160401b038111156130b9575f80fd5b6130c58c828d01612f3b565b9150509295985092959850929598565b5f602082840312156130e5575f80fd5b8135610e2a81612d68565b5f60208284031215613100575f80fd5b8135610e2a81612fe7565b5f806040838503121561311c575f80fd5b8235612d9881612f8f565b6001600160c01b031981168114610b10575f80fd5b5f805f6060848603121561314e575f80fd5b833561315981612f8f565b9250602084013561316981613127565b915060408401356001600160401b03811115613183575f80fd5b61318f86828701612f3b565b9150509250925092565b5f602082840312156131a9575f80fd5b81356001600160401b038111156131be575f80fd5b612e6d84828501612f3b565b5f602082840312156131da575f80fd5b8135610e2a81612f8f565b602081525f8251604060208401526132006060840182612db3565b602094909401516001600160a01b0316604093909301929092525090919050565b5f805f805f60a08688031215613235575f80fd5b853561324081612f8f565b9450602086013561325081612d68565b9350604086013561326081612f8f565b9250606086013561327081612f8f565b915060808601356001600160401b0381111561328a575f80fd5b61329688828901612f3b565b9150509295509295909350565b5f805f805f8060c087890312156132b8575f80fd5b86356132c381612d68565b955060208701356001600160401b038111156132dd575f80fd5b6132e989828a01612f3b565b95505060408701356132fa81612f8f565b9350606087013561330a81612fae565b9250608087013561331a81612fca565b915060a08701356001600160401b03811115613334575f80fd5b61334089828a01612f3b565b9150509295509295509295565b5f805f6060848603121561335f575f80fd5b833561315981612d68565b5f805f806080858703121561337d575f80fd5b843561338881612f8f565b9350602085013561339881612f8f565b92506040850135915060608501356133af81612f8f565b939692955090935050565b5f80604083850312156133cb575f80fd5b82356133d681613127565b946020939093013593505050565b5f604082840312156133f4575f80fd5b6133fc612e9b565b9050813561340981612f8f565b8152602082013561341981612d68565b602082015292915050565b5f8060808385031215613435575f80fd5b61343f84846133e4565b915061344e84604085016133e4565b90509250929050565b6001600160601b039290921682526001600160a01b0316602082015260400190565b8051610ac781612fe7565b5f60208284031215613494575f80fd5b8151610e2a81612fe7565b5f602082840312156134af575f80fd5b815162ffffff81168114610e2a575f80fd5b8051610ac781612d68565b5f602082840312156134dc575f80fd5b8151610e2a81612d68565b600181811c908216806134fb57607f821691505b60208210810361351957634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610ac781612f8f565b5f6020828403121561353a575f80fd5b8151610e2a81612f8f565b60ff81168114610b10575f80fd5b8051610ac781613545565b5f61356b612f5d84612f15565b905082815283838301111561357e575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126135a3575f80fd5b6114778383516020850161355e565b5f602082840312156135c2575f80fd5b81516001600160401b038111156135d7575f80fd5b820160e081850312156135e8575f80fd5b6135f0612ec3565b6135f9826134c1565b8152613607602083016134c1565b602082015261361860408301613553565b604082015261362960608301613479565b606082015261363a6080830161351f565b608082015261364b60a0830161351f565b60a082015260c08201516001600160401b03811115613668575f80fd5b61367486828501613594565b60c083015250949350505050565b6001600160601b0383168152604060208201525f610e276040830184612db3565b5f602082840312156136b3575f80fd5b8151610e2a81613127565b5f602082840312156136ce575f80fd5b8151610e2a81613545565b808202811582820484141761147a57634e487b7160e01b5f52601160045260245ffd5b5f806040838503121561370d575f80fd5b825161371881612f8f565b6020840151909250612da881613545565b5f8085851115613737575f80fd5b83861115613743575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613781576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b61012081525f6137db61012083018c612db3565b6001600160a01b038b811660208501528a811660408501528916606084015263ffffffff8816608084015264ffffffffff871660a084015285151560c084015284151560e08401528281036101008401526138368185612db3565b9c9b505050505050505050505050565b5f60208284031215613856575f80fd5b5051919050565b6001600160a01b03841681526001600160c01b0319831660208201526060604082018190525f90611ea190830184612db3565b5f602082840312156138a0575f80fd5b81516001600160401b038111156138b5575f80fd5b8201604081850312156138c6575f80fd5b6138ce612e9b565b81516001600160401b038111156138e3575f80fd5b8201601f810186136138f3575f80fd5b6139028682516020840161355e565b8252506020820151915061391582612f8f565b60208101919091529392505050565b6001600160601b038716815260c060208201525f61394560c0830188612db3565b6001600160a01b038716604084015263ffffffff8616606084015264ffffffffff8516608084015282810360a084015261397f8185612db3565b9998505050505050505050565b6001600160601b03841681526001600160401b0360c01b83166020820152606060408201525f611ea16060830184612db3565b82516001600160a01b031681526020808401516001600160601b0316908201526080810182516001600160a01b0316604083015260208301516001600160601b03166060830152610e2a565b5f82518060208501845e5f920191825250919050565b5f8060408385031215613a32575f80fd5b8251613a3d81612fe7565b6020840151909250612da881612fae565b601f821115610d0b57805f5260205f20601f840160051c81016020851015613a735750805b601f840160051c820191505b8181101561138c575f8155600101613a7f565b81516001600160401b03811115613aab57613aab612e87565b613abf81613ab984546134e7565b84613a4e565b6020601f821160018114613af1575f8315613ada5750848201515b5f19600385901b1c1916600184901b17845561138c565b5f84815260208120601f198516915b82811015613b205787850151825560209485019460019092019101613b00565b5084821015613b3d57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f05be9ae88f1a13816beae3bf4177e164907f5d055d6c38ea0a1fabc08c6c500f05be9ae88f1a13816beae3bf4177e164907f5d055d6c38ea0a1fabc08c6c501dc3a75afc3e621184afdbd532600dd89ad5b8ed15ddda6ef096bf0aad176140075a854a54bf614cac5ba72c2235143229b43a26f8eb448270fb97a467532e3002c5de3b4947d23a15785cdf804e1e581a3c5f54c0357f66e3f442def0f390100fc96c0569508c55c4a252d7e9dd1f9d0347413a3bb20065fd534643ada195b00a2646970667358221220c79f61046f0b045f0e3619f86ec9155d016d1b0a1a039680ec02dbb80f33de0364736f6c634300081a0033",
1293
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610281575f3560e01c80637427d7a811610156578063b423086c116100ca578063de7b5d1411610084578063de7b5d14146105e1578063deaa59df146105fe578063e145d46c14610611578063e639ebfd14610645578063f322c70a14610659578063f80e20721461066c575f80fd5b8063b423086c14610570578063b4f273bd14610578578063bf7e214f1461059f578063c725889f146105a7578063d16d0fe8146105bb578063d89873b1146105ce575f80fd5b80638fb360371161011b5780638fb36037146104ee57806390edbd351461050f578063963cb06714610524578063987cb16114610537578063ab3fc75f1461054a578063ad12ad601461055d575f80fd5b80637427d7a81461049f57806376b707b7146104b25780637a9e5e4b146104cc57806387ef9ba0146104df578063893d20e8146104e6575f80fd5b806322366844116101f857806355298fbc116101b257806355298fbc146104285780635741e5e91461043c5780635ab1bd53146104445780635dcb3bae14610454578063644c45e0146104675780636bd1c0eb1461046f575f80fd5b806322366844146103c757806322f3e2d4146103cf578063419197fe146103d757806343d752d3146103ea57806346bb314c146103f257806346f57f4714610414575f80fd5b8063138461e011610249578063138461e01461034e57806317d7de7c146103565780631bda5efa1461036b5780631c6b219014610397578063211e28b6146103aa57806321df0da7146103bf575f80fd5b806301ffc9a71461028557806307e71a6e146102d25780630d8e6e2c146102fd5780630fec111c14610319578063132996041461032e575b5f80fd5b6102bd610293366004612d41565b6001600160e01b0319165f9081525f80516020613bed833981519152602052604090205460ff1690565b60405190151581526020015b60405180910390f35b6102e56102e0366004612d7c565b61067f565b6040516001600160601b0390911681526020016102c9565b61030561074f565b60405162ffffff90911681526020016102c9565b6103216107d6565b6040516102c99190612de1565b610336610990565b6040516001600160a01b0390911681526020016102c9565b6102e56109f8565b61035e610a02565b6040516102c99190612e75565b61037e610379366004612fff565b610a12565b6040516001600160c01b031990911681526020016102c9565b6102e56103a53660046130d5565b610a76565b6103bd6103b83660046130f0565b610acc565b005b610336610b13565b6102bd610b57565b6102bd610c46565b6103bd6103e536600461310b565b610cbd565b610336610d10565b6104065f80516020613bad83398151915281565b6040519081526020016102c9565b6104065f80516020613c0d83398151915281565b6104065f80516020613bed83398151915281565b6102bd610d22565b5f546001600160a01b0316610336565b6102e561046236600461313c565b610dd7565b6102e5610e31565b7fdc3a75afc3e621184afdbd532600dd89ad5b8ed15ddda6ef096bf0aad1761402546001600160a01b0316610336565b61037e6104ad366004613199565b610e4c565b6104ba610ecc565b60405160ff90911681526020016102c9565b6103bd6104da3660046131ca565b610f34565b60016102bd565b610336610fba565b6104f66110ea565b6040516001600160e01b031990911681526020016102c9565b61051761111f565b6040516102c991906131e5565b6103bd610532366004613221565b611150565b61037e6105453660046132a3565b611264565b6103bd61055836600461334d565b611330565b6103bd61056b36600461336a565b611393565b610517611435565b6104067f66ed5788a8bec6ff1e7b389e8e939876404dd6c85eb5e16ebccc687f21cd620081565b610336611451565b6104065f80516020613bcd83398151915281565b6104066105c93660046133ba565b61146c565b61037e6105dc3660046132a3565b611480565b5f80516020613bad833981519152546001600160a01b0316610336565b6103bd61060c3660046131ca565b61149a565b61062461061f366004613199565b6114e7565b604080516001600160a01b03909316835260ff9091166020830152016102c9565b6104065f80516020613b6d83398151915281565b6103bd610667366004613424565b6115a1565b6103bd61067a3660046133ba565b6115ef565b5f61068c335b5f366115f8565b82601761069982826116f6565b846106ab5f546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b81526004016106d8929190613457565b602060405180830381865afa1580156106f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107179190613484565b61073b5760405163086391f760e31b81523360048201526024015b60405180910390fd5b6107458686611829565b9695505050505050565b604051632efe011360e01b8152600160048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156107ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d1919061349f565b905090565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f66ed5788a8bec6ff1e7b389e8e939876404dd6c85eb5e16ebccc687f21cd620090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610882573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108a691906134cc565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016108ee610fba565b6001600160a01b0316815260200182600101805461090b906134e7565b80601f0160208091040260200160405190810160405280929190818152602001828054610937906134e7565b80156109825780601f1061095957610100808354040283529160200191610982565b820191905f5260205f20905b81548152906001019060200180831161096557829003601f168201915b505050505081525091505090565b5f610999610d10565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109d4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d1919061352a565b5f6107d1306118b5565b6060610a0c61111f565b51919050565b5f610a1c33610685565b610a24610fba565b6001600160a01b0316336001600160a01b031614610a575760405163086391f760e31b8152336004820152602401610732565b610a688a8a8a8a8a8a8a8a8a611af5565b9a9950505050505050505050565b5f610a8033610685565b610a88610fba565b6001600160a01b0316336001600160a01b031614610abb5760405163086391f760e31b8152336004820152602401610732565b610ac482611ba1565b90505b919050565b610ad4610fba565b6001600160a01b0316336001600160a01b031614610b075760405163086391f760e31b8152336004820152602401610732565b610b1081611c25565b50565b5f610b1c610d10565b6001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109d4573d5f803e3d5ffd5b5f80546001600160a01b0316604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610ba7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bcb91906134cc565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610c22573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d19190613484565b5f610c4f611451565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa158015610c93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb79190613484565b15905090565b610cc633610685565b610cce610fba565b6001600160a01b0316336001600160a01b031614610d015760405163086391f760e31b8152336004820152602401610732565b610d0b8282611c8f565b505050565b5f610d1961111f565b60200151905090565b5f610d2b610b57565b15610dae575f546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610d7e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610da591908101906135b2565b60600151905090565b507ffc96c0569508c55c4a252d7e9dd1f9d0347413a3bb20065fd534643ada195b015460ff1690565b5f610de133610685565b610de9610fba565b6001600160a01b0316336001600160a01b031614610e1c5760405163086391f760e31b8152336004820152602401610732565b610e27848484611e10565b90505b9392505050565b5f80516020613bcd833981519152546001600160601b031690565b5f73__$05887d5853069c88bcd4c0a2107db45f29$__633f093cd6610e6f610e31565b846040518363ffffffff1660e01b8152600401610e8d929190613682565b602060405180830381865af4158015610ea8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac491906136a3565b5f610ed5611451565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f10573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d191906136be565b33610f3d611451565b6001600160a01b0316816001600160a01b031614610f785760405162d1953b60e31b81526001600160a01b0382166004820152602401610732565b816001600160a01b03163b5f03610fad576040516361798f2f60e11b81526001600160a01b0383166004820152602401610732565b610fb682611eaa565b5050565b5f805f80516020613bcd83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611026573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104a9190613484565b156110d4575f546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156110aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110ce919061352a565b91505090565b54600160601b90046001600160a01b0316919050565b5f80516020613b4d83398151915280545f9190600160a01b900460ff16611111575f6110ce565b638fb3603760e01b91505090565b60408051808201909152606081525f602082015261113b610b57565b15611148576107d1611f0a565b6107d1611435565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156111945750825b90505f826001600160401b031660011480156111af5750303b155b9050811580156111bd575080155b156111db5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561120557845460ff60401b1916600160401b1785555b6112128a8a8a8a8a6120d6565b831561125857845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050505050565b5f61126e33610685565b866112805f546001600160a01b031690565b6001600160a01b031663b303aaf882336040518363ffffffff1660e01b81526004016112ad929190613457565b602060405180830381865afa1580156112c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ec9190613484565b61130b5760405163086391f760e31b8152336004820152602401610732565b6113168860176116f6565b6113248888888888886120ec565b98975050505050505050565b61133933610685565b611341610fba565b6001600160a01b0316336001600160a01b0316146113745760405163086391f760e31b8152336004820152602401610732565b82601761138182826116f6565b61138c858585612183565b5050505050565b5f546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113fd919061352a565b6001600160a01b0316336001600160a01b03161461142f5760405162f0630960e01b8152336004820152602401610732565b50505050565b60408051808201909152606081525f60208201526107d1611f0a565b5f80516020613b4d833981519152546001600160a01b031690565b5f61147782826136d9565b90505b92915050565b5f61148f8787878787876120ec565b979650505050505050565b6114a333610685565b6114ab610fba565b6001600160a01b0316336001600160a01b0316146114de5760405163086391f760e31b8152336004820152602401610732565b610b1081612203565b5f805f6114f384610e4c565b90506115267fdc3a75afc3e621184afdbd532600dd89ad5b8ed15ddda6ef096bf0aad1761401546001600160a01b031690565b60405163b82d7ef560e01b81526001600160c01b0319831660048201526001600160a01b03919091169063b82d7ef5906024016040805180830381865afa158015611573573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061159791906136fc565b9250925050915091565b6115a9610fba565b6001600160a01b0316336001600160a01b0316146115dc5760405163086391f760e31b8152336004820152602401610732565b6115e533610685565b610fb68282612278565b610fb633610685565b5f80516020613b4d8339815191525f80611630611613611451565b873061162260045f8a8c613729565b61162b91613750565b6122df565b91509150816116ee5763ffffffff8116156116cb57825460ff60a01b1916600160a01b17835561165e611451565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161168d93929190613788565b5f604051808303815f87803b1580156116a4575f80fd5b505af11580156116b6573d5f803e3d5ffd5b5050845460ff60a01b19168555506116ee9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610732565b505050505050565b60405163037c8cb160e51b815260ff8216600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015611746573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061176a9190613484565b806117f757505f546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156117d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117f59190613484565b155b15610fb65760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610732565b5f5f80516020613b6d833981519152600101546040516303f38d3760e11b81526001600160601b038086166004830152841660248201526001600160a01b03909116906307e71a6e906044016020604051808303815f875af1158015611891573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147791906134cc565b5f805f80516020613bcd83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611921573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119459190613484565b156119715780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610732565b5f546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156119c2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119e69190613484565b611a0e5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610732565b5f546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611a5f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a8391906134cc565b81546bffffffffffffffffffffffff19166001600160601b039190911690811782557f88857b75cbef7f257c9d5a473e28aaf6a91cc28f717f60f2cda3bcf5623d7b5490611acf610fba565b604051611add929190613457565b60405180910390a1546001600160601b031692915050565b5f80516020613b8d83398151915254604051630ded2f7d60e11b81525f915f80516020613b6d833981519152916001600160a01b0390911690631bda5efa90611b52908e908e908e908e908e908e908e908e908e906004016137c7565b6020604051808303815f875af1158015611b6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b9291906136a3565b9b9a5050505050505050505050565b5f5f80516020613bad833981519152600301546040516301c6b21960e41b81526001600160601b03841660048201526001600160a01b0390911690631c6b2190906024016020604051808303815f875af1158015611c01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac491906134cc565b5f80516020613c0d8339815191526001015460405163108f145b60e11b815282151560048201526101009091046001600160a01b03169063211e28b6906024015b5f604051808303815f87803b158015611c7d575f80fd5b505af115801561138c573d5f803e3d5ffd5b5f73__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96846001600160a01b031663dd62ed3e611cc1610d10565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152306024820152604401602060405180830381865afa158015611d09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d2d9190613846565b6040518263ffffffff1660e01b8152600401611d4b91815260200190565b602060405180830381865af4158015611d66573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8a91906134cc565b90505f80516020613c0d833981519152600101546040516320c8cbff60e11b81526001600160a01b0385811660048301526001600160601b03851660248301526101009092049091169063419197fe906044015f604051808303815f87803b158015611df4575f80fd5b505af1158015611e06573d5f803e3d5ffd5b5050505092915050565b5f80516020613b8d83398151915254604051632ee59dd760e11b81525f915f80516020613b6d833981519152916001600160a01b0390911690635dcb3bae90611e619088908890889060040161385d565b6020604051808303815f875af1158015611e7d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ea191906134cc565b95945050505050565b5f80516020613b4d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b60408051808201909152606081525f60208201525f80546001600160a01b0316604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015611f6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f9291906134cc565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611feb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061200f9190613484565b156120ce577fdc3a75afc3e621184afdbd532600dd89ad5b8ed15ddda6ef096bf0aad1761401546001600160a01b031663f0ea17c361204c610e31565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa15801561208d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526120b49190810190613890565b60208101519092506001600160a01b0316156120ce575090565b6110ce6123e7565b6120de6124b1565b61138c8585855f86866124fc565b5f80516020613b8d8339815191525460405163987cb16160e01b81525f915f80516020613b6d833981519152916001600160a01b039091169063987cb16190612143908b908b908b908b908b908b90600401613924565b6020604051808303815f875af115801561215f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061132491906136a3565b5f80516020613b8d8339815191525460405163ab3fc75f60e01b81525f80516020613b6d833981519152916001600160a01b03169063ab3fc75f906121d09087908790879060040161398c565b5f604051808303815f87803b1580156121e7575f80fd5b505af11580156121f9573d5f803e3d5ffd5b5050505050505050565b61220b610fba565b6001600160a01b0316336001600160a01b03161461223e5760405163086391f760e31b8152336004820152602401610732565b612248600b61258c565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df90602401611c66565b5f80516020613b6d8339815191525460405163feff0c9160e01b81526001600160a01b039091169063feff0c91906122b690859085906004016139bf565b5f604051808303815f87803b1580156122cd575f80fd5b505af11580156116ee573d5f803e3d5ffd5b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161234d9190613a0b565b5f60405180830381855afa9150503d805f8114612385576040519150601f19603f3d011682016040523d82523d5f602084013e61238a565b606091505b509150915081156123dc5760408151106123bc57808060200190518101906123b29190613a21565b90945092506123dc565b60208151106123dc57808060200190518101906123d99190613484565b93505b505094509492505050565b60408051808201909152606081525f60208201525f5f80516020613c0d83398151915290506040518060400160405280825f018054612425906134e7565b80601f0160208091040260200160405190810160405280929190818152602001828054612451906134e7565b801561249c5780601f106124735761010080835404028352916020019161249c565b820191905f5260205f20905b81548152906001019060200180831161247f57829003601f168201915b50505091835250505f60209091015292915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166124fa57604051631afcd79f60e31b815260040160405180910390fd5b565b6125046124b1565b612514868683600e88888861260d565b5f80516020613b6d83398151915261252c600e61258c565b6001820180546001600160a01b0319166001600160a01b0392909216919091179055612558600b61258c565b81546001600160a01b0319166001600160a01b03919091161781556125836303c09ad960e41b612821565b50505050505050565b5f80546001600160a01b031663d39e6043836125a6610ecc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156125e9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac4919061352a565b6126156124b1565b5f61262188888761285b565b90505f5f80516020613bad83398151915260405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038a169063bf8e179790602401602060405180830381865afa158015612680573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126a4919061352a565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b8152905161273c929163bf7e214f9160048083019260209291908290030181865afa1580156126fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612722919061352a565b8a8a8a8a898960405180602001604052805f8152506128d7565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015612783573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127a7919061352a565b6001820180546001600160a01b03199081166001600160a01b03938416179091556002830180549091169187169190911790556127e4600b61258c565b6003820180546001600160a01b0319166001600160a01b039290921691909117905561281663a9c1bc6f60e01b612821565b505050505050505050565b6128296124b1565b6001600160e01b031981165f9081525f80516020613bed83398151915260205260409020805460ff1916600117905550565b5f60ff8216600c0361287c576128738484600a61298b565b50829050610e2a565b5f6128898585600c61298b565b60405163677d3feb60e11b81526001600160601b03861660048201529091506001600160a01b0382169063cefa7fd690602401602060405180830381865afa158015611e7d573d5f803e3d5ffd5b6128df6124b1565b84515f036129005760405163591eebf360e11b815260040160405180910390fd5b61290f88888887878787612a50565b5f80516020613c0d833981519152806129288782613a92565b5060018101805460ff1916851515179055612943600b61258c565b8160010160016101000a8154816001600160a01b0302191690836001600160a01b0316021790555061297b634a531f3360e01b612821565b6128166306e9e5ff60e31b612821565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156129d9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a0091908101906135b2565b9050612a1781604001518460ff9081169116141590565b15612a4857604080820151905163b0c1f6eb60e01b815260ff80861660048301529091166024820152604401610732565b509392505050565b612a586124b1565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015612aae573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ad29190613484565b612afa5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610732565b612b0387612b8d565b612b0d8683612b9e565b5f7f66ed5788a8bec6ff1e7b389e8e939876404dd6c85eb5e16ebccc687f21cd620080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101612b7c8382613a92565b506121f9634a531f3360e01b612821565b612b956124b1565b610b1081612c14565b612ba66124b1565b612bae612c25565b612bb782612c76565b6001600160a01b038116612bde5760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020613bcd83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b612c1c6124b1565b610b1081611eaa565b612c2d6124b1565b6301ffc9a760e01b5f525f80516020613bed8339815191526020527f7449848146f4dbd52693c0731b5cd097b0a676ddfe6ffc213ebb4853f36e5619805460ff19166001179055565b612c7e6124b1565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015612cd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cf89190613484565b612d205760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610732565b5f80546001600160a01b0319166001600160a01b0392909216919091179055565b5f60208284031215612d51575f80fd5b81356001600160e01b031981168114610e2a575f80fd5b6001600160601b0381168114610b10575f80fd5b5f8060408385031215612d8d575f80fd5b8235612d9881612d68565b91506020830135612da881612d68565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612e29608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152612e6d610100840182612db3565b949350505050565b602081525f6114776020830184612db3565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715612ebd57612ebd612e87565b60405290565b60405160e081016001600160401b0381118282101715612ebd57612ebd612e87565b604051601f8201601f191681016001600160401b0381118282101715612f0d57612f0d612e87565b604052919050565b5f6001600160401b03821115612f2d57612f2d612e87565b50601f01601f191660200190565b5f82601f830112612f4a575f80fd5b8135602083015f612f62612f5d84612f15565b612ee5565b9050828152858383011115612f75575f80fd5b828260208301375f92810160200192909252509392505050565b6001600160a01b0381168114610b10575f80fd5b8035610ac781612f8f565b63ffffffff81168114610b10575f80fd5b8035610ac781612fae565b64ffffffffff81168114610b10575f80fd5b8035610ac781612fca565b8015158114610b10575f80fd5b8035610ac781612fe7565b5f805f805f805f805f6101208a8c031215613018575f80fd5b89356001600160401b0381111561302d575f80fd5b6130398c828d01612f3b565b99505060208a013561304a81612f8f565b975061305860408b01612fa3565b965061306660608b01612fa3565b955061307460808b01612fbf565b945061308260a08b01612fdc565b935061309060c08b01612ff4565b925061309e60e08b01612ff4565b91506101008a01356001600160401b038111156130b9575f80fd5b6130c58c828d01612f3b565b9150509295985092959850929598565b5f602082840312156130e5575f80fd5b8135610e2a81612d68565b5f60208284031215613100575f80fd5b8135610e2a81612fe7565b5f806040838503121561311c575f80fd5b8235612d9881612f8f565b6001600160c01b031981168114610b10575f80fd5b5f805f6060848603121561314e575f80fd5b833561315981612f8f565b9250602084013561316981613127565b915060408401356001600160401b03811115613183575f80fd5b61318f86828701612f3b565b9150509250925092565b5f602082840312156131a9575f80fd5b81356001600160401b038111156131be575f80fd5b612e6d84828501612f3b565b5f602082840312156131da575f80fd5b8135610e2a81612f8f565b602081525f8251604060208401526132006060840182612db3565b602094909401516001600160a01b0316604093909301929092525090919050565b5f805f805f60a08688031215613235575f80fd5b853561324081612f8f565b9450602086013561325081612d68565b9350604086013561326081612f8f565b9250606086013561327081612f8f565b915060808601356001600160401b0381111561328a575f80fd5b61329688828901612f3b565b9150509295509295909350565b5f805f805f8060c087890312156132b8575f80fd5b86356132c381612d68565b955060208701356001600160401b038111156132dd575f80fd5b6132e989828a01612f3b565b95505060408701356132fa81612f8f565b9350606087013561330a81612fae565b9250608087013561331a81612fca565b915060a08701356001600160401b03811115613334575f80fd5b61334089828a01612f3b565b9150509295509295509295565b5f805f6060848603121561335f575f80fd5b833561315981612d68565b5f805f806080858703121561337d575f80fd5b843561338881612f8f565b9350602085013561339881612f8f565b92506040850135915060608501356133af81612f8f565b939692955090935050565b5f80604083850312156133cb575f80fd5b82356133d681613127565b946020939093013593505050565b5f604082840312156133f4575f80fd5b6133fc612e9b565b9050813561340981612f8f565b8152602082013561341981612d68565b602082015292915050565b5f8060808385031215613435575f80fd5b61343f84846133e4565b915061344e84604085016133e4565b90509250929050565b6001600160601b039290921682526001600160a01b0316602082015260400190565b8051610ac781612fe7565b5f60208284031215613494575f80fd5b8151610e2a81612fe7565b5f602082840312156134af575f80fd5b815162ffffff81168114610e2a575f80fd5b8051610ac781612d68565b5f602082840312156134dc575f80fd5b8151610e2a81612d68565b600181811c908216806134fb57607f821691505b60208210810361351957634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610ac781612f8f565b5f6020828403121561353a575f80fd5b8151610e2a81612f8f565b60ff81168114610b10575f80fd5b8051610ac781613545565b5f61356b612f5d84612f15565b905082815283838301111561357e575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f8301126135a3575f80fd5b6114778383516020850161355e565b5f602082840312156135c2575f80fd5b81516001600160401b038111156135d7575f80fd5b820160e081850312156135e8575f80fd5b6135f0612ec3565b6135f9826134c1565b8152613607602083016134c1565b602082015261361860408301613553565b604082015261362960608301613479565b606082015261363a6080830161351f565b608082015261364b60a0830161351f565b60a082015260c08201516001600160401b03811115613668575f80fd5b61367486828501613594565b60c083015250949350505050565b6001600160601b0383168152604060208201525f610e276040830184612db3565b5f602082840312156136b3575f80fd5b8151610e2a81613127565b5f602082840312156136ce575f80fd5b8151610e2a81613545565b808202811582820484141761147a57634e487b7160e01b5f52601160045260245ffd5b5f806040838503121561370d575f80fd5b825161371881612f8f565b6020840151909250612da881613545565b5f8085851115613737575f80fd5b83861115613743575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015613781576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b61012081525f6137db61012083018c612db3565b6001600160a01b038b811660208501528a811660408501528916606084015263ffffffff8816608084015264ffffffffff871660a084015285151560c084015284151560e08401528281036101008401526138368185612db3565b9c9b505050505050505050505050565b5f60208284031215613856575f80fd5b5051919050565b6001600160a01b03841681526001600160c01b0319831660208201526060604082018190525f90611ea190830184612db3565b5f602082840312156138a0575f80fd5b81516001600160401b038111156138b5575f80fd5b8201604081850312156138c6575f80fd5b6138ce612e9b565b81516001600160401b038111156138e3575f80fd5b8201601f810186136138f3575f80fd5b6139028682516020840161355e565b8252506020820151915061391582612f8f565b60208101919091529392505050565b6001600160601b038716815260c060208201525f61394560c0830188612db3565b6001600160a01b038716604084015263ffffffff8616606084015264ffffffffff8516608084015282810360a084015261397f8185612db3565b9998505050505050505050565b6001600160601b03841681526001600160401b0360c01b83166020820152606060408201525f611ea16060830184612db3565b82516001600160a01b031681526020808401516001600160601b0316908201526080810182516001600160a01b0316604083015260208301516001600160601b03166060830152610e2a565b5f82518060208501845e5f920191825250919050565b5f8060408385031215613a32575f80fd5b8251613a3d81612fe7565b6020840151909250612da881612fae565b601f821115610d0b57805f5260205f20601f840160051c81016020851015613a735750805b601f840160051c820191505b8181101561138c575f8155600101613a7f565b81516001600160401b03811115613aab57613aab612e87565b613abf81613ab984546134e7565b84613a4e565b6020601f821160018114613af1575f8315613ada5750848201515b5f19600385901b1c1916600184901b17845561138c565b5f84815260208120601f198516915b82811015613b205787850151825560209485019460019092019101613b00565b5084821015613b3d57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f05be9ae88f1a13816beae3bf4177e164907f5d055d6c38ea0a1fabc08c6c500f05be9ae88f1a13816beae3bf4177e164907f5d055d6c38ea0a1fabc08c6c501dc3a75afc3e621184afdbd532600dd89ad5b8ed15ddda6ef096bf0aad176140075a854a54bf614cac5ba72c2235143229b43a26f8eb448270fb97a467532e3002c5de3b4947d23a15785cdf804e1e581a3c5f54c0357f66e3f442def0f390100fc96c0569508c55c4a252d7e9dd1f9d0347413a3bb20065fd534643ada195b00a2646970667358221220c79f61046f0b045f0e3619f86ec9155d016d1b0a1a039680ec02dbb80f33de0364736f6c634300081a0033",
1294
+ "linkReferences": {
1295
+ "contracts/shared/ContractLib.sol": {
1296
+ "ContractLib": [
1297
+ {
1298
+ "length": 20,
1299
+ "start": 2214
1300
+ },
1301
+ {
1302
+ "length": 20,
1303
+ "start": 2834
1304
+ },
1305
+ {
1306
+ "length": 20,
1307
+ "start": 15007
1308
+ },
1309
+ {
1310
+ "length": 20,
1311
+ "start": 15557
1312
+ }
1313
+ ]
1314
+ },
1315
+ "contracts/type/Amount.sol": {
1316
+ "AmountLib": [
1317
+ {
1318
+ "length": 20,
1319
+ "start": 11451
1320
+ }
1321
+ ]
1322
+ },
1323
+ "contracts/type/NftId.sol": {
1324
+ "NftIdLib": [
1325
+ {
1326
+ "length": 20,
1327
+ "start": 6246
1328
+ },
1329
+ {
1330
+ "length": 20,
1331
+ "start": 7187
1332
+ },
1333
+ {
1334
+ "length": 20,
1335
+ "start": 8215
1336
+ },
1337
+ {
1338
+ "length": 20,
1339
+ "start": 10514
1340
+ },
1341
+ {
1342
+ "length": 20,
1343
+ "start": 12252
1344
+ }
1345
+ ]
1346
+ },
1347
+ "contracts/type/ObjectType.sol": {
1348
+ "ObjectTypeLib": [
1349
+ {
1350
+ "length": 20,
1351
+ "start": 10039
1352
+ }
1353
+ ]
1354
+ },
1355
+ "contracts/type/Referral.sol": {
1356
+ "ReferralLib": [
1357
+ {
1358
+ "length": 20,
1359
+ "start": 7800
1360
+ }
1361
+ ]
1362
+ },
1363
+ "contracts/type/Version.sol": {
1364
+ "VersionLib": [
1365
+ {
1366
+ "length": 20,
1367
+ "start": 6046
1368
+ }
1369
+ ]
1370
+ }
1371
+ },
1372
+ "deployedLinkReferences": {
1373
+ "contracts/shared/ContractLib.sol": {
1374
+ "ContractLib": [
1375
+ {
1376
+ "length": 20,
1377
+ "start": 10870
1378
+ },
1379
+ {
1380
+ "length": 20,
1381
+ "start": 11420
1382
+ }
1383
+ ]
1384
+ },
1385
+ "contracts/type/Amount.sol": {
1386
+ "AmountLib": [
1387
+ {
1388
+ "length": 20,
1389
+ "start": 7314
1390
+ }
1391
+ ]
1392
+ },
1393
+ "contracts/type/NftId.sol": {
1394
+ "NftIdLib": [
1395
+ {
1396
+ "length": 20,
1397
+ "start": 2109
1398
+ },
1399
+ {
1400
+ "length": 20,
1401
+ "start": 3050
1402
+ },
1403
+ {
1404
+ "length": 20,
1405
+ "start": 4078
1406
+ },
1407
+ {
1408
+ "length": 20,
1409
+ "start": 6377
1410
+ },
1411
+ {
1412
+ "length": 20,
1413
+ "start": 8115
1414
+ }
1415
+ ]
1416
+ },
1417
+ "contracts/type/ObjectType.sol": {
1418
+ "ObjectTypeLib": [
1419
+ {
1420
+ "length": 20,
1421
+ "start": 5902
1422
+ }
1423
+ ]
1424
+ },
1425
+ "contracts/type/Referral.sol": {
1426
+ "ReferralLib": [
1427
+ {
1428
+ "length": 20,
1429
+ "start": 3663
1430
+ }
1431
+ ]
1432
+ },
1433
+ "contracts/type/Version.sol": {
1434
+ "VersionLib": [
1435
+ {
1436
+ "length": 20,
1437
+ "start": 1909
1438
+ }
1439
+ ]
1440
+ }
1441
+ }
1442
+ }