@etherisc/gif-next 0.0.2-ec436bf-674 → 0.0.2-ed3b1b0-046

Sign up to get free protection for your applications and to get access to all the features.
Files changed (488) hide show
  1. package/README.md +71 -14
  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 +819 -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 +454 -554
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +314 -178
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +452 -3054
  20. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  21. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +612 -181
  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 +1 -1
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +443 -257
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +452 -364
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +320 -117
  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/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +91 -2
  34. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  35. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +49 -0
  36. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  37. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  38. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +93 -14
  39. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  40. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +38 -13
  41. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  42. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
  43. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  44. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +71 -45
  45. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  46. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  47. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
  48. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  49. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  50. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  51. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  52. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  53. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  54. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1288 -0
  55. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  56. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +735 -0
  57. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  58. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → pool/IBundleService.sol/IBundleService.json} +338 -354
  59. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  60. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1095 -0
  61. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  62. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1077 -0
  63. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  64. package/artifacts/contracts/pool/Pool.sol/Pool.json +1407 -0
  65. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  66. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1622 -0
  67. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  68. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +747 -0
  69. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  70. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +918 -0
  71. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  72. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +687 -0
  73. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  74. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1386 -0
  75. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  76. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +787 -0
  77. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  78. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +231 -204
  79. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  80. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +753 -0
  81. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  82. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +651 -0
  83. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  84. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +237 -288
  85. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  86. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +861 -0
  87. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  88. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IProductService.sol/IProductService.json} +162 -166
  89. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  90. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1281 -0
  91. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  92. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +779 -0
  93. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  94. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1004 -0
  95. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  96. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +727 -0
  97. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  98. package/artifacts/contracts/product/Product.sol/Product.json +1198 -0
  99. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  100. package/artifacts/contracts/product/ProductService.sol/ProductService.json +864 -0
  101. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  102. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +679 -0
  103. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  104. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  105. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  106. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +283 -220
  107. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  108. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +332 -225
  109. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  110. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  111. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  112. package/artifacts/contracts/registry/Registry.sol/Registry.json +303 -324
  113. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
  114. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +238 -0
  115. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  116. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +346 -331
  117. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  118. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +319 -143
  119. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  120. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +846 -0
  121. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  122. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +132 -57
  123. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
  124. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
  125. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  126. package/artifacts/contracts/shared/Component.sol/Component.json +873 -0
  127. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  128. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentService.sol/ComponentService.json} +271 -180
  129. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  130. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  131. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  132. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +636 -0
  133. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  134. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +27 -29
  135. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  136. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +189 -0
  137. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  138. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +8 -34
  139. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  140. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  141. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  142. package/artifacts/contracts/shared/IService.sol/IService.json +84 -178
  143. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  144. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
  145. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  146. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +109 -29
  147. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  148. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +302 -0
  149. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  150. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +310 -61
  151. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  152. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +118 -53
  153. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  154. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  155. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  156. package/artifacts/contracts/shared/Service.sol/Service.json +185 -165
  157. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  158. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +24 -6
  159. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  160. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  161. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  162. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
  163. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  164. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → staking/IStakingService.sol/IStakingService.json} +226 -145
  165. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  166. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +767 -0
  167. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  168. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +667 -0
  169. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  170. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  171. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  172. package/artifacts/contracts/type/Amount.sol/AmountLib.json +281 -0
  173. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  174. package/artifacts/contracts/{types → type}/Blocknumber.sol/BlocknumberLib.json +3 -3
  175. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  176. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  177. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  178. package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
  179. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  180. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  181. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  182. package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
  183. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  184. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +166 -0
  185. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  186. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  187. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  188. package/artifacts/contracts/{types → type}/ObjectType.sol/ObjectTypeLib.json +3 -3
  189. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  190. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  191. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  192. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  193. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  194. package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
  195. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  196. package/artifacts/contracts/{types → type}/RoleId.sol/RoleIdLib.json +5 -5
  197. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  198. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -0
  199. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  200. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  201. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  202. package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -8
  203. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  204. package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
  205. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  206. package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
  207. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  208. package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
  209. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  210. package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
  211. package/contracts/distribution/Distribution.sol +285 -0
  212. package/contracts/distribution/DistributionService.sol +351 -0
  213. package/contracts/distribution/DistributionServiceManager.sol +54 -0
  214. package/contracts/distribution/IDistributionComponent.sol +71 -0
  215. package/contracts/distribution/IDistributionService.sol +87 -0
  216. package/contracts/instance/BundleManager.sol +126 -0
  217. package/contracts/instance/IInstance.sol +62 -24
  218. package/contracts/instance/IInstanceService.sol +56 -13
  219. package/contracts/instance/Instance.sol +151 -365
  220. package/contracts/instance/InstanceAccessManager.sol +432 -177
  221. package/contracts/instance/InstanceAuthorizationsLib.sol +308 -0
  222. package/contracts/instance/InstanceReader.sol +109 -47
  223. package/contracts/instance/InstanceService.sol +243 -124
  224. package/contracts/instance/InstanceServiceManager.sol +12 -24
  225. package/contracts/instance/InstanceStore.sol +211 -0
  226. package/contracts/instance/base/Cloneable.sol +51 -0
  227. package/contracts/instance/base/IKeyValueStore.sol +14 -10
  228. package/contracts/instance/base/ILifecycle.sol +3 -3
  229. package/contracts/instance/base/KeyValueStore.sol +44 -47
  230. package/contracts/instance/base/Lifecycle.sol +28 -7
  231. package/contracts/instance/base/ObjectManager.sol +82 -0
  232. package/contracts/instance/module/IAccess.sol +37 -21
  233. package/contracts/instance/module/IBundle.sol +11 -8
  234. package/contracts/instance/module/IComponents.sol +41 -0
  235. package/contracts/instance/module/IDistribution.sol +7 -4
  236. package/contracts/instance/module/IPolicy.sol +50 -17
  237. package/contracts/instance/module/IRisk.sol +1 -1
  238. package/contracts/instance/module/ISetup.sol +11 -22
  239. package/contracts/instance/module/ITreasury.sol +2 -2
  240. package/contracts/pool/BundleService.sol +384 -0
  241. package/contracts/pool/BundleServiceManager.sol +42 -0
  242. package/contracts/pool/IBundleService.sol +118 -0
  243. package/contracts/pool/IPoolComponent.sol +114 -0
  244. package/contracts/pool/IPoolService.sol +114 -0
  245. package/contracts/pool/Pool.sol +302 -0
  246. package/contracts/pool/PoolService.sol +404 -0
  247. package/contracts/pool/PoolServiceManager.sol +42 -0
  248. package/contracts/product/ApplicationService.sol +187 -0
  249. package/contracts/product/ApplicationServiceManager.sol +38 -0
  250. package/contracts/product/ClaimService.sol +443 -0
  251. package/contracts/product/ClaimServiceManager.sol +38 -0
  252. package/contracts/product/IApplicationService.sol +62 -0
  253. package/contracts/product/IClaimService.sol +93 -0
  254. package/contracts/product/IPolicyService.sol +80 -0
  255. package/contracts/product/IPricingService.sol +37 -0
  256. package/contracts/product/IProductComponent.sol +41 -0
  257. package/contracts/product/IProductService.sol +40 -0
  258. package/contracts/product/PolicyService.sol +378 -0
  259. package/contracts/product/PolicyServiceManager.sol +42 -0
  260. package/contracts/product/PricingService.sol +276 -0
  261. package/contracts/product/PricingServiceManager.sol +42 -0
  262. package/contracts/product/Product.sol +379 -0
  263. package/contracts/product/ProductService.sol +212 -0
  264. package/contracts/product/ProductServiceManager.sol +42 -0
  265. package/contracts/registry/ChainNft.sol +9 -1
  266. package/contracts/registry/IRegistry.sol +56 -42
  267. package/contracts/registry/IRegistryService.sol +41 -16
  268. package/contracts/registry/ITransferInterceptor.sol +1 -0
  269. package/contracts/registry/Registry.sol +250 -268
  270. package/contracts/registry/RegistryAccessManager.sol +132 -0
  271. package/contracts/registry/RegistryService.sol +94 -262
  272. package/contracts/registry/RegistryServiceManager.sol +34 -42
  273. package/contracts/registry/ReleaseManager.sol +382 -0
  274. package/contracts/registry/TokenRegistry.sol +22 -17
  275. package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +13 -0
  276. package/contracts/shared/Component.sol +271 -0
  277. package/contracts/shared/ComponentService.sol +141 -0
  278. package/contracts/shared/ERC165.sol +14 -12
  279. package/contracts/shared/IComponent.sol +90 -0
  280. package/contracts/shared/INftOwnable.sol +12 -11
  281. package/contracts/shared/IPolicyHolder.sol +40 -0
  282. package/contracts/shared/IRegisterable.sol +4 -6
  283. package/contracts/shared/IRegistryLinked.sol +11 -0
  284. package/contracts/shared/IService.sol +7 -4
  285. package/contracts/shared/IVersionable.sol +5 -48
  286. package/contracts/shared/NftOwnable.sol +65 -83
  287. package/contracts/shared/PolicyHolder.sol +94 -0
  288. package/contracts/shared/ProxyManager.sol +126 -25
  289. package/contracts/shared/Registerable.sol +26 -41
  290. package/contracts/shared/RegistryLinked.sol +43 -0
  291. package/contracts/shared/Service.sol +41 -24
  292. package/contracts/shared/TokenHandler.sol +14 -6
  293. package/contracts/shared/Versionable.sol +4 -92
  294. package/contracts/staking/IStakingService.sol +102 -0
  295. package/contracts/staking/StakingService.sol +169 -0
  296. package/contracts/staking/StakingServiceManager.sol +40 -0
  297. package/contracts/type/Amount.sol +109 -0
  298. package/contracts/{types → type}/Blocknumber.sol +1 -0
  299. package/contracts/type/ClaimId.sol +75 -0
  300. package/contracts/{types → type}/DistributorType.sol +2 -2
  301. package/contracts/{types → type}/Fee.sol +17 -8
  302. package/contracts/{types → type}/NftId.sol +8 -0
  303. package/contracts/type/NftIdSet.sol +62 -0
  304. package/contracts/{types → type}/ObjectType.sol +17 -7
  305. package/contracts/type/PayoutId.sol +82 -0
  306. package/contracts/{types → type}/Referral.sol +4 -0
  307. package/contracts/type/RoleId.sol +139 -0
  308. package/contracts/type/Seconds.sol +54 -0
  309. package/contracts/{types → type}/StateId.sol +7 -2
  310. package/contracts/{types → type}/Timestamp.sol +18 -13
  311. package/contracts/{types → type}/UFixed.sol +1 -0
  312. package/contracts/{types → type}/Version.sol +1 -0
  313. package/package.json +3 -3
  314. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  315. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  316. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  317. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
  318. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  319. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  320. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  321. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  322. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  323. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  324. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  325. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  326. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  327. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
  328. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  329. package/artifacts/contracts/components/Product.sol/Product.json +0 -775
  330. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  331. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  332. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  333. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  334. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  335. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  336. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  337. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  338. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  339. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  340. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  341. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  342. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  343. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  344. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  345. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  346. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  347. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  348. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  349. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  350. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  351. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  352. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  353. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  354. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  355. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  356. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  357. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  358. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  359. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  360. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  361. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  362. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  363. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  364. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  365. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  366. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  367. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  368. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  369. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  370. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  371. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  372. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  373. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
  374. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  375. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  376. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  377. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  378. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  379. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  380. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  381. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  382. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -448
  383. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  384. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  385. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  386. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  387. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  388. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -855
  389. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  390. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -460
  391. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  392. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  393. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  394. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  395. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  396. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  397. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  398. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  399. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  400. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  401. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  402. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  403. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  404. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  405. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  406. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  407. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  408. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  409. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  410. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  411. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  412. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  413. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  414. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  415. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  416. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  417. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  418. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  419. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  420. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  421. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  422. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  423. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  424. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  425. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  426. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  427. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  428. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  429. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  430. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  431. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  432. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  433. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  434. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  435. package/contracts/components/BaseComponent.sol +0 -91
  436. package/contracts/components/Distribution.sol +0 -160
  437. package/contracts/components/IBaseComponent.sol +0 -25
  438. package/contracts/components/IDistributionComponent.sol +0 -44
  439. package/contracts/components/IPoolComponent.sol +0 -62
  440. package/contracts/components/IProductComponent.sol +0 -35
  441. package/contracts/components/Pool.sol +0 -243
  442. package/contracts/components/Product.sol +0 -297
  443. package/contracts/experiment/cloning/Cloner.sol +0 -47
  444. package/contracts/experiment/errors/Require.sol +0 -38
  445. package/contracts/experiment/errors/Revert.sol +0 -44
  446. package/contracts/experiment/inheritance/A.sol +0 -53
  447. package/contracts/experiment/inheritance/B.sol +0 -28
  448. package/contracts/experiment/inheritance/C.sol +0 -34
  449. package/contracts/experiment/inheritance/IA.sol +0 -13
  450. package/contracts/experiment/inheritance/IB.sol +0 -10
  451. package/contracts/experiment/inheritance/IC.sol +0 -12
  452. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  453. package/contracts/experiment/statemachine/ISM.sol +0 -25
  454. package/contracts/experiment/statemachine/SM.sol +0 -57
  455. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  456. package/contracts/experiment/types/TypeA.sol +0 -47
  457. package/contracts/experiment/types/TypeB.sol +0 -29
  458. package/contracts/instance/AccessManagedSimple.sol +0 -115
  459. package/contracts/instance/AccessManagerSimple.sol +0 -692
  460. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  461. package/contracts/instance/base/ComponentServiceBase.sol +0 -118
  462. package/contracts/instance/base/IInstanceBase.sol +0 -23
  463. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  464. package/contracts/instance/service/DistributionService.sol +0 -87
  465. package/contracts/instance/service/DistributionServiceManager.sol +0 -53
  466. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  467. package/contracts/instance/service/IDistributionService.sol +0 -12
  468. package/contracts/instance/service/IPoolService.sol +0 -37
  469. package/contracts/instance/service/IProductService.sol +0 -107
  470. package/contracts/instance/service/PoolService.sol +0 -193
  471. package/contracts/instance/service/PoolServiceManager.sol +0 -53
  472. package/contracts/shared/ContractDeployerLib.sol +0 -72
  473. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  474. package/contracts/test/TestFee.sol +0 -25
  475. package/contracts/test/TestRegisterable.sol +0 -18
  476. package/contracts/test/TestRoleId.sol +0 -14
  477. package/contracts/test/TestService.sol +0 -24
  478. package/contracts/test/TestToken.sol +0 -26
  479. package/contracts/test/TestVersion.sol +0 -44
  480. package/contracts/test/TestVersionable.sol +0 -17
  481. package/contracts/test/Usdc.sol +0 -26
  482. package/contracts/types/ChainId.sol +0 -38
  483. package/contracts/types/NftIdSet.sol +0 -60
  484. package/contracts/types/NumberId.sol +0 -52
  485. package/contracts/types/RoleId.sol +0 -89
  486. /package/contracts/{types → type}/AddressSet.sol +0 -0
  487. /package/contracts/{types → type}/Key32.sol +0 -0
  488. /package/contracts/{types → type}/RiskId.sol +0 -0
@@ -1,855 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "PoolService",
4
- "sourceName": "contracts/instance/service/PoolService.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "ObjectType",
10
- "name": "componentType",
11
- "type": "uint8"
12
- }
13
- ],
14
- "name": "ComponentTypeInvalid",
15
- "type": "error"
16
- },
17
- {
18
- "inputs": [
19
- {
20
- "internalType": "address",
21
- "name": "registry",
22
- "type": "address"
23
- },
24
- {
25
- "internalType": "NftId",
26
- "name": "nftId",
27
- "type": "uint96"
28
- }
29
- ],
30
- "name": "ErrorAlreadyLinked",
31
- "type": "error"
32
- },
33
- {
34
- "inputs": [
35
- {
36
- "internalType": "address",
37
- "name": "contractAddress",
38
- "type": "address"
39
- }
40
- ],
41
- "name": "ErrorContractNotRegistered",
42
- "type": "error"
43
- },
44
- {
45
- "inputs": [
46
- {
47
- "internalType": "address",
48
- "name": "account",
49
- "type": "address"
50
- }
51
- ],
52
- "name": "ErrorNotOwner",
53
- "type": "error"
54
- },
55
- {
56
- "inputs": [
57
- {
58
- "internalType": "address",
59
- "name": "registryAddress",
60
- "type": "address"
61
- }
62
- ],
63
- "name": "ErrorNotRegistry",
64
- "type": "error"
65
- },
66
- {
67
- "inputs": [
68
- {
69
- "internalType": "address",
70
- "name": "registryAddress",
71
- "type": "address"
72
- }
73
- ],
74
- "name": "ErrorRegisterableNotRegistry",
75
- "type": "error"
76
- },
77
- {
78
- "inputs": [],
79
- "name": "ErrorRegistryAddressZero",
80
- "type": "error"
81
- },
82
- {
83
- "inputs": [
84
- {
85
- "internalType": "address",
86
- "name": "registry",
87
- "type": "address"
88
- }
89
- ],
90
- "name": "ErrorRegistryAlreadyInitialized",
91
- "type": "error"
92
- },
93
- {
94
- "inputs": [],
95
- "name": "ErrorRegistryNotInitialized",
96
- "type": "error"
97
- },
98
- {
99
- "inputs": [
100
- {
101
- "internalType": "RoleId",
102
- "name": "expected",
103
- "type": "uint64"
104
- },
105
- {
106
- "internalType": "address",
107
- "name": "caller",
108
- "type": "address"
109
- }
110
- ],
111
- "name": "ExpectedRoleMissing",
112
- "type": "error"
113
- },
114
- {
115
- "inputs": [],
116
- "name": "InvalidInitialization",
117
- "type": "error"
118
- },
119
- {
120
- "inputs": [],
121
- "name": "NotInitializing",
122
- "type": "error"
123
- },
124
- {
125
- "anonymous": false,
126
- "inputs": [
127
- {
128
- "indexed": false,
129
- "internalType": "uint64",
130
- "name": "version",
131
- "type": "uint64"
132
- }
133
- ],
134
- "name": "Initialized",
135
- "type": "event"
136
- },
137
- {
138
- "anonymous": false,
139
- "inputs": [
140
- {
141
- "indexed": false,
142
- "internalType": "Version",
143
- "name": "version",
144
- "type": "uint24"
145
- },
146
- {
147
- "indexed": false,
148
- "internalType": "address",
149
- "name": "implementation",
150
- "type": "address"
151
- },
152
- {
153
- "indexed": false,
154
- "internalType": "address",
155
- "name": "activatedBy",
156
- "type": "address"
157
- }
158
- ],
159
- "name": "LogVersionableInitialized",
160
- "type": "event"
161
- },
162
- {
163
- "inputs": [],
164
- "name": "NAME",
165
- "outputs": [
166
- {
167
- "internalType": "string",
168
- "name": "",
169
- "type": "string"
170
- }
171
- ],
172
- "stateMutability": "view",
173
- "type": "function"
174
- },
175
- {
176
- "inputs": [],
177
- "name": "REGISTERABLE_LOCATION_V1",
178
- "outputs": [
179
- {
180
- "internalType": "bytes32",
181
- "name": "",
182
- "type": "bytes32"
183
- }
184
- ],
185
- "stateMutability": "view",
186
- "type": "function"
187
- },
188
- {
189
- "inputs": [
190
- {
191
- "internalType": "address",
192
- "name": "owner",
193
- "type": "address"
194
- },
195
- {
196
- "components": [
197
- {
198
- "internalType": "UFixed",
199
- "name": "fractionalFee",
200
- "type": "uint256"
201
- },
202
- {
203
- "internalType": "uint256",
204
- "name": "fixedFee",
205
- "type": "uint256"
206
- }
207
- ],
208
- "internalType": "struct Fee",
209
- "name": "fee",
210
- "type": "tuple"
211
- },
212
- {
213
- "internalType": "uint256",
214
- "name": "stakingAmount",
215
- "type": "uint256"
216
- },
217
- {
218
- "internalType": "uint256",
219
- "name": "lifetime",
220
- "type": "uint256"
221
- },
222
- {
223
- "internalType": "bytes",
224
- "name": "filter",
225
- "type": "bytes"
226
- }
227
- ],
228
- "name": "createBundle",
229
- "outputs": [
230
- {
231
- "internalType": "NftId",
232
- "name": "bundleNftId",
233
- "type": "uint96"
234
- }
235
- ],
236
- "stateMutability": "nonpayable",
237
- "type": "function"
238
- },
239
- {
240
- "inputs": [],
241
- "name": "getInitialInfo",
242
- "outputs": [
243
- {
244
- "components": [
245
- {
246
- "internalType": "NftId",
247
- "name": "nftId",
248
- "type": "uint96"
249
- },
250
- {
251
- "internalType": "NftId",
252
- "name": "parentNftId",
253
- "type": "uint96"
254
- },
255
- {
256
- "internalType": "ObjectType",
257
- "name": "objectType",
258
- "type": "uint8"
259
- },
260
- {
261
- "internalType": "bool",
262
- "name": "isInterceptor",
263
- "type": "bool"
264
- },
265
- {
266
- "internalType": "address",
267
- "name": "objectAddress",
268
- "type": "address"
269
- },
270
- {
271
- "internalType": "address",
272
- "name": "initialOwner",
273
- "type": "address"
274
- },
275
- {
276
- "internalType": "bytes",
277
- "name": "data",
278
- "type": "bytes"
279
- }
280
- ],
281
- "internalType": "struct IRegistry.ObjectInfo",
282
- "name": "",
283
- "type": "tuple"
284
- },
285
- {
286
- "internalType": "bytes",
287
- "name": "data",
288
- "type": "bytes"
289
- }
290
- ],
291
- "stateMutability": "view",
292
- "type": "function"
293
- },
294
- {
295
- "inputs": [],
296
- "name": "getInitializedVersion",
297
- "outputs": [
298
- {
299
- "internalType": "uint64",
300
- "name": "",
301
- "type": "uint64"
302
- }
303
- ],
304
- "stateMutability": "view",
305
- "type": "function"
306
- },
307
- {
308
- "inputs": [],
309
- "name": "getInstanceService",
310
- "outputs": [
311
- {
312
- "internalType": "contract InstanceService",
313
- "name": "",
314
- "type": "address"
315
- }
316
- ],
317
- "stateMutability": "view",
318
- "type": "function"
319
- },
320
- {
321
- "inputs": [],
322
- "name": "getMajorVersion",
323
- "outputs": [
324
- {
325
- "internalType": "VersionPart",
326
- "name": "majorVersion",
327
- "type": "uint8"
328
- }
329
- ],
330
- "stateMutability": "view",
331
- "type": "function"
332
- },
333
- {
334
- "inputs": [],
335
- "name": "getName",
336
- "outputs": [
337
- {
338
- "internalType": "string",
339
- "name": "name",
340
- "type": "string"
341
- }
342
- ],
343
- "stateMutability": "pure",
344
- "type": "function"
345
- },
346
- {
347
- "inputs": [],
348
- "name": "getNftId",
349
- "outputs": [
350
- {
351
- "internalType": "NftId",
352
- "name": "",
353
- "type": "uint96"
354
- }
355
- ],
356
- "stateMutability": "view",
357
- "type": "function"
358
- },
359
- {
360
- "inputs": [],
361
- "name": "getOwner",
362
- "outputs": [
363
- {
364
- "internalType": "address",
365
- "name": "",
366
- "type": "address"
367
- }
368
- ],
369
- "stateMutability": "view",
370
- "type": "function"
371
- },
372
- {
373
- "inputs": [],
374
- "name": "getRegistry",
375
- "outputs": [
376
- {
377
- "internalType": "contract IRegistry",
378
- "name": "",
379
- "type": "address"
380
- }
381
- ],
382
- "stateMutability": "view",
383
- "type": "function"
384
- },
385
- {
386
- "inputs": [],
387
- "name": "getRegistryService",
388
- "outputs": [
389
- {
390
- "internalType": "contract IRegistryService",
391
- "name": "",
392
- "type": "address"
393
- }
394
- ],
395
- "stateMutability": "view",
396
- "type": "function"
397
- },
398
- {
399
- "inputs": [],
400
- "name": "getVersion",
401
- "outputs": [
402
- {
403
- "internalType": "Version",
404
- "name": "",
405
- "type": "uint24"
406
- }
407
- ],
408
- "stateMutability": "pure",
409
- "type": "function"
410
- },
411
- {
412
- "inputs": [
413
- {
414
- "internalType": "uint256",
415
- "name": "idx",
416
- "type": "uint256"
417
- }
418
- ],
419
- "name": "getVersion",
420
- "outputs": [
421
- {
422
- "internalType": "Version",
423
- "name": "",
424
- "type": "uint24"
425
- }
426
- ],
427
- "stateMutability": "view",
428
- "type": "function"
429
- },
430
- {
431
- "inputs": [],
432
- "name": "getVersionCount",
433
- "outputs": [
434
- {
435
- "internalType": "uint256",
436
- "name": "",
437
- "type": "uint256"
438
- }
439
- ],
440
- "stateMutability": "view",
441
- "type": "function"
442
- },
443
- {
444
- "inputs": [
445
- {
446
- "internalType": "Version",
447
- "name": "_version",
448
- "type": "uint24"
449
- }
450
- ],
451
- "name": "getVersionInfo",
452
- "outputs": [
453
- {
454
- "components": [
455
- {
456
- "internalType": "Version",
457
- "name": "version",
458
- "type": "uint24"
459
- },
460
- {
461
- "internalType": "address",
462
- "name": "implementation",
463
- "type": "address"
464
- },
465
- {
466
- "internalType": "address",
467
- "name": "activatedBy",
468
- "type": "address"
469
- },
470
- {
471
- "internalType": "Timestamp",
472
- "name": "activatedAt",
473
- "type": "uint40"
474
- },
475
- {
476
- "internalType": "Blocknumber",
477
- "name": "activatedIn",
478
- "type": "uint32"
479
- }
480
- ],
481
- "internalType": "struct IVersionable.VersionInfo",
482
- "name": "",
483
- "type": "tuple"
484
- }
485
- ],
486
- "stateMutability": "view",
487
- "type": "function"
488
- },
489
- {
490
- "inputs": [
491
- {
492
- "internalType": "address",
493
- "name": "implementation",
494
- "type": "address"
495
- },
496
- {
497
- "internalType": "address",
498
- "name": "activatedBy",
499
- "type": "address"
500
- },
501
- {
502
- "internalType": "bytes",
503
- "name": "data",
504
- "type": "bytes"
505
- }
506
- ],
507
- "name": "initialize",
508
- "outputs": [],
509
- "stateMutability": "nonpayable",
510
- "type": "function"
511
- },
512
- {
513
- "inputs": [
514
- {
515
- "internalType": "Version",
516
- "name": "_version",
517
- "type": "uint24"
518
- }
519
- ],
520
- "name": "isInitialized",
521
- "outputs": [
522
- {
523
- "internalType": "bool",
524
- "name": "",
525
- "type": "bool"
526
- }
527
- ],
528
- "stateMutability": "view",
529
- "type": "function"
530
- },
531
- {
532
- "inputs": [],
533
- "name": "linkToRegisteredNftId",
534
- "outputs": [],
535
- "stateMutability": "nonpayable",
536
- "type": "function"
537
- },
538
- {
539
- "inputs": [
540
- {
541
- "internalType": "address",
542
- "name": "componentAddress",
543
- "type": "address"
544
- }
545
- ],
546
- "name": "register",
547
- "outputs": [
548
- {
549
- "internalType": "NftId",
550
- "name": "componentNftId",
551
- "type": "uint96"
552
- }
553
- ],
554
- "stateMutability": "nonpayable",
555
- "type": "function"
556
- },
557
- {
558
- "inputs": [
559
- {
560
- "internalType": "NftId",
561
- "name": "bundleNftId",
562
- "type": "uint96"
563
- },
564
- {
565
- "components": [
566
- {
567
- "internalType": "UFixed",
568
- "name": "fractionalFee",
569
- "type": "uint256"
570
- },
571
- {
572
- "internalType": "uint256",
573
- "name": "fixedFee",
574
- "type": "uint256"
575
- }
576
- ],
577
- "internalType": "struct Fee",
578
- "name": "fee",
579
- "type": "tuple"
580
- }
581
- ],
582
- "name": "setBundleFee",
583
- "outputs": [],
584
- "stateMutability": "nonpayable",
585
- "type": "function"
586
- },
587
- {
588
- "inputs": [
589
- {
590
- "components": [
591
- {
592
- "internalType": "UFixed",
593
- "name": "fractionalFee",
594
- "type": "uint256"
595
- },
596
- {
597
- "internalType": "uint256",
598
- "name": "fixedFee",
599
- "type": "uint256"
600
- }
601
- ],
602
- "internalType": "struct Fee",
603
- "name": "poolFee",
604
- "type": "tuple"
605
- },
606
- {
607
- "components": [
608
- {
609
- "internalType": "UFixed",
610
- "name": "fractionalFee",
611
- "type": "uint256"
612
- },
613
- {
614
- "internalType": "uint256",
615
- "name": "fixedFee",
616
- "type": "uint256"
617
- }
618
- ],
619
- "internalType": "struct Fee",
620
- "name": "stakingFee",
621
- "type": "tuple"
622
- },
623
- {
624
- "components": [
625
- {
626
- "internalType": "UFixed",
627
- "name": "fractionalFee",
628
- "type": "uint256"
629
- },
630
- {
631
- "internalType": "uint256",
632
- "name": "fixedFee",
633
- "type": "uint256"
634
- }
635
- ],
636
- "internalType": "struct Fee",
637
- "name": "performanceFee",
638
- "type": "tuple"
639
- }
640
- ],
641
- "name": "setFees",
642
- "outputs": [],
643
- "stateMutability": "nonpayable",
644
- "type": "function"
645
- },
646
- {
647
- "inputs": [
648
- {
649
- "internalType": "bytes4",
650
- "name": "interfaceId",
651
- "type": "bytes4"
652
- }
653
- ],
654
- "name": "supportsInterface",
655
- "outputs": [
656
- {
657
- "internalType": "bool",
658
- "name": "",
659
- "type": "bool"
660
- }
661
- ],
662
- "stateMutability": "view",
663
- "type": "function"
664
- },
665
- {
666
- "inputs": [
667
- {
668
- "internalType": "address",
669
- "name": "implementation",
670
- "type": "address"
671
- },
672
- {
673
- "internalType": "address",
674
- "name": "activatedBy",
675
- "type": "address"
676
- },
677
- {
678
- "internalType": "bytes",
679
- "name": "data",
680
- "type": "bytes"
681
- }
682
- ],
683
- "name": "upgrade",
684
- "outputs": [],
685
- "stateMutability": "nonpayable",
686
- "type": "function"
687
- }
688
- ],
689
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6135ac806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101585760003560e01c806382678766116100c3578063b88da7591161007c578063b88da75914610486578063caf4e3d414610499578063cc9fc59a146104a1578063cde749f4146104a9578063cf7a1d77146104c3578063e3458d53146104d657600080fd5b806382678766146103e7578063893d20e8146103fa578063946dfcfe14610402578063a3f4df7e14610429578063a745e3df14610453578063b3c650151461046657600080fd5b80634420e486116101155780634420e486146102405780634d459c901461026b5780634f421333146103845780635ab1bd5314610397578063636450f5146103bc578063644c45e0146103cf57600080fd5b806301ffc9a71461015d5780630d8e6e2c1461019f5780630fec111c146101bb578063138461e0146101d157806317d7de7c146101db5780631eff4b221461020b575b600080fd5b61018a61016b366004612816565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a76104e9565b60405162ffffff9091168152602001610196565b6101c3610573565b604051610196929190612910565b6101d96106c6565b005b60408051808201909152600b81526a506f6f6c5365727669636560a81b60208201525b604051610196919061293e565b6102327f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610196565b61025361024e366004612966565b6108e8565b6040516001600160601b039091168152602001610196565b610327610279366004612994565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061355783398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610196565b61018a610392366004612994565b610cb0565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610196565b6101d96103ca366004612acc565b610d63565b600154600160a01b90046001600160601b0316610253565b6101d96103f5366004612b02565b610ffe565b6103a4611173565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed90154610232565b6101fe6040518060400160405280600b81526020016a506f6f6c5365727669636560a81b81525081565b6101d9610461366004612b6f565b61128d565b61046e6113e7565b6040516001600160401b039091168152602001610196565b6101a7610494366004612c13565b611408565b6103a4611459565b6103a4611514565b6104b161158c565b60405160ff9091168152602001610196565b6101d96104d1366004612b6f565b61160f565b6102536104e4366004612c2c565b611718565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561054a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056e9190612cd4565b905090565b61057b6127d8565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806105c76001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161060f611173565b6001600160a01b0316815260200182600101805461062c90612cf1565b80601f016020809104026020016040519081016040528092919081815260200182805461065890612cf1565b80156106a55780601f1061067a576101008083540402835291602001916106a5565b820191906000526020600020905b81548152906001019060200180831161068857829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610728573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074c9190612d40565b15610793576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166107bc5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610805573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108299190612d40565b610851576040516372657a5160e01b81526001600160a01b038216600482015260240161078a565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561089b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108bf9190612d66565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008180826108f682611a09565b60ff8116600090815260036020908152604080832054815163379ed74560e21b815291519495506001600160401b0316933393926001600160a01b0388169263de7b5d1492600480830193928290030181865afa15801561095b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097f9190612d83565b9050610989611514565b6001600160a01b0316639c12c9c78385846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109fb9190612d66565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160401b0390911660248301526001600160601b03166044820152606401602060405180830381865afa158015610a5d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a819190612d40565b610ab8576040516351302f8160e01b81526001600160401b03841660048201526001600160a01b038316602482015260440161078a565b600033905060008990506000816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b02573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b269190612d83565b90506000610b3383611a09565b90506000610b3f611459565b9050610b496127d8565b6060610b5d8460785b60ff90811691161490565b15610be557604051638fbc2d8160e01b81526001600160a01b0387811660048301528881166024830152841690638fbc2d81906044015b6000604051808303816000875af1158015610bb3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610bdb9190810190612eb7565b9092509050610c8f565b610bf084606e610b52565b15610c2b57604051635d96628960e01b81526001600160a01b0387811660048301528881166024830152841690635d96628990604401610b94565b610c3684608c610b52565b15610c7157604051637286e5e560e01b81526001600160a01b0387811660048301528881166024830152841690637286e5e590604401610b94565b60405163062839b560e01b815260ff8516600482015260240161078a565b81519d50610c9e8e8287611a7e565b50505050505050505050505050919050565b60008060008051602061355783398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d5c9190612f1a565b1192915050565b600080610d70608c611af3565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610db4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dd89190612d83565b8351604051634793b4ab60e01b81526001600160601b0388166004820152919250906000906001600160a01b03841690634793b4ab90602401600060405180830381865afa158015610e2e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610e569190810190612f78565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610eb4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ed89190612d40565b610f245760405162461bcd60e51b815260206004820152601c60248201527f4552524f523a504c532d3031303a42554e444c455f554e4b4e4f574e00000000604482015260640161078a565b80516001600160601b03808416911614610f8b5760405162461bcd60e51b815260206004820152602260248201527f4552524f523a504c532d3031313a42554e444c455f504f4f4c5f4d49534d4154604482015261086960f31b606482015260840161078a565b602081018690526040516307f8b57360e31b81526001600160a01b03851690633fc5ab9890610fc3908a90859060ff906004016130f7565b600060405180830381600087803b158015610fdd57600080fd5b505af1158015610ff1573d6000803e3d6000fd5b5050505050505050505050565b60008061100b608c611af3565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561104f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110739190612d83565b83516040516355e343a960e01b81526001600160601b0382166004820152919250906000906001600160a01b038416906355e343a99060240161016060405180830381865afa1580156110ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110ee919061312c565b606081018990526080810188905260a08101879052604051635ea7f02760e11b81529091506001600160a01b0385169063bd4fe04e90611137908590859060ff90600401613263565b600060405180830381600087803b15801561115157600080fd5b505af1158015611165573d6000803e3d6000fd5b505050505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156111d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111fc9190612d40565b1561127d57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a906024015b602060405180830381865afa158015611259573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056e9190612d83565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c6112af6104e9565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112ef573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061131391906132a8565b6000805160206135378339815191528054600160401b900460ff1680611346575080546001600160401b03808416911610155b156113645760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561138f8585611db1565b61139883612050565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061056e600080516020613537833981519152546001600160401b031690565b6000600080516020613557833981519152600101828154811061142d5761142d6132c5565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008061146e6001546001600160a01b031690565b6001600160a01b031663a3bcd81d61148461158c565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa1580156114ea573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061150e9190612d83565b92915050565b60006115286001546001600160a01b031690565b6001600160a01b031663a3bcd81d61153e61158c565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e496e7374616e63655365727669636560881b606482015260ff909116602482015260840161123c565b60006115966104e9565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156115eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056e91906132db565b6000805160206135378339815191528054600160401b810460ff1615906001600160401b03166000811580156116425750825b90506000826001600160401b0316600114801561165e5750303b155b90508115801561166c575080155b1561168a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116b457845460ff60401b1916600160401b1785555b6116be8888611db1565b6116c88787612058565b831561170e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b60008080611726608c611af3565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561176a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061178e9190612d83565b90506000836000015190506000604051806101200160405280836001600160601b0316815260200173__$a23651848365a6a5ca15f07b4331037f48$__632bd182d36040518163ffffffff1660e01b81526004016040805180830381865af41580156117fe573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061182291906132f8565b815260200189898080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250938552505050602082018d90526040820152606081018c9052608081018b905260a001611884600090565b64ffffffffff1681526000602090910152905061189f611459565b6001600160a01b031663c2bf08c86040518060e001604052806118c0600090565b6001600160601b03168152602001856001600160601b031681526020016118e560dc90565b60ff16815260200160001515815260200160006001600160a01b031681526020018f6001600160a01b03168152602001846040516020016119269190613314565b6040516020818303038152906040528152506040518263ffffffff1660e01b81526004016119549190613327565b6020604051808303816000875af1158015611973573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119979190612d66565b604051633038d34760e11b81529096506001600160a01b03851690636071a68e906119c8908990859060040161333a565b600060405180830381600087803b1580156119e257600080fd5b505af11580156119f6573d6000803e3d6000fd5b5050505050505050509695505050505050565b600080826001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611a4a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611a729190810190612eb7565b50604001519392505050565b600082806020019051810190611a94919061312c565b6040516357f9680560e01b81529091506001600160a01b038316906357f9680590611ac5908790859060040161335c565b600060405180830381600087803b158015611adf57600080fd5b505af115801561170e573d6000803e3d6000fd5b611afb6127d8565b600154604051636939560f60e11b815233600482015260009182916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015611b48573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b6c9190612d66565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611bc7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611beb9190612d40565b611c375760405162461bcd60e51b815260206004820152601760248201527f4552524f525f434f4d504f4e454e545f554e4b4e4f574e000000000000000000604482015260640161078a565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03831660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611c92573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611cba919081019061337a565b9250611cd083604001518560ff90811691161490565b611d125760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b604482015260640161078a565b6000611d266001546001600160a01b031690565b60208501516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611d7b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611da3919081019061337a565b608001519395939450505050565b611db96121ad565b6000805160206135578339815191526000611de9600080516020613537833981519152546001600160401b031690565b90506000611df56104e9565b9050816001600160401b0316600103611e225760028301805462ffffff191662ffffff8316179055611e70565b600283015462ffffff90811690821611611e705760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161078a565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611f24573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f4891906133ae565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906113d89083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101586121ad565b6000805160206135378339815191528054600160401b810460ff1615906001600160401b031660008115801561208b5750825b90506000826001600160401b031660011480156120a75750303b155b9050811580156120b5575080155b156120d35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156120fd57845460ff60401b1916600160401b1785555b60008680602001905181019061211391906133c9565b600480546001600160a01b039093166001600160a01b031990931683179055915061213e90826121e6565b61214e631b4612f160e31b61233c565b61215d6209196b60e61b61233c565b5083156121a457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b60008051602061353783398151915254600160401b900460ff166121e457604051631afcd79f60e31b815260040160405180910390fd5b565b6121f08282612361565b6121f86123ea565b606e60005260036020527f0de2b21138735878e0660eef23d1131fad23d66157bfa1c473a82b60c5169926805467ffffffffffffffff19166001600160401b039290921691909117905561224a612463565b608c60005260036020527f83339eadc78535e76a031a9a544cf6fa252296becf88992d49fad5f832544a38805467ffffffffffffffff19166001600160401b039290921691909117905561229c61249f565b607860005260036020527fe372c44748f4c2908ae7c0a1dc553464478b0394f70953faecd55173b039317c805467ffffffffffffffff19166001600160401b03929092169190911790556122ee6124da565b608260005260036020527fc3d073881ce0daff4d900012573fe3b8d5b283519b2f509e59d1b978e7cf0fc5805467ffffffffffffffff19166001600160401b03929092169190911790555050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b600061238b60408051808201909152600b81526a506f6f6c5365727669636560a81b602082015290565b61239361158c565b6040516020016123a4929190613403565b604051602081830303815290604052905060006123c084612515565b905060006123d38583603c848888612580565b6123e3631b4612f160e31b61233c565b5050505050565b6040516368aebf7b60e01b8152610190600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024015b602060405180830381865af415801561243f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056e91906132a8565b6040516368aebf7b60e01b815261012c600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612422565b6040516368aebf7b60e01b81526064600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612422565b6040516368aebf7b60e01b815260c8600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612422565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa15801561255c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061150e9190612d66565b6125c16301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6125cb828761264c565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b8615150217815590506001810161263b8382613477565b506121a46303fb044760e21b61233c565b600280546001600160a01b0319166001600160a01b03841617905561267081612674565b5050565b6001546001600160a01b0316156126ad5760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161078a565b6001600160a01b0381166126d45760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b60000361270a5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161078a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e14a543960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015612784575060408051601f3d908101601f1916820190925261278191810190612d40565b60015b6127ac5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161078a565b806126705760405163fdeac91f60e01b81526001600160a01b038316600482015260240161078a565b50565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561282857600080fd5b81356001600160e01b03198116811461284057600080fd5b9392505050565b60005b8381101561286257818101518382015260200161284a565b50506000910152565b60008151808452612883816020860160208601612847565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c085015261290860e085018261286b565b949350505050565b6040815260006129236040830185612897565b8281036020840152612935818561286b565b95945050505050565b602081526000612840602083018461286b565b6001600160a01b03811681146127d557600080fd5b60006020828403121561297857600080fd5b813561284081612951565b62ffffff811681146127d557600080fd5b6000602082840312156129a657600080fd5b813561284081612983565b6001600160601b03811681146127d557600080fd5b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b03811182821017156129fe576129fe6129c6565b60405290565b60405160e081016001600160401b03811182821017156129fe576129fe6129c6565b60405161012081016001600160401b03811182821017156129fe576129fe6129c6565b60405161010081016001600160401b03811182821017156129fe576129fe6129c6565b604051601f8201601f191681016001600160401b0381118282101715612a9457612a946129c6565b604052919050565b600060408284031215612aae57600080fd5b612ab66129dc565b9050813581526020820135602082015292915050565b60008060608385031215612adf57600080fd5b8235612aea816129b1565b9150612af98460208501612a9c565b90509250929050565b600080600060c08486031215612b1757600080fd5b612b218585612a9c565b9250612b308560408601612a9c565b9150612b3f8560808601612a9c565b90509250925092565b60006001600160401b03821115612b6157612b616129c6565b50601f01601f191660200190565b600080600060608486031215612b8457600080fd5b8335612b8f81612951565b92506020840135612b9f81612951565b915060408401356001600160401b03811115612bba57600080fd5b8401601f81018613612bcb57600080fd5b8035612bde612bd982612b48565b612a6c565b818152876020838501011115612bf357600080fd5b816020840160208301376000602083830101528093505050509250925092565b600060208284031215612c2557600080fd5b5035919050565b60008060008060008060c08789031215612c4557600080fd5b8635612c5081612951565b9550612c5f8860208901612a9c565b9450606087013593506080870135925060a08701356001600160401b0380821115612c8957600080fd5b818901915089601f830112612c9d57600080fd5b813581811115612cac57600080fd5b8a6020828501011115612cbe57600080fd5b6020830194508093505050509295509295509295565b600060208284031215612ce657600080fd5b815161284081612983565b600181811c90821680612d0557607f821691505b602082108103612d2557634e487b7160e01b600052602260045260246000fd5b50919050565b80518015158114612d3b57600080fd5b919050565b600060208284031215612d5257600080fd5b61284082612d2b565b8051612d3b816129b1565b600060208284031215612d7857600080fd5b8151612840816129b1565b600060208284031215612d9557600080fd5b815161284081612951565b60ff811681146127d557600080fd5b8051612d3b81612da0565b8051612d3b81612951565b600082601f830112612dd657600080fd5b8151612de4612bd982612b48565b818152846020838601011115612df957600080fd5b612908826020830160208701612847565b600060e08284031215612e1c57600080fd5b612e24612a04565b9050612e2f82612d5b565b8152612e3d60208301612d5b565b6020820152612e4e60408301612daf565b6040820152612e5f60608301612d2b565b6060820152612e7060808301612dba565b6080820152612e8160a08301612dba565b60a082015260c08201516001600160401b03811115612e9f57600080fd5b612eab84828501612dc5565b60c08301525092915050565b60008060408385031215612eca57600080fd5b82516001600160401b0380821115612ee157600080fd5b612eed86838701612e0a565b93506020850151915080821115612f0357600080fd5b50612f1085828601612dc5565b9150509250929050565b600060208284031215612f2c57600080fd5b5051919050565b600060408284031215612f4557600080fd5b612f4d6129dc565b9050815181526020820151602082015292915050565b805164ffffffffff81168114612d3b57600080fd5b600060208284031215612f8a57600080fd5b81516001600160401b0380821115612fa157600080fd5b908301906101408286031215612fb657600080fd5b612fbe612a26565b612fc783612d5b565b8152612fd68660208501612f33565b6020820152606083015182811115612fed57600080fd5b612ff987828601612dc5565b6040830152506080830151606082015260a0830151608082015260c083015160a082015260e083015160c08201526101009150613037828401612f63565b60e08201526130496101208401612f63565b91810191909152949350505050565b80516001600160601b0316825260006101406020838101518051868301529081015160408601525060408301518160608601526130978286018261286b565b91505060608301516080850152608083015160a085015260a083015160c085015260c083015160e085015260e08301516101006130dc8187018364ffffffffff169052565b84015164ffffffffff81166101208701529050509392505050565b6001600160601b03841681526060602082015260006131196060830185613058565b905060ff83166040830152949350505050565b6000610160828403121561313f57600080fd5b613147612a49565b61315083612d5b565b815261315e60208401612dba565b60208201526040830151604082015261317a8460608501612f33565b606082015261318c8460a08501612f33565b608082015261319e8460e08501612f33565b60a08201526131b06101208401612d2b565b60c08201526131c26101408401612dba565b60e08201529392505050565b80516001600160601b031682526020808201516001600160a01b0390811682850152604080840151908501526060808401518051918601919091529182015160808501526080830151805160a0860152602081015160c0860152915060a0830151805160e08601526020810151610100860152915060c083015115156101208501528060e08401511661014085015250505050565b6001600160601b03841681526101a0810161328160208301856131ce565b60ff8316610180830152949350505050565b6001600160401b03811681146127d557600080fd5b6000602082840312156132ba57600080fd5b815161284081613293565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156132ed57600080fd5b815161284081612da0565b60006040828403121561330a57600080fd5b6128408383612f33565b6020815260006128406020830184613058565b6020815260006128406020830184612897565b6001600160601b03831681526040602082015260006129086040830184613058565b6001600160601b0383168152610180810161284060208301846131ce565b60006020828403121561338c57600080fd5b81516001600160401b038111156133a257600080fd5b61290884828501612e0a565b6000602082840312156133c057600080fd5b61284082612f63565b600080604083850312156133dc57600080fd5b82516133e781612951565b60208401519092506133f881612951565b809150509250929050565b604081526000613416604083018561286b565b905060ff831660208301529392505050565b601f82111561347257600081815260208120601f850160051c8101602086101561344f5750805b601f850160051c820191505b8181101561346e5782815560010161345b565b5050505b505050565b81516001600160401b03811115613490576134906129c6565b6134a48161349e8454612cf1565b84613428565b602080601f8311600181146134d957600084156134c15750858301515b600019600386901b1c1916600185901b17855561346e565b600085815260208120601f198616915b82811015613508578886015182559484019460019091019084016134e9565b50858210156135265787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220b5983ae4a3459053f3bc602336b5de8a3997935b4e53f1e011d8c1649df0837a64736f6c63430008140033",
690
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101585760003560e01c806382678766116100c3578063b88da7591161007c578063b88da75914610486578063caf4e3d414610499578063cc9fc59a146104a1578063cde749f4146104a9578063cf7a1d77146104c3578063e3458d53146104d657600080fd5b806382678766146103e7578063893d20e8146103fa578063946dfcfe14610402578063a3f4df7e14610429578063a745e3df14610453578063b3c650151461046657600080fd5b80634420e486116101155780634420e486146102405780634d459c901461026b5780634f421333146103845780635ab1bd5314610397578063636450f5146103bc578063644c45e0146103cf57600080fd5b806301ffc9a71461015d5780630d8e6e2c1461019f5780630fec111c146101bb578063138461e0146101d157806317d7de7c146101db5780631eff4b221461020b575b600080fd5b61018a61016b366004612816565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101a76104e9565b60405162ffffff9091168152602001610196565b6101c3610573565b604051610196929190612910565b6101d96106c6565b005b60408051808201909152600b81526a506f6f6c5365727669636560a81b60208201525b604051610196919061293e565b6102327f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610196565b61025361024e366004612966565b6108e8565b6040516001600160601b039091168152602001610196565b610327610279366004612994565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061355783398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610196565b61018a610392366004612994565b610cb0565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610196565b6101d96103ca366004612acc565b610d63565b600154600160a01b90046001600160601b0316610253565b6101d96103f5366004612b02565b610ffe565b6103a4611173565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed90154610232565b6101fe6040518060400160405280600b81526020016a506f6f6c5365727669636560a81b81525081565b6101d9610461366004612b6f565b61128d565b61046e6113e7565b6040516001600160401b039091168152602001610196565b6101a7610494366004612c13565b611408565b6103a4611459565b6103a4611514565b6104b161158c565b60405160ff9091168152602001610196565b6101d96104d1366004612b6f565b61160f565b6102536104e4366004612c2c565b611718565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561054a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056e9190612cd4565b905090565b61057b6127d8565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806105c76001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161060f611173565b6001600160a01b0316815260200182600101805461062c90612cf1565b80601f016020809104026020016040519081016040528092919081815260200182805461065890612cf1565b80156106a55780601f1061067a576101008083540402835291602001916106a5565b820191906000526020600020905b81548152906001019060200180831161068857829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610728573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074c9190612d40565b15610793576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166107bc5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610805573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108299190612d40565b610851576040516372657a5160e01b81526001600160a01b038216600482015260240161078a565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561089b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108bf9190612d66565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b60008180826108f682611a09565b60ff8116600090815260036020908152604080832054815163379ed74560e21b815291519495506001600160401b0316933393926001600160a01b0388169263de7b5d1492600480830193928290030181865afa15801561095b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061097f9190612d83565b9050610989611514565b6001600160a01b0316639c12c9c78385846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109fb9190612d66565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160401b0390911660248301526001600160601b03166044820152606401602060405180830381865afa158015610a5d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a819190612d40565b610ab8576040516351302f8160e01b81526001600160401b03841660048201526001600160a01b038316602482015260440161078a565b600033905060008990506000816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b02573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b269190612d83565b90506000610b3383611a09565b90506000610b3f611459565b9050610b496127d8565b6060610b5d8460785b60ff90811691161490565b15610be557604051638fbc2d8160e01b81526001600160a01b0387811660048301528881166024830152841690638fbc2d81906044015b6000604051808303816000875af1158015610bb3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610bdb9190810190612eb7565b9092509050610c8f565b610bf084606e610b52565b15610c2b57604051635d96628960e01b81526001600160a01b0387811660048301528881166024830152841690635d96628990604401610b94565b610c3684608c610b52565b15610c7157604051637286e5e560e01b81526001600160a01b0387811660048301528881166024830152841690637286e5e590604401610b94565b60405163062839b560e01b815260ff8516600482015260240161078a565b81519d50610c9e8e8287611a7e565b50505050505050505050505050919050565b60008060008051602061355783398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610d38573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d5c9190612f1a565b1192915050565b600080610d70608c611af3565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610db4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610dd89190612d83565b8351604051634793b4ab60e01b81526001600160601b0388166004820152919250906000906001600160a01b03841690634793b4ab90602401600060405180830381865afa158015610e2e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610e569190810190612f78565b80516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610eb4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ed89190612d40565b610f245760405162461bcd60e51b815260206004820152601c60248201527f4552524f523a504c532d3031303a42554e444c455f554e4b4e4f574e00000000604482015260640161078a565b80516001600160601b03808416911614610f8b5760405162461bcd60e51b815260206004820152602260248201527f4552524f523a504c532d3031313a42554e444c455f504f4f4c5f4d49534d4154604482015261086960f31b606482015260840161078a565b602081018690526040516307f8b57360e31b81526001600160a01b03851690633fc5ab9890610fc3908a90859060ff906004016130f7565b600060405180830381600087803b158015610fdd57600080fd5b505af1158015610ff1573d6000803e3d6000fd5b5050505050505050505050565b60008061100b608c611af3565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561104f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110739190612d83565b83516040516355e343a960e01b81526001600160601b0382166004820152919250906000906001600160a01b038416906355e343a99060240161016060405180830381865afa1580156110ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110ee919061312c565b606081018990526080810188905260a08101879052604051635ea7f02760e11b81529091506001600160a01b0385169063bd4fe04e90611137908590859060ff90600401613263565b600060405180830381600087803b15801561115157600080fd5b505af1158015611165573d6000803e3d6000fd5b505050505050505050505050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156111d8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111fc9190612d40565b1561127d57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a906024015b602060405180830381865afa158015611259573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056e9190612d83565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c6112af6104e9565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156112ef573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061131391906132a8565b6000805160206135378339815191528054600160401b900460ff1680611346575080546001600160401b03808416911610155b156113645760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561138f8585611db1565b61139883612050565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061056e600080516020613537833981519152546001600160401b031690565b6000600080516020613557833981519152600101828154811061142d5761142d6132c5565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008061146e6001546001600160a01b031690565b6001600160a01b031663a3bcd81d61148461158c565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa1580156114ea573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061150e9190612d83565b92915050565b60006115286001546001600160a01b031690565b6001600160a01b031663a3bcd81d61153e61158c565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e496e7374616e63655365727669636560881b606482015260ff909116602482015260840161123c565b60006115966104e9565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af41580156115eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056e91906132db565b6000805160206135378339815191528054600160401b810460ff1615906001600160401b03166000811580156116425750825b90506000826001600160401b0316600114801561165e5750303b155b90508115801561166c575080155b1561168a5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116b457845460ff60401b1916600160401b1785555b6116be8888611db1565b6116c88787612058565b831561170e57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b60008080611726608c611af3565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561176a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061178e9190612d83565b90506000836000015190506000604051806101200160405280836001600160601b0316815260200173__$a23651848365a6a5ca15f07b4331037f48$__632bd182d36040518163ffffffff1660e01b81526004016040805180830381865af41580156117fe573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061182291906132f8565b815260200189898080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250938552505050602082018d90526040820152606081018c9052608081018b905260a001611884600090565b64ffffffffff1681526000602090910152905061189f611459565b6001600160a01b031663c2bf08c86040518060e001604052806118c0600090565b6001600160601b03168152602001856001600160601b031681526020016118e560dc90565b60ff16815260200160001515815260200160006001600160a01b031681526020018f6001600160a01b03168152602001846040516020016119269190613314565b6040516020818303038152906040528152506040518263ffffffff1660e01b81526004016119549190613327565b6020604051808303816000875af1158015611973573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119979190612d66565b604051633038d34760e11b81529096506001600160a01b03851690636071a68e906119c8908990859060040161333a565b600060405180830381600087803b1580156119e257600080fd5b505af11580156119f6573d6000803e3d6000fd5b5050505050505050509695505050505050565b600080826001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611a4a573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611a729190810190612eb7565b50604001519392505050565b600082806020019051810190611a94919061312c565b6040516357f9680560e01b81529091506001600160a01b038316906357f9680590611ac5908790859060040161335c565b600060405180830381600087803b158015611adf57600080fd5b505af115801561170e573d6000803e3d6000fd5b611afb6127d8565b600154604051636939560f60e11b815233600482015260009182916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015611b48573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b6c9190612d66565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611bc7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611beb9190612d40565b611c375760405162461bcd60e51b815260206004820152601760248201527f4552524f525f434f4d504f4e454e545f554e4b4e4f574e000000000000000000604482015260640161078a565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03831660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611c92573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611cba919081019061337a565b9250611cd083604001518560ff90811691161490565b611d125760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b604482015260640161078a565b6000611d266001546001600160a01b031690565b60208501516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611d7b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611da3919081019061337a565b608001519395939450505050565b611db96121ad565b6000805160206135578339815191526000611de9600080516020613537833981519152546001600160401b031690565b90506000611df56104e9565b9050816001600160401b0316600103611e225760028301805462ffffff191662ffffff8316179055611e70565b600283015462ffffff90811690821611611e705760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161078a565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015611f24573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f4891906133ae565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906113d89083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101586121ad565b6000805160206135378339815191528054600160401b810460ff1615906001600160401b031660008115801561208b5750825b90506000826001600160401b031660011480156120a75750303b155b9050811580156120b5575080155b156120d35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156120fd57845460ff60401b1916600160401b1785555b60008680602001905181019061211391906133c9565b600480546001600160a01b039093166001600160a01b031990931683179055915061213e90826121e6565b61214e631b4612f160e31b61233c565b61215d6209196b60e61b61233c565b5083156121a457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b60008051602061353783398151915254600160401b900460ff166121e457604051631afcd79f60e31b815260040160405180910390fd5b565b6121f08282612361565b6121f86123ea565b606e60005260036020527f0de2b21138735878e0660eef23d1131fad23d66157bfa1c473a82b60c5169926805467ffffffffffffffff19166001600160401b039290921691909117905561224a612463565b608c60005260036020527f83339eadc78535e76a031a9a544cf6fa252296becf88992d49fad5f832544a38805467ffffffffffffffff19166001600160401b039290921691909117905561229c61249f565b607860005260036020527fe372c44748f4c2908ae7c0a1dc553464478b0394f70953faecd55173b039317c805467ffffffffffffffff19166001600160401b03929092169190911790556122ee6124da565b608260005260036020527fc3d073881ce0daff4d900012573fe3b8d5b283519b2f509e59d1b978e7cf0fc5805467ffffffffffffffff19166001600160401b03929092169190911790555050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b600061238b60408051808201909152600b81526a506f6f6c5365727669636560a81b602082015290565b61239361158c565b6040516020016123a4929190613403565b604051602081830303815290604052905060006123c084612515565b905060006123d38583603c848888612580565b6123e3631b4612f160e31b61233c565b5050505050565b6040516368aebf7b60e01b8152610190600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024015b602060405180830381865af415801561243f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056e91906132a8565b6040516368aebf7b60e01b815261012c600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612422565b6040516368aebf7b60e01b81526064600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612422565b6040516368aebf7b60e01b815260c8600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401612422565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa15801561255c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061150e9190612d66565b6125c16301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6125cb828761264c565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b8615150217815590506001810161263b8382613477565b506121a46303fb044760e21b61233c565b600280546001600160a01b0319166001600160a01b03841617905561267081612674565b5050565b6001546001600160a01b0316156126ad5760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161078a565b6001600160a01b0381166126d45760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b60000361270a5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161078a565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e14a543960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015612784575060408051601f3d908101601f1916820190925261278191810190612d40565b60015b6127ac5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161078a565b806126705760405163fdeac91f60e01b81526001600160a01b038316600482015260240161078a565b50565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b60006020828403121561282857600080fd5b81356001600160e01b03198116811461284057600080fd5b9392505050565b60005b8381101561286257818101518382015260200161284a565b50506000910152565b60008151808452612883816020860160208601612847565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c085015261290860e085018261286b565b949350505050565b6040815260006129236040830185612897565b8281036020840152612935818561286b565b95945050505050565b602081526000612840602083018461286b565b6001600160a01b03811681146127d557600080fd5b60006020828403121561297857600080fd5b813561284081612951565b62ffffff811681146127d557600080fd5b6000602082840312156129a657600080fd5b813561284081612983565b6001600160601b03811681146127d557600080fd5b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b03811182821017156129fe576129fe6129c6565b60405290565b60405160e081016001600160401b03811182821017156129fe576129fe6129c6565b60405161012081016001600160401b03811182821017156129fe576129fe6129c6565b60405161010081016001600160401b03811182821017156129fe576129fe6129c6565b604051601f8201601f191681016001600160401b0381118282101715612a9457612a946129c6565b604052919050565b600060408284031215612aae57600080fd5b612ab66129dc565b9050813581526020820135602082015292915050565b60008060608385031215612adf57600080fd5b8235612aea816129b1565b9150612af98460208501612a9c565b90509250929050565b600080600060c08486031215612b1757600080fd5b612b218585612a9c565b9250612b308560408601612a9c565b9150612b3f8560808601612a9c565b90509250925092565b60006001600160401b03821115612b6157612b616129c6565b50601f01601f191660200190565b600080600060608486031215612b8457600080fd5b8335612b8f81612951565b92506020840135612b9f81612951565b915060408401356001600160401b03811115612bba57600080fd5b8401601f81018613612bcb57600080fd5b8035612bde612bd982612b48565b612a6c565b818152876020838501011115612bf357600080fd5b816020840160208301376000602083830101528093505050509250925092565b600060208284031215612c2557600080fd5b5035919050565b60008060008060008060c08789031215612c4557600080fd5b8635612c5081612951565b9550612c5f8860208901612a9c565b9450606087013593506080870135925060a08701356001600160401b0380821115612c8957600080fd5b818901915089601f830112612c9d57600080fd5b813581811115612cac57600080fd5b8a6020828501011115612cbe57600080fd5b6020830194508093505050509295509295509295565b600060208284031215612ce657600080fd5b815161284081612983565b600181811c90821680612d0557607f821691505b602082108103612d2557634e487b7160e01b600052602260045260246000fd5b50919050565b80518015158114612d3b57600080fd5b919050565b600060208284031215612d5257600080fd5b61284082612d2b565b8051612d3b816129b1565b600060208284031215612d7857600080fd5b8151612840816129b1565b600060208284031215612d9557600080fd5b815161284081612951565b60ff811681146127d557600080fd5b8051612d3b81612da0565b8051612d3b81612951565b600082601f830112612dd657600080fd5b8151612de4612bd982612b48565b818152846020838601011115612df957600080fd5b612908826020830160208701612847565b600060e08284031215612e1c57600080fd5b612e24612a04565b9050612e2f82612d5b565b8152612e3d60208301612d5b565b6020820152612e4e60408301612daf565b6040820152612e5f60608301612d2b565b6060820152612e7060808301612dba565b6080820152612e8160a08301612dba565b60a082015260c08201516001600160401b03811115612e9f57600080fd5b612eab84828501612dc5565b60c08301525092915050565b60008060408385031215612eca57600080fd5b82516001600160401b0380821115612ee157600080fd5b612eed86838701612e0a565b93506020850151915080821115612f0357600080fd5b50612f1085828601612dc5565b9150509250929050565b600060208284031215612f2c57600080fd5b5051919050565b600060408284031215612f4557600080fd5b612f4d6129dc565b9050815181526020820151602082015292915050565b805164ffffffffff81168114612d3b57600080fd5b600060208284031215612f8a57600080fd5b81516001600160401b0380821115612fa157600080fd5b908301906101408286031215612fb657600080fd5b612fbe612a26565b612fc783612d5b565b8152612fd68660208501612f33565b6020820152606083015182811115612fed57600080fd5b612ff987828601612dc5565b6040830152506080830151606082015260a0830151608082015260c083015160a082015260e083015160c08201526101009150613037828401612f63565b60e08201526130496101208401612f63565b91810191909152949350505050565b80516001600160601b0316825260006101406020838101518051868301529081015160408601525060408301518160608601526130978286018261286b565b91505060608301516080850152608083015160a085015260a083015160c085015260c083015160e085015260e08301516101006130dc8187018364ffffffffff169052565b84015164ffffffffff81166101208701529050509392505050565b6001600160601b03841681526060602082015260006131196060830185613058565b905060ff83166040830152949350505050565b6000610160828403121561313f57600080fd5b613147612a49565b61315083612d5b565b815261315e60208401612dba565b60208201526040830151604082015261317a8460608501612f33565b606082015261318c8460a08501612f33565b608082015261319e8460e08501612f33565b60a08201526131b06101208401612d2b565b60c08201526131c26101408401612dba565b60e08201529392505050565b80516001600160601b031682526020808201516001600160a01b0390811682850152604080840151908501526060808401518051918601919091529182015160808501526080830151805160a0860152602081015160c0860152915060a0830151805160e08601526020810151610100860152915060c083015115156101208501528060e08401511661014085015250505050565b6001600160601b03841681526101a0810161328160208301856131ce565b60ff8316610180830152949350505050565b6001600160401b03811681146127d557600080fd5b6000602082840312156132ba57600080fd5b815161284081613293565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156132ed57600080fd5b815161284081612da0565b60006040828403121561330a57600080fd5b6128408383612f33565b6020815260006128406020830184613058565b6020815260006128406020830184612897565b6001600160601b03831681526040602082015260006129086040830184613058565b6001600160601b0383168152610180810161284060208301846131ce565b60006020828403121561338c57600080fd5b81516001600160401b038111156133a257600080fd5b61290884828501612e0a565b6000602082840312156133c057600080fd5b61284082612f63565b600080604083850312156133dc57600080fd5b82516133e781612951565b60208401519092506133f881612951565b809150509250929050565b604081526000613416604083018561286b565b905060ff831660208301529392505050565b601f82111561347257600081815260208120601f850160051c8101602086101561344f5750805b601f850160051c820191505b8181101561346e5782815560010161345b565b5050505b505050565b81516001600160401b03811115613490576134906129c6565b6134a48161349e8454612cf1565b84613428565b602080601f8311600181146134d957600084156134c15750858301515b600019600386901b1c1916600185901b17855561346e565b600085815260208120601f198616915b82811015613508578886015182559484019460019091019084016134e9565b50858210156135265787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220b5983ae4a3459053f3bc602336b5de8a3997935b4e53f1e011d8c1649df0837a64736f6c63430008140033",
691
- "linkReferences": {
692
- "contracts/types/Blocknumber.sol": {
693
- "BlocknumberLib": [
694
- {
695
- "length": 20,
696
- "start": 3640
697
- }
698
- ]
699
- },
700
- "contracts/types/Fee.sol": {
701
- "FeeLib": [
702
- {
703
- "length": 20,
704
- "start": 6386
705
- }
706
- ]
707
- },
708
- "contracts/types/NftId.sol": {
709
- "NftIdLib": [
710
- {
711
- "length": 20,
712
- "start": 2088
713
- },
714
- {
715
- "length": 20,
716
- "start": 4020
717
- },
718
- {
719
- "length": 20,
720
- "start": 4824
721
- },
722
- {
723
- "length": 20,
724
- "start": 7367
725
- }
726
- ]
727
- },
728
- "contracts/types/RoleId.sol": {
729
- "RoleIdLib": [
730
- {
731
- "length": 20,
732
- "start": 9534
733
- },
734
- {
735
- "length": 20,
736
- "start": 9655
737
- },
738
- {
739
- "length": 20,
740
- "start": 9714
741
- },
742
- {
743
- "length": 20,
744
- "start": 9773
745
- }
746
- ]
747
- },
748
- "contracts/types/Timestamp.sol": {
749
- "TimestampLib": [
750
- {
751
- "length": 20,
752
- "start": 8228
753
- }
754
- ]
755
- },
756
- "contracts/types/Version.sol": {
757
- "VersionLib": [
758
- {
759
- "length": 20,
760
- "start": 1610
761
- },
762
- {
763
- "length": 20,
764
- "start": 5065
765
- },
766
- {
767
- "length": 20,
768
- "start": 5867
769
- }
770
- ]
771
- }
772
- },
773
- "deployedLinkReferences": {
774
- "contracts/types/Blocknumber.sol": {
775
- "BlocknumberLib": [
776
- {
777
- "length": 20,
778
- "start": 3326
779
- }
780
- ]
781
- },
782
- "contracts/types/Fee.sol": {
783
- "FeeLib": [
784
- {
785
- "length": 20,
786
- "start": 6072
787
- }
788
- ]
789
- },
790
- "contracts/types/NftId.sol": {
791
- "NftIdLib": [
792
- {
793
- "length": 20,
794
- "start": 1774
795
- },
796
- {
797
- "length": 20,
798
- "start": 3706
799
- },
800
- {
801
- "length": 20,
802
- "start": 4510
803
- },
804
- {
805
- "length": 20,
806
- "start": 7053
807
- }
808
- ]
809
- },
810
- "contracts/types/RoleId.sol": {
811
- "RoleIdLib": [
812
- {
813
- "length": 20,
814
- "start": 9220
815
- },
816
- {
817
- "length": 20,
818
- "start": 9341
819
- },
820
- {
821
- "length": 20,
822
- "start": 9400
823
- },
824
- {
825
- "length": 20,
826
- "start": 9459
827
- }
828
- ]
829
- },
830
- "contracts/types/Timestamp.sol": {
831
- "TimestampLib": [
832
- {
833
- "length": 20,
834
- "start": 7914
835
- }
836
- ]
837
- },
838
- "contracts/types/Version.sol": {
839
- "VersionLib": [
840
- {
841
- "length": 20,
842
- "start": 1296
843
- },
844
- {
845
- "length": 20,
846
- "start": 4751
847
- },
848
- {
849
- "length": 20,
850
- "start": 5553
851
- }
852
- ]
853
- }
854
- }
855
- }