@etherisc/gif-next 0.0.2-fe77319 → 0.0.2-ff282a4-523

Sign up to get free protection for your applications and to get access to all the features.
Files changed (431) hide show
  1. package/README.md +359 -8
  2. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  3. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1376 -0
  4. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  5. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1556 -0
  6. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  7. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +780 -0
  8. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +1000 -0
  10. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  11. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +840 -0
  12. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
  13. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +778 -0
  14. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  15. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +284 -523
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +616 -0
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +529 -601
  20. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +4 -0
  21. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +1348 -0
  22. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
  23. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +124 -0
  24. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1574 -0
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +979 -0
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +656 -0
  30. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2847 -0
  32. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  33. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +190 -0
  34. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
  35. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +478 -0
  36. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  37. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.json +115 -0
  38. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
  39. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +581 -0
  40. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  41. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +194 -0
  42. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  43. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
  44. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  45. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +237 -0
  46. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  47. package/artifacts/contracts/instance/{access/IAccess.sol/IAccess.json → module/IBundle.sol/IBundle.json} +2 -2
  48. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  49. package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
  50. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  51. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  52. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  53. package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
  54. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  55. package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IRisk.sol/IRisk.json} +2 -2
  56. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +4 -0
  57. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.json +10 -0
  58. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +4 -0
  59. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +10 -0
  60. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  61. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1288 -0
  62. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  63. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +696 -0
  64. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  65. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +735 -0
  66. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  67. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1095 -0
  68. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  69. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1077 -0
  70. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  71. package/artifacts/contracts/pool/Pool.sol/Pool.json +1407 -0
  72. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  73. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1622 -0
  74. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  75. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +708 -0
  76. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  77. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +918 -0
  78. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  79. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +648 -0
  80. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  81. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1386 -0
  82. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  83. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +748 -0
  84. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  85. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +493 -0
  86. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  87. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +753 -0
  88. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  89. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +651 -0
  90. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  91. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +510 -0
  92. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  93. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +861 -0
  94. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  95. package/artifacts/contracts/product/IProductService.sol/IProductService.json +442 -0
  96. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  97. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1281 -0
  98. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  99. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +740 -0
  100. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  101. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1004 -0
  102. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  103. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +688 -0
  104. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  105. package/artifacts/contracts/product/Product.sol/Product.json +1198 -0
  106. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  107. package/artifacts/contracts/product/ProductService.sol/ProductService.json +864 -0
  108. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  109. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +640 -0
  110. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +4 -0
  111. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +784 -0
  112. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  113. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +604 -71
  114. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  115. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +919 -0
  116. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  117. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
  118. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  119. package/artifacts/contracts/registry/Registry.sol/Registry.json +702 -72
  120. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
  121. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +285 -0
  122. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  123. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1211 -0
  124. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  125. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +657 -0
  126. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  127. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +620 -0
  128. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  129. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +485 -0
  130. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
  131. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
  132. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  133. package/artifacts/contracts/shared/Component.sol/Component.json +873 -0
  134. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  135. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +631 -0
  136. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +4 -0
  137. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +73 -0
  138. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  139. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +636 -0
  140. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  141. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +125 -0
  142. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  143. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +189 -0
  144. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
  145. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +175 -0
  146. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  147. package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +11 -11
  148. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  149. package/artifacts/contracts/shared/IService.sol/IService.json +327 -0
  150. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +4 -0
  151. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +55 -0
  152. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  153. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +238 -0
  154. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  155. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +302 -0
  156. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  157. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +569 -0
  158. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
  159. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +339 -0
  160. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  161. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  162. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  163. package/artifacts/contracts/shared/Service.sol/Service.json +488 -0
  164. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  165. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +114 -0
  166. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  167. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  168. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +4 -0
  169. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +78 -0
  170. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  171. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +309 -0
  172. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  173. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +545 -0
  174. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  175. package/artifacts/contracts/staking/Staking.sol/Staking.json +497 -0
  176. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  177. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +623 -0
  178. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  179. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +797 -0
  180. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  181. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +632 -0
  182. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  183. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  184. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  185. package/artifacts/contracts/type/Amount.sol/AmountLib.json +281 -0
  186. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  187. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +174 -0
  188. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  189. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  190. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  191. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  192. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  193. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  194. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  195. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  196. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  197. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +166 -0
  198. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  199. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  200. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  201. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +92 -0
  202. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  203. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  204. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  205. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  206. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  207. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
  208. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  209. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +156 -0
  210. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  211. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -0
  212. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  213. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +92 -0
  214. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  215. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +280 -0
  216. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  217. package/artifacts/contracts/type/UFixed.sol/MathLib.json +10 -0
  218. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  219. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +479 -0
  220. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  221. package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
  222. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  223. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +49 -0
  224. package/contracts/distribution/Distribution.sol +285 -0
  225. package/contracts/distribution/DistributionService.sol +349 -0
  226. package/contracts/distribution/DistributionServiceManager.sol +51 -0
  227. package/contracts/distribution/IDistributionComponent.sol +71 -0
  228. package/contracts/distribution/IDistributionService.sol +87 -0
  229. package/contracts/instance/BundleManager.sol +126 -0
  230. package/contracts/instance/IInstance.sol +72 -15
  231. package/contracts/instance/IInstanceService.sol +73 -0
  232. package/contracts/instance/Instance.sol +210 -44
  233. package/contracts/instance/InstanceAccessManager.sol +543 -0
  234. package/contracts/instance/InstanceAuthorizationsLib.sol +308 -0
  235. package/contracts/instance/InstanceReader.sol +368 -0
  236. package/contracts/instance/InstanceService.sol +308 -0
  237. package/contracts/instance/InstanceServiceManager.sol +54 -0
  238. package/contracts/instance/InstanceStore.sol +211 -0
  239. package/contracts/instance/base/Cloneable.sol +51 -0
  240. package/contracts/instance/base/IKeyValueStore.sol +53 -0
  241. package/contracts/instance/base/ILifecycle.sol +30 -0
  242. package/contracts/instance/base/KeyValueStore.sol +169 -0
  243. package/contracts/instance/base/Lifecycle.sol +121 -0
  244. package/contracts/instance/base/ObjectManager.sol +82 -0
  245. package/contracts/instance/module/IAccess.sol +54 -0
  246. package/contracts/instance/module/IBundle.sol +23 -0
  247. package/contracts/instance/module/IComponents.sol +41 -0
  248. package/contracts/instance/module/IDistribution.sol +42 -0
  249. package/contracts/instance/module/IPolicy.sol +78 -0
  250. package/contracts/instance/module/IRisk.sol +11 -0
  251. package/contracts/instance/module/ISetup.sol +33 -0
  252. package/contracts/instance/module/ITreasury.sol +23 -0
  253. package/contracts/pool/BundleService.sol +382 -0
  254. package/contracts/pool/BundleServiceManager.sol +51 -0
  255. package/contracts/pool/IBundleService.sol +118 -0
  256. package/contracts/pool/IPoolComponent.sol +114 -0
  257. package/contracts/pool/IPoolService.sol +114 -0
  258. package/contracts/pool/Pool.sol +302 -0
  259. package/contracts/pool/PoolService.sol +403 -0
  260. package/contracts/pool/PoolServiceManager.sol +51 -0
  261. package/contracts/product/ApplicationService.sol +186 -0
  262. package/contracts/product/ApplicationServiceManager.sol +35 -0
  263. package/contracts/product/ClaimService.sol +442 -0
  264. package/contracts/product/ClaimServiceManager.sol +35 -0
  265. package/contracts/product/IApplicationService.sol +62 -0
  266. package/contracts/product/IClaimService.sol +93 -0
  267. package/contracts/product/IPolicyService.sol +80 -0
  268. package/contracts/product/IPricingService.sol +37 -0
  269. package/contracts/product/IProductComponent.sol +41 -0
  270. package/contracts/product/IProductService.sol +40 -0
  271. package/contracts/product/PolicyService.sol +376 -0
  272. package/contracts/product/PolicyServiceManager.sol +54 -0
  273. package/contracts/product/PricingService.sol +275 -0
  274. package/contracts/product/PricingServiceManager.sol +51 -0
  275. package/contracts/product/Product.sol +379 -0
  276. package/contracts/product/ProductService.sol +210 -0
  277. package/contracts/product/ProductServiceManager.sol +54 -0
  278. package/contracts/registry/ChainNft.sol +216 -0
  279. package/contracts/registry/IRegistry.sol +95 -51
  280. package/contracts/registry/IRegistryService.sol +69 -0
  281. package/contracts/registry/ITransferInterceptor.sol +7 -0
  282. package/contracts/registry/Registry.sol +436 -128
  283. package/contracts/registry/RegistryAccessManager.sol +207 -0
  284. package/contracts/registry/RegistryService.sol +304 -0
  285. package/contracts/registry/RegistryServiceManager.sol +60 -0
  286. package/contracts/registry/ReleaseManager.sol +360 -0
  287. package/contracts/registry/TokenRegistry.sol +116 -0
  288. package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +13 -0
  289. package/contracts/shared/Component.sol +271 -0
  290. package/contracts/shared/ComponentService.sol +150 -0
  291. package/contracts/shared/ERC165.sol +27 -0
  292. package/contracts/shared/IComponent.sol +90 -0
  293. package/contracts/shared/INftOwnable.sol +23 -0
  294. package/contracts/shared/IPolicyHolder.sol +40 -0
  295. package/contracts/shared/IRegisterable.sol +15 -0
  296. package/contracts/shared/IRegistryLinked.sol +11 -0
  297. package/contracts/shared/IService.sol +18 -0
  298. package/contracts/shared/IVersionable.sol +53 -0
  299. package/contracts/shared/NftOwnable.sol +118 -0
  300. package/contracts/shared/PolicyHolder.sol +94 -0
  301. package/contracts/shared/ProxyManager.sol +169 -0
  302. package/contracts/shared/Registerable.sol +75 -0
  303. package/contracts/shared/RegistryLinked.sol +43 -0
  304. package/contracts/shared/Service.sol +72 -0
  305. package/contracts/shared/TokenHandler.sol +35 -0
  306. package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
  307. package/contracts/shared/Versionable.sol +59 -0
  308. package/contracts/staking/IStaking.sol +15 -0
  309. package/contracts/staking/IStakingService.sol +105 -0
  310. package/contracts/staking/Staking.sol +64 -0
  311. package/contracts/staking/StakingManager.sol +44 -0
  312. package/contracts/staking/StakingService.sol +204 -0
  313. package/contracts/staking/StakingServiceManager.sol +41 -0
  314. package/contracts/type/AddressSet.sol +58 -0
  315. package/contracts/type/Amount.sol +109 -0
  316. package/contracts/type/Blocknumber.sol +119 -0
  317. package/contracts/type/ClaimId.sol +75 -0
  318. package/contracts/type/DistributorType.sol +55 -0
  319. package/contracts/type/Fee.sol +65 -0
  320. package/contracts/type/Key32.sol +50 -0
  321. package/contracts/type/NftId.sol +80 -0
  322. package/contracts/type/NftIdSet.sol +62 -0
  323. package/contracts/type/ObjectType.sol +166 -0
  324. package/contracts/type/PayoutId.sol +82 -0
  325. package/contracts/type/Referral.sol +89 -0
  326. package/contracts/type/RiskId.sol +43 -0
  327. package/contracts/type/RoleId.sol +132 -0
  328. package/contracts/type/Seconds.sol +54 -0
  329. package/contracts/type/StateId.sol +110 -0
  330. package/contracts/type/Timestamp.sol +132 -0
  331. package/contracts/type/UFixed.sol +326 -0
  332. package/contracts/type/Version.sol +108 -0
  333. package/package.json +21 -6
  334. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  335. package/artifacts/contracts/components/Component.sol/Component.json +0 -179
  336. package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
  337. package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
  338. package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
  339. package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
  340. package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
  341. package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
  342. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  343. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -195
  344. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  345. package/artifacts/contracts/components/Product.sol/Product.json +0 -213
  346. package/artifacts/contracts/experiment/A.sol/A.dbg.json +0 -4
  347. package/artifacts/contracts/experiment/A.sol/A.json +0 -128
  348. package/artifacts/contracts/experiment/A.sol/AShared.dbg.json +0 -4
  349. package/artifacts/contracts/experiment/A.sol/AShared.json +0 -42
  350. package/artifacts/contracts/experiment/B.sol/B.dbg.json +0 -4
  351. package/artifacts/contracts/experiment/B.sol/B.json +0 -76
  352. package/artifacts/contracts/experiment/C.sol/C.dbg.json +0 -4
  353. package/artifacts/contracts/experiment/C.sol/C.json +0 -89
  354. package/artifacts/contracts/experiment/IA.sol/IA.dbg.json +0 -4
  355. package/artifacts/contracts/experiment/IA.sol/IA.json +0 -128
  356. package/artifacts/contracts/experiment/IA.sol/ISharedA.dbg.json +0 -4
  357. package/artifacts/contracts/experiment/IA.sol/ISharedA.json +0 -37
  358. package/artifacts/contracts/experiment/IB.sol/IB.dbg.json +0 -4
  359. package/artifacts/contracts/experiment/IB.sol/IB.json +0 -50
  360. package/artifacts/contracts/experiment/IC.sol/IC.dbg.json +0 -4
  361. package/artifacts/contracts/experiment/IC.sol/IC.json +0 -63
  362. package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
  363. package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
  364. package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
  365. package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
  366. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
  367. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
  368. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  369. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
  370. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  371. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -327
  372. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
  373. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -105
  374. package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
  375. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
  376. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
  377. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  378. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
  379. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
  380. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
  381. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
  382. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.json +0 -24
  383. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  384. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  385. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
  386. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  387. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
  388. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  389. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  390. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
  391. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  392. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
  393. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
  394. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
  395. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
  396. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
  397. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
  398. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
  399. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
  400. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -125
  401. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
  402. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.json +0 -24
  403. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
  404. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
  405. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
  406. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.json +0 -49
  407. package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
  408. package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
  409. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
  410. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
  411. package/contracts/components/Component.sol +0 -62
  412. package/contracts/components/IPool.sol +0 -9
  413. package/contracts/components/IProduct.sol +0 -11
  414. package/contracts/components/Pool.sol +0 -29
  415. package/contracts/components/Product.sol +0 -65
  416. package/contracts/experiment/A.sol +0 -56
  417. package/contracts/experiment/B.sol +0 -23
  418. package/contracts/experiment/C.sol +0 -28
  419. package/contracts/experiment/IA.sol +0 -18
  420. package/contracts/experiment/IB.sol +0 -9
  421. package/contracts/experiment/IC.sol +0 -11
  422. package/contracts/instance/access/Access.sol +0 -218
  423. package/contracts/instance/access/IAccess.sol +0 -83
  424. package/contracts/instance/component/ComponentModule.sol +0 -259
  425. package/contracts/instance/component/IComponent.sol +0 -94
  426. package/contracts/instance/policy/IPolicy.sol +0 -66
  427. package/contracts/instance/policy/PolicyModule.sol +0 -106
  428. package/contracts/instance/pool/IPoolModule.sol +0 -40
  429. package/contracts/instance/pool/PoolModule.sol +0 -83
  430. package/contracts/instance/product/IProductService.sol +0 -45
  431. package/contracts/instance/product/ProductService.sol +0 -105
@@ -0,0 +1,1004 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "PricingService",
4
+ "sourceName": "contracts/product/PricingService.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": "address",
48
+ "name": "component",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "ErrorComponentServiceComponentLocked",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "component",
60
+ "type": "address"
61
+ },
62
+ {
63
+ "internalType": "ObjectType",
64
+ "name": "expectedType",
65
+ "type": "uint8"
66
+ },
67
+ {
68
+ "internalType": "ObjectType",
69
+ "name": "foundType",
70
+ "type": "uint8"
71
+ }
72
+ ],
73
+ "name": "ErrorComponentServiceComponentTypeInvalid",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "NftId",
80
+ "name": "instanceNftId",
81
+ "type": "uint96"
82
+ },
83
+ {
84
+ "internalType": "RoleId",
85
+ "name": "requiredRole",
86
+ "type": "uint64"
87
+ },
88
+ {
89
+ "internalType": "address",
90
+ "name": "sender",
91
+ "type": "address"
92
+ }
93
+ ],
94
+ "name": "ErrorComponentServiceExpectedRoleMissing",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [
99
+ {
100
+ "internalType": "address",
101
+ "name": "component",
102
+ "type": "address"
103
+ },
104
+ {
105
+ "internalType": "ObjectType",
106
+ "name": "requiredType",
107
+ "type": "uint8"
108
+ },
109
+ {
110
+ "internalType": "ObjectType",
111
+ "name": "componentType",
112
+ "type": "uint8"
113
+ }
114
+ ],
115
+ "name": "ErrorComponentServiceInvalidType",
116
+ "type": "error"
117
+ },
118
+ {
119
+ "inputs": [
120
+ {
121
+ "internalType": "address",
122
+ "name": "component",
123
+ "type": "address"
124
+ }
125
+ ],
126
+ "name": "ErrorComponentServiceNotComponent",
127
+ "type": "error"
128
+ },
129
+ {
130
+ "inputs": [
131
+ {
132
+ "internalType": "address",
133
+ "name": "component",
134
+ "type": "address"
135
+ },
136
+ {
137
+ "internalType": "address",
138
+ "name": "initialOwner",
139
+ "type": "address"
140
+ },
141
+ {
142
+ "internalType": "address",
143
+ "name": "sender",
144
+ "type": "address"
145
+ }
146
+ ],
147
+ "name": "ErrorComponentServiceSenderNotOwner",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [
152
+ {
153
+ "internalType": "address",
154
+ "name": "sender",
155
+ "type": "address"
156
+ }
157
+ ],
158
+ "name": "ErrorComponentServiceSenderNotService",
159
+ "type": "error"
160
+ },
161
+ {
162
+ "inputs": [
163
+ {
164
+ "internalType": "NftId",
165
+ "name": "bundleNftId",
166
+ "type": "uint96"
167
+ },
168
+ {
169
+ "internalType": "NftId",
170
+ "name": "bundlePoolNftId",
171
+ "type": "uint96"
172
+ },
173
+ {
174
+ "internalType": "NftId",
175
+ "name": "poolNftId",
176
+ "type": "uint96"
177
+ }
178
+ ],
179
+ "name": "ErrorIPricingServiceBundlePoolMismatch",
180
+ "type": "error"
181
+ },
182
+ {
183
+ "inputs": [
184
+ {
185
+ "internalType": "uint256",
186
+ "name": "distributionFeeFixAmount",
187
+ "type": "uint256"
188
+ },
189
+ {
190
+ "internalType": "uint256",
191
+ "name": "distributionFeeVarAmount",
192
+ "type": "uint256"
193
+ },
194
+ {
195
+ "internalType": "uint256",
196
+ "name": "distributionOwnerFeeFixAmount",
197
+ "type": "uint256"
198
+ },
199
+ {
200
+ "internalType": "uint256",
201
+ "name": "distributionOwnerFeeVarAmount",
202
+ "type": "uint256"
203
+ },
204
+ {
205
+ "internalType": "uint256",
206
+ "name": "commissionAmount",
207
+ "type": "uint256"
208
+ },
209
+ {
210
+ "internalType": "uint256",
211
+ "name": "discountAmount",
212
+ "type": "uint256"
213
+ }
214
+ ],
215
+ "name": "ErrorIPricingServiceFeeCalculationMismatch",
216
+ "type": "error"
217
+ },
218
+ {
219
+ "inputs": [
220
+ {
221
+ "internalType": "NftId",
222
+ "name": "nftId",
223
+ "type": "uint96"
224
+ }
225
+ ],
226
+ "name": "ErrorNftOwnableAlreadyLinked",
227
+ "type": "error"
228
+ },
229
+ {
230
+ "inputs": [
231
+ {
232
+ "internalType": "address",
233
+ "name": "contractAddress",
234
+ "type": "address"
235
+ }
236
+ ],
237
+ "name": "ErrorNftOwnableContractNotRegistered",
238
+ "type": "error"
239
+ },
240
+ {
241
+ "inputs": [],
242
+ "name": "ErrorNftOwnableInitialOwnerZero",
243
+ "type": "error"
244
+ },
245
+ {
246
+ "inputs": [
247
+ {
248
+ "internalType": "address",
249
+ "name": "account",
250
+ "type": "address"
251
+ }
252
+ ],
253
+ "name": "ErrorNftOwnableNotOwner",
254
+ "type": "error"
255
+ },
256
+ {
257
+ "inputs": [
258
+ {
259
+ "internalType": "address",
260
+ "name": "registryAddress",
261
+ "type": "address"
262
+ }
263
+ ],
264
+ "name": "ErrorNotRegistry",
265
+ "type": "error"
266
+ },
267
+ {
268
+ "inputs": [],
269
+ "name": "ErrorServiceNotImplemented",
270
+ "type": "error"
271
+ },
272
+ {
273
+ "inputs": [],
274
+ "name": "InvalidInitialization",
275
+ "type": "error"
276
+ },
277
+ {
278
+ "inputs": [],
279
+ "name": "NotInitializing",
280
+ "type": "error"
281
+ },
282
+ {
283
+ "anonymous": false,
284
+ "inputs": [
285
+ {
286
+ "indexed": false,
287
+ "internalType": "address",
288
+ "name": "authority",
289
+ "type": "address"
290
+ }
291
+ ],
292
+ "name": "AuthorityUpdated",
293
+ "type": "event"
294
+ },
295
+ {
296
+ "anonymous": false,
297
+ "inputs": [
298
+ {
299
+ "indexed": false,
300
+ "internalType": "uint64",
301
+ "name": "version",
302
+ "type": "uint64"
303
+ }
304
+ ],
305
+ "name": "Initialized",
306
+ "type": "event"
307
+ },
308
+ {
309
+ "inputs": [],
310
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
311
+ "outputs": [
312
+ {
313
+ "internalType": "bytes32",
314
+ "name": "",
315
+ "type": "bytes32"
316
+ }
317
+ ],
318
+ "stateMutability": "view",
319
+ "type": "function"
320
+ },
321
+ {
322
+ "inputs": [],
323
+ "name": "REGISTERABLE_LOCATION_V1",
324
+ "outputs": [
325
+ {
326
+ "internalType": "bytes32",
327
+ "name": "",
328
+ "type": "bytes32"
329
+ }
330
+ ],
331
+ "stateMutability": "view",
332
+ "type": "function"
333
+ },
334
+ {
335
+ "inputs": [],
336
+ "name": "authority",
337
+ "outputs": [
338
+ {
339
+ "internalType": "address",
340
+ "name": "",
341
+ "type": "address"
342
+ }
343
+ ],
344
+ "stateMutability": "view",
345
+ "type": "function"
346
+ },
347
+ {
348
+ "inputs": [
349
+ {
350
+ "internalType": "NftId",
351
+ "name": "productNftId",
352
+ "type": "uint96"
353
+ },
354
+ {
355
+ "internalType": "RiskId",
356
+ "name": "riskId",
357
+ "type": "bytes8"
358
+ },
359
+ {
360
+ "internalType": "Amount",
361
+ "name": "sumInsuredAmount",
362
+ "type": "uint96"
363
+ },
364
+ {
365
+ "internalType": "Seconds",
366
+ "name": "lifetime",
367
+ "type": "uint40"
368
+ },
369
+ {
370
+ "internalType": "bytes",
371
+ "name": "applicationData",
372
+ "type": "bytes"
373
+ },
374
+ {
375
+ "internalType": "NftId",
376
+ "name": "bundleNftId",
377
+ "type": "uint96"
378
+ },
379
+ {
380
+ "internalType": "ReferralId",
381
+ "name": "referralId",
382
+ "type": "bytes8"
383
+ }
384
+ ],
385
+ "name": "calculatePremium",
386
+ "outputs": [
387
+ {
388
+ "components": [
389
+ {
390
+ "internalType": "uint256",
391
+ "name": "netPremiumAmount",
392
+ "type": "uint256"
393
+ },
394
+ {
395
+ "internalType": "uint256",
396
+ "name": "fullPremiumAmount",
397
+ "type": "uint256"
398
+ },
399
+ {
400
+ "internalType": "uint256",
401
+ "name": "premiumAmount",
402
+ "type": "uint256"
403
+ },
404
+ {
405
+ "internalType": "uint256",
406
+ "name": "productFeeFixAmount",
407
+ "type": "uint256"
408
+ },
409
+ {
410
+ "internalType": "uint256",
411
+ "name": "poolFeeFixAmount",
412
+ "type": "uint256"
413
+ },
414
+ {
415
+ "internalType": "uint256",
416
+ "name": "bundleFeeFixAmount",
417
+ "type": "uint256"
418
+ },
419
+ {
420
+ "internalType": "uint256",
421
+ "name": "distributionFeeFixAmount",
422
+ "type": "uint256"
423
+ },
424
+ {
425
+ "internalType": "uint256",
426
+ "name": "productFeeVarAmount",
427
+ "type": "uint256"
428
+ },
429
+ {
430
+ "internalType": "uint256",
431
+ "name": "poolFeeVarAmount",
432
+ "type": "uint256"
433
+ },
434
+ {
435
+ "internalType": "uint256",
436
+ "name": "bundleFeeVarAmount",
437
+ "type": "uint256"
438
+ },
439
+ {
440
+ "internalType": "uint256",
441
+ "name": "distributionFeeVarAmount",
442
+ "type": "uint256"
443
+ },
444
+ {
445
+ "internalType": "uint256",
446
+ "name": "distributionOwnerFeeFixAmount",
447
+ "type": "uint256"
448
+ },
449
+ {
450
+ "internalType": "uint256",
451
+ "name": "distributionOwnerFeeVarAmount",
452
+ "type": "uint256"
453
+ },
454
+ {
455
+ "internalType": "uint256",
456
+ "name": "commissionAmount",
457
+ "type": "uint256"
458
+ },
459
+ {
460
+ "internalType": "uint256",
461
+ "name": "discountAmount",
462
+ "type": "uint256"
463
+ }
464
+ ],
465
+ "internalType": "struct IPolicy.Premium",
466
+ "name": "premium",
467
+ "type": "tuple"
468
+ }
469
+ ],
470
+ "stateMutability": "view",
471
+ "type": "function"
472
+ },
473
+ {
474
+ "inputs": [],
475
+ "name": "getDomain",
476
+ "outputs": [
477
+ {
478
+ "internalType": "ObjectType",
479
+ "name": "",
480
+ "type": "uint8"
481
+ }
482
+ ],
483
+ "stateMutability": "pure",
484
+ "type": "function"
485
+ },
486
+ {
487
+ "inputs": [],
488
+ "name": "getInitialInfo",
489
+ "outputs": [
490
+ {
491
+ "components": [
492
+ {
493
+ "internalType": "NftId",
494
+ "name": "nftId",
495
+ "type": "uint96"
496
+ },
497
+ {
498
+ "internalType": "NftId",
499
+ "name": "parentNftId",
500
+ "type": "uint96"
501
+ },
502
+ {
503
+ "internalType": "ObjectType",
504
+ "name": "objectType",
505
+ "type": "uint8"
506
+ },
507
+ {
508
+ "internalType": "bool",
509
+ "name": "isInterceptor",
510
+ "type": "bool"
511
+ },
512
+ {
513
+ "internalType": "address",
514
+ "name": "objectAddress",
515
+ "type": "address"
516
+ },
517
+ {
518
+ "internalType": "address",
519
+ "name": "initialOwner",
520
+ "type": "address"
521
+ },
522
+ {
523
+ "internalType": "bytes",
524
+ "name": "data",
525
+ "type": "bytes"
526
+ }
527
+ ],
528
+ "internalType": "struct IRegistry.ObjectInfo",
529
+ "name": "info",
530
+ "type": "tuple"
531
+ }
532
+ ],
533
+ "stateMutability": "view",
534
+ "type": "function"
535
+ },
536
+ {
537
+ "inputs": [],
538
+ "name": "getInstanceService",
539
+ "outputs": [
540
+ {
541
+ "internalType": "contract InstanceService",
542
+ "name": "",
543
+ "type": "address"
544
+ }
545
+ ],
546
+ "stateMutability": "view",
547
+ "type": "function"
548
+ },
549
+ {
550
+ "inputs": [],
551
+ "name": "getNftId",
552
+ "outputs": [
553
+ {
554
+ "internalType": "NftId",
555
+ "name": "",
556
+ "type": "uint96"
557
+ }
558
+ ],
559
+ "stateMutability": "view",
560
+ "type": "function"
561
+ },
562
+ {
563
+ "inputs": [],
564
+ "name": "getOwner",
565
+ "outputs": [
566
+ {
567
+ "internalType": "address",
568
+ "name": "",
569
+ "type": "address"
570
+ }
571
+ ],
572
+ "stateMutability": "view",
573
+ "type": "function"
574
+ },
575
+ {
576
+ "inputs": [],
577
+ "name": "getRegistry",
578
+ "outputs": [
579
+ {
580
+ "internalType": "contract IRegistry",
581
+ "name": "",
582
+ "type": "address"
583
+ }
584
+ ],
585
+ "stateMutability": "view",
586
+ "type": "function"
587
+ },
588
+ {
589
+ "inputs": [],
590
+ "name": "getRegistryService",
591
+ "outputs": [
592
+ {
593
+ "internalType": "contract IRegistryService",
594
+ "name": "",
595
+ "type": "address"
596
+ }
597
+ ],
598
+ "stateMutability": "view",
599
+ "type": "function"
600
+ },
601
+ {
602
+ "inputs": [],
603
+ "name": "getVersion",
604
+ "outputs": [
605
+ {
606
+ "internalType": "Version",
607
+ "name": "",
608
+ "type": "uint24"
609
+ }
610
+ ],
611
+ "stateMutability": "pure",
612
+ "type": "function"
613
+ },
614
+ {
615
+ "inputs": [],
616
+ "name": "initializeERC165",
617
+ "outputs": [],
618
+ "stateMutability": "nonpayable",
619
+ "type": "function"
620
+ },
621
+ {
622
+ "inputs": [
623
+ {
624
+ "internalType": "address",
625
+ "name": "initialOwner",
626
+ "type": "address"
627
+ },
628
+ {
629
+ "internalType": "address",
630
+ "name": "registryAddress",
631
+ "type": "address"
632
+ }
633
+ ],
634
+ "name": "initializeNftOwnable",
635
+ "outputs": [],
636
+ "stateMutability": "nonpayable",
637
+ "type": "function"
638
+ },
639
+ {
640
+ "inputs": [
641
+ {
642
+ "internalType": "address",
643
+ "name": "registryAddress",
644
+ "type": "address"
645
+ },
646
+ {
647
+ "internalType": "NftId",
648
+ "name": "parentNftId",
649
+ "type": "uint96"
650
+ },
651
+ {
652
+ "internalType": "ObjectType",
653
+ "name": "objectType",
654
+ "type": "uint8"
655
+ },
656
+ {
657
+ "internalType": "bool",
658
+ "name": "isInterceptor",
659
+ "type": "bool"
660
+ },
661
+ {
662
+ "internalType": "address",
663
+ "name": "initialOwner",
664
+ "type": "address"
665
+ },
666
+ {
667
+ "internalType": "bytes",
668
+ "name": "registryData",
669
+ "type": "bytes"
670
+ }
671
+ ],
672
+ "name": "initializeRegisterable",
673
+ "outputs": [],
674
+ "stateMutability": "nonpayable",
675
+ "type": "function"
676
+ },
677
+ {
678
+ "inputs": [
679
+ {
680
+ "internalType": "address",
681
+ "name": "registryAddress",
682
+ "type": "address"
683
+ }
684
+ ],
685
+ "name": "initializeRegistryLinked",
686
+ "outputs": [],
687
+ "stateMutability": "nonpayable",
688
+ "type": "function"
689
+ },
690
+ {
691
+ "inputs": [
692
+ {
693
+ "internalType": "address",
694
+ "name": "registry",
695
+ "type": "address"
696
+ },
697
+ {
698
+ "internalType": "address",
699
+ "name": "authority",
700
+ "type": "address"
701
+ },
702
+ {
703
+ "internalType": "address",
704
+ "name": "initialOwner",
705
+ "type": "address"
706
+ }
707
+ ],
708
+ "name": "initializeService",
709
+ "outputs": [],
710
+ "stateMutability": "nonpayable",
711
+ "type": "function"
712
+ },
713
+ {
714
+ "inputs": [
715
+ {
716
+ "internalType": "address",
717
+ "name": "activatedBy",
718
+ "type": "address"
719
+ },
720
+ {
721
+ "internalType": "bytes",
722
+ "name": "data",
723
+ "type": "bytes"
724
+ }
725
+ ],
726
+ "name": "initializeVersionable",
727
+ "outputs": [],
728
+ "stateMutability": "nonpayable",
729
+ "type": "function"
730
+ },
731
+ {
732
+ "inputs": [],
733
+ "name": "isConsumingScheduledOp",
734
+ "outputs": [
735
+ {
736
+ "internalType": "bytes4",
737
+ "name": "",
738
+ "type": "bytes4"
739
+ }
740
+ ],
741
+ "stateMutability": "view",
742
+ "type": "function"
743
+ },
744
+ {
745
+ "inputs": [],
746
+ "name": "linkToRegisteredNftId",
747
+ "outputs": [],
748
+ "stateMutability": "nonpayable",
749
+ "type": "function"
750
+ },
751
+ {
752
+ "inputs": [
753
+ {
754
+ "internalType": "bytes4",
755
+ "name": "interfaceId",
756
+ "type": "bytes4"
757
+ }
758
+ ],
759
+ "name": "registerInterface",
760
+ "outputs": [],
761
+ "stateMutability": "nonpayable",
762
+ "type": "function"
763
+ },
764
+ {
765
+ "inputs": [
766
+ {
767
+ "internalType": "address",
768
+ "name": "newAuthority",
769
+ "type": "address"
770
+ }
771
+ ],
772
+ "name": "setAuthority",
773
+ "outputs": [],
774
+ "stateMutability": "nonpayable",
775
+ "type": "function"
776
+ },
777
+ {
778
+ "inputs": [
779
+ {
780
+ "internalType": "bytes4",
781
+ "name": "interfaceId",
782
+ "type": "bytes4"
783
+ }
784
+ ],
785
+ "name": "supportsInterface",
786
+ "outputs": [
787
+ {
788
+ "internalType": "bool",
789
+ "name": "",
790
+ "type": "bool"
791
+ }
792
+ ],
793
+ "stateMutability": "view",
794
+ "type": "function"
795
+ },
796
+ {
797
+ "inputs": [
798
+ {
799
+ "internalType": "bytes",
800
+ "name": "data",
801
+ "type": "bytes"
802
+ }
803
+ ],
804
+ "name": "upgradeVersionable",
805
+ "outputs": [],
806
+ "stateMutability": "nonpayable",
807
+ "type": "function"
808
+ }
809
+ ],
810
+ "bytecode": "0x60806040523480156200001157600080fd5b506200001c62000022565b620000d6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000735760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620000d35780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6137bf80620000e66000396000f3fe608060405234801561001057600080fd5b50600436106101585760003560e01c8063675393bf116100c3578063b68d18091161007c578063b68d180914610327578063bf7e214f14610336578063caf4e3d414610354578063cc9fc59a1461035c578063f4bfe53a14610364578063f7c34ee01461042057600080fd5b8063675393bf146102b05780637a9e5e4b146102c3578063893d20e8146102d65780638e32e979146102de5780638fb36037146102f1578063ada9652e1461031257600080fd5b806327bb7a331161011557806327bb7a3314610222578063329d6e741461023557806336fc697e1461024857806349bb9e4b146102505780635ab1bd5314610263578063644c45e01461028857600080fd5b806301ffc9a71461015d5780630d8e6e2c1461019f5780630fec111c146101bb578063138461e0146101d05780631eff4b22146101da578063214cdb801461020f575b600080fd5b61018a61016b3660046126d5565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a7610433565b60405162ffffff9091168152602001610196565b6101c36104bd565b604051610196919061274f565b6101d8610614565b005b6102017f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610196565b6101d861021d3660046126d5565b61081b565b6101d8610230366004612997565b610848565b6101d8610243366004612a2f565b6108ed565b6101d8610a3a565b6101d861025e366004612a63565b610a80565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610196565b60008051602061372a833981519152546040516001600160601b039091168152602001610196565b6101d86102be366004612ab2565b610b7f565b6101d86102d1366004612ab2565b610c8d565b610270610d27565b6101d86102ec366004612acf565b610e5e565b6102f9611097565b6040516001600160e01b03199091168152602001610196565b61020160008051602061372a83398151915281565b60405160e68152602001610196565b60008051602061374a833981519152546001600160a01b0316610270565b6102706110cf565b6102706110db565b610377610372366004612b43565b6110e7565b6040516101969190815181526020808301519082015260408083015190820152606080830151908201526080808301519082015260a0808301519082015260c0808301519082015260e08083015190820152610100808301519082015261012080830151908201526101408083015190820152610160808301519082015261018080830151908201526101a080830151908201526101c091820151918101919091526101e00190565b6101d861042e366004612bf1565b611588565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610494573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104b89190612c2a565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526040805160e081019091527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300908060006001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610570610d27565b6001600160a01b0316815260200182600101805461058d90612c4f565b80601f01602080910402602001604051908101604052809291908181526020018280546105b990612c4f565b80156106065780601f106105db57610100808354040283529160200191610606565b820191906000526020600020905b8154815290600101906020018083116105e957829003601f168201915b505050505081525091505090565b600060008051602061372a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610683573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a79190612c99565b156106d85780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306106eb6001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610733573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107579190612c99565b61077f5760405163b9304b0d60e01b81526001600160a01b03821660048201526024016106cf565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa1580156107d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107f79190612cc1565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b6108236115ff565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108506115ff565b61085a8287611588565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016108e38382612d2c565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61090f610433565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561094f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109739190612e0b565b60008051602061376a8339815191528054600160401b900460ff16806109a6575080546001600160401b03808416911610155b156109c45760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556109ee83611638565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610a426115ff565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008051602061376a8339815191528054600160401b810460ff1615906001600160401b0316600081158015610ab35750825b90506000826001600160401b03166001148015610acf5750303b155b905081158015610add575080155b15610afb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b2557845460ff60401b1916600160401b1785555b610b2f8787611640565b8315610b7657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610b876115ff565b806001600160a01b03163b600003610bbd5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106cf565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152631373a18560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610c37575060408051601f3d908101601f19168201909252610c3491810190612c99565b60015b610c5f5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106cf565b80610c885760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106cf565b505b50565b33610cad60008051602061374a833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610ce85760405162d1953b60e31b81526001600160a01b03821660048201526024016106cf565b816001600160a01b03163b600003610d1e576040516361798f2f60e11b81526001600160a01b03831660048201526024016106cf565b610c888261178b565b60008060008051602061372a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610d97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dbb9190612c99565b15610e48576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610e1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e429190612e33565b91505090565b54600160601b90046001600160a01b0316919050565b610e666115ff565b610ee683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ea8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ecc9190612cc1565b603c60008560405180602001604052806000815250610848565b6001600160a01b03821615610f0357610efe826117ec565b611072565b6000610f176001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610f77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f9b9190612e5b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015610fe0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110049190612e33565b9050611070816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611047573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061106b9190612e33565b6117ec565b505b611082634a531f3360e01b61081b565b61109263b68d180960e01b61081b565b505050565b60008051602061374a833981519152805460009190600160a01b900460ff166110c1576000610e42565b638fb3603760e01b91505090565b60006104b860286117fd565b60006104b860466117fd565b6110ef61265f565b60008080806110ff8c606e611910565b91509150806001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611141573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111659190612e33565b6080830151604051633c5e741960e21b81529195506001600160a01b03169063f179d0649061119e908d908f908e908e90600401612e78565b602060405180830381865afa1580156111bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111df9190612cc1565b60405163242bdc1960e21b81526001600160601b038e166004820152909350600092506001600160a01b03851691506390af70649060240161014060405180830381865afa158015611235573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112599190612f11565b606081015160405163f0ea17c360e01b81526001600160601b0390911660048201529091506000906001600160a01b0385169063f0ea17c390602401600060405180830381865afa1580156112b2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112da9190810190612ffe565b60c0015190506000818060200190518101906112f691906130e3565b604051634793b4ab60e01b81526001600160601b038a1660048201529091506000906001600160a01b03871690634793b4ab90602401600060405180830381865afa158015611349573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261137191908101906131e2565b805160608601519192506001600160601b039081169116146113c857805160608501516040516311db892d60e01b81526001600160601b03808d1660048301529283166024820152911660448201526064016106cf565b6040848101519051639ad69c6760e01b81526001600160601b03821660048201526000906001600160a01b03891690639ad69c679060240161010060405180830381865afa15801561141e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061144291906132de565b90506114518787868487611a3e565b98506114608987868487611bef565b985061146f89828c858c611f26565b985080604001516020015189610160015110156114e55760c08901516101408a01516101608b01516101808c01516101a08d01516101c08e0151604051637bee97c760e11b81526004810196909652602486019490945260448501929092526064840152608483015260a482015260c4016106cf565b886101a001518961018001518a6101c001516115019190613395565b61150b9190613395565b896101400151146115755760c08901516101408a01516101608b01516101808c01516101a08d01516101c08e0151604051637bee97c760e11b81526004810196909652602486019490945260448501929092526064840152608483015260a482015260c4016106cf565b5050505050505050979650505050505050565b6115906115ff565b61159981610b7f565b6115a1610a3a565b6001600160a01b0382166115c85760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061372a83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60008051602061376a83398151915254600160401b900460ff1661163657604051631afcd79f60e31b815260040160405180910390fd5b565b6101586115ff565b60008051602061376a8339815191528054600160401b810460ff1615906001600160401b03166000811580156116735750825b90506000826001600160401b0316600114801561168f5750303b155b90508115801561169d575080155b156116bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116e557845460ff60401b1916600160401b1785555b600080878060200190518101906116fc91906133a8565b909250905061170d8260008b610e5e565b61171d637a5ff29d60e11b61081b565b61172760786117fd565b600280546001600160a01b0319166001600160a01b039290921691909117905550508315610b7657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610b6d565b60008051602061374a83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6117f46115ff565b610c8a816124b4565b60006118116001546001600160a01b031690565b6001600160a01b031663d39e604383611828610433565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af415801561187d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118a19190612e5b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156118e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061190a9190612e33565b92915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c08201526001549091906001600160a01b03166040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa1580156119a5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526119cd91908101906133d7565b91506119e482604001518460ff9081169116141590565b15611a2857608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff80861660248401521660448201526064016106cf565b611a3582602001516124c5565b90509250929050565b611a4661265f565b60405163046e44af60e11b81526001600160601b038716600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611a9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ac29190613477565b815260405163046e44af60e11b81526001600160601b038716600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611b1c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b409190613477565b60208083018281526080880151909101516060840181905291829190611b67908390613395565b90525050610140840151602090810151608083018190529082018051829190611b91908390613395565b9052505060208083015181015160a083018190529082018051829190611bb8908390613395565b90525050606083015160209081015160c083018190529082018051829190611be1908390613395565b905250909695505050505050565b611bf761265f565b85516040516322f5db0f60e11b815260009173__$bf7bc340cbb9229ef1de2c568356e67902$__916345ebb61e91611c359160040190815260200190565b602060405180830381865af4158015611c52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c769190613477565b90506000611c8c8288608001516000015161255a565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611cdd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d019190613477565b60e089018190526020890180519192508291611d1e908390613395565b90525061014086015151611d3390839061255a565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611d84573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611da89190613477565b61010089018190526020890180519192508291611dc6908390613395565b905250602084015151611dda90839061255a565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611e2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e4f9190613477565b61012089018190526020890180519192508291611e6d908390613395565b905250606085015151611e8190839061255a565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611ed2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef69190613477565b61014089018190526020890180519192508291611f14908390613395565b90525087925050505b95945050505050565b611f2e61265f565b6002546040516309741ce160e21b81526001600160601b03851660048201526001600160c01b0319861660248201526001600160a01b03909116906325d0738490604401602060405180830381865afa158015611f8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb39190612c99565b611fdf575060c08501516101608601526101408501516101808601526020850151604086015284611f1d565b6040858101519051631d3be47760e01b81526001600160c01b0319861660048201526000906001600160a01b03851690631d3be47790602401600060405180830381865afa158015612035573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261205d91908101906134a4565b80516040516313d8ebc960e11b81526001600160601b0390911660048201529091506000906001600160a01b038616906327b1d79290602401600060405180830381865afa1580156120b3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120db9190810190613550565b80516040516368322c6360e11b81526001600160c01b031990911660048201529091506000906001600160a01b0387169063d06458c690602401600060405180830381865afa158015612132573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261215a9190810190613609565b8a516040516322f5db0f60e11b8152600481019190915290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90602401602060405180830381865af41580156121b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121d79190613477565b60608301516040516332292b2760e21b815273__$bf7bc340cbb9229ef1de2c568356e67902$__9263c8a4ac9c9261221a92600401918252602082015260400190565b602060405180830381865af4158015612237573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061225b9190613477565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156122ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122d09190613477565b6101a08c0181905260208c01516040516322f5db0f60e11b815291925073__$bf7bc340cbb9229ef1de2c568356e67902$__916345ebb61e916123199160040190815260200190565b602060405180830381865af4158015612336573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061235a9190613477565b60408086015190516332292b2760e21b815273__$bf7bc340cbb9229ef1de2c568356e67902$__9263c8a4ac9c9261239d92600401918252602082015260400190565b602060405180830381865af41580156123ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123de9190613477565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af415801561242f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124539190613477565b6101c08c0181905260408b0151602001516101608d01526101408c015161247b908390613700565b6124859190613700565b6101808c01526101c08b015160208c01516124a09190613700565b60408c015250989998505050505050505050565b6124bc6115ff565b610c8a8161178b565b60006124d96001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612528573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261255091908101906133d7565b6080015192915050565b600061256f8383670de0b6b3a7640000612576565b9392505050565b60008080600019858709858702925082811083820303915050806000036125b0578382816125a6576125a6613713565b049250505061256f565b8084116125f75760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b60448201526064016106cf565b600084868809600260036001881981018916988990049182028318808302840302808302840302808302840302808302840302808302840302918202909203026000889003889004909101858311909403939093029303949094049190911702949350505050565b604051806101e001604052806000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b6000602082840312156126e757600080fd5b81356001600160e01b03198116811461256f57600080fd5b60005b8381101561271a578181015183820152602001612702565b50506000910152565b6000815180845261273b8160208601602086016126ff565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516127b860c08401826001600160a01b03169052565b5060c083015160e0808401526127d2610100840182612723565b949350505050565b6001600160a01b0381168114610c8a57600080fd5b6001600160601b0381168114610c8a57600080fd5b60ff81168114610c8a57600080fd5b8015158114610c8a57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405161010081016001600160401b038111828210171561285a5761285a612821565b60405290565b60405160e081016001600160401b038111828210171561285a5761285a612821565b6040516101a081016001600160401b038111828210171561285a5761285a612821565b60405161012081016001600160401b038111828210171561285a5761285a612821565b60405160a081016001600160401b038111828210171561285a5761285a612821565b604051601f8201601f191681016001600160401b038111828210171561291257612912612821565b604052919050565b60006001600160401b0382111561293357612933612821565b50601f01601f191660200190565b600082601f83011261295257600080fd5b81356129656129608261291a565b6128ea565b81815284602083860101111561297a57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c087890312156129b057600080fd5b86356129bb816127da565b955060208701356129cb816127ef565b945060408701356129db81612804565b935060608701356129eb81612813565b925060808701356129fb816127da565b915060a08701356001600160401b03811115612a1657600080fd5b612a2289828a01612941565b9150509295509295509295565b600060208284031215612a4157600080fd5b81356001600160401b03811115612a5757600080fd5b6127d284828501612941565b60008060408385031215612a7657600080fd5b8235612a81816127da565b915060208301356001600160401b03811115612a9c57600080fd5b612aa885828601612941565b9150509250929050565b600060208284031215612ac457600080fd5b813561256f816127da565b600080600060608486031215612ae457600080fd5b8335612aef816127da565b92506020840135612aff816127da565b91506040840135612b0f816127da565b809150509250925092565b6001600160c01b031981168114610c8a57600080fd5b64ffffffffff81168114610c8a57600080fd5b600080600080600080600060e0888a031215612b5e57600080fd5b8735612b69816127ef565b96506020880135612b7981612b1a565b95506040880135612b89816127ef565b94506060880135612b9981612b30565b935060808801356001600160401b03811115612bb457600080fd5b612bc08a828b01612941565b93505060a0880135612bd1816127ef565b915060c0880135612be181612b1a565b8091505092959891949750929550565b60008060408385031215612c0457600080fd5b8235612c0f816127da565b91506020830135612c1f816127da565b809150509250929050565b600060208284031215612c3c57600080fd5b815162ffffff8116811461256f57600080fd5b600181811c90821680612c6357607f821691505b602082108103612c8357634e487b7160e01b600052602260045260246000fd5b50919050565b8051612c9481612813565b919050565b600060208284031215612cab57600080fd5b815161256f81612813565b8051612c94816127ef565b600060208284031215612cd357600080fd5b815161256f816127ef565b601f82111561109257600081815260208120601f850160051c81016020861015612d055750805b601f850160051c820191505b81811015612d2457828155600101612d11565b505050505050565b81516001600160401b03811115612d4557612d45612821565b612d5981612d538454612c4f565b84612cde565b602080601f831160018114612d8e5760008415612d765750858301515b600019600386901b1c1916600185901b178555612d24565b600085815260208120601f198616915b82811015612dbd57888601518255948401946001909101908401612d9e565b5085821015612ddb5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b0381168114610c8a57600080fd5b8051612c9481612deb565b600060208284031215612e1d57600080fd5b815161256f81612deb565b8051612c94816127da565b600060208284031215612e4557600080fd5b815161256f816127da565b8051612c9481612804565b600060208284031215612e6d57600080fd5b815161256f81612804565b6001600160601b03851681526001600160401b0360c01b8416602082015264ffffffffff83166040820152608060608201526000612eb96080830184612723565b9695505050505050565b600060408284031215612ed557600080fd5b604051604081018181106001600160401b0382111715612ef757612ef7612821565b604052825181526020928301519281019290925250919050565b60006101408284031215612f2457600080fd5b612f2c612837565b612f3583612e28565b8152612f4360208401612e28565b6020820152612f5460408401612cb6565b6040820152612f6560608401612cb6565b6060820152612f778460808501612ec3565b6080820152612f898460c08501612ec3565b60a0820152612f9b6101008401612c89565b60c0820152612fad6101208401612e28565b60e08201529392505050565b600082601f830112612fca57600080fd5b8151612fd86129608261291a565b818152846020838601011115612fed57600080fd5b6127d28260208301602087016126ff565b60006020828403121561301057600080fd5b81516001600160401b038082111561302757600080fd5b9083019060e0828603121561303b57600080fd5b613043612860565b82518281111561305257600080fd5b61305e87828601612fb9565b82525061306d60208401612e28565b602082015261307e60408401612e28565b604082015261308f60608401612e28565b60608201526130a060808401612cb6565b60808201526130b160a08401612cb6565b60a082015260c0830151828111156130c857600080fd5b6130d487828601612fb9565b60c08301525095945050505050565b600061020082840312156130f657600080fd5b6130fe612882565b61310783612cb6565b815261311560208401612e00565b602082015261312660408401612cb6565b604082015261313760608401612cb6565b606082015261314860808401612cb6565b608082015261315960a08401612c89565b60a082015261316a60c08401612c89565b60c082015261317b60e08401612c89565b60e0820152610100838101519082015261012080840151908201526101406131a585828601612ec3565b908201526101806131b885858301612ec3565b6101608301526131cc856101c08601612ec3565b908201529392505050565b8051612c9481612b30565b6000602082840312156131f457600080fd5b81516001600160401b038082111561320b57600080fd5b90830190610140828603121561322057600080fd5b6132286128a5565b61323183612cb6565b81526132408660208501612ec3565b602082015260608301518281111561325757600080fd5b61326387828601612fb9565b60408301525061327560808401612cb6565b606082015261328660a08401612cb6565b608082015261329760c08401612cb6565b60a08201526132a860e084016131d7565b60c082015261010091506132bd8284016131d7565b60e08201526132cf61012084016131d7565b91810191909152949350505050565b600061010082840312156132f157600080fd5b60405160c081018181106001600160401b038211171561331357613313612821565b6040528251613321816127ef565b81526020830151613331816127da565b60208201526133438460408501612ec3565b60408201526133558460808501612ec3565b606082015260c0830151613368816127da565b608082015260e0929092015160a083015250919050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561190a5761190a61337f565b600080604083850312156133bb57600080fd5b82516133c6816127da565b6020840151909250612c1f816127da565b6000602082840312156133e957600080fd5b81516001600160401b038082111561340057600080fd5b9083019060e0828603121561341457600080fd5b61341c612860565b61342583612cb6565b815261343360208401612cb6565b602082015261344460408401612e50565b604082015261345560608401612c89565b606082015261346660808401612e28565b60808201526130b160a08401612e28565b60006020828403121561348957600080fd5b5051919050565b805163ffffffff81168114612c9457600080fd5b6000602082840312156134b657600080fd5b81516001600160401b03808211156134cd57600080fd5b9083019060e082860312156134e157600080fd5b6134e9612860565b6134f283612cb6565b815260208301518281111561350657600080fd5b61351287828601612fb9565b6020830152506040830151604082015261352e60608401613490565b606082015261353f60808401613490565b60808201526130b160a084016131d7565b60006020828403121561356257600080fd5b81516001600160401b038082111561357957600080fd5b9083019060a0828603121561358d57600080fd5b6135956128c8565b82516135a081612b1a565b815260208301516135b081612813565b60208201526040830151828111156135c757600080fd5b6135d387828601612fb9565b604083015250606083015191506135e9826127ef565b8160608201526135fb60808401613490565b608082015295945050505050565b60006020828403121561361b57600080fd5b81516001600160401b038082111561363257600080fd5b90830190610120828603121561364757600080fd5b61364f6128a5565b82518281111561365e57600080fd5b61366a87828601612fb9565b82525060208301516020820152604083015160408201526060830151606082015261369760808401613490565b60808201526136a860a08401613490565b60a08201526136b960c08401612c89565b60c08201526136ca60e08401612c89565b60e082015261010080840151838111156136e357600080fd5b6136ef88828701612fb9565b918301919091525095945050505050565b8181038181111561190a5761190a61337f565b634e487b7160e01b600052601260045260246000fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220696fd9f7c7ecf4673c7fcb70c909bd9455d230fa302cfcec591da757bf00f4b164736f6c63430008140033",
811
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101585760003560e01c8063675393bf116100c3578063b68d18091161007c578063b68d180914610327578063bf7e214f14610336578063caf4e3d414610354578063cc9fc59a1461035c578063f4bfe53a14610364578063f7c34ee01461042057600080fd5b8063675393bf146102b05780637a9e5e4b146102c3578063893d20e8146102d65780638e32e979146102de5780638fb36037146102f1578063ada9652e1461031257600080fd5b806327bb7a331161011557806327bb7a3314610222578063329d6e741461023557806336fc697e1461024857806349bb9e4b146102505780635ab1bd5314610263578063644c45e01461028857600080fd5b806301ffc9a71461015d5780630d8e6e2c1461019f5780630fec111c146101bb578063138461e0146101d05780631eff4b22146101da578063214cdb801461020f575b600080fd5b61018a61016b3660046126d5565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a7610433565b60405162ffffff9091168152602001610196565b6101c36104bd565b604051610196919061274f565b6101d8610614565b005b6102017f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610196565b6101d861021d3660046126d5565b61081b565b6101d8610230366004612997565b610848565b6101d8610243366004612a2f565b6108ed565b6101d8610a3a565b6101d861025e366004612a63565b610a80565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610196565b60008051602061372a833981519152546040516001600160601b039091168152602001610196565b6101d86102be366004612ab2565b610b7f565b6101d86102d1366004612ab2565b610c8d565b610270610d27565b6101d86102ec366004612acf565b610e5e565b6102f9611097565b6040516001600160e01b03199091168152602001610196565b61020160008051602061372a83398151915281565b60405160e68152602001610196565b60008051602061374a833981519152546001600160a01b0316610270565b6102706110cf565b6102706110db565b610377610372366004612b43565b6110e7565b6040516101969190815181526020808301519082015260408083015190820152606080830151908201526080808301519082015260a0808301519082015260c0808301519082015260e08083015190820152610100808301519082015261012080830151908201526101408083015190820152610160808301519082015261018080830151908201526101a080830151908201526101c091820151918101919091526101e00190565b6101d861042e366004612bf1565b611588565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610494573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104b89190612c2a565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091526040805160e081019091527f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa300908060006001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610570610d27565b6001600160a01b0316815260200182600101805461058d90612c4f565b80601f01602080910402602001604051908101604052809291908181526020018280546105b990612c4f565b80156106065780601f106105db57610100808354040283529160200191610606565b820191906000526020600020905b8154815290600101906020018083116105e957829003601f168201915b505050505081525091505090565b600060008051602061372a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610683573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106a79190612c99565b156106d85780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b306106eb6001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610733573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107579190612c99565b61077f5760405163b9304b0d60e01b81526001600160a01b03821660048201526024016106cf565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa1580156107d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107f79190612cc1565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b6108236115ff565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6108506115ff565b61085a8287611588565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016108e38382612d2c565b5050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c61090f610433565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561094f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109739190612e0b565b60008051602061376a8339815191528054600160401b900460ff16806109a6575080546001600160401b03808416911610155b156109c45760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556109ee83611638565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b610a426115ff565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60008051602061376a8339815191528054600160401b810460ff1615906001600160401b0316600081158015610ab35750825b90506000826001600160401b03166001148015610acf5750303b155b905081158015610add575080155b15610afb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b2557845460ff60401b1916600160401b1785555b610b2f8787611640565b8315610b7657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b610b876115ff565b806001600160a01b03163b600003610bbd5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106cf565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152631373a18560e31b60048201526301ffc9a790602401602060405180830381865afa925050508015610c37575060408051601f3d908101601f19168201909252610c3491810190612c99565b60015b610c5f5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106cf565b80610c885760405163fdeac91f60e01b81526001600160a01b03831660048201526024016106cf565b505b50565b33610cad60008051602061374a833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610ce85760405162d1953b60e31b81526001600160a01b03821660048201526024016106cf565b816001600160a01b03163b600003610d1e576040516361798f2f60e11b81526001600160a01b03831660048201526024016106cf565b610c888261178b565b60008060008051602061372a83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610d97573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dbb9190612c99565b15610e48576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610e1e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e429190612e33565b91505090565b54600160601b90046001600160a01b0316919050565b610e666115ff565b610ee683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610ea8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ecc9190612cc1565b603c60008560405180602001604052806000815250610848565b6001600160a01b03821615610f0357610efe826117ec565b611072565b6000610f176001546001600160a01b031690565b6001600160a01b031663d39e60436028604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610f77573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f9b9190612e5b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015610fe0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110049190612e33565b9050611070816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611047573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061106b9190612e33565b6117ec565b505b611082634a531f3360e01b61081b565b61109263b68d180960e01b61081b565b505050565b60008051602061374a833981519152805460009190600160a01b900460ff166110c1576000610e42565b638fb3603760e01b91505090565b60006104b860286117fd565b60006104b860466117fd565b6110ef61265f565b60008080806110ff8c606e611910565b91509150806001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611141573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111659190612e33565b6080830151604051633c5e741960e21b81529195506001600160a01b03169063f179d0649061119e908d908f908e908e90600401612e78565b602060405180830381865afa1580156111bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111df9190612cc1565b60405163242bdc1960e21b81526001600160601b038e166004820152909350600092506001600160a01b03851691506390af70649060240161014060405180830381865afa158015611235573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112599190612f11565b606081015160405163f0ea17c360e01b81526001600160601b0390911660048201529091506000906001600160a01b0385169063f0ea17c390602401600060405180830381865afa1580156112b2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112da9190810190612ffe565b60c0015190506000818060200190518101906112f691906130e3565b604051634793b4ab60e01b81526001600160601b038a1660048201529091506000906001600160a01b03871690634793b4ab90602401600060405180830381865afa158015611349573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261137191908101906131e2565b805160608601519192506001600160601b039081169116146113c857805160608501516040516311db892d60e01b81526001600160601b03808d1660048301529283166024820152911660448201526064016106cf565b6040848101519051639ad69c6760e01b81526001600160601b03821660048201526000906001600160a01b03891690639ad69c679060240161010060405180830381865afa15801561141e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061144291906132de565b90506114518787868487611a3e565b98506114608987868487611bef565b985061146f89828c858c611f26565b985080604001516020015189610160015110156114e55760c08901516101408a01516101608b01516101808c01516101a08d01516101c08e0151604051637bee97c760e11b81526004810196909652602486019490945260448501929092526064840152608483015260a482015260c4016106cf565b886101a001518961018001518a6101c001516115019190613395565b61150b9190613395565b896101400151146115755760c08901516101408a01516101608b01516101808c01516101a08d01516101c08e0151604051637bee97c760e11b81526004810196909652602486019490945260448501929092526064840152608483015260a482015260c4016106cf565b5050505050505050979650505050505050565b6115906115ff565b61159981610b7f565b6115a1610a3a565b6001600160a01b0382166115c85760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061372a83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b60008051602061376a83398151915254600160401b900460ff1661163657604051631afcd79f60e31b815260040160405180910390fd5b565b6101586115ff565b60008051602061376a8339815191528054600160401b810460ff1615906001600160401b03166000811580156116735750825b90506000826001600160401b0316600114801561168f5750303b155b90508115801561169d575080155b156116bb5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116e557845460ff60401b1916600160401b1785555b600080878060200190518101906116fc91906133a8565b909250905061170d8260008b610e5e565b61171d637a5ff29d60e11b61081b565b61172760786117fd565b600280546001600160a01b0319166001600160a01b039290921691909117905550508315610b7657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610b6d565b60008051602061374a83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6117f46115ff565b610c8a816124b4565b60006118116001546001600160a01b031690565b6001600160a01b031663d39e604383611828610433565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af415801561187d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118a19190612e5b565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156118e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061190a9190612e33565b92915050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c08201526001549091906001600160a01b03166040516305247a1760e51b81526001600160601b03861660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa1580156119a5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526119cd91908101906133d7565b91506119e482604001518460ff9081169116141590565b15611a2857608082015160408084015190516304081d4960e41b81526001600160a01b03909216600483015260ff80861660248401521660448201526064016106cf565b611a3582602001516124c5565b90509250929050565b611a4661265f565b60405163046e44af60e11b81526001600160601b038716600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611a9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ac29190613477565b815260405163046e44af60e11b81526001600160601b038716600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015611b1c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b409190613477565b60208083018281526080880151909101516060840181905291829190611b67908390613395565b90525050610140840151602090810151608083018190529082018051829190611b91908390613395565b9052505060208083015181015160a083018190529082018051829190611bb8908390613395565b90525050606083015160209081015160c083018190529082018051829190611be1908390613395565b905250909695505050505050565b611bf761265f565b85516040516322f5db0f60e11b815260009173__$bf7bc340cbb9229ef1de2c568356e67902$__916345ebb61e91611c359160040190815260200190565b602060405180830381865af4158015611c52573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c769190613477565b90506000611c8c8288608001516000015161255a565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611cdd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d019190613477565b60e089018190526020890180519192508291611d1e908390613395565b90525061014086015151611d3390839061255a565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611d84573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611da89190613477565b61010089018190526020890180519192508291611dc6908390613395565b905250602084015151611dda90839061255a565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611e2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e4f9190613477565b61012089018190526020890180519192508291611e6d908390613395565b905250606085015151611e8190839061255a565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611ed2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef69190613477565b61014089018190526020890180519192508291611f14908390613395565b90525087925050505b95945050505050565b611f2e61265f565b6002546040516309741ce160e21b81526001600160601b03851660048201526001600160c01b0319861660248201526001600160a01b03909116906325d0738490604401602060405180830381865afa158015611f8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611fb39190612c99565b611fdf575060c08501516101608601526101408501516101808601526020850151604086015284611f1d565b6040858101519051631d3be47760e01b81526001600160c01b0319861660048201526000906001600160a01b03851690631d3be47790602401600060405180830381865afa158015612035573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261205d91908101906134a4565b80516040516313d8ebc960e11b81526001600160601b0390911660048201529091506000906001600160a01b038616906327b1d79290602401600060405180830381865afa1580156120b3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120db9190810190613550565b80516040516368322c6360e11b81526001600160c01b031990911660048201529091506000906001600160a01b0387169063d06458c690602401600060405180830381865afa158015612132573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261215a9190810190613609565b8a516040516322f5db0f60e11b8152600481019190915290915060009073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e90602401602060405180830381865af41580156121b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121d79190613477565b60608301516040516332292b2760e21b815273__$bf7bc340cbb9229ef1de2c568356e67902$__9263c8a4ac9c9261221a92600401918252602082015260400190565b602060405180830381865af4158015612237573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061225b9190613477565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af41580156122ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122d09190613477565b6101a08c0181905260208c01516040516322f5db0f60e11b815291925073__$bf7bc340cbb9229ef1de2c568356e67902$__916345ebb61e916123199160040190815260200190565b602060405180830381865af4158015612336573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061235a9190613477565b60408086015190516332292b2760e21b815273__$bf7bc340cbb9229ef1de2c568356e67902$__9263c8a4ac9c9261239d92600401918252602082015260400190565b602060405180830381865af41580156123ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123de9190613477565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af415801561242f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124539190613477565b6101c08c0181905260408b0151602001516101608d01526101408c015161247b908390613700565b6124859190613700565b6101808c01526101c08b015160208c01516124a09190613700565b60408c015250989998505050505050505050565b6124bc6115ff565b610c8a8161178b565b60006124d96001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015612528573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261255091908101906133d7565b6080015192915050565b600061256f8383670de0b6b3a7640000612576565b9392505050565b60008080600019858709858702925082811083820303915050806000036125b0578382816125a6576125a6613713565b049250505061256f565b8084116125f75760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b60448201526064016106cf565b600084868809600260036001881981018916988990049182028318808302840302808302840302808302840302808302840302808302840302918202909203026000889003889004909101858311909403939093029303949094049190911702949350505050565b604051806101e001604052806000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b6000602082840312156126e757600080fd5b81356001600160e01b03198116811461256f57600080fd5b60005b8381101561271a578181015183820152602001612702565b50506000910152565b6000815180845261273b8160208601602086016126ff565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516127b860c08401826001600160a01b03169052565b5060c083015160e0808401526127d2610100840182612723565b949350505050565b6001600160a01b0381168114610c8a57600080fd5b6001600160601b0381168114610c8a57600080fd5b60ff81168114610c8a57600080fd5b8015158114610c8a57600080fd5b634e487b7160e01b600052604160045260246000fd5b60405161010081016001600160401b038111828210171561285a5761285a612821565b60405290565b60405160e081016001600160401b038111828210171561285a5761285a612821565b6040516101a081016001600160401b038111828210171561285a5761285a612821565b60405161012081016001600160401b038111828210171561285a5761285a612821565b60405160a081016001600160401b038111828210171561285a5761285a612821565b604051601f8201601f191681016001600160401b038111828210171561291257612912612821565b604052919050565b60006001600160401b0382111561293357612933612821565b50601f01601f191660200190565b600082601f83011261295257600080fd5b81356129656129608261291a565b6128ea565b81815284602083860101111561297a57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060008060008060c087890312156129b057600080fd5b86356129bb816127da565b955060208701356129cb816127ef565b945060408701356129db81612804565b935060608701356129eb81612813565b925060808701356129fb816127da565b915060a08701356001600160401b03811115612a1657600080fd5b612a2289828a01612941565b9150509295509295509295565b600060208284031215612a4157600080fd5b81356001600160401b03811115612a5757600080fd5b6127d284828501612941565b60008060408385031215612a7657600080fd5b8235612a81816127da565b915060208301356001600160401b03811115612a9c57600080fd5b612aa885828601612941565b9150509250929050565b600060208284031215612ac457600080fd5b813561256f816127da565b600080600060608486031215612ae457600080fd5b8335612aef816127da565b92506020840135612aff816127da565b91506040840135612b0f816127da565b809150509250925092565b6001600160c01b031981168114610c8a57600080fd5b64ffffffffff81168114610c8a57600080fd5b600080600080600080600060e0888a031215612b5e57600080fd5b8735612b69816127ef565b96506020880135612b7981612b1a565b95506040880135612b89816127ef565b94506060880135612b9981612b30565b935060808801356001600160401b03811115612bb457600080fd5b612bc08a828b01612941565b93505060a0880135612bd1816127ef565b915060c0880135612be181612b1a565b8091505092959891949750929550565b60008060408385031215612c0457600080fd5b8235612c0f816127da565b91506020830135612c1f816127da565b809150509250929050565b600060208284031215612c3c57600080fd5b815162ffffff8116811461256f57600080fd5b600181811c90821680612c6357607f821691505b602082108103612c8357634e487b7160e01b600052602260045260246000fd5b50919050565b8051612c9481612813565b919050565b600060208284031215612cab57600080fd5b815161256f81612813565b8051612c94816127ef565b600060208284031215612cd357600080fd5b815161256f816127ef565b601f82111561109257600081815260208120601f850160051c81016020861015612d055750805b601f850160051c820191505b81811015612d2457828155600101612d11565b505050505050565b81516001600160401b03811115612d4557612d45612821565b612d5981612d538454612c4f565b84612cde565b602080601f831160018114612d8e5760008415612d765750858301515b600019600386901b1c1916600185901b178555612d24565b600085815260208120601f198616915b82811015612dbd57888601518255948401946001909101908401612d9e565b5085821015612ddb5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6001600160401b0381168114610c8a57600080fd5b8051612c9481612deb565b600060208284031215612e1d57600080fd5b815161256f81612deb565b8051612c94816127da565b600060208284031215612e4557600080fd5b815161256f816127da565b8051612c9481612804565b600060208284031215612e6d57600080fd5b815161256f81612804565b6001600160601b03851681526001600160401b0360c01b8416602082015264ffffffffff83166040820152608060608201526000612eb96080830184612723565b9695505050505050565b600060408284031215612ed557600080fd5b604051604081018181106001600160401b0382111715612ef757612ef7612821565b604052825181526020928301519281019290925250919050565b60006101408284031215612f2457600080fd5b612f2c612837565b612f3583612e28565b8152612f4360208401612e28565b6020820152612f5460408401612cb6565b6040820152612f6560608401612cb6565b6060820152612f778460808501612ec3565b6080820152612f898460c08501612ec3565b60a0820152612f9b6101008401612c89565b60c0820152612fad6101208401612e28565b60e08201529392505050565b600082601f830112612fca57600080fd5b8151612fd86129608261291a565b818152846020838601011115612fed57600080fd5b6127d28260208301602087016126ff565b60006020828403121561301057600080fd5b81516001600160401b038082111561302757600080fd5b9083019060e0828603121561303b57600080fd5b613043612860565b82518281111561305257600080fd5b61305e87828601612fb9565b82525061306d60208401612e28565b602082015261307e60408401612e28565b604082015261308f60608401612e28565b60608201526130a060808401612cb6565b60808201526130b160a08401612cb6565b60a082015260c0830151828111156130c857600080fd5b6130d487828601612fb9565b60c08301525095945050505050565b600061020082840312156130f657600080fd5b6130fe612882565b61310783612cb6565b815261311560208401612e00565b602082015261312660408401612cb6565b604082015261313760608401612cb6565b606082015261314860808401612cb6565b608082015261315960a08401612c89565b60a082015261316a60c08401612c89565b60c082015261317b60e08401612c89565b60e0820152610100838101519082015261012080840151908201526101406131a585828601612ec3565b908201526101806131b885858301612ec3565b6101608301526131cc856101c08601612ec3565b908201529392505050565b8051612c9481612b30565b6000602082840312156131f457600080fd5b81516001600160401b038082111561320b57600080fd5b90830190610140828603121561322057600080fd5b6132286128a5565b61323183612cb6565b81526132408660208501612ec3565b602082015260608301518281111561325757600080fd5b61326387828601612fb9565b60408301525061327560808401612cb6565b606082015261328660a08401612cb6565b608082015261329760c08401612cb6565b60a08201526132a860e084016131d7565b60c082015261010091506132bd8284016131d7565b60e08201526132cf61012084016131d7565b91810191909152949350505050565b600061010082840312156132f157600080fd5b60405160c081018181106001600160401b038211171561331357613313612821565b6040528251613321816127ef565b81526020830151613331816127da565b60208201526133438460408501612ec3565b60408201526133558460808501612ec3565b606082015260c0830151613368816127da565b608082015260e0929092015160a083015250919050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561190a5761190a61337f565b600080604083850312156133bb57600080fd5b82516133c6816127da565b6020840151909250612c1f816127da565b6000602082840312156133e957600080fd5b81516001600160401b038082111561340057600080fd5b9083019060e0828603121561341457600080fd5b61341c612860565b61342583612cb6565b815261343360208401612cb6565b602082015261344460408401612e50565b604082015261345560608401612c89565b606082015261346660808401612e28565b60808201526130b160a08401612e28565b60006020828403121561348957600080fd5b5051919050565b805163ffffffff81168114612c9457600080fd5b6000602082840312156134b657600080fd5b81516001600160401b03808211156134cd57600080fd5b9083019060e082860312156134e157600080fd5b6134e9612860565b6134f283612cb6565b815260208301518281111561350657600080fd5b61351287828601612fb9565b6020830152506040830151604082015261352e60608401613490565b606082015261353f60808401613490565b60808201526130b160a084016131d7565b60006020828403121561356257600080fd5b81516001600160401b038082111561357957600080fd5b9083019060a0828603121561358d57600080fd5b6135956128c8565b82516135a081612b1a565b815260208301516135b081612813565b60208201526040830151828111156135c757600080fd5b6135d387828601612fb9565b604083015250606083015191506135e9826127ef565b8160608201526135fb60808401613490565b608082015295945050505050565b60006020828403121561361b57600080fd5b81516001600160401b038082111561363257600080fd5b90830190610120828603121561364757600080fd5b61364f6128a5565b82518281111561365e57600080fd5b61366a87828601612fb9565b82525060208301516020820152604083015160408201526060830151606082015261369760808401613490565b60808201526136a860a08401613490565b60a08201526136b960c08401612c89565b60c08201526136ca60e08401612c89565b60e082015261010080840151838111156136e357600080fd5b6136ef88828701612fb9565b918301919091525095945050505050565b8181038181111561190a5761190a61337f565b634e487b7160e01b600052601260045260246000fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220696fd9f7c7ecf4673c7fcb70c909bd9455d230fa302cfcec591da757bf00f4b164736f6c63430008140033",
812
+ "linkReferences": {
813
+ "contracts/type/Amount.sol": {
814
+ "AmountLib": [
815
+ {
816
+ "length": 20,
817
+ "start": 6986
818
+ },
819
+ {
820
+ "length": 20,
821
+ "start": 7112
822
+ }
823
+ ]
824
+ },
825
+ "contracts/type/NftId.sol": {
826
+ "NftIdLib": [
827
+ {
828
+ "length": 20,
829
+ "start": 1839
830
+ },
831
+ {
832
+ "length": 20,
833
+ "start": 3651
834
+ }
835
+ ]
836
+ },
837
+ "contracts/type/UFixed.sol": {
838
+ "UFixedLib": [
839
+ {
840
+ "length": 20,
841
+ "start": 7409
842
+ },
843
+ {
844
+ "length": 20,
845
+ "start": 7561
846
+ },
847
+ {
848
+ "length": 20,
849
+ "start": 7728
850
+ },
851
+ {
852
+ "length": 20,
853
+ "start": 7895
854
+ },
855
+ {
856
+ "length": 20,
857
+ "start": 8062
858
+ },
859
+ {
860
+ "length": 20,
861
+ "start": 8799
862
+ },
863
+ {
864
+ "length": 20,
865
+ "start": 8913
866
+ },
867
+ {
868
+ "length": 20,
869
+ "start": 9048
870
+ },
871
+ {
872
+ "length": 20,
873
+ "start": 9173
874
+ },
875
+ {
876
+ "length": 20,
877
+ "start": 9300
878
+ },
879
+ {
880
+ "length": 20,
881
+ "start": 9435
882
+ }
883
+ ]
884
+ },
885
+ "contracts/type/Version.sol": {
886
+ "VersionLib": [
887
+ {
888
+ "length": 20,
889
+ "start": 1344
890
+ },
891
+ {
892
+ "length": 20,
893
+ "start": 2517
894
+ },
895
+ {
896
+ "length": 20,
897
+ "start": 6441
898
+ }
899
+ ],
900
+ "VersionPartLib": [
901
+ {
902
+ "length": 20,
903
+ "start": 4131
904
+ }
905
+ ]
906
+ }
907
+ },
908
+ "deployedLinkReferences": {
909
+ "contracts/type/Amount.sol": {
910
+ "AmountLib": [
911
+ {
912
+ "length": 20,
913
+ "start": 6756
914
+ },
915
+ {
916
+ "length": 20,
917
+ "start": 6882
918
+ }
919
+ ]
920
+ },
921
+ "contracts/type/NftId.sol": {
922
+ "NftIdLib": [
923
+ {
924
+ "length": 20,
925
+ "start": 1609
926
+ },
927
+ {
928
+ "length": 20,
929
+ "start": 3421
930
+ }
931
+ ]
932
+ },
933
+ "contracts/type/UFixed.sol": {
934
+ "UFixedLib": [
935
+ {
936
+ "length": 20,
937
+ "start": 7179
938
+ },
939
+ {
940
+ "length": 20,
941
+ "start": 7331
942
+ },
943
+ {
944
+ "length": 20,
945
+ "start": 7498
946
+ },
947
+ {
948
+ "length": 20,
949
+ "start": 7665
950
+ },
951
+ {
952
+ "length": 20,
953
+ "start": 7832
954
+ },
955
+ {
956
+ "length": 20,
957
+ "start": 8569
958
+ },
959
+ {
960
+ "length": 20,
961
+ "start": 8683
962
+ },
963
+ {
964
+ "length": 20,
965
+ "start": 8818
966
+ },
967
+ {
968
+ "length": 20,
969
+ "start": 8943
970
+ },
971
+ {
972
+ "length": 20,
973
+ "start": 9070
974
+ },
975
+ {
976
+ "length": 20,
977
+ "start": 9205
978
+ }
979
+ ]
980
+ },
981
+ "contracts/type/Version.sol": {
982
+ "VersionLib": [
983
+ {
984
+ "length": 20,
985
+ "start": 1114
986
+ },
987
+ {
988
+ "length": 20,
989
+ "start": 2287
990
+ },
991
+ {
992
+ "length": 20,
993
+ "start": 6211
994
+ }
995
+ ],
996
+ "VersionPartLib": [
997
+ {
998
+ "length": 20,
999
+ "start": 3901
1000
+ }
1001
+ ]
1002
+ }
1003
+ }
1004
+ }