@etherisc/gif-next 0.0.2-ff8087d-237 → 0.0.2-ffa91a6-022

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