@etherisc/gif-next 0.0.2-e3f4f82-063 → 0.0.2-e40ba1e-601

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