@etherisc/gif-next 0.0.2-fd275d2-234 → 0.0.2-fd4ee14-428

Sign up to get free protection for your applications and to get access to all the features.
Files changed (623) hide show
  1. package/README.md +30 -15
  2. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  3. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1416 -0
  4. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  5. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1378 -0
  6. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  7. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
  8. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +975 -0
  10. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  11. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +827 -0
  12. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  13. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +64 -164
  14. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  15. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +284 -1317
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +453 -169
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +419 -3062
  20. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  21. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +708 -0
  22. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
  23. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +228 -0
  24. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +630 -351
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +605 -355
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +359 -113
  30. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3598 -0
  32. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  33. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  34. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  35. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
  36. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  37. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  38. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  39. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +187 -0
  40. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  41. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
  42. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  43. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  44. package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
  45. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  46. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  47. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  48. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  49. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  50. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  51. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → oracle/IOracle.sol/IOracle.json} +2 -2
  52. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  53. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +759 -0
  54. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  55. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
  56. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  57. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1146 -0
  58. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  59. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
  60. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  61. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
  62. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  63. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
  64. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  65. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
  66. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  67. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → pool/IBundleService.sol/IBundleService.json} +300 -357
  68. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  69. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1154 -0
  70. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  71. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
  72. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  73. package/artifacts/contracts/pool/Pool.sol/Pool.json +1565 -0
  74. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  75. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
  76. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  77. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
  78. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  79. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
  80. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  81. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
  82. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  83. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
  84. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  85. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
  86. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  87. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +236 -190
  88. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  89. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
  90. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  91. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +720 -0
  92. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  93. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +253 -373
  94. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  95. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +995 -0
  96. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  97. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → product/IProductService.sol/IProductService.json} +124 -166
  98. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  99. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
  100. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  101. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
  102. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  103. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
  104. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  105. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
  106. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  107. package/artifacts/contracts/product/Product.sol/Product.json +1397 -0
  108. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  109. package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
  110. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  111. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
  112. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  113. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  114. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  115. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +388 -127
  116. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  117. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +395 -219
  118. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  119. package/artifacts/contracts/registry/IServiceAuthorization.sol/IServiceAuthorization.json +129 -0
  120. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  121. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  122. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  123. package/artifacts/contracts/registry/Registry.sol/Registry.json +576 -182
  124. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  125. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1901 -0
  126. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  127. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +477 -318
  128. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  129. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +337 -133
  130. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  131. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1218 -0
  132. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  133. package/artifacts/contracts/registry/ServiceAuthorization.sol/ServiceAuthorization.json +171 -0
  134. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  135. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +187 -0
  136. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  137. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
  138. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  139. package/artifacts/contracts/shared/AccessAdmin.sol/AccessAdmin.json +1559 -0
  140. package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
  141. package/artifacts/contracts/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → shared/AccessManagerCustom.sol/AccessManagerCustom.json} +122 -11
  142. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
  143. package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1747 -0
  144. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
  145. package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1760 -0
  146. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
  147. package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1838 -0
  148. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
  149. package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1856 -0
  150. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  151. package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
  152. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  153. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1511 -0
  154. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  155. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +796 -0
  156. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
  157. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +208 -209
  158. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  159. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  160. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  161. package/artifacts/contracts/shared/IAccessAdmin.sol/IAccessAdmin.json +1189 -0
  162. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
  163. package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
  164. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
  165. package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
  166. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  167. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
  168. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  169. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
  170. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  171. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +705 -0
  172. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  173. package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +50 -11
  174. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  175. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -1
  176. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  177. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +34 -30
  178. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  179. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
  180. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  181. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +15 -35
  182. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  183. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  184. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  185. package/artifacts/contracts/shared/IService.sol/IService.json +97 -172
  186. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  187. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
  188. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
  189. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
  190. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  191. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +1036 -0
  192. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  193. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -0
  194. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  195. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
  196. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
  197. package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
  198. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  199. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +115 -29
  200. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  201. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
  202. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  203. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +330 -62
  204. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  205. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +132 -53
  206. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  207. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  208. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  209. package/artifacts/contracts/shared/Service.sol/Service.json +201 -162
  210. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  211. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
  212. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  213. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  214. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  215. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
  216. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  217. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
  218. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  219. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
  220. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
  221. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
  222. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  223. package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
  224. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  225. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
  226. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  227. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
  228. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  229. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
  230. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  231. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
  232. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  233. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2261 -0
  234. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  235. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
  236. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  237. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  238. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  239. package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
  240. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  241. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
  242. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  243. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  244. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  245. package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
  246. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  247. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  248. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  249. package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
  250. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  251. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
  252. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  253. package/artifacts/contracts/{types → type}/NftIdSet.sol/LibNftIdSet.json +3 -3
  254. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  255. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +186 -0
  256. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  257. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  258. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  259. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  260. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  261. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  262. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  263. package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
  264. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  265. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +266 -0
  266. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  267. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
  268. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  269. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
  270. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  271. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  272. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  273. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  274. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  275. package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
  276. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  277. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
  278. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  279. package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
  280. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  281. package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
  282. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  283. package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
  284. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  285. package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
  286. package/contracts/distribution/Distribution.sol +261 -0
  287. package/contracts/distribution/DistributionService.sol +297 -0
  288. package/contracts/distribution/DistributionServiceManager.sol +42 -0
  289. package/contracts/distribution/IDistributionComponent.sol +66 -0
  290. package/contracts/distribution/IDistributionService.sol +81 -0
  291. package/contracts/instance/BundleManager.sol +24 -50
  292. package/contracts/instance/IInstance.sol +67 -36
  293. package/contracts/instance/IInstanceService.sol +82 -17
  294. package/contracts/instance/Instance.sol +181 -372
  295. package/contracts/instance/InstanceAdmin.sol +331 -0
  296. package/contracts/instance/InstanceAuthorizationsLib.sol +377 -0
  297. package/contracts/instance/InstanceReader.sol +160 -83
  298. package/contracts/instance/InstanceService.sol +372 -165
  299. package/contracts/instance/InstanceServiceManager.sol +12 -25
  300. package/contracts/instance/InstanceStore.sol +269 -0
  301. package/contracts/instance/base/BalanceStore.sol +123 -0
  302. package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
  303. package/contracts/instance/base/ObjectCounter.sol +21 -0
  304. package/contracts/instance/{ObjectManager.sol → base/ObjectManager.sol} +17 -32
  305. package/contracts/instance/module/IAccess.sol +29 -21
  306. package/contracts/instance/module/IBundle.sol +8 -8
  307. package/contracts/instance/module/IComponents.sol +52 -0
  308. package/contracts/instance/module/IDistribution.sol +7 -4
  309. package/contracts/instance/module/IPolicy.sol +56 -17
  310. package/contracts/instance/module/IRisk.sol +1 -1
  311. package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
  312. package/contracts/oracle/IOracle.sol +20 -0
  313. package/contracts/oracle/IOracleComponent.sol +32 -0
  314. package/contracts/oracle/IOracleService.sol +65 -0
  315. package/contracts/oracle/Oracle.sol +145 -0
  316. package/contracts/oracle/OracleService.sol +278 -0
  317. package/contracts/oracle/OracleServiceManager.sol +42 -0
  318. package/contracts/pool/BundleService.sol +296 -0
  319. package/contracts/pool/BundleServiceManager.sol +42 -0
  320. package/contracts/pool/IBundleService.sol +106 -0
  321. package/contracts/pool/IPoolComponent.sol +112 -0
  322. package/contracts/pool/IPoolService.sol +150 -0
  323. package/contracts/pool/Pool.sol +299 -0
  324. package/contracts/pool/PoolService.sol +452 -0
  325. package/contracts/pool/PoolServiceManager.sol +42 -0
  326. package/contracts/product/ApplicationService.sol +254 -0
  327. package/contracts/product/ApplicationServiceManager.sol +38 -0
  328. package/contracts/product/ClaimService.sol +442 -0
  329. package/contracts/product/ClaimServiceManager.sol +38 -0
  330. package/contracts/product/IApplicationService.sol +62 -0
  331. package/contracts/product/IClaimService.sol +99 -0
  332. package/contracts/product/IPolicyService.sol +78 -0
  333. package/contracts/product/IPricingService.sol +39 -0
  334. package/contracts/product/IProductComponent.sol +42 -0
  335. package/contracts/product/IProductService.sol +33 -0
  336. package/contracts/product/PolicyService.sol +475 -0
  337. package/contracts/product/PolicyServiceManager.sol +42 -0
  338. package/contracts/product/PricingService.sol +300 -0
  339. package/contracts/product/PricingServiceManager.sol +42 -0
  340. package/contracts/product/Product.sol +377 -0
  341. package/contracts/product/ProductService.sol +124 -0
  342. package/contracts/product/ProductServiceManager.sol +42 -0
  343. package/contracts/registry/ChainNft.sol +15 -0
  344. package/contracts/registry/IRegistry.sol +73 -30
  345. package/contracts/registry/IRegistryService.sol +47 -28
  346. package/contracts/registry/IServiceAuthorization.sol +35 -0
  347. package/contracts/registry/ITransferInterceptor.sol +1 -0
  348. package/contracts/registry/Registry.sol +382 -248
  349. package/contracts/registry/RegistryAdmin.sol +333 -0
  350. package/contracts/registry/RegistryService.sol +114 -206
  351. package/contracts/registry/RegistryServiceManager.sol +24 -51
  352. package/contracts/registry/ReleaseManager.sol +527 -0
  353. package/contracts/registry/ServiceAuthorization.sol +86 -0
  354. package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
  355. package/contracts/registry/TokenRegistry.sol +261 -57
  356. package/contracts/shared/AccessAdmin.sol +759 -0
  357. package/contracts/{instance/AccessManagerSimple.sol → shared/AccessManagerCustom.sol} +281 -232
  358. package/contracts/shared/AccessManagerExtended.sol +481 -0
  359. package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
  360. package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
  361. package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
  362. package/contracts/shared/Component.sol +281 -0
  363. package/contracts/shared/ComponentService.sol +617 -0
  364. package/contracts/shared/ComponentServiceManager.sol +35 -0
  365. package/contracts/shared/ComponentVerifyingService.sol +117 -0
  366. package/contracts/shared/ERC165.sol +15 -13
  367. package/contracts/shared/IAccessAdmin.sol +168 -0
  368. package/contracts/shared/IAccessManagerExtended.sol +74 -0
  369. package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
  370. package/contracts/shared/IComponent.sol +70 -0
  371. package/contracts/shared/IComponentService.sol +102 -0
  372. package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
  373. package/contracts/{instance/base → shared}/IKeyValueStore.sol +15 -11
  374. package/contracts/{instance/base → shared}/ILifecycle.sol +3 -3
  375. package/contracts/shared/INftOwnable.sol +13 -12
  376. package/contracts/shared/IPolicyHolder.sol +45 -0
  377. package/contracts/shared/IRegisterable.sol +4 -6
  378. package/contracts/shared/IRegistryLinked.sol +11 -0
  379. package/contracts/shared/IService.sol +15 -5
  380. package/contracts/shared/IVersionable.sol +5 -48
  381. package/contracts/shared/InitializableCustom.sol +177 -0
  382. package/contracts/shared/InstanceLinkedComponent.sol +144 -0
  383. package/contracts/shared/KeyValueStore.sol +127 -0
  384. package/contracts/{instance/base → shared}/Lifecycle.sol +37 -7
  385. package/contracts/shared/NftIdSetManager.sol +65 -0
  386. package/contracts/shared/NftOwnable.sol +59 -86
  387. package/contracts/shared/PolicyHolder.sol +102 -0
  388. package/contracts/shared/ProxyManager.sol +131 -26
  389. package/contracts/shared/Registerable.sol +26 -41
  390. package/contracts/shared/RegistryLinked.sol +43 -0
  391. package/contracts/shared/Service.sol +57 -29
  392. package/contracts/shared/TokenHandler.sol +37 -6
  393. package/contracts/shared/Versionable.sol +4 -92
  394. package/contracts/staking/IStaking.sol +168 -0
  395. package/contracts/staking/IStakingService.sol +153 -0
  396. package/contracts/staking/StakeManagerLib.sol +231 -0
  397. package/contracts/staking/Staking.sol +513 -0
  398. package/contracts/staking/StakingManager.sol +54 -0
  399. package/contracts/staking/StakingReader.sol +187 -0
  400. package/contracts/staking/StakingService.sol +411 -0
  401. package/contracts/staking/StakingServiceManager.sol +44 -0
  402. package/contracts/staking/StakingStore.sol +613 -0
  403. package/contracts/staking/TargetManagerLib.sol +207 -0
  404. package/contracts/{types → type}/AddressSet.sol +1 -1
  405. package/contracts/type/Amount.sol +128 -0
  406. package/contracts/{types → type}/Blocknumber.sol +21 -3
  407. package/contracts/type/ClaimId.sol +75 -0
  408. package/contracts/{types → type}/DistributorType.sol +2 -2
  409. package/contracts/{types → type}/Fee.sol +33 -23
  410. package/contracts/{types → type}/NftId.sol +21 -15
  411. package/contracts/{types → type}/NftIdSet.sol +2 -2
  412. package/contracts/type/ObjectType.sol +241 -0
  413. package/contracts/type/PayoutId.sol +82 -0
  414. package/contracts/{types → type}/Referral.sol +5 -1
  415. package/contracts/type/RequestId.sol +75 -0
  416. package/contracts/{types → type}/RiskId.sol +1 -1
  417. package/contracts/type/RoleId.sol +201 -0
  418. package/contracts/type/Seconds.sol +81 -0
  419. package/contracts/type/Selector.sol +102 -0
  420. package/contracts/{types → type}/StateId.sol +34 -4
  421. package/contracts/type/String.sol +53 -0
  422. package/contracts/{types → type}/Timestamp.sol +23 -14
  423. package/contracts/{types → type}/UFixed.sol +1 -0
  424. package/contracts/{types → type}/Version.sol +2 -1
  425. package/package.json +5 -5
  426. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  427. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  428. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  429. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
  430. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  431. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  432. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  433. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  434. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  435. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  436. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  437. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  438. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  439. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -787
  440. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  441. package/artifacts/contracts/components/Product.sol/Product.json +0 -729
  442. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  443. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  444. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  445. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  446. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  447. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  448. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  449. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  450. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  451. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  452. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  453. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  454. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  455. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  456. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  457. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  458. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  459. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  460. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  461. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  462. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  463. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  464. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  465. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  466. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  467. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  468. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  469. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  470. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  471. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  472. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  473. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  474. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  475. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  476. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  477. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  478. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  479. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  480. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  481. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  482. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.json +0 -101
  483. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  484. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  485. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  486. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  487. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  488. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
  489. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  490. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -272
  491. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  492. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  493. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  494. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  495. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  496. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  497. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
  498. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  499. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
  500. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  501. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  502. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  503. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  504. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  505. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  506. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  507. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
  508. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  509. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  510. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
  511. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  512. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  513. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  514. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -971
  515. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  516. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -460
  517. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  518. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1147
  519. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  520. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -488
  521. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  522. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  523. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  524. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  525. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  526. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  527. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  528. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  529. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  530. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  531. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  532. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  533. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  534. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  535. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  536. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  537. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  538. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  539. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  540. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  541. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  542. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  543. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  544. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  545. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  546. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  547. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  548. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  549. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  550. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  551. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  552. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  553. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  554. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  555. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  556. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  557. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  558. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  559. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  560. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  561. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  562. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  563. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
  564. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  565. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  566. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  567. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  568. package/contracts/components/BaseComponent.sol +0 -91
  569. package/contracts/components/Distribution.sol +0 -163
  570. package/contracts/components/IBaseComponent.sol +0 -25
  571. package/contracts/components/IDistributionComponent.sol +0 -44
  572. package/contracts/components/IPoolComponent.sol +0 -62
  573. package/contracts/components/IProductComponent.sol +0 -35
  574. package/contracts/components/Pool.sol +0 -247
  575. package/contracts/components/Product.sol +0 -289
  576. package/contracts/experiment/cloning/Cloner.sol +0 -47
  577. package/contracts/experiment/errors/Require.sol +0 -38
  578. package/contracts/experiment/errors/Revert.sol +0 -44
  579. package/contracts/experiment/inheritance/A.sol +0 -53
  580. package/contracts/experiment/inheritance/B.sol +0 -28
  581. package/contracts/experiment/inheritance/C.sol +0 -34
  582. package/contracts/experiment/inheritance/IA.sol +0 -13
  583. package/contracts/experiment/inheritance/IB.sol +0 -10
  584. package/contracts/experiment/inheritance/IC.sol +0 -12
  585. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  586. package/contracts/experiment/statemachine/ISM.sol +0 -25
  587. package/contracts/experiment/statemachine/SM.sol +0 -57
  588. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  589. package/contracts/experiment/types/TypeA.sol +0 -47
  590. package/contracts/experiment/types/TypeB.sol +0 -29
  591. package/contracts/instance/AccessManagedSimple.sol +0 -115
  592. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  593. package/contracts/instance/InstanceAccessManager.sol +0 -288
  594. package/contracts/instance/base/ComponentServiceBase.sol +0 -134
  595. package/contracts/instance/base/IInstanceBase.sol +0 -23
  596. package/contracts/instance/base/KeyValueStore.sol +0 -172
  597. package/contracts/instance/module/ISetup.sol +0 -46
  598. package/contracts/instance/module/ITreasury.sol +0 -23
  599. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  600. package/contracts/instance/service/DistributionService.sol +0 -88
  601. package/contracts/instance/service/DistributionServiceManager.sol +0 -54
  602. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  603. package/contracts/instance/service/IDistributionService.sol +0 -12
  604. package/contracts/instance/service/IPoolService.sol +0 -43
  605. package/contracts/instance/service/IProductService.sol +0 -110
  606. package/contracts/instance/service/PoolService.sol +0 -206
  607. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  608. package/contracts/instance/service/ProductService.sol +0 -561
  609. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  610. package/contracts/shared/ContractDeployerLib.sol +0 -72
  611. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  612. package/contracts/test/TestFee.sol +0 -25
  613. package/contracts/test/TestRegisterable.sol +0 -18
  614. package/contracts/test/TestRoleId.sol +0 -14
  615. package/contracts/test/TestService.sol +0 -24
  616. package/contracts/test/TestToken.sol +0 -26
  617. package/contracts/test/TestVersion.sol +0 -44
  618. package/contracts/test/TestVersionable.sol +0 -17
  619. package/contracts/types/ChainId.sol +0 -38
  620. package/contracts/types/NumberId.sol +0 -52
  621. package/contracts/types/ObjectType.sol +0 -152
  622. package/contracts/types/RoleId.sol +0 -90
  623. /package/contracts/{types → type}/Key32.sol +0 -0
@@ -0,0 +1,1378 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "DistributionService",
4
+ "sourceName": "contracts/distribution/DistributionService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "NftId",
48
+ "name": "componentNftId",
49
+ "type": "uint96"
50
+ }
51
+ ],
52
+ "name": "ErrorComponentVerifyingServiceComponentIsLocked",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "NftId",
59
+ "name": "componentNftId",
60
+ "type": "uint96"
61
+ },
62
+ {
63
+ "internalType": "ObjectType",
64
+ "name": "expectedType",
65
+ "type": "uint8"
66
+ },
67
+ {
68
+ "internalType": "ObjectType",
69
+ "name": "actualType",
70
+ "type": "uint8"
71
+ }
72
+ ],
73
+ "name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "address",
80
+ "name": "caller",
81
+ "type": "address"
82
+ }
83
+ ],
84
+ "name": "ErrorDistributionServiceCallerNotRegistered",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [
89
+ {
90
+ "internalType": "Amount",
91
+ "name": "transferredDistributionFeeAmount",
92
+ "type": "uint96"
93
+ },
94
+ {
95
+ "internalType": "Amount",
96
+ "name": "expectedDistributionFeeAmount",
97
+ "type": "uint96"
98
+ }
99
+ ],
100
+ "name": "ErrorDistributionServiceInvalidFeeTransferred",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [
105
+ {
106
+ "internalType": "address",
107
+ "name": "caller",
108
+ "type": "address"
109
+ }
110
+ ],
111
+ "name": "ErrorIDistributionServiceCallerNotDistributor",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [
116
+ {
117
+ "internalType": "uint256",
118
+ "name": "commissionPercentage",
119
+ "type": "uint256"
120
+ },
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "maxCommissionPercentage",
124
+ "type": "uint256"
125
+ }
126
+ ],
127
+ "name": "ErrorIDistributionServiceCommissionTooHigh",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [
132
+ {
133
+ "internalType": "uint256",
134
+ "name": "maxDiscountPercentage",
135
+ "type": "uint256"
136
+ },
137
+ {
138
+ "internalType": "uint256",
139
+ "name": "discountPercentage",
140
+ "type": "uint256"
141
+ }
142
+ ],
143
+ "name": "ErrorIDistributionServiceDiscountTooHigh",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [
148
+ {
149
+ "internalType": "uint256",
150
+ "name": "minDiscountPercentage",
151
+ "type": "uint256"
152
+ },
153
+ {
154
+ "internalType": "uint256",
155
+ "name": "discountPercentage",
156
+ "type": "uint256"
157
+ }
158
+ ],
159
+ "name": "ErrorIDistributionServiceDiscountTooLow",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [
164
+ {
165
+ "internalType": "Timestamp",
166
+ "name": "expiryAt",
167
+ "type": "uint40"
168
+ }
169
+ ],
170
+ "name": "ErrorIDistributionServiceExpirationInvalid",
171
+ "type": "error"
172
+ },
173
+ {
174
+ "inputs": [
175
+ {
176
+ "internalType": "uint256",
177
+ "name": "maxReferralLifetime",
178
+ "type": "uint256"
179
+ },
180
+ {
181
+ "internalType": "uint256",
182
+ "name": "expiryAt",
183
+ "type": "uint256"
184
+ }
185
+ ],
186
+ "name": "ErrorIDistributionServiceExpiryTooLong",
187
+ "type": "error"
188
+ },
189
+ {
190
+ "inputs": [
191
+ {
192
+ "internalType": "string",
193
+ "name": "code",
194
+ "type": "string"
195
+ }
196
+ ],
197
+ "name": "ErrorIDistributionServiceInvalidReferral",
198
+ "type": "error"
199
+ },
200
+ {
201
+ "inputs": [
202
+ {
203
+ "internalType": "ReferralId",
204
+ "name": "referralId",
205
+ "type": "bytes8"
206
+ }
207
+ ],
208
+ "name": "ErrorIDistributionServiceInvalidReferralId",
209
+ "type": "error"
210
+ },
211
+ {
212
+ "inputs": [
213
+ {
214
+ "internalType": "uint256",
215
+ "name": "maxDiscountPercentage",
216
+ "type": "uint256"
217
+ },
218
+ {
219
+ "internalType": "uint256",
220
+ "name": "limit",
221
+ "type": "uint256"
222
+ }
223
+ ],
224
+ "name": "ErrorIDistributionServiceMaxDiscountTooHigh",
225
+ "type": "error"
226
+ },
227
+ {
228
+ "inputs": [
229
+ {
230
+ "internalType": "uint256",
231
+ "name": "maxReferrals",
232
+ "type": "uint256"
233
+ }
234
+ ],
235
+ "name": "ErrorIDistributionServiceMaxReferralsExceeded",
236
+ "type": "error"
237
+ },
238
+ {
239
+ "inputs": [
240
+ {
241
+ "internalType": "uint256",
242
+ "name": "minFee",
243
+ "type": "uint256"
244
+ },
245
+ {
246
+ "internalType": "uint256",
247
+ "name": "limit",
248
+ "type": "uint256"
249
+ }
250
+ ],
251
+ "name": "ErrorIDistributionServiceMinFeeTooHigh",
252
+ "type": "error"
253
+ },
254
+ {
255
+ "inputs": [
256
+ {
257
+ "internalType": "NftId",
258
+ "name": "nftId",
259
+ "type": "uint96"
260
+ },
261
+ {
262
+ "internalType": "NftId",
263
+ "name": "parentNftId",
264
+ "type": "uint96"
265
+ }
266
+ ],
267
+ "name": "ErrorIDistributionServiceParentNftIdNotInstance",
268
+ "type": "error"
269
+ },
270
+ {
271
+ "inputs": [
272
+ {
273
+ "internalType": "NftId",
274
+ "name": "distributionNftId",
275
+ "type": "uint96"
276
+ },
277
+ {
278
+ "internalType": "ReferralId",
279
+ "name": "referralId",
280
+ "type": "bytes8"
281
+ }
282
+ ],
283
+ "name": "ErrorIDistributionServiceReferralInvalid",
284
+ "type": "error"
285
+ },
286
+ {
287
+ "inputs": [
288
+ {
289
+ "internalType": "NftId",
290
+ "name": "nftId",
291
+ "type": "uint96"
292
+ }
293
+ ],
294
+ "name": "ErrorNftOwnableAlreadyLinked",
295
+ "type": "error"
296
+ },
297
+ {
298
+ "inputs": [
299
+ {
300
+ "internalType": "address",
301
+ "name": "contractAddress",
302
+ "type": "address"
303
+ }
304
+ ],
305
+ "name": "ErrorNftOwnableContractNotRegistered",
306
+ "type": "error"
307
+ },
308
+ {
309
+ "inputs": [],
310
+ "name": "ErrorNftOwnableInitialOwnerZero",
311
+ "type": "error"
312
+ },
313
+ {
314
+ "inputs": [
315
+ {
316
+ "internalType": "address",
317
+ "name": "account",
318
+ "type": "address"
319
+ }
320
+ ],
321
+ "name": "ErrorNftOwnableNotOwner",
322
+ "type": "error"
323
+ },
324
+ {
325
+ "inputs": [
326
+ {
327
+ "internalType": "address",
328
+ "name": "registryAddress",
329
+ "type": "address"
330
+ }
331
+ ],
332
+ "name": "ErrorNotRegistry",
333
+ "type": "error"
334
+ },
335
+ {
336
+ "inputs": [],
337
+ "name": "ErrorServiceNotImplemented",
338
+ "type": "error"
339
+ },
340
+ {
341
+ "inputs": [],
342
+ "name": "InvalidInitialization",
343
+ "type": "error"
344
+ },
345
+ {
346
+ "inputs": [],
347
+ "name": "NotInitializing",
348
+ "type": "error"
349
+ },
350
+ {
351
+ "anonymous": false,
352
+ "inputs": [
353
+ {
354
+ "indexed": false,
355
+ "internalType": "address",
356
+ "name": "authority",
357
+ "type": "address"
358
+ }
359
+ ],
360
+ "name": "AuthorityUpdated",
361
+ "type": "event"
362
+ },
363
+ {
364
+ "anonymous": false,
365
+ "inputs": [
366
+ {
367
+ "indexed": false,
368
+ "internalType": "uint64",
369
+ "name": "version",
370
+ "type": "uint64"
371
+ }
372
+ ],
373
+ "name": "Initialized",
374
+ "type": "event"
375
+ },
376
+ {
377
+ "inputs": [],
378
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
379
+ "outputs": [
380
+ {
381
+ "internalType": "bytes32",
382
+ "name": "",
383
+ "type": "bytes32"
384
+ }
385
+ ],
386
+ "stateMutability": "view",
387
+ "type": "function"
388
+ },
389
+ {
390
+ "inputs": [],
391
+ "name": "REGISTERABLE_LOCATION_V1",
392
+ "outputs": [
393
+ {
394
+ "internalType": "bytes32",
395
+ "name": "",
396
+ "type": "bytes32"
397
+ }
398
+ ],
399
+ "stateMutability": "view",
400
+ "type": "function"
401
+ },
402
+ {
403
+ "inputs": [],
404
+ "name": "authority",
405
+ "outputs": [
406
+ {
407
+ "internalType": "address",
408
+ "name": "",
409
+ "type": "address"
410
+ }
411
+ ],
412
+ "stateMutability": "view",
413
+ "type": "function"
414
+ },
415
+ {
416
+ "inputs": [
417
+ {
418
+ "internalType": "address",
419
+ "name": "distributor",
420
+ "type": "address"
421
+ },
422
+ {
423
+ "internalType": "DistributorType",
424
+ "name": "distributorType",
425
+ "type": "bytes8"
426
+ },
427
+ {
428
+ "internalType": "bytes",
429
+ "name": "data",
430
+ "type": "bytes"
431
+ }
432
+ ],
433
+ "name": "createDistributor",
434
+ "outputs": [
435
+ {
436
+ "internalType": "NftId",
437
+ "name": "distributorNftId",
438
+ "type": "uint96"
439
+ }
440
+ ],
441
+ "stateMutability": "nonpayable",
442
+ "type": "function"
443
+ },
444
+ {
445
+ "inputs": [
446
+ {
447
+ "internalType": "string",
448
+ "name": "name",
449
+ "type": "string"
450
+ },
451
+ {
452
+ "internalType": "UFixed",
453
+ "name": "minDiscountPercentage",
454
+ "type": "uint256"
455
+ },
456
+ {
457
+ "internalType": "UFixed",
458
+ "name": "maxDiscountPercentage",
459
+ "type": "uint256"
460
+ },
461
+ {
462
+ "internalType": "UFixed",
463
+ "name": "commissionPercentage",
464
+ "type": "uint256"
465
+ },
466
+ {
467
+ "internalType": "uint32",
468
+ "name": "maxReferralCount",
469
+ "type": "uint32"
470
+ },
471
+ {
472
+ "internalType": "uint32",
473
+ "name": "maxReferralLifetime",
474
+ "type": "uint32"
475
+ },
476
+ {
477
+ "internalType": "bool",
478
+ "name": "allowSelfReferrals",
479
+ "type": "bool"
480
+ },
481
+ {
482
+ "internalType": "bool",
483
+ "name": "allowRenewals",
484
+ "type": "bool"
485
+ },
486
+ {
487
+ "internalType": "bytes",
488
+ "name": "data",
489
+ "type": "bytes"
490
+ }
491
+ ],
492
+ "name": "createDistributorType",
493
+ "outputs": [
494
+ {
495
+ "internalType": "DistributorType",
496
+ "name": "distributorType",
497
+ "type": "bytes8"
498
+ }
499
+ ],
500
+ "stateMutability": "nonpayable",
501
+ "type": "function"
502
+ },
503
+ {
504
+ "inputs": [
505
+ {
506
+ "internalType": "NftId",
507
+ "name": "distributorNftId",
508
+ "type": "uint96"
509
+ },
510
+ {
511
+ "internalType": "string",
512
+ "name": "code",
513
+ "type": "string"
514
+ },
515
+ {
516
+ "internalType": "UFixed",
517
+ "name": "discountPercentage",
518
+ "type": "uint256"
519
+ },
520
+ {
521
+ "internalType": "uint32",
522
+ "name": "maxReferrals",
523
+ "type": "uint32"
524
+ },
525
+ {
526
+ "internalType": "Timestamp",
527
+ "name": "expiryAt",
528
+ "type": "uint40"
529
+ },
530
+ {
531
+ "internalType": "bytes",
532
+ "name": "data",
533
+ "type": "bytes"
534
+ }
535
+ ],
536
+ "name": "createReferral",
537
+ "outputs": [
538
+ {
539
+ "internalType": "ReferralId",
540
+ "name": "referralId",
541
+ "type": "bytes8"
542
+ }
543
+ ],
544
+ "stateMutability": "nonpayable",
545
+ "type": "function"
546
+ },
547
+ {
548
+ "inputs": [],
549
+ "name": "getDomain",
550
+ "outputs": [
551
+ {
552
+ "internalType": "ObjectType",
553
+ "name": "serviceDomain",
554
+ "type": "uint8"
555
+ }
556
+ ],
557
+ "stateMutability": "pure",
558
+ "type": "function"
559
+ },
560
+ {
561
+ "inputs": [],
562
+ "name": "getInitialInfo",
563
+ "outputs": [
564
+ {
565
+ "components": [
566
+ {
567
+ "internalType": "NftId",
568
+ "name": "nftId",
569
+ "type": "uint96"
570
+ },
571
+ {
572
+ "internalType": "NftId",
573
+ "name": "parentNftId",
574
+ "type": "uint96"
575
+ },
576
+ {
577
+ "internalType": "ObjectType",
578
+ "name": "objectType",
579
+ "type": "uint8"
580
+ },
581
+ {
582
+ "internalType": "bool",
583
+ "name": "isInterceptor",
584
+ "type": "bool"
585
+ },
586
+ {
587
+ "internalType": "address",
588
+ "name": "objectAddress",
589
+ "type": "address"
590
+ },
591
+ {
592
+ "internalType": "address",
593
+ "name": "initialOwner",
594
+ "type": "address"
595
+ },
596
+ {
597
+ "internalType": "bytes",
598
+ "name": "data",
599
+ "type": "bytes"
600
+ }
601
+ ],
602
+ "internalType": "struct IRegistry.ObjectInfo",
603
+ "name": "info",
604
+ "type": "tuple"
605
+ }
606
+ ],
607
+ "stateMutability": "view",
608
+ "type": "function"
609
+ },
610
+ {
611
+ "inputs": [],
612
+ "name": "getNftId",
613
+ "outputs": [
614
+ {
615
+ "internalType": "NftId",
616
+ "name": "",
617
+ "type": "uint96"
618
+ }
619
+ ],
620
+ "stateMutability": "view",
621
+ "type": "function"
622
+ },
623
+ {
624
+ "inputs": [],
625
+ "name": "getOwner",
626
+ "outputs": [
627
+ {
628
+ "internalType": "address",
629
+ "name": "",
630
+ "type": "address"
631
+ }
632
+ ],
633
+ "stateMutability": "view",
634
+ "type": "function"
635
+ },
636
+ {
637
+ "inputs": [],
638
+ "name": "getRegistry",
639
+ "outputs": [
640
+ {
641
+ "internalType": "contract IRegistry",
642
+ "name": "",
643
+ "type": "address"
644
+ }
645
+ ],
646
+ "stateMutability": "view",
647
+ "type": "function"
648
+ },
649
+ {
650
+ "inputs": [],
651
+ "name": "getRoleId",
652
+ "outputs": [
653
+ {
654
+ "internalType": "RoleId",
655
+ "name": "serviceRoleId",
656
+ "type": "uint64"
657
+ }
658
+ ],
659
+ "stateMutability": "pure",
660
+ "type": "function"
661
+ },
662
+ {
663
+ "inputs": [],
664
+ "name": "getVersion",
665
+ "outputs": [
666
+ {
667
+ "internalType": "Version",
668
+ "name": "",
669
+ "type": "uint24"
670
+ }
671
+ ],
672
+ "stateMutability": "pure",
673
+ "type": "function"
674
+ },
675
+ {
676
+ "inputs": [],
677
+ "name": "initializeERC165",
678
+ "outputs": [],
679
+ "stateMutability": "nonpayable",
680
+ "type": "function"
681
+ },
682
+ {
683
+ "inputs": [
684
+ {
685
+ "internalType": "address",
686
+ "name": "initialOwner",
687
+ "type": "address"
688
+ },
689
+ {
690
+ "internalType": "address",
691
+ "name": "registryAddress",
692
+ "type": "address"
693
+ }
694
+ ],
695
+ "name": "initializeNftOwnable",
696
+ "outputs": [],
697
+ "stateMutability": "nonpayable",
698
+ "type": "function"
699
+ },
700
+ {
701
+ "inputs": [
702
+ {
703
+ "internalType": "address",
704
+ "name": "registryAddress",
705
+ "type": "address"
706
+ },
707
+ {
708
+ "internalType": "NftId",
709
+ "name": "parentNftId",
710
+ "type": "uint96"
711
+ },
712
+ {
713
+ "internalType": "ObjectType",
714
+ "name": "objectType",
715
+ "type": "uint8"
716
+ },
717
+ {
718
+ "internalType": "bool",
719
+ "name": "isInterceptor",
720
+ "type": "bool"
721
+ },
722
+ {
723
+ "internalType": "address",
724
+ "name": "initialOwner",
725
+ "type": "address"
726
+ },
727
+ {
728
+ "internalType": "bytes",
729
+ "name": "registryData",
730
+ "type": "bytes"
731
+ }
732
+ ],
733
+ "name": "initializeRegisterable",
734
+ "outputs": [],
735
+ "stateMutability": "nonpayable",
736
+ "type": "function"
737
+ },
738
+ {
739
+ "inputs": [
740
+ {
741
+ "internalType": "address",
742
+ "name": "registryAddress",
743
+ "type": "address"
744
+ }
745
+ ],
746
+ "name": "initializeRegistryLinked",
747
+ "outputs": [],
748
+ "stateMutability": "nonpayable",
749
+ "type": "function"
750
+ },
751
+ {
752
+ "inputs": [
753
+ {
754
+ "internalType": "address",
755
+ "name": "registry",
756
+ "type": "address"
757
+ },
758
+ {
759
+ "internalType": "address",
760
+ "name": "authority",
761
+ "type": "address"
762
+ },
763
+ {
764
+ "internalType": "address",
765
+ "name": "initialOwner",
766
+ "type": "address"
767
+ }
768
+ ],
769
+ "name": "initializeService",
770
+ "outputs": [],
771
+ "stateMutability": "nonpayable",
772
+ "type": "function"
773
+ },
774
+ {
775
+ "inputs": [
776
+ {
777
+ "internalType": "address",
778
+ "name": "activatedBy",
779
+ "type": "address"
780
+ },
781
+ {
782
+ "internalType": "bytes",
783
+ "name": "data",
784
+ "type": "bytes"
785
+ }
786
+ ],
787
+ "name": "initializeVersionable",
788
+ "outputs": [],
789
+ "stateMutability": "nonpayable",
790
+ "type": "function"
791
+ },
792
+ {
793
+ "inputs": [],
794
+ "name": "isConsumingScheduledOp",
795
+ "outputs": [
796
+ {
797
+ "internalType": "bytes4",
798
+ "name": "",
799
+ "type": "bytes4"
800
+ }
801
+ ],
802
+ "stateMutability": "view",
803
+ "type": "function"
804
+ },
805
+ {
806
+ "inputs": [],
807
+ "name": "linkToRegisteredNftId",
808
+ "outputs": [
809
+ {
810
+ "internalType": "NftId",
811
+ "name": "nftId",
812
+ "type": "uint96"
813
+ }
814
+ ],
815
+ "stateMutability": "nonpayable",
816
+ "type": "function"
817
+ },
818
+ {
819
+ "inputs": [
820
+ {
821
+ "internalType": "NftId",
822
+ "name": "distributionNftId",
823
+ "type": "uint96"
824
+ },
825
+ {
826
+ "internalType": "ReferralId",
827
+ "name": "referralId",
828
+ "type": "bytes8"
829
+ },
830
+ {
831
+ "components": [
832
+ {
833
+ "internalType": "Amount",
834
+ "name": "productFeeAmount",
835
+ "type": "uint96"
836
+ },
837
+ {
838
+ "internalType": "Amount",
839
+ "name": "distributionFeeAndCommissionAmount",
840
+ "type": "uint96"
841
+ },
842
+ {
843
+ "internalType": "Amount",
844
+ "name": "poolPremiumAndFeeAmount",
845
+ "type": "uint96"
846
+ },
847
+ {
848
+ "internalType": "uint256",
849
+ "name": "netPremiumAmount",
850
+ "type": "uint256"
851
+ },
852
+ {
853
+ "internalType": "uint256",
854
+ "name": "fullPremiumAmount",
855
+ "type": "uint256"
856
+ },
857
+ {
858
+ "internalType": "uint256",
859
+ "name": "premiumAmount",
860
+ "type": "uint256"
861
+ },
862
+ {
863
+ "internalType": "uint256",
864
+ "name": "productFeeFixAmount",
865
+ "type": "uint256"
866
+ },
867
+ {
868
+ "internalType": "uint256",
869
+ "name": "poolFeeFixAmount",
870
+ "type": "uint256"
871
+ },
872
+ {
873
+ "internalType": "uint256",
874
+ "name": "bundleFeeFixAmount",
875
+ "type": "uint256"
876
+ },
877
+ {
878
+ "internalType": "uint256",
879
+ "name": "distributionFeeFixAmount",
880
+ "type": "uint256"
881
+ },
882
+ {
883
+ "internalType": "uint256",
884
+ "name": "productFeeVarAmount",
885
+ "type": "uint256"
886
+ },
887
+ {
888
+ "internalType": "uint256",
889
+ "name": "poolFeeVarAmount",
890
+ "type": "uint256"
891
+ },
892
+ {
893
+ "internalType": "uint256",
894
+ "name": "bundleFeeVarAmount",
895
+ "type": "uint256"
896
+ },
897
+ {
898
+ "internalType": "uint256",
899
+ "name": "distributionFeeVarAmount",
900
+ "type": "uint256"
901
+ },
902
+ {
903
+ "internalType": "uint256",
904
+ "name": "distributionOwnerFeeFixAmount",
905
+ "type": "uint256"
906
+ },
907
+ {
908
+ "internalType": "uint256",
909
+ "name": "distributionOwnerFeeVarAmount",
910
+ "type": "uint256"
911
+ },
912
+ {
913
+ "internalType": "uint256",
914
+ "name": "commissionAmount",
915
+ "type": "uint256"
916
+ },
917
+ {
918
+ "internalType": "uint256",
919
+ "name": "discountAmount",
920
+ "type": "uint256"
921
+ }
922
+ ],
923
+ "internalType": "struct IPolicy.Premium",
924
+ "name": "premium",
925
+ "type": "tuple"
926
+ }
927
+ ],
928
+ "name": "processSale",
929
+ "outputs": [],
930
+ "stateMutability": "nonpayable",
931
+ "type": "function"
932
+ },
933
+ {
934
+ "inputs": [
935
+ {
936
+ "internalType": "NftId",
937
+ "name": "distributionNftId",
938
+ "type": "uint96"
939
+ },
940
+ {
941
+ "internalType": "ReferralId",
942
+ "name": "referralId",
943
+ "type": "bytes8"
944
+ }
945
+ ],
946
+ "name": "referralIsValid",
947
+ "outputs": [
948
+ {
949
+ "internalType": "bool",
950
+ "name": "isValid",
951
+ "type": "bool"
952
+ }
953
+ ],
954
+ "stateMutability": "view",
955
+ "type": "function"
956
+ },
957
+ {
958
+ "inputs": [
959
+ {
960
+ "internalType": "bytes4",
961
+ "name": "interfaceId",
962
+ "type": "bytes4"
963
+ }
964
+ ],
965
+ "name": "registerInterface",
966
+ "outputs": [],
967
+ "stateMutability": "nonpayable",
968
+ "type": "function"
969
+ },
970
+ {
971
+ "inputs": [
972
+ {
973
+ "internalType": "address",
974
+ "name": "newAuthority",
975
+ "type": "address"
976
+ }
977
+ ],
978
+ "name": "setAuthority",
979
+ "outputs": [],
980
+ "stateMutability": "nonpayable",
981
+ "type": "function"
982
+ },
983
+ {
984
+ "inputs": [
985
+ {
986
+ "internalType": "bytes4",
987
+ "name": "interfaceId",
988
+ "type": "bytes4"
989
+ }
990
+ ],
991
+ "name": "supportsInterface",
992
+ "outputs": [
993
+ {
994
+ "internalType": "bool",
995
+ "name": "",
996
+ "type": "bool"
997
+ }
998
+ ],
999
+ "stateMutability": "view",
1000
+ "type": "function"
1001
+ },
1002
+ {
1003
+ "inputs": [
1004
+ {
1005
+ "internalType": "bytes",
1006
+ "name": "data",
1007
+ "type": "bytes"
1008
+ }
1009
+ ],
1010
+ "name": "upgradeVersionable",
1011
+ "outputs": [],
1012
+ "stateMutability": "nonpayable",
1013
+ "type": "function"
1014
+ }
1015
+ ],
1016
+ "bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b614d0080620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101a95760003560e01c80635dcb3bae116100f95780638e32e97911610097578063ada9652e11610071578063ada9652e146103fd578063b68d180914610412578063bf7e214f14610421578063f7c34ee01461042957600080fd5b80638e32e979146103b65780638fb36037146103c9578063ab54c545146103ea57600080fd5b80636c741e78116100d35780636c741e78146103685780637a9e5e4b14610388578063893d20e81461039b5780638dd2b781146103a357600080fd5b80635dcb3bae14610324578063644c45e014610337578063675393bf1461035557600080fd5b806325d0738411610166578063329d6e7411610140578063329d6e74146102d157806336fc697e146102e457806349bb9e4b146102ec5780635ab1bd53146102ff57600080fd5b806325d073841461028b57806327bb7a331461029e5780632b5198b1146102b157600080fd5b806301ffc9a7146101ae5780630d8e6e2c146101f05780630fec111c1461020c578063138461e0146102215780631eff4b2214610241578063214cdb8014610276575b600080fd5b6101db6101bc366004613835565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f861043c565b60405162ffffff90911681526020016101e7565b6102146104c6565b6040516101e791906138af565b610229610657565b6040516001600160601b0390911681526020016101e7565b6102687f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101e7565b610289610284366004613835565b610662565b005b6101db610299366004613975565b61068f565b6102896102ac366004613b60565b610ad5565b6102c46102bf366004613c0a565b610b7a565b6040516101e79190613cd6565b6102896102df366004613ceb565b611132565b61028961127f565b6102896102fa366004613d1f565b6112c5565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101e7565b610229610332366004613d6e565b6113c4565b600080516020614c6b833981519152546001600160601b0316610229565b610289610363366004613dcf565b6116af565b6103706117bd565b6040516001600160401b0390911681526020016101e7565b610289610396366004613dcf565b6118b8565b61030c61193b565b6102c46103b1366004613dff565b611a72565b6102896103c4366004613e99565b6122de565b6103d1612422565b6040516001600160e01b031990911681526020016101e7565b6102896103f8366004613ee4565b61245a565b610268600080516020614c6b83398151915281565b604051600e81526020016101e7565b61030c6129d3565b610289610437366004614021565b6129ef565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561049d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104c1919061404f565b905090565b6104ce6137f7565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610547573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056b919061407f565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105b361193b565b6001600160a01b031681526020018260010180546105d09061409c565b80601f01602080910402602001604051908101604052809291908181526020018280546105fc9061409c565b80156106495780601f1061061e57610100808354040283529160200191610649565b820191906000526020600020905b81548152906001019060200180831161062c57829003601f168201915b505050505081525091505090565b60006104c130612a66565b61066a612c67565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051630a4d29dd60e31b81526001600160601b038316600482015260009073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156106ea573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061070e91906140e1565b806107965750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf90610755906001600160c01b0319861690600401613cd6565b602060405180830381865af4158015610772573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061079691906140e1565b156107a357506000610acf565b60006107ae84612ca0565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107f0573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081491906140fe565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b815260040161083f9190613cd6565b600060405180830381865afa15801561085c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526108849190810190614176565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156108e2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061090691906140e1565b1561091657600092505050610acf565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015610972573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061099691906140e1565b80610aa8575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156109f8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1c91906140e1565b8015610aa85750610aa873__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a6f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a939190614254565b8260a0015164ffffffffff9081169116111590565b9250828015610aca5750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b610add612c67565b610ae782876129ef565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610b7083826142b7565b5050505050505050565b60008080610b88600e612dc9565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bcd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf191906140fe565b90506000610bff8285612e69565b90506000836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c41573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c6591906140fe565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa158015610cb5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cd991906143c4565b60a08101515160405163771602f760e01b81526004810191909152602481018e905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063771602f790604401602060405180830381865af4158015610d3d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d619190614484565b60808301515160405163b67d77c560e01b815260048101919091526024810182905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063b67d77c590604401602060405180830381865af4158015610dc5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610de99190614484565b90508e73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b8152600401610e2f929190918252602082015260400190565b602060405180830381865af4158015610e4c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e7091906140e1565b15610f8c578e73__$bf7bc340cbb9229ef1de2c568356e67902$__6344aa683690916040518263ffffffff1660e01b8152600401610eb091815260200190565b602060405180830381865af4158015610ecd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef19190614484565b604051632255341b60e11b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015610f41573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f659190614484565b60405163e2ed03dd60e01b8152600481019290925260248201526044015b60405180910390fd5b5050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b8152600401610fc992919061449d565b602060405180830381865af4158015610fe6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061100a91906144bf565b935060006040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561109e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110c291906140fe565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016110ef9291906144dc565b600060405180830381600087803b15801561110957600080fd5b505af115801561111d573d6000803e3d6000fd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61115461043c565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611194573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111b891906145b4565b600080516020614cab8339815191528054600160401b900460ff16806111eb575080546001600160401b03808416911610155b156112095760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561123383612eec565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b611287612c67565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020614cab8339815191528054600160401b810460ff1615906001600160401b03166000811580156112f85750825b90506000826001600160401b031660011480156113145750303b155b905081158015611322575080155b156113405760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561136a57845460ff60401b1916600160401b1785555b6113748787612ef4565b83156113bb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b600080806113d2600e612dc9565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611443573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611467919061407f565b6001600160601b03168152602001856001600160601b0316815260200161148c601c90565b60ff16815260200160011515815260200160006001600160a01b03168152602001896001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016114eb91906138af565b6020604051808303816000875af115801561150a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061152e919061407f565b925060006040518060a00160405280876001600160c01b031916815260200160011515815260200186815260200173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156115a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115c9919061407f565b6001600160601b03168152602001600063ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611622573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061164691906140fe565b6001600160a01b0316637cca112485836040518363ffffffff1660e01b8152600401611673929190614637565b600060405180830381600087803b15801561168d57600080fd5b505af11580156116a1573d6000803e3d6000fd5b505050505050509392505050565b6116b7612c67565b806001600160a01b03163b6000036116ed5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610f83565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e607072160e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611767575060408051601f3d908101601f19168201909252611764918101906140e1565b60015b61178f5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610f83565b806117b85760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610f83565b505b50565b600073__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600e604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561182b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061184f9190614664565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611894573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104c191906145b4565b336118c16129d3565b6001600160a01b0316816001600160a01b0316146118fc5760405162d1953b60e31b81526001600160a01b0382166004820152602401610f83565b816001600160a01b03163b600003611932576040516361798f2f60e11b81526001600160a01b0383166004820152602401610f83565b6117b882613092565b600080600080516020614c6b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156119ab573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119cf91906140e1565b15611a5c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a5691906140fe565b91505090565b54600160601b90046001600160a01b0316919050565b60008080611a80600e612dc9565b92505091508751600003611aa95787604051634fad6a5360e11b8152600401610f83919061468c565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611aff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b2391906140e1565b15611b4a5760405163df85467b60e01b815264ffffffffff86166004820152602401610f83565b6000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bae91906140fe565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091506000906001600160a01b038316906327b1d79290602401600060405180830381865afa158015611c01573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c29919081019061469f565b516040516368322c6360e11b81529091506000906001600160a01b0384169063d06458c690611c5c908590600401613cd6565b600060405180830381865afa158015611c79573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611ca1919081019061475e565b90508863ffffffff16816080015163ffffffff161015611ce2576080810151604051636fcee12560e01b815263ffffffff9091166004820152602401610f83565b60208101518a1015611dfe576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611d44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d689190614484565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611db8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ddc9190614484565b6040516338a25a8b60e21b815260048101929092526024820152604401610f83565b60408101518a1115611f1a576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611e60573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e849190614484565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611ed4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef89190614484565b604051631e1ea4f360e31b815260048101929092526024820152604401610f83565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611f6e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f929190614254565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015611fe9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061200d9190614484565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612063573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120879190614484565b612091919061486b565b111561213d5760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156120f2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121169190614484565b6040516331fa6ab160e11b815263ffffffff90921660048301526024820152604401610f83565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd6906121769088908f9060040161449d565b602060405180830381865af4158015612193573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121b791906144bf565b955060006040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff168152602001600063ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561224b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061226f91906140fe565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b815260040161229c9291906148fa565b600060405180830381600087803b1580156122b657600080fd5b505af11580156122ca573d6000803e3d6000fd5b505050505050505050509695505050505050565b6122e6612c67565b61236683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612328573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061234c919061407f565b600960008560405180602001604052806000815250610ad5565b6001600160a01b038216156123835761237e826130f3565b6123fd565b600061238f6002613104565b90506123fb816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156123d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123f691906140fe565b6130f3565b505b61240d634a531f3360e01b610662565b61241d63daf9067160e01b610662565b505050565b600080516020614c8b833981519152805460009190600160a01b900460ff1661244c576000611a56565b638fb3603760e01b91505090565b6124663360003661320a565b600061247184612ca0565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156124b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124d791906140fe565b90506000826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612519573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061253d91906140fe565b9050600073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866101e00151876101c00151612571919061491f565b6040518263ffffffff1660e01b815260040161258f91815260200190565b602060405180830381865af41580156125ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125d0919061407f565b90506125dc878761068f565b156128e557610200850151604051632620eecb60e11b815260009173__$3bac17678db7ae928afa209f2f44deec9c$__91634c41dd96916126239160040190815260200190565b602060405180830381865af4158015612640573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612664919061407f565b6002546040516374933c2f60e01b81529192506001600160a01b0316906374933c2f9061269b9086908c9086908890600401614932565b600060405180830381600087803b1580156126b557600080fd5b505af11580156126c9573d6000803e3d6000fd5b5050604051631d3be47760e01b8152600092506001600160a01b0387169150631d3be477906126fc908b90600401613cd6565b600060405180830381865afa158015612719573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526127419190810190614176565b90506001816080018181516127569190614964565b63ffffffff169052506040516330882f0760e11b81526001600160a01b038516906361105e0e90612790908b90859060ff90600401614988565b600060405180830381600087803b1580156127aa57600080fd5b505af11580156127be573d6000803e3d6000fd5b505082516040516313d8ebc960e11b81526001600160601b039091166004820152600092506001600160a01b03881691506327b1d79290602401600060405180830381865afa158015612815573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261283d919081019061469f565b905061284d816060015184613310565b6001600160601b0316606082015260808101805160019190612870908390614964565b63ffffffff169052508151604051631e40b36360e01b81526001600160a01b03871691631e40b363916128ab9190859060ff906004016149c0565b600060405180830381600087803b1580156128c557600080fd5b505af11580156128d9573d6000803e3d6000fd5b505050505050506113bb565b600260009054906101000a90046001600160a01b03166001600160a01b03166374933c2f838973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612954573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612978919061407f565b856040518563ffffffff1660e01b81526004016129989493929190614932565b600060405180830381600087803b1580156129b257600080fd5b505af11580156129c6573d6000803e3d6000fd5b5050505050505050505050565b600080516020614c8b833981519152546001600160a01b031690565b6129f7612c67565b612a00816116af565b612a0861127f565b6001600160a01b038216612a2f5760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020614c6b83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600080600080516020614c6b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612ad6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612afa91906140e1565b15612b265780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610f83565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612b7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b9e91906140e1565b612bc65760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610f83565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015612c1a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c3e919061407f565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b600080516020614cab83398151915254600160401b900460ff16612c9e57604051631afcd79f60e31b815260040160405180910390fd5b565b600080612cb56001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612d04573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612d2c91908101906149e2565b6020015190506000612d466001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612d95573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612dbd91908101906149e2565b60800151949350505050565b6000612dd36137f7565b6000612de76001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015612e2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e51919061407f565b9250612e5f8385600161339e565b9395909450915050565b60405163f0ea17c360e01b81526001600160601b03821660048201526000906001600160a01b0384169063f0ea17c390602401600060405180830381865afa158015612eb9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ee19190810190614a82565b602001519392505050565b6101a9612c67565b600080516020614cab8339815191528054600160401b810460ff1615906001600160401b0316600081158015612f275750825b90506000826001600160401b03166001148015612f435750303b155b905081158015612f51575080155b15612f6f5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612f9957845460ff60401b1916600160401b1785555b60008087806020019051810190612fb09190614b56565b92509050612fc08160008b6122de565b612fca600b613104565b600280546001600160a01b0319166001600160a01b0392909216919091179055612ff4600a613104565b600380546001600160a01b0319166001600160a01b039290921691909117905561301e6002613104565b600480546001600160a01b0319166001600160a01b039290921691909117905561304e6375cca25f60e01b610662565b505083156113bb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016113b2565b600080516020614c8b83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6130fb612c67565b6117ba81613645565b60006131186001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561317d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131a19190614664565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156131e6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610acf91906140fe565b600080516020614c8b8339815191526000806132456132276129d3565b8730613237600460008a8c614b85565b61324091614baf565b613656565b91509150816133085763ffffffff8116156132e557825460ff60a01b1916600160a01b1783556132736129d3565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016132a293929190614bdf565b600060405180830381600087803b1580156132bc57600080fd5b505af11580156132d0573d6000803e3d6000fd5b5050845460ff60a01b19168555506133089050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610f83565b505050505050565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613373573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613397919061407f565b9392505050565b6133a66137f7565b6000806133bb6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e090602401600060405180830381865afa15801561340b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261343391908101906149e2565b925060ff8516600b1461349157604083015160ff86811691161461348c57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610f83565b61352d565b6134ac83604001516134a1600c90565b60ff90811691161490565b806134c257506134c283604001516134a1600f90565b806134d857506134d883604001516134a1600e90565b806134ee57506134ee83604001516134a1600d90565b61352d57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610f83565b61353a8360200151613762565b9150831561363c57816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015613580573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135a491906140fe565b608084015160405163a166aa8960e01b81526001600160a01b03918216600482015291169063a166aa8990602401602060405180830381865afa1580156135ef573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061361391906140e1565b1561363c57604051637d71120960e11b81526001600160601b0387166004820152602401610f83565b50935093915050565b61364d612c67565b6117ba81613092565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516136c59190614c1f565b600060405180830381855afa9150503d8060008114613700576040519150601f19603f3d011682016040523d82523d6000602084013e613705565b606091505b50915091508115613757576040815110613737578080602001905181019061372d9190614c3b565b9094509250613757565b6020815110613757578080602001905181019061375491906140e1565b93505b505094509492505050565b60006137766001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa1580156137c5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526137ed91908101906149e2565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561384757600080fd5b81356001600160e01b03198116811461339757600080fd5b60005b8381101561387a578181015183820152602001613862565b50506000910152565b6000815180845261389b81602086016020860161385f565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161391860c08401826001600160a01b03169052565b5060c083015160e080840152613932610100840182613883565b949350505050565b6001600160601b03811681146117ba57600080fd5b803561395a8161393a565b919050565b6001600160c01b0319811681146117ba57600080fd5b6000806040838503121561398857600080fd5b82356139938161393a565b915060208301356139a38161395f565b809150509250929050565b6001600160a01b03811681146117ba57600080fd5b60ff811681146117ba57600080fd5b80151581146117ba57600080fd5b803561395a816139d2565b634e487b7160e01b600052604160045260246000fd5b60405161024081016001600160401b0381118282101715613a2457613a246139eb565b60405290565b60405160e081016001600160401b0381118282101715613a2457613a246139eb565b60405161012081016001600160401b0381118282101715613a2457613a246139eb565b60405160a081016001600160401b0381118282101715613a2457613a246139eb565b60405160c081016001600160401b0381118282101715613a2457613a246139eb565b604051601f8201601f191681016001600160401b0381118282101715613adb57613adb6139eb565b604052919050565b60006001600160401b03821115613afc57613afc6139eb565b50601f01601f191660200190565b600082601f830112613b1b57600080fd5b8135613b2e613b2982613ae3565b613ab3565b818152846020838601011115613b4357600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c08789031215613b7957600080fd5b8635613b84816139ae565b95506020870135613b948161393a565b94506040870135613ba4816139c3565b93506060870135613bb4816139d2565b92506080870135613bc4816139ae565b915060a08701356001600160401b03811115613bdf57600080fd5b613beb89828a01613b0a565b9150509295509295509295565b63ffffffff811681146117ba57600080fd5b60008060008060008060008060006101208a8c031215613c2957600080fd5b89356001600160401b0380821115613c4057600080fd5b613c4c8d838e01613b0a565b9a5060208c0135995060408c0135985060608c0135975060808c01359150613c7382613bf8565b90955060a08b013590613c8582613bf8565b819550613c9460c08d016139e0565b9450613ca260e08d016139e0565b93506101008c0135915080821115613cb957600080fd5b50613cc68c828d01613b0a565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b600060208284031215613cfd57600080fd5b81356001600160401b03811115613d1357600080fd5b61393284828501613b0a565b60008060408385031215613d3257600080fd5b8235613d3d816139ae565b915060208301356001600160401b03811115613d5857600080fd5b613d6485828601613b0a565b9150509250929050565b600080600060608486031215613d8357600080fd5b8335613d8e816139ae565b92506020840135613d9e8161395f565b915060408401356001600160401b03811115613db957600080fd5b613dc586828701613b0a565b9150509250925092565b600060208284031215613de157600080fd5b8135613397816139ae565b64ffffffffff811681146117ba57600080fd5b60008060008060008060c08789031215613e1857600080fd5b8635613e238161393a565b955060208701356001600160401b0380821115613e3f57600080fd5b613e4b8a838b01613b0a565b96506040890135955060608901359150613e6482613bf8565b909350608088013590613e7682613dec565b90925060a08801359080821115613e8c57600080fd5b50613beb89828a01613b0a565b600080600060608486031215613eae57600080fd5b8335613eb9816139ae565b92506020840135613ec9816139ae565b91506040840135613ed9816139ae565b809150509250925092565b6000806000838503610280811215613efb57600080fd5b8435613f068161393a565b93506020850135613f168161395f565b9250610240603f198201811315613f2c57600080fd5b613f34613a01565b9150613f426040870161394f565b8252613f506060870161394f565b6020830152613f616080870161394f565b604083015260a0860135606083015260c0860135608083015260e086013560a08301526101008087013560c08401526101208088013560e085015261014080890135838601526101609250828901358286015261018091508189013581860152506101a080890135838601526101c0925082890135828601526101e0915081890135818601525061020080890135838601526102209250828901358286015283890135818601525050610260870135818401525050809150509250925092565b6000806040838503121561403457600080fd5b823561403f816139ae565b915060208301356139a3816139ae565b60006020828403121561406157600080fd5b815162ffffff8116811461339757600080fd5b805161395a8161393a565b60006020828403121561409157600080fd5b81516133978161393a565b600181811c908216806140b057607f821691505b6020821081036140d057634e487b7160e01b600052602260045260246000fd5b50919050565b805161395a816139d2565b6000602082840312156140f357600080fd5b8151613397816139d2565b60006020828403121561411057600080fd5b8151613397816139ae565b600082601f83011261412c57600080fd5b815161413a613b2982613ae3565b81815284602083860101111561414f57600080fd5b61393282602083016020870161385f565b805161395a81613bf8565b805161395a81613dec565b60006020828403121561418857600080fd5b81516001600160401b038082111561419f57600080fd5b9083019060e082860312156141b357600080fd5b6141bb613a2a565b6141c483614074565b81526020830151828111156141d857600080fd5b6141e48782860161411b565b6020830152506040830151604082015261420060608401614160565b606082015261421160808401614160565b608082015261422260a0840161416b565b60a082015260c08301518281111561423957600080fd5b6142458782860161411b565b60c08301525095945050505050565b60006020828403121561426657600080fd5b815161339781613dec565b601f82111561241d57600081815260208120601f850160051c810160208610156142985750805b601f850160051c820191505b81811015613308578281556001016142a4565b81516001600160401b038111156142d0576142d06139eb565b6142e4816142de845461409c565b84614271565b602080601f83116001811461431957600084156143015750858301515b600019600386901b1c1916600185901b178555613308565b600085815260208120601f198616915b8281101561434857888601518255948401946001909101908401614329565b50858210156143665787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006040828403121561438857600080fd5b604051604081018181106001600160401b03821117156143aa576143aa6139eb565b604052825181526020928301519281019290925250919050565b600061020082840312156143d757600080fd5b6143df613a4c565b6143e883614074565b81526143f660208401614074565b60208201526144088460408501614376565b604082015261441a8460808501614376565b606082015261442c8460c08501614376565b608082015261010061444085828601614376565b60a0830152614453856101408601614376565b60c0830152614466856101808601614376565b60e0830152614479856101c08601614376565b908201529392505050565b60006020828403121561449657600080fd5b5051919050565b6001600160601b03831681526040602082015260006139326040830184613883565b6000602082840312156144d157600080fd5b81516133978161395f565b6001600160401b0360c01b83168152604060208201526000825161012080604085015261450d610160850183613883565b91506020850151606085015260408501516080850152606085015160a0850152608085015161454460c086018263ffffffff169052565b5060a085015163ffffffff811660e08601525060c085015161010061456c8187018315159052565b60e087015115159286019290925250840151603f19848303016101408501526145958282613883565b9695505050505050565b6001600160401b03811681146117ba57600080fd5b6000602082840312156145c657600080fd5b81516133978161459f565b6001600160401b0360c01b81511682526020810151151560208301526000604082015160a0604085015261460860a0850182613883565b90506001600160601b03606084015116606085015263ffffffff60808401511660808501528091505092915050565b6001600160601b038316815260406020820152600061393260408301846145d1565b805161395a816139c3565b60006020828403121561467657600080fd5b8151613397816139c3565b805161395a816139ae565b6020815260006133976020830184613883565b6000602082840312156146b157600080fd5b81516001600160401b03808211156146c857600080fd5b9083019060a082860312156146dc57600080fd5b6146e4613a6f565b82516146ef8161395f565b815260208301516146ff816139d2565b602082015260408301518281111561471657600080fd5b6147228782860161411b565b604083015250606083015191506147388261393a565b8160608201526080830151925061474e83613bf8565b6080810192909252509392505050565b60006020828403121561477057600080fd5b81516001600160401b038082111561478757600080fd5b90830190610120828603121561479c57600080fd5b6147a4613a4c565b8251828111156147b357600080fd5b6147bf8782860161411b565b8252506020830151602082015260408301516040820152606083015160608201526147ec60808401614160565b60808201526147fd60a08401614160565b60a082015261480e60c084016140d6565b60c082015261481f60e084016140d6565b60e0820152610100808401518381111561483857600080fd5b6148448882870161411b565b918301919091525095945050505050565b634e487b7160e01b600052601160045260246000fd5b81810381811115610acf57610acf614855565b6001600160601b0381511682526000602082015160e060208501526148a660e0850182613883565b905060408301516040850152606083015163ffffffff8082166060870152806080860151166080870152505064ffffffffff60a08401511660a085015260c083015184820360c0860152610aca8282613883565b6001600160401b0360c01b83168152604060208201526000613932604083018461487e565b80820180821115610acf57610acf614855565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b63ffffffff81811683821601908082111561498157614981614855565b5092915050565b6001600160401b0360c01b841681526060602082015260006149ad606083018561487e565b905060ff83166040830152949350505050565b6001600160601b03841681526060602082015260006149ad60608301856145d1565b6000602082840312156149f457600080fd5b81516001600160401b0380821115614a0b57600080fd5b9083019060e08286031215614a1f57600080fd5b614a27613a2a565b614a3083614074565b8152614a3e60208401614074565b6020820152614a4f60408401614659565b6040820152614a60606084016140d6565b6060820152614a7160808401614681565b608082015261422260a08401614681565b600060208284031215614a9457600080fd5b81516001600160401b0380821115614aab57600080fd5b9083019060c08286031215614abf57600080fd5b614ac7613a91565b825182811115614ad657600080fd5b614ae28782860161411b565b825250614af160208401614074565b6020820152614b0260408401614681565b6040820152614b1360608401614681565b6060820152614b2460808401614681565b608082015260a083015182811115614b3b57600080fd5b614b478782860161411b565b60a08301525095945050505050565b60008060408385031215614b6957600080fd5b8251614b74816139ae565b60208401519092506139a3816139ae565b60008085851115614b9557600080fd5b83861115614ba257600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015614bd75780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b60008251614c3181846020870161385f565b9190910192915050565b60008060408385031215614c4e57600080fd5b8251614c59816139d2565b60208401519092506139a381613bf856fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212204c9c665f3fda58b979524403604399de2e61740ccb5f65fa20712ee5b306f1e264736f6c63430008140033",
1017
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101a95760003560e01c80635dcb3bae116100f95780638e32e97911610097578063ada9652e11610071578063ada9652e146103fd578063b68d180914610412578063bf7e214f14610421578063f7c34ee01461042957600080fd5b80638e32e979146103b65780638fb36037146103c9578063ab54c545146103ea57600080fd5b80636c741e78116100d35780636c741e78146103685780637a9e5e4b14610388578063893d20e81461039b5780638dd2b781146103a357600080fd5b80635dcb3bae14610324578063644c45e014610337578063675393bf1461035557600080fd5b806325d0738411610166578063329d6e7411610140578063329d6e74146102d157806336fc697e146102e457806349bb9e4b146102ec5780635ab1bd53146102ff57600080fd5b806325d073841461028b57806327bb7a331461029e5780632b5198b1146102b157600080fd5b806301ffc9a7146101ae5780630d8e6e2c146101f05780630fec111c1461020c578063138461e0146102215780631eff4b2214610241578063214cdb8014610276575b600080fd5b6101db6101bc366004613835565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f861043c565b60405162ffffff90911681526020016101e7565b6102146104c6565b6040516101e791906138af565b610229610657565b6040516001600160601b0390911681526020016101e7565b6102687f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101e7565b610289610284366004613835565b610662565b005b6101db610299366004613975565b61068f565b6102896102ac366004613b60565b610ad5565b6102c46102bf366004613c0a565b610b7a565b6040516101e79190613cd6565b6102896102df366004613ceb565b611132565b61028961127f565b6102896102fa366004613d1f565b6112c5565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101e7565b610229610332366004613d6e565b6113c4565b600080516020614c6b833981519152546001600160601b0316610229565b610289610363366004613dcf565b6116af565b6103706117bd565b6040516001600160401b0390911681526020016101e7565b610289610396366004613dcf565b6118b8565b61030c61193b565b6102c46103b1366004613dff565b611a72565b6102896103c4366004613e99565b6122de565b6103d1612422565b6040516001600160e01b031990911681526020016101e7565b6102896103f8366004613ee4565b61245a565b610268600080516020614c6b83398151915281565b604051600e81526020016101e7565b61030c6129d3565b610289610437366004614021565b6129ef565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af415801561049d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104c1919061404f565b905090565b6104ce6137f7565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610547573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056b919061407f565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105b361193b565b6001600160a01b031681526020018260010180546105d09061409c565b80601f01602080910402602001604051908101604052809291908181526020018280546105fc9061409c565b80156106495780601f1061061e57610100808354040283529160200191610649565b820191906000526020600020905b81548152906001019060200180831161062c57829003601f168201915b505050505081525091505090565b60006104c130612a66565b61066a612c67565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051630a4d29dd60e31b81526001600160601b038316600482015260009073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156106ea573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061070e91906140e1565b806107965750604051637bc32ecf60e01b815273__$05887d5853069c88bcd4c0a2107db45f29$__90637bc32ecf90610755906001600160c01b0319861690600401613cd6565b602060405180830381865af4158015610772573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061079691906140e1565b156107a357506000610acf565b60006107ae84612ca0565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107f0573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081491906140fe565b6001600160a01b0316631d3be477856040518263ffffffff1660e01b815260040161083f9190613cd6565b600060405180830381865afa15801561085c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526108849190810190614176565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af41580156108e2573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061090691906140e1565b1561091657600092505050610acf565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015610972573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061099691906140e1565b80610aa8575060a0810151604051638d38cd4b60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__90638d38cd4b90602401602060405180830381865af41580156109f8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1c91906140e1565b8015610aa85750610aa873__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a6f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a939190614254565b8260a0015164ffffffffff9081169116111590565b9250828015610aca5750806060015163ffffffff16816080015163ffffffff16105b925050505b92915050565b610add612c67565b610ae782876129ef565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610b7083826142b7565b5050505050505050565b60008080610b88600e612dc9565b92505091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bcd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf191906140fe565b90506000610bff8285612e69565b90506000836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c41573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c6591906140fe565b6040516302d764c760e21b81526001600160601b03841660048201526001600160a01b039190911690630b5d931c9060240161020060405180830381865afa158015610cb5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cd991906143c4565b60a08101515160405163771602f760e01b81526004810191909152602481018e905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063771602f790604401602060405180830381865af4158015610d3d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d619190614484565b60808301515160405163b67d77c560e01b815260048101919091526024810182905290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__9063b67d77c590604401602060405180830381865af4158015610dc5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610de99190614484565b90508e73__$bf7bc340cbb9229ef1de2c568356e67902$__6321e5749b9091836040518363ffffffff1660e01b8152600401610e2f929190918252602082015260400190565b602060405180830381865af4158015610e4c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e7091906140e1565b15610f8c578e73__$bf7bc340cbb9229ef1de2c568356e67902$__6344aa683690916040518263ffffffff1660e01b8152600401610eb091815260200190565b602060405180830381865af4158015610ecd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef19190614484565b604051632255341b60e11b81526004810183905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015610f41573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f659190614484565b60405163e2ed03dd60e01b8152600481019290925260248201526044015b60405180910390fd5b5050505073__$1919c6d2c69d787ccb2653a371d7e5737d$__63578c3039848f6040518363ffffffff1660e01b8152600401610fc992919061449d565b602060405180830381865af4158015610fe6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061100a91906144bf565b935060006040518061012001604052808f81526020018e81526020018d81526020018c81526020018b63ffffffff1681526020018a63ffffffff16815260200189151581526020018815158152602001878152509050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561109e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110c291906140fe565b6001600160a01b03166330a130ba86836040518363ffffffff1660e01b81526004016110ef9291906144dc565b600060405180830381600087803b15801561110957600080fd5b505af115801561111d573d6000803e3d6000fd5b50505050505050509998505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61115461043c565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611194573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111b891906145b4565b600080516020614cab8339815191528054600160401b900460ff16806111eb575080546001600160401b03808416911610155b156112095760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561123383612eec565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b611287612c67565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600080516020614cab8339815191528054600160401b810460ff1615906001600160401b03166000811580156112f85750825b90506000826001600160401b031660011480156113145750303b155b905081158015611322575080155b156113405760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561136a57845460ff60401b1916600160401b1785555b6113748787612ef4565b83156113bb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b600080806113d2600e612dc9565b6004546040805160e0810180835263bc1b392d60e01b905290519496509194506001600160a01b0316926357a8fba79250819073__$94a2c899be079b00d952d0d84fffaa5c34$__9063bc1b392d9060e4808501916020918187030181865af4158015611443573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611467919061407f565b6001600160601b03168152602001856001600160601b0316815260200161148c601c90565b60ff16815260200160011515815260200160006001600160a01b03168152602001896001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b81526004016114eb91906138af565b6020604051808303816000875af115801561150a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061152e919061407f565b925060006040518060a00160405280876001600160c01b031916815260200160011515815260200186815260200173__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156115a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115c9919061407f565b6001600160601b03168152602001600063ffffffff168152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611622573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061164691906140fe565b6001600160a01b0316637cca112485836040518363ffffffff1660e01b8152600401611673929190614637565b600060405180830381600087803b15801561168d57600080fd5b505af11580156116a1573d6000803e3d6000fd5b505050505050509392505050565b6116b7612c67565b806001600160a01b03163b6000036116ed5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610f83565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e607072160e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611767575060408051601f3d908101601f19168201909252611764918101906140e1565b60015b61178f5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610f83565b806117b85760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610f83565b505b50565b600073__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600e604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561182b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061184f9190614664565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611894573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104c191906145b4565b336118c16129d3565b6001600160a01b0316816001600160a01b0316146118fc5760405162d1953b60e31b81526001600160a01b0382166004820152602401610f83565b816001600160a01b03163b600003611932576040516361798f2f60e11b81526001600160a01b0383166004820152602401610f83565b6117b882613092565b600080600080516020614c6b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156119ab573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119cf91906140e1565b15611a5c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a5691906140fe565b91505090565b54600160601b90046001600160a01b0316919050565b60008080611a80600e612dc9565b92505091508751600003611aa95787604051634fad6a5360e11b8152600401610f83919061468c565b60405163790a38ad60e01b815264ffffffffff8616600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611aff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b2391906140e1565b15611b4a5760405163df85467b60e01b815264ffffffffff86166004820152602401610f83565b6000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611b8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bae91906140fe565b6040516313d8ebc960e11b81526001600160601b038c1660048201529091506000906001600160a01b038316906327b1d79290602401600060405180830381865afa158015611c01573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c29919081019061469f565b516040516368322c6360e11b81529091506000906001600160a01b0384169063d06458c690611c5c908590600401613cd6565b600060405180830381865afa158015611c79573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611ca1919081019061475e565b90508863ffffffff16816080015163ffffffff161015611ce2576080810151604051636fcee12560e01b815263ffffffff9091166004820152602401610f83565b60208101518a1015611dfe576020810151604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611d44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d689190614484565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611db8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ddc9190614484565b6040516338a25a8b60e21b815260048101929092526024820152604401610f83565b60408101518a1115611f1a576040818101519051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611e60573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e849190614484565b604051632255341b60e11b8152600481018c905273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611ed4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef89190614484565b604051631e1ea4f360e31b815260048101929092526024820152604401610f83565b8060a0015163ffffffff1673__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611f6e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f929190614254565b604051633682752160e21b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015611fe9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061200d9190614484565b604051633682752160e21b815264ffffffffff8b16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015612063573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120879190614484565b612091919061486b565b111561213d5760a0810151604051633682752160e21b815264ffffffffff8a16600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156120f2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121169190614484565b6040516331fa6ab160e11b815263ffffffff90921660048301526024820152604401610f83565b604051631f849e6b60e11b815273__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd6906121769088908f9060040161449d565b602060405180830381865af4158015612193573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121b791906144bf565b955060006040518060e001604052808e6001600160601b031681526020018d81526020018c81526020018b63ffffffff168152602001600063ffffffff1681526020018a64ffffffffff168152602001898152509050846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561224b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061226f91906140fe565b6001600160a01b031663ca0e7f0888836040518363ffffffff1660e01b815260040161229c9291906148fa565b600060405180830381600087803b1580156122b657600080fd5b505af11580156122ca573d6000803e3d6000fd5b505050505050505050509695505050505050565b6122e6612c67565b61236683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015612328573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061234c919061407f565b600960008560405180602001604052806000815250610ad5565b6001600160a01b038216156123835761237e826130f3565b6123fd565b600061238f6002613104565b90506123fb816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156123d2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123f691906140fe565b6130f3565b505b61240d634a531f3360e01b610662565b61241d63daf9067160e01b610662565b505050565b600080516020614c8b833981519152805460009190600160a01b900460ff1661244c576000611a56565b638fb3603760e01b91505090565b6124663360003661320a565b600061247184612ca0565b90506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156124b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124d791906140fe565b90506000826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612519573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061253d91906140fe565b9050600073__$3bac17678db7ae928afa209f2f44deec9c$__634c41dd96866101e00151876101c00151612571919061491f565b6040518263ffffffff1660e01b815260040161258f91815260200190565b602060405180830381865af41580156125ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125d0919061407f565b90506125dc878761068f565b156128e557610200850151604051632620eecb60e11b815260009173__$3bac17678db7ae928afa209f2f44deec9c$__91634c41dd96916126239160040190815260200190565b602060405180830381865af4158015612640573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612664919061407f565b6002546040516374933c2f60e01b81529192506001600160a01b0316906374933c2f9061269b9086908c9086908890600401614932565b600060405180830381600087803b1580156126b557600080fd5b505af11580156126c9573d6000803e3d6000fd5b5050604051631d3be47760e01b8152600092506001600160a01b0387169150631d3be477906126fc908b90600401613cd6565b600060405180830381865afa158015612719573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526127419190810190614176565b90506001816080018181516127569190614964565b63ffffffff169052506040516330882f0760e11b81526001600160a01b038516906361105e0e90612790908b90859060ff90600401614988565b600060405180830381600087803b1580156127aa57600080fd5b505af11580156127be573d6000803e3d6000fd5b505082516040516313d8ebc960e11b81526001600160601b039091166004820152600092506001600160a01b03881691506327b1d79290602401600060405180830381865afa158015612815573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261283d919081019061469f565b905061284d816060015184613310565b6001600160601b0316606082015260808101805160019190612870908390614964565b63ffffffff169052508151604051631e40b36360e01b81526001600160a01b03871691631e40b363916128ab9190859060ff906004016149c0565b600060405180830381600087803b1580156128c557600080fd5b505af11580156128d9573d6000803e3d6000fd5b505050505050506113bb565b600260009054906101000a90046001600160a01b03166001600160a01b03166374933c2f838973__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612954573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612978919061407f565b856040518563ffffffff1660e01b81526004016129989493929190614932565b600060405180830381600087803b1580156129b257600080fd5b505af11580156129c6573d6000803e3d6000fd5b5050505050505050505050565b600080516020614c8b833981519152546001600160a01b031690565b6129f7612c67565b612a00816116af565b612a0861127f565b6001600160a01b038216612a2f5760405163f17ef42d60e01b815260040160405180910390fd5b50600080516020614c6b83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600080600080516020614c6b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612ad6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612afa91906140e1565b15612b265780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610f83565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612b7a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b9e91906140e1565b612bc65760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610f83565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015612c1a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c3e919061407f565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b600080516020614cab83398151915254600160401b900460ff16612c9e57604051631afcd79f60e31b815260040160405180910390fd5b565b600080612cb56001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03851660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612d04573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612d2c91908101906149e2565b6020015190506000612d466001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612d95573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612dbd91908101906149e2565b60800151949350505050565b6000612dd36137f7565b6000612de76001546001600160a01b031690565b604051636939560f60e11b81523360048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015612e2d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e51919061407f565b9250612e5f8385600161339e565b9395909450915050565b60405163f0ea17c360e01b81526001600160601b03821660048201526000906001600160a01b0384169063f0ea17c390602401600060405180830381865afa158015612eb9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052612ee19190810190614a82565b602001519392505050565b6101a9612c67565b600080516020614cab8339815191528054600160401b810460ff1615906001600160401b0316600081158015612f275750825b90506000826001600160401b03166001148015612f435750303b155b905081158015612f51575080155b15612f6f5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315612f9957845460ff60401b1916600160401b1785555b60008087806020019051810190612fb09190614b56565b92509050612fc08160008b6122de565b612fca600b613104565b600280546001600160a01b0319166001600160a01b0392909216919091179055612ff4600a613104565b600380546001600160a01b0319166001600160a01b039290921691909117905561301e6002613104565b600480546001600160a01b0319166001600160a01b039290921691909117905561304e6375cca25f60e01b610662565b505083156113bb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020016113b2565b600080516020614c8b83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6130fb612c67565b6117ba81613645565b60006131186001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561317d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131a19190614664565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156131e6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610acf91906140fe565b600080516020614c8b8339815191526000806132456132276129d3565b8730613237600460008a8c614b85565b61324091614baf565b613656565b91509150816133085763ffffffff8116156132e557825460ff60a01b1916600160a01b1783556132736129d3565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016132a293929190614bdf565b600060405180830381600087803b1580156132bc57600080fd5b505af11580156132d0573d6000803e3d6000fd5b5050845460ff60a01b19168555506133089050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610f83565b505050505050565b60405163274acb3560e01b81526001600160601b0380841660048301528216602482015260009073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613373573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613397919061407f565b9392505050565b6133a66137f7565b6000806133bb6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e090602401600060405180830381865afa15801561340b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261343391908101906149e2565b925060ff8516600b1461349157604083015160ff86811691161461348c57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610f83565b61352d565b6134ac83604001516134a1600c90565b60ff90811691161490565b806134c257506134c283604001516134a1600f90565b806134d857506134d883604001516134a1600e90565b806134ee57506134ee83604001516134a1600d90565b61352d57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610f83565b61353a8360200151613762565b9150831561363c57816001600160a01b031663e5f6cd276040518163ffffffff1660e01b8152600401602060405180830381865afa158015613580573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906135a491906140fe565b608084015160405163a166aa8960e01b81526001600160a01b03918216600482015291169063a166aa8990602401602060405180830381865afa1580156135ef573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061361391906140e1565b1561363c57604051637d71120960e11b81526001600160601b0387166004820152602401610f83565b50935093915050565b61364d612c67565b6117ba81613092565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516136c59190614c1f565b600060405180830381855afa9150503d8060008114613700576040519150601f19603f3d011682016040523d82523d6000602084013e613705565b606091505b50915091508115613757576040815110613737578080602001905181019061372d9190614c3b565b9094509250613757565b6020815110613757578080602001905181019061375491906140e1565b93505b505094509492505050565b60006137766001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa1580156137c5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526137ed91908101906149e2565b6080015192915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561384757600080fd5b81356001600160e01b03198116811461339757600080fd5b60005b8381101561387a578181015183820152602001613862565b50506000910152565b6000815180845261389b81602086016020860161385f565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a083015161391860c08401826001600160a01b03169052565b5060c083015160e080840152613932610100840182613883565b949350505050565b6001600160601b03811681146117ba57600080fd5b803561395a8161393a565b919050565b6001600160c01b0319811681146117ba57600080fd5b6000806040838503121561398857600080fd5b82356139938161393a565b915060208301356139a38161395f565b809150509250929050565b6001600160a01b03811681146117ba57600080fd5b60ff811681146117ba57600080fd5b80151581146117ba57600080fd5b803561395a816139d2565b634e487b7160e01b600052604160045260246000fd5b60405161024081016001600160401b0381118282101715613a2457613a246139eb565b60405290565b60405160e081016001600160401b0381118282101715613a2457613a246139eb565b60405161012081016001600160401b0381118282101715613a2457613a246139eb565b60405160a081016001600160401b0381118282101715613a2457613a246139eb565b60405160c081016001600160401b0381118282101715613a2457613a246139eb565b604051601f8201601f191681016001600160401b0381118282101715613adb57613adb6139eb565b604052919050565b60006001600160401b03821115613afc57613afc6139eb565b50601f01601f191660200190565b600082601f830112613b1b57600080fd5b8135613b2e613b2982613ae3565b613ab3565b818152846020838601011115613b4357600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c08789031215613b7957600080fd5b8635613b84816139ae565b95506020870135613b948161393a565b94506040870135613ba4816139c3565b93506060870135613bb4816139d2565b92506080870135613bc4816139ae565b915060a08701356001600160401b03811115613bdf57600080fd5b613beb89828a01613b0a565b9150509295509295509295565b63ffffffff811681146117ba57600080fd5b60008060008060008060008060006101208a8c031215613c2957600080fd5b89356001600160401b0380821115613c4057600080fd5b613c4c8d838e01613b0a565b9a5060208c0135995060408c0135985060608c0135975060808c01359150613c7382613bf8565b90955060a08b013590613c8582613bf8565b819550613c9460c08d016139e0565b9450613ca260e08d016139e0565b93506101008c0135915080821115613cb957600080fd5b50613cc68c828d01613b0a565b9150509295985092959850929598565b6001600160c01b031991909116815260200190565b600060208284031215613cfd57600080fd5b81356001600160401b03811115613d1357600080fd5b61393284828501613b0a565b60008060408385031215613d3257600080fd5b8235613d3d816139ae565b915060208301356001600160401b03811115613d5857600080fd5b613d6485828601613b0a565b9150509250929050565b600080600060608486031215613d8357600080fd5b8335613d8e816139ae565b92506020840135613d9e8161395f565b915060408401356001600160401b03811115613db957600080fd5b613dc586828701613b0a565b9150509250925092565b600060208284031215613de157600080fd5b8135613397816139ae565b64ffffffffff811681146117ba57600080fd5b60008060008060008060c08789031215613e1857600080fd5b8635613e238161393a565b955060208701356001600160401b0380821115613e3f57600080fd5b613e4b8a838b01613b0a565b96506040890135955060608901359150613e6482613bf8565b909350608088013590613e7682613dec565b90925060a08801359080821115613e8c57600080fd5b50613beb89828a01613b0a565b600080600060608486031215613eae57600080fd5b8335613eb9816139ae565b92506020840135613ec9816139ae565b91506040840135613ed9816139ae565b809150509250925092565b6000806000838503610280811215613efb57600080fd5b8435613f068161393a565b93506020850135613f168161395f565b9250610240603f198201811315613f2c57600080fd5b613f34613a01565b9150613f426040870161394f565b8252613f506060870161394f565b6020830152613f616080870161394f565b604083015260a0860135606083015260c0860135608083015260e086013560a08301526101008087013560c08401526101208088013560e085015261014080890135838601526101609250828901358286015261018091508189013581860152506101a080890135838601526101c0925082890135828601526101e0915081890135818601525061020080890135838601526102209250828901358286015283890135818601525050610260870135818401525050809150509250925092565b6000806040838503121561403457600080fd5b823561403f816139ae565b915060208301356139a3816139ae565b60006020828403121561406157600080fd5b815162ffffff8116811461339757600080fd5b805161395a8161393a565b60006020828403121561409157600080fd5b81516133978161393a565b600181811c908216806140b057607f821691505b6020821081036140d057634e487b7160e01b600052602260045260246000fd5b50919050565b805161395a816139d2565b6000602082840312156140f357600080fd5b8151613397816139d2565b60006020828403121561411057600080fd5b8151613397816139ae565b600082601f83011261412c57600080fd5b815161413a613b2982613ae3565b81815284602083860101111561414f57600080fd5b61393282602083016020870161385f565b805161395a81613bf8565b805161395a81613dec565b60006020828403121561418857600080fd5b81516001600160401b038082111561419f57600080fd5b9083019060e082860312156141b357600080fd5b6141bb613a2a565b6141c483614074565b81526020830151828111156141d857600080fd5b6141e48782860161411b565b6020830152506040830151604082015261420060608401614160565b606082015261421160808401614160565b608082015261422260a0840161416b565b60a082015260c08301518281111561423957600080fd5b6142458782860161411b565b60c08301525095945050505050565b60006020828403121561426657600080fd5b815161339781613dec565b601f82111561241d57600081815260208120601f850160051c810160208610156142985750805b601f850160051c820191505b81811015613308578281556001016142a4565b81516001600160401b038111156142d0576142d06139eb565b6142e4816142de845461409c565b84614271565b602080601f83116001811461431957600084156143015750858301515b600019600386901b1c1916600185901b178555613308565b600085815260208120601f198616915b8281101561434857888601518255948401946001909101908401614329565b50858210156143665787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60006040828403121561438857600080fd5b604051604081018181106001600160401b03821117156143aa576143aa6139eb565b604052825181526020928301519281019290925250919050565b600061020082840312156143d757600080fd5b6143df613a4c565b6143e883614074565b81526143f660208401614074565b60208201526144088460408501614376565b604082015261441a8460808501614376565b606082015261442c8460c08501614376565b608082015261010061444085828601614376565b60a0830152614453856101408601614376565b60c0830152614466856101808601614376565b60e0830152614479856101c08601614376565b908201529392505050565b60006020828403121561449657600080fd5b5051919050565b6001600160601b03831681526040602082015260006139326040830184613883565b6000602082840312156144d157600080fd5b81516133978161395f565b6001600160401b0360c01b83168152604060208201526000825161012080604085015261450d610160850183613883565b91506020850151606085015260408501516080850152606085015160a0850152608085015161454460c086018263ffffffff169052565b5060a085015163ffffffff811660e08601525060c085015161010061456c8187018315159052565b60e087015115159286019290925250840151603f19848303016101408501526145958282613883565b9695505050505050565b6001600160401b03811681146117ba57600080fd5b6000602082840312156145c657600080fd5b81516133978161459f565b6001600160401b0360c01b81511682526020810151151560208301526000604082015160a0604085015261460860a0850182613883565b90506001600160601b03606084015116606085015263ffffffff60808401511660808501528091505092915050565b6001600160601b038316815260406020820152600061393260408301846145d1565b805161395a816139c3565b60006020828403121561467657600080fd5b8151613397816139c3565b805161395a816139ae565b6020815260006133976020830184613883565b6000602082840312156146b157600080fd5b81516001600160401b03808211156146c857600080fd5b9083019060a082860312156146dc57600080fd5b6146e4613a6f565b82516146ef8161395f565b815260208301516146ff816139d2565b602082015260408301518281111561471657600080fd5b6147228782860161411b565b604083015250606083015191506147388261393a565b8160608201526080830151925061474e83613bf8565b6080810192909252509392505050565b60006020828403121561477057600080fd5b81516001600160401b038082111561478757600080fd5b90830190610120828603121561479c57600080fd5b6147a4613a4c565b8251828111156147b357600080fd5b6147bf8782860161411b565b8252506020830151602082015260408301516040820152606083015160608201526147ec60808401614160565b60808201526147fd60a08401614160565b60a082015261480e60c084016140d6565b60c082015261481f60e084016140d6565b60e0820152610100808401518381111561483857600080fd5b6148448882870161411b565b918301919091525095945050505050565b634e487b7160e01b600052601160045260246000fd5b81810381811115610acf57610acf614855565b6001600160601b0381511682526000602082015160e060208501526148a660e0850182613883565b905060408301516040850152606083015163ffffffff8082166060870152806080860151166080870152505064ffffffffff60a08401511660a085015260c083015184820360c0860152610aca8282613883565b6001600160401b0360c01b83168152604060208201526000613932604083018461487e565b80820180821115610acf57610acf614855565b6001600160a01b039490941684526001600160601b039283166020850152908216604084015216606082015260800190565b63ffffffff81811683821601908082111561498157614981614855565b5092915050565b6001600160401b0360c01b841681526060602082015260006149ad606083018561487e565b905060ff83166040830152949350505050565b6001600160601b03841681526060602082015260006149ad60608301856145d1565b6000602082840312156149f457600080fd5b81516001600160401b0380821115614a0b57600080fd5b9083019060e08286031215614a1f57600080fd5b614a27613a2a565b614a3083614074565b8152614a3e60208401614074565b6020820152614a4f60408401614659565b6040820152614a60606084016140d6565b6060820152614a7160808401614681565b608082015261422260a08401614681565b600060208284031215614a9457600080fd5b81516001600160401b0380821115614aab57600080fd5b9083019060c08286031215614abf57600080fd5b614ac7613a91565b825182811115614ad657600080fd5b614ae28782860161411b565b825250614af160208401614074565b6020820152614b0260408401614681565b6040820152614b1360608401614681565b6060820152614b2460808401614681565b608082015260a083015182811115614b3b57600080fd5b614b478782860161411b565b60a08301525095945050505050565b60008060408385031215614b6957600080fd5b8251614b74816139ae565b60208401519092506139a3816139ae565b60008085851115614b9557600080fd5b83861115614ba257600080fd5b5050820193919092039150565b6001600160e01b03198135818116916004851015614bd75780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b60008251614c3181846020870161385f565b9190910192915050565b60008060408385031215614c4e57600080fd5b8251614c59816139d2565b60208401519092506139a381613bf856fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212204c9c665f3fda58b979524403604399de2e61740ccb5f65fa20712ee5b306f1e264736f6c63430008140033",
1018
+ "linkReferences": {
1019
+ "contracts/type/Amount.sol": {
1020
+ "AmountLib": [
1021
+ {
1022
+ "length": 20,
1023
+ "start": 5700
1024
+ },
1025
+ {
1026
+ "length": 20,
1027
+ "start": 9769
1028
+ },
1029
+ {
1030
+ "length": 20,
1031
+ "start": 9951
1032
+ },
1033
+ {
1034
+ "length": 20,
1035
+ "start": 10739
1036
+ },
1037
+ {
1038
+ "length": 20,
1039
+ "start": 13343
1040
+ }
1041
+ ]
1042
+ },
1043
+ "contracts/type/DistributorType.sol": {
1044
+ "DistributorTypeLib": [
1045
+ {
1046
+ "length": 20,
1047
+ "start": 4216
1048
+ }
1049
+ ]
1050
+ },
1051
+ "contracts/type/NftId.sol": {
1052
+ "NftIdLib": [
1053
+ {
1054
+ "length": 20,
1055
+ "start": 1510
1056
+ },
1057
+ {
1058
+ "length": 20,
1059
+ "start": 1942
1060
+ },
1061
+ {
1062
+ "length": 20,
1063
+ "start": 2446
1064
+ },
1065
+ {
1066
+ "length": 20,
1067
+ "start": 5357
1068
+ },
1069
+ {
1070
+ "length": 20,
1071
+ "start": 6743
1072
+ },
1073
+ {
1074
+ "length": 20,
1075
+ "start": 11138
1076
+ }
1077
+ ]
1078
+ },
1079
+ "contracts/type/Referral.sol": {
1080
+ "ReferralLib": [
1081
+ {
1082
+ "length": 20,
1083
+ "start": 2057
1084
+ },
1085
+ {
1086
+ "length": 20,
1087
+ "start": 8754
1088
+ }
1089
+ ]
1090
+ },
1091
+ "contracts/type/RoleId.sol": {
1092
+ "RoleIdLib": [
1093
+ {
1094
+ "length": 20,
1095
+ "start": 6311
1096
+ }
1097
+ ]
1098
+ },
1099
+ "contracts/type/Timestamp.sol": {
1100
+ "TimestampLib": [
1101
+ {
1102
+ "length": 20,
1103
+ "start": 2590
1104
+ },
1105
+ {
1106
+ "length": 20,
1107
+ "start": 2724
1108
+ },
1109
+ {
1110
+ "length": 20,
1111
+ "start": 2830
1112
+ },
1113
+ {
1114
+ "length": 20,
1115
+ "start": 7083
1116
+ },
1117
+ {
1118
+ "length": 20,
1119
+ "start": 8205
1120
+ },
1121
+ {
1122
+ "length": 20,
1123
+ "start": 8341
1124
+ },
1125
+ {
1126
+ "length": 20,
1127
+ "start": 8463
1128
+ },
1129
+ {
1130
+ "length": 20,
1131
+ "start": 8606
1132
+ }
1133
+ ]
1134
+ },
1135
+ "contracts/type/UFixed.sol": {
1136
+ "UFixedLib": [
1137
+ {
1138
+ "length": 20,
1139
+ "start": 3561
1140
+ },
1141
+ {
1142
+ "length": 20,
1143
+ "start": 3697
1144
+ },
1145
+ {
1146
+ "length": 20,
1147
+ "start": 3796
1148
+ },
1149
+ {
1150
+ "length": 20,
1151
+ "start": 3934
1152
+ },
1153
+ {
1154
+ "length": 20,
1155
+ "start": 4077
1156
+ },
1157
+ {
1158
+ "length": 20,
1159
+ "start": 7664
1160
+ },
1161
+ {
1162
+ "length": 20,
1163
+ "start": 7780
1164
+ },
1165
+ {
1166
+ "length": 20,
1167
+ "start": 7948
1168
+ },
1169
+ {
1170
+ "length": 20,
1171
+ "start": 8064
1172
+ }
1173
+ ]
1174
+ },
1175
+ "contracts/type/Version.sol": {
1176
+ "VersionLib": [
1177
+ {
1178
+ "length": 20,
1179
+ "start": 1353
1180
+ },
1181
+ {
1182
+ "length": 20,
1183
+ "start": 4634
1184
+ }
1185
+ ],
1186
+ "VersionPartLib": [
1187
+ {
1188
+ "length": 20,
1189
+ "start": 6359
1190
+ },
1191
+ {
1192
+ "length": 20,
1193
+ "start": 12841
1194
+ }
1195
+ ]
1196
+ }
1197
+ },
1198
+ "deployedLinkReferences": {
1199
+ "contracts/type/Amount.sol": {
1200
+ "AmountLib": [
1201
+ {
1202
+ "length": 20,
1203
+ "start": 5470
1204
+ },
1205
+ {
1206
+ "length": 20,
1207
+ "start": 9539
1208
+ },
1209
+ {
1210
+ "length": 20,
1211
+ "start": 9721
1212
+ },
1213
+ {
1214
+ "length": 20,
1215
+ "start": 10509
1216
+ },
1217
+ {
1218
+ "length": 20,
1219
+ "start": 13113
1220
+ }
1221
+ ]
1222
+ },
1223
+ "contracts/type/DistributorType.sol": {
1224
+ "DistributorTypeLib": [
1225
+ {
1226
+ "length": 20,
1227
+ "start": 3986
1228
+ }
1229
+ ]
1230
+ },
1231
+ "contracts/type/NftId.sol": {
1232
+ "NftIdLib": [
1233
+ {
1234
+ "length": 20,
1235
+ "start": 1280
1236
+ },
1237
+ {
1238
+ "length": 20,
1239
+ "start": 1712
1240
+ },
1241
+ {
1242
+ "length": 20,
1243
+ "start": 2216
1244
+ },
1245
+ {
1246
+ "length": 20,
1247
+ "start": 5127
1248
+ },
1249
+ {
1250
+ "length": 20,
1251
+ "start": 6513
1252
+ },
1253
+ {
1254
+ "length": 20,
1255
+ "start": 10908
1256
+ }
1257
+ ]
1258
+ },
1259
+ "contracts/type/Referral.sol": {
1260
+ "ReferralLib": [
1261
+ {
1262
+ "length": 20,
1263
+ "start": 1827
1264
+ },
1265
+ {
1266
+ "length": 20,
1267
+ "start": 8524
1268
+ }
1269
+ ]
1270
+ },
1271
+ "contracts/type/RoleId.sol": {
1272
+ "RoleIdLib": [
1273
+ {
1274
+ "length": 20,
1275
+ "start": 6081
1276
+ }
1277
+ ]
1278
+ },
1279
+ "contracts/type/Timestamp.sol": {
1280
+ "TimestampLib": [
1281
+ {
1282
+ "length": 20,
1283
+ "start": 2360
1284
+ },
1285
+ {
1286
+ "length": 20,
1287
+ "start": 2494
1288
+ },
1289
+ {
1290
+ "length": 20,
1291
+ "start": 2600
1292
+ },
1293
+ {
1294
+ "length": 20,
1295
+ "start": 6853
1296
+ },
1297
+ {
1298
+ "length": 20,
1299
+ "start": 7975
1300
+ },
1301
+ {
1302
+ "length": 20,
1303
+ "start": 8111
1304
+ },
1305
+ {
1306
+ "length": 20,
1307
+ "start": 8233
1308
+ },
1309
+ {
1310
+ "length": 20,
1311
+ "start": 8376
1312
+ }
1313
+ ]
1314
+ },
1315
+ "contracts/type/UFixed.sol": {
1316
+ "UFixedLib": [
1317
+ {
1318
+ "length": 20,
1319
+ "start": 3331
1320
+ },
1321
+ {
1322
+ "length": 20,
1323
+ "start": 3467
1324
+ },
1325
+ {
1326
+ "length": 20,
1327
+ "start": 3566
1328
+ },
1329
+ {
1330
+ "length": 20,
1331
+ "start": 3704
1332
+ },
1333
+ {
1334
+ "length": 20,
1335
+ "start": 3847
1336
+ },
1337
+ {
1338
+ "length": 20,
1339
+ "start": 7434
1340
+ },
1341
+ {
1342
+ "length": 20,
1343
+ "start": 7550
1344
+ },
1345
+ {
1346
+ "length": 20,
1347
+ "start": 7718
1348
+ },
1349
+ {
1350
+ "length": 20,
1351
+ "start": 7834
1352
+ }
1353
+ ]
1354
+ },
1355
+ "contracts/type/Version.sol": {
1356
+ "VersionLib": [
1357
+ {
1358
+ "length": 20,
1359
+ "start": 1123
1360
+ },
1361
+ {
1362
+ "length": 20,
1363
+ "start": 4404
1364
+ }
1365
+ ],
1366
+ "VersionPartLib": [
1367
+ {
1368
+ "length": 20,
1369
+ "start": 6129
1370
+ },
1371
+ {
1372
+ "length": 20,
1373
+ "start": 12611
1374
+ }
1375
+ ]
1376
+ }
1377
+ }
1378
+ }