@etherisc/gif-next 0.0.2-bc11089-132 → 0.0.2-bca28f1-161

Sign up to get free protection for your applications and to get access to all the features.
Files changed (286) hide show
  1. package/README.md +73 -1
  2. package/artifacts/contracts/components/Component.sol/Component.dbg.json +4 -0
  3. package/artifacts/contracts/components/Component.sol/Component.json +897 -0
  4. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
  5. package/artifacts/contracts/components/Distribution.sol/Distribution.json +896 -235
  6. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +4 -0
  7. package/artifacts/contracts/components/{BaseComponent.sol/BaseComponent.json → IComponent.sol/IComponent.json} +137 -86
  8. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  9. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +798 -0
  10. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  11. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +662 -43
  12. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  13. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +661 -5
  14. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
  15. package/artifacts/contracts/components/Pool.sol/Pool.json +603 -204
  16. package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
  17. package/artifacts/contracts/components/Product.sol/Product.json +529 -122
  18. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +1 -1
  19. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +1 -1
  20. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +1 -1
  21. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +1 -1
  22. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +1 -1
  23. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +1 -1
  24. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +1 -1
  25. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +1 -1
  26. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +1 -1
  27. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +1 -1
  28. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +1 -1
  29. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +1 -1
  30. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +1 -1
  31. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +1 -1
  32. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +2 -2
  33. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +1 -1
  34. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +1 -1
  35. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +1 -1
  36. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +1 -1
  37. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +1 -1
  38. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +1 -1
  39. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
  40. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +38 -62
  41. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +1 -1
  42. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  43. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +706 -56
  44. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  45. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +152 -19
  46. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  47. package/artifacts/contracts/instance/Instance.sol/Instance.json +560 -272
  48. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  49. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +103 -176
  50. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  51. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +61 -97
  52. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  53. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +460 -191
  54. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  55. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +187 -85
  56. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +1 -1
  57. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +8 -32
  58. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +4 -0
  59. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → instance/base/ComponentService.sol/ComponentService.json} +321 -9
  60. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  61. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  62. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  63. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +2 -2
  64. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  65. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +2 -2
  66. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  67. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +24 -13
  68. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  69. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  70. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  71. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  72. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  73. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  74. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  75. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +1117 -0
  76. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +1 -1
  77. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +495 -100
  78. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  79. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +172 -26
  80. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
  81. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +554 -62
  82. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  83. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +197 -23
  84. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  85. package/artifacts/contracts/instance/{base/ComponentServiceBase.sol/ComponentServiceBase.json → service/IApplicationService.sol/IApplicationService.json} +221 -104
  86. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +1 -1
  87. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.json +181 -52
  88. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  89. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +229 -19
  90. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  91. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.json +152 -32
  92. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
  93. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +32 -19
  94. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
  95. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +32 -19
  96. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +1 -1
  97. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +481 -87
  98. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  99. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +203 -25
  100. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
  101. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +301 -62
  102. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  103. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +169 -23
  104. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +1 -1
  105. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +301 -62
  106. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +1 -1
  107. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +169 -15
  108. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  109. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
  110. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  111. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +225 -133
  112. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  113. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +185 -77
  114. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  115. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  116. package/artifacts/contracts/registry/Registry.sol/Registry.json +238 -235
  117. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
  118. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +285 -0
  119. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  120. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +243 -129
  121. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  122. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +181 -97
  123. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  124. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +547 -0
  125. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  126. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +150 -29
  127. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +1 -1
  128. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  129. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  130. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  131. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +37 -0
  132. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  133. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +129 -0
  134. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  135. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +18 -5
  136. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  137. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +69 -0
  138. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  139. package/artifacts/contracts/shared/IService.sol/IService.json +32 -19
  140. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  141. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -2
  142. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  143. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +156 -11
  144. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  145. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +269 -0
  146. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  147. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +156 -6
  148. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  149. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +152 -11
  150. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  151. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +105 -0
  152. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  153. package/artifacts/contracts/shared/Service.sol/Service.json +178 -19
  154. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  155. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  156. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  157. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  158. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -2
  159. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
  160. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
  161. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +152 -11
  162. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
  163. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +2 -2
  164. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
  165. package/artifacts/contracts/test/TestService.sol/TestService.json +196 -37
  166. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
  167. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
  168. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
  169. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +8 -8
  170. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
  171. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  172. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  173. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
  174. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  175. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +2 -2
  176. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
  177. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
  178. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +2 -2
  179. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
  180. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +2 -2
  181. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  182. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +2 -2
  183. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +1 -1
  184. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  185. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +2 -2
  186. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +1 -1
  187. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +2 -2
  188. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
  189. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +2 -2
  190. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
  191. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +2 -2
  192. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
  193. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
  194. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +1 -1
  195. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +1 -1
  196. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
  197. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
  198. package/contracts/components/Component.sol +236 -0
  199. package/contracts/components/Distribution.sol +209 -64
  200. package/contracts/components/IComponent.sol +50 -0
  201. package/contracts/components/IDistributionComponent.sol +59 -3
  202. package/contracts/components/IPoolComponent.sol +50 -29
  203. package/contracts/components/IProductComponent.sol +7 -3
  204. package/contracts/components/Pool.sol +135 -152
  205. package/contracts/components/Product.sol +103 -117
  206. package/contracts/instance/BundleManager.sol +7 -11
  207. package/contracts/instance/IInstance.sol +35 -11
  208. package/contracts/instance/IInstanceService.sol +23 -2
  209. package/contracts/instance/Instance.sol +67 -62
  210. package/contracts/instance/InstanceAccessManager.sol +31 -38
  211. package/contracts/instance/InstanceReader.sol +3 -25
  212. package/contracts/instance/InstanceService.sol +198 -56
  213. package/contracts/instance/InstanceServiceManager.sol +5 -8
  214. package/contracts/instance/ObjectManager.sol +7 -24
  215. package/contracts/instance/base/ComponentService.sol +134 -0
  216. package/contracts/instance/module/IAccess.sol +4 -5
  217. package/contracts/instance/module/ISetup.sol +5 -4
  218. package/contracts/instance/service/ApplicationService.sol +268 -0
  219. package/contracts/instance/service/BundleService.sol +52 -14
  220. package/contracts/instance/service/BundleServiceManager.sol +5 -8
  221. package/contracts/instance/service/DistributionService.sol +208 -49
  222. package/contracts/instance/service/DistributionServiceManager.sol +6 -9
  223. package/contracts/instance/service/IApplicationService.sol +82 -0
  224. package/contracts/instance/service/IBundleService.sol +12 -3
  225. package/contracts/instance/service/IDistributionService.sol +53 -0
  226. package/contracts/instance/service/IPolicyService.sol +17 -16
  227. package/contracts/instance/service/PolicyService.sol +148 -132
  228. package/contracts/instance/service/PoolService.sol +27 -42
  229. package/contracts/instance/service/PoolServiceManager.sol +5 -8
  230. package/contracts/instance/service/ProductService.sol +100 -40
  231. package/contracts/registry/ChainNft.sol +1 -1
  232. package/contracts/registry/IRegistry.sol +37 -19
  233. package/contracts/registry/IRegistryService.sol +30 -13
  234. package/contracts/registry/Registry.sol +233 -217
  235. package/contracts/registry/RegistryAccessManager.sol +216 -0
  236. package/contracts/registry/RegistryService.sol +81 -162
  237. package/contracts/registry/RegistryServiceManager.sol +18 -36
  238. package/contracts/registry/ReleaseManager.sol +331 -0
  239. package/contracts/registry/TokenRegistry.sol +11 -9
  240. package/contracts/shared/ERC165.sol +12 -11
  241. package/contracts/shared/INftOwnable.sol +12 -6
  242. package/contracts/shared/IPolicyHolder.sol +26 -0
  243. package/contracts/shared/IRegisterable.sol +4 -6
  244. package/contracts/shared/IRegistryLinked.sol +15 -0
  245. package/contracts/shared/IService.sol +2 -1
  246. package/contracts/shared/IVersionable.sol +2 -2
  247. package/contracts/shared/NftOwnable.sol +113 -57
  248. package/contracts/shared/PolicyHolder.sol +81 -0
  249. package/contracts/shared/ProxyManager.sol +6 -5
  250. package/contracts/shared/Registerable.sol +15 -24
  251. package/contracts/shared/RegistryLinked.sol +64 -0
  252. package/contracts/shared/Service.sol +18 -13
  253. package/contracts/shared/Versionable.sol +3 -2
  254. package/contracts/test/TestRegisterable.sol +1 -1
  255. package/contracts/test/TestService.sol +4 -3
  256. package/contracts/types/DistributorType.sol +2 -2
  257. package/contracts/types/ObjectType.sol +6 -2
  258. package/contracts/types/RoleId.sol +4 -5
  259. package/package.json +3 -3
  260. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  261. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  262. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -384
  263. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  264. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  265. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  266. package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.json +0 -448
  267. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  268. package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
  269. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  270. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  271. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  272. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  273. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  274. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  275. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.json +0 -466
  276. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  277. package/contracts/components/BaseComponent.sol +0 -148
  278. package/contracts/components/IBaseComponent.sol +0 -32
  279. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -23
  280. package/contracts/instance/IInstanceBase.sol +0 -26
  281. package/contracts/instance/InstanceBase.sol +0 -41
  282. package/contracts/instance/base/ComponentServiceBase.sol +0 -72
  283. package/contracts/instance/base/IInstanceBase.sol +0 -23
  284. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  285. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  286. package/contracts/shared/RegisterableUpgradable.sol +0 -16
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/3aeca1e783f6b7abcbd89db88120eb92.json"
3
+ "buildInfo": "../../../build-info/1fcd5afadf7933e05a667753d435944e.json"
4
4
  }
@@ -35,6 +35,11 @@
35
35
  "name": "ErrorContractNotRegistered",
36
36
  "type": "error"
37
37
  },
38
+ {
39
+ "inputs": [],
40
+ "name": "ErrorInitialOwnerZero",
41
+ "type": "error"
42
+ },
38
43
  {
39
44
  "inputs": [
40
45
  {
@@ -78,6 +83,11 @@
78
83
  "name": "ErrorRegistryNotInitialized",
79
84
  "type": "error"
80
85
  },
86
+ {
87
+ "inputs": [],
88
+ "name": "InvalidInitialization",
89
+ "type": "error"
90
+ },
81
91
  {
82
92
  "inputs": [
83
93
  {
@@ -89,6 +99,11 @@
89
99
  "name": "NotContract",
90
100
  "type": "error"
91
101
  },
102
+ {
103
+ "inputs": [],
104
+ "name": "NotInitializing",
105
+ "type": "error"
106
+ },
92
107
  {
93
108
  "inputs": [
94
109
  {
@@ -116,6 +131,19 @@
116
131
  "name": "TokenMajorVersionInvalid",
117
132
  "type": "error"
118
133
  },
134
+ {
135
+ "anonymous": false,
136
+ "inputs": [
137
+ {
138
+ "indexed": false,
139
+ "internalType": "uint64",
140
+ "name": "version",
141
+ "type": "uint64"
142
+ }
143
+ ],
144
+ "name": "Initialized",
145
+ "type": "event"
146
+ },
119
147
  {
120
148
  "anonymous": false,
121
149
  "inputs": [
@@ -168,12 +196,25 @@
168
196
  },
169
197
  {
170
198
  "inputs": [],
171
- "name": "REGISTRY_SERVICE_NAME",
199
+ "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
172
200
  "outputs": [
173
201
  {
174
- "internalType": "string",
202
+ "internalType": "bytes32",
175
203
  "name": "",
176
- "type": "string"
204
+ "type": "bytes32"
205
+ }
206
+ ],
207
+ "stateMutability": "view",
208
+ "type": "function"
209
+ },
210
+ {
211
+ "inputs": [],
212
+ "name": "getInitialOwner",
213
+ "outputs": [
214
+ {
215
+ "internalType": "address",
216
+ "name": "",
217
+ "type": "address"
177
218
  }
178
219
  ],
179
220
  "stateMutability": "view",
@@ -218,6 +259,19 @@
218
259
  "stateMutability": "view",
219
260
  "type": "function"
220
261
  },
262
+ {
263
+ "inputs": [],
264
+ "name": "getRegistryAddress",
265
+ "outputs": [
266
+ {
267
+ "internalType": "address",
268
+ "name": "",
269
+ "type": "address"
270
+ }
271
+ ],
272
+ "stateMutability": "view",
273
+ "type": "function"
274
+ },
221
275
  {
222
276
  "inputs": [
223
277
  {
@@ -237,6 +291,57 @@
237
291
  "stateMutability": "view",
238
292
  "type": "function"
239
293
  },
294
+ {
295
+ "inputs": [],
296
+ "name": "initializeERC165",
297
+ "outputs": [],
298
+ "stateMutability": "nonpayable",
299
+ "type": "function"
300
+ },
301
+ {
302
+ "inputs": [
303
+ {
304
+ "internalType": "address",
305
+ "name": "initialOwner",
306
+ "type": "address"
307
+ },
308
+ {
309
+ "internalType": "address",
310
+ "name": "registryAddress",
311
+ "type": "address"
312
+ }
313
+ ],
314
+ "name": "initializeNftOwnable",
315
+ "outputs": [],
316
+ "stateMutability": "nonpayable",
317
+ "type": "function"
318
+ },
319
+ {
320
+ "inputs": [
321
+ {
322
+ "internalType": "address",
323
+ "name": "initialOwner",
324
+ "type": "address"
325
+ }
326
+ ],
327
+ "name": "initializeOwner",
328
+ "outputs": [],
329
+ "stateMutability": "nonpayable",
330
+ "type": "function"
331
+ },
332
+ {
333
+ "inputs": [
334
+ {
335
+ "internalType": "address",
336
+ "name": "registryAddress",
337
+ "type": "address"
338
+ }
339
+ ],
340
+ "name": "initializeRegistryLinked",
341
+ "outputs": [],
342
+ "stateMutability": "nonpayable",
343
+ "type": "function"
344
+ },
240
345
  {
241
346
  "inputs": [
242
347
  {
@@ -300,6 +405,19 @@
300
405
  "stateMutability": "nonpayable",
301
406
  "type": "function"
302
407
  },
408
+ {
409
+ "inputs": [
410
+ {
411
+ "internalType": "bytes4",
412
+ "name": "interfaceId",
413
+ "type": "bytes4"
414
+ }
415
+ ],
416
+ "name": "registerInterface",
417
+ "outputs": [],
418
+ "stateMutability": "nonpayable",
419
+ "type": "function"
420
+ },
303
421
  {
304
422
  "inputs": [
305
423
  {
@@ -323,6 +441,25 @@
323
441
  "stateMutability": "nonpayable",
324
442
  "type": "function"
325
443
  },
444
+ {
445
+ "inputs": [
446
+ {
447
+ "internalType": "bytes4",
448
+ "name": "interfaceId",
449
+ "type": "bytes4"
450
+ }
451
+ ],
452
+ "name": "supportsInterface",
453
+ "outputs": [
454
+ {
455
+ "internalType": "bool",
456
+ "name": "",
457
+ "type": "bool"
458
+ }
459
+ ],
460
+ "stateMutability": "view",
461
+ "type": "function"
462
+ },
326
463
  {
327
464
  "inputs": [],
328
465
  "name": "tokens",
@@ -337,22 +474,22 @@
337
474
  "type": "function"
338
475
  }
339
476
  ],
340
- "bytecode": "0x608060405234801561001057600080fd5b50600180546001600160a01b0319163317905561145d806100326000396000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c8063644c45e011610071578063644c45e014610154578063893d20e81461017f5780639d63848a14610187578063c3c5a54714610198578063cf3ecc1b146101c4578063e4b50cb8146101ff57600080fd5b8063138461e0146100ae57806340be2376146100b85780634390ea70146100cb5780635ab1bd531461011c5780636141740f14610141575b600080fd5b6100b6610212565b005b6100b66100c636600461112a565b610434565b6101076100d9366004611156565b6001600160a01b0391909116600090815260046020908152604080832060ff94851684529091529020541690565b60405190151581526020015b60405180910390f35b6000546001600160a01b03165b6040516001600160a01b039091168152602001610113565b6100b661014f36600461119d565b61057f565b600054600160a01b90046001600160601b03166040516001600160601b039091168152602001610113565b6101296108df565b600254604051908152602001610113565b6101076101a636600461112a565b6001600160a01b031660009081526003602052604090205460ff1690565b6101f26040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b6040516101139190611238565b61012961020d36600461124b565b6109fb565b6000546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610274573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102989190611264565b156102df576000546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6000546001600160a01b03166103085760405163cf29926160e01b815260040160405180910390fd5b60005460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610351573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103759190611264565b61039d576040516372657a5160e01b81526001600160a01b03821660048201526024016102d6565b600054604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156103e7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061040b9190611281565b600060146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b61043c6108df565b6001600160a01b0316336001600160a01b03161461046f5760405163700dd81160e01b81523360048201526024016102d6565b60008190506000816001600160a01b031663a3bcd81d6040518060400160405280600f81526020016e52656769737472795365727669636560881b815250846001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061050f91906112aa565b6040518363ffffffff1660e01b815260040161052c9291906112c7565b602060405180830381865afa158015610549573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056d91906112ec565b90506105798382610a2b565b50505050565b6105876108df565b6001600160a01b0316336001600160a01b0316146105ba5760405163700dd81160e01b81523360048201526024016102d6565b6001600160a01b03831660009081526003602052604090205460ff166105e3576105e383610c6e565b604051632b10f60d60e21b815260ff8316600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015610638573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061065c9190611309565b905060008054906101000a90046001600160a01b03166001600160a01b03166338e19a756040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d391906112aa565b604051632b10f60d60e21b815260ff909116600482015273__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015610726573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074a9190611309565b811080610841575060008054906101000a90046001600160a01b03166001600160a01b0316637374162b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107c791906112aa565b604051632b10f60d60e21b815260ff909116600482015273__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af415801561081a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083e9190611309565b81115b156108645760405163374a659160e21b815260ff841660048201526024016102d6565b6001600160a01b038416600081815260046020908152604080832060ff881680855290835292819020805460ff1916871515908117909155815194855291840192909252908201527f330dde7b71e0842a092329aeedc8f261bfaa3210e3743b743d0a147ab085e87f9060600160405180910390a150505050565b600080546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610942573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109669190611264565b156109eb57600054604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa1580156109c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e691906112ec565b905090565b506001546001600160a01b031690565b600060028281548110610a1057610a10611322565b6000918252602090912001546001600160a01b031692915050565b6000610a356108df565b6001600160a01b0316336001600160a01b031614610a685760405163700dd81160e01b81523360048201526024016102d6565b6000546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610aca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aee9190611264565b15610b30576000546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044016102d6565b610b3983610ece565b60005460405163c3c5a54760e01b81526001600160a01b0384811660048301529091169063c3c5a54790602401602060405180830381865afa158015610b83573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ba79190611264565b610bcf576040516372657a5160e01b81526001600160a01b03831660048201526024016102d6565b600054604051636939560f60e11b81526001600160a01b0384811660048301529091169063d272ac1e90602401602060405180830381865afa158015610c19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c3d9190611281565b600080546001600160a01b0316600160a01b6001600160601b03938416810291909117918290559004169392505050565b806001600160a01b03163b600003610ca45760405163b5cf5b8f60e01b81526001600160a01b03821660048201526024016102d6565b610cb5816303fb044760e21b611034565b15610cdd57604051629fd8a560e11b81526001600160a01b03821660048201526024016102d6565b6000819050806001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d20573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d4491906112aa565b60ff16600003610d675760405163925af66160e01b815260040160405180910390fd5b6001600160a01b03808316600081815260036020526040808220805460ff1916600190811790915560028054918201815583527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace0180546001600160a01b03191690931790925581516395d89b4160e01b815291517f651192eeb68d28f238bbf7aa9dfa996bf9159fd79ca109531d6b72d909b1bbff938693908616926395d89b41926004808401938290030181865afa158015610e29573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610e51919081019061134e565b836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb391906112aa565b604051610ec2939291906113f0565b60405180910390a15050565b6000546001600160a01b031615610f075760005460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016102d6565b6001600160a01b038116610f2e5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003610f645760405163fdeac91f60e01b81526001600160a01b03821660048201526024016102d6565b600080546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632eaf856d60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015610fde575060408051601f3d908101601f19168201909252610fdb91810190611264565b60015b6110065760405163fdeac91f60e01b81526001600160a01b03821660048201526024016102d6565b8061102f5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016102d6565b505b50565b600061103f83611057565b80156110505750611050838361108b565b9392505050565b600061106a826301ffc9a760e01b61108b565b80156110855750611083826001600160e01b031961108b565b155b92915050565b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180516001600160e01b03166301ffc9a760e01b178152825192935060009283928392909183918a617530fa92503d915060005190508280156110fe575060208210155b801561110a5750600081115b979650505050505050565b6001600160a01b038116811461103157600080fd5b60006020828403121561113c57600080fd5b813561105081611115565b60ff8116811461103157600080fd5b6000806040838503121561116957600080fd5b823561117481611115565b9150602083013561118481611147565b809150509250929050565b801515811461103157600080fd5b6000806000606084860312156111b257600080fd5b83356111bd81611115565b925060208401356111cd81611147565b915060408401356111dd8161118f565b809150509250925092565b60005b838110156112035781810151838201526020016111eb565b50506000910152565b600081518084526112248160208601602086016111e8565b601f01601f19169290920160200192915050565b602081526000611050602083018461120c565b60006020828403121561125d57600080fd5b5035919050565b60006020828403121561127657600080fd5b81516110508161118f565b60006020828403121561129357600080fd5b81516001600160601b038116811461105057600080fd5b6000602082840312156112bc57600080fd5b815161105081611147565b6040815260006112da604083018561120c565b905060ff831660208301529392505050565b6000602082840312156112fe57600080fd5b815161105081611115565b60006020828403121561131b57600080fd5b5051919050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b60006020828403121561136057600080fd5b815167ffffffffffffffff8082111561137857600080fd5b818401915084601f83011261138c57600080fd5b81518181111561139e5761139e611338565b604051601f8201601f19908116603f011681019083821181831017156113c6576113c6611338565b816040528281528760208487010111156113df57600080fd5b61110a8360208301602088016111e8565b6001600160a01b03841681526060602082018190526000906114149083018561120c565b905060ff8316604083015294935050505056fea2646970667358221220397205459f5f387f2c13939bd20f3893efa055735ffbbcb939cbf5a19db5155c64736f6c63430008140033",
341
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100a95760003560e01c8063644c45e011610071578063644c45e014610154578063893d20e81461017f5780639d63848a14610187578063c3c5a54714610198578063cf3ecc1b146101c4578063e4b50cb8146101ff57600080fd5b8063138461e0146100ae57806340be2376146100b85780634390ea70146100cb5780635ab1bd531461011c5780636141740f14610141575b600080fd5b6100b6610212565b005b6100b66100c636600461112a565b610434565b6101076100d9366004611156565b6001600160a01b0391909116600090815260046020908152604080832060ff94851684529091529020541690565b60405190151581526020015b60405180910390f35b6000546001600160a01b03165b6040516001600160a01b039091168152602001610113565b6100b661014f36600461119d565b61057f565b600054600160a01b90046001600160601b03166040516001600160601b039091168152602001610113565b6101296108df565b600254604051908152602001610113565b6101076101a636600461112a565b6001600160a01b031660009081526003602052604090205460ff1690565b6101f26040518060400160405280600f81526020016e52656769737472795365727669636560881b81525081565b6040516101139190611238565b61012961020d36600461124b565b6109fb565b6000546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610274573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102989190611264565b156102df576000546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6000546001600160a01b03166103085760405163cf29926160e01b815260040160405180910390fd5b60005460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610351573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103759190611264565b61039d576040516372657a5160e01b81526001600160a01b03821660048201526024016102d6565b600054604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa1580156103e7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061040b9190611281565b600060146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b61043c6108df565b6001600160a01b0316336001600160a01b03161461046f5760405163700dd81160e01b81523360048201526024016102d6565b60008190506000816001600160a01b031663a3bcd81d6040518060400160405280600f81526020016e52656769737472795365727669636560881b815250846001600160a01b031663cde749f46040518163ffffffff1660e01b8152600401602060405180830381865afa1580156104eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061050f91906112aa565b6040518363ffffffff1660e01b815260040161052c9291906112c7565b602060405180830381865afa158015610549573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061056d91906112ec565b90506105798382610a2b565b50505050565b6105876108df565b6001600160a01b0316336001600160a01b0316146105ba5760405163700dd81160e01b81523360048201526024016102d6565b6001600160a01b03831660009081526003602052604090205460ff166105e3576105e383610c6e565b604051632b10f60d60e21b815260ff8316600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015610638573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061065c9190611309565b905060008054906101000a90046001600160a01b03166001600160a01b03166338e19a756040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106af573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d391906112aa565b604051632b10f60d60e21b815260ff909116600482015273__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af4158015610726573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074a9190611309565b811080610841575060008054906101000a90046001600160a01b03166001600160a01b0316637374162b6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107a3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107c791906112aa565b604051632b10f60d60e21b815260ff909116600482015273__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af415801561081a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061083e9190611309565b81115b156108645760405163374a659160e21b815260ff841660048201526024016102d6565b6001600160a01b038416600081815260046020908152604080832060ff881680855290835292819020805460ff1916871515908117909155815194855291840192909252908201527f330dde7b71e0842a092329aeedc8f261bfaa3210e3743b743d0a147ab085e87f9060600160405180910390a150505050565b600080546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610942573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109669190611264565b156109eb57600054604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa1580156109c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e691906112ec565b905090565b506001546001600160a01b031690565b600060028281548110610a1057610a10611322565b6000918252602090912001546001600160a01b031692915050565b6000610a356108df565b6001600160a01b0316336001600160a01b031614610a685760405163700dd81160e01b81523360048201526024016102d6565b6000546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610aca573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aee9190611264565b15610b30576000546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044016102d6565b610b3983610ece565b60005460405163c3c5a54760e01b81526001600160a01b0384811660048301529091169063c3c5a54790602401602060405180830381865afa158015610b83573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ba79190611264565b610bcf576040516372657a5160e01b81526001600160a01b03831660048201526024016102d6565b600054604051636939560f60e11b81526001600160a01b0384811660048301529091169063d272ac1e90602401602060405180830381865afa158015610c19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c3d9190611281565b600080546001600160a01b0316600160a01b6001600160601b03938416810291909117918290559004169392505050565b806001600160a01b03163b600003610ca45760405163b5cf5b8f60e01b81526001600160a01b03821660048201526024016102d6565b610cb5816303fb044760e21b611034565b15610cdd57604051629fd8a560e11b81526001600160a01b03821660048201526024016102d6565b6000819050806001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d20573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d4491906112aa565b60ff16600003610d675760405163925af66160e01b815260040160405180910390fd5b6001600160a01b03808316600081815260036020526040808220805460ff1916600190811790915560028054918201815583527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace0180546001600160a01b03191690931790925581516395d89b4160e01b815291517f651192eeb68d28f238bbf7aa9dfa996bf9159fd79ca109531d6b72d909b1bbff938693908616926395d89b41926004808401938290030181865afa158015610e29573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610e51919081019061134e565b836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eb391906112aa565b604051610ec2939291906113f0565b60405180910390a15050565b6000546001600160a01b031615610f075760005460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016102d6565b6001600160a01b038116610f2e5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003610f645760405163fdeac91f60e01b81526001600160a01b03821660048201526024016102d6565b600080546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152632eaf856d60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015610fde575060408051601f3d908101601f19168201909252610fdb91810190611264565b60015b6110065760405163fdeac91f60e01b81526001600160a01b03821660048201526024016102d6565b8061102f5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016102d6565b505b50565b600061103f83611057565b80156110505750611050838361108b565b9392505050565b600061106a826301ffc9a760e01b61108b565b80156110855750611083826001600160e01b031961108b565b155b92915050565b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180516001600160e01b03166301ffc9a760e01b178152825192935060009283928392909183918a617530fa92503d915060005190508280156110fe575060208210155b801561110a5750600081115b979650505050505050565b6001600160a01b038116811461103157600080fd5b60006020828403121561113c57600080fd5b813561105081611115565b60ff8116811461103157600080fd5b6000806040838503121561116957600080fd5b823561117481611115565b9150602083013561118481611147565b809150509250929050565b801515811461103157600080fd5b6000806000606084860312156111b257600080fd5b83356111bd81611115565b925060208401356111cd81611147565b915060408401356111dd8161118f565b809150509250925092565b60005b838110156112035781810151838201526020016111eb565b50506000910152565b600081518084526112248160208601602086016111e8565b601f01601f19169290920160200192915050565b602081526000611050602083018461120c565b60006020828403121561125d57600080fd5b5035919050565b60006020828403121561127657600080fd5b81516110508161118f565b60006020828403121561129357600080fd5b81516001600160601b038116811461105057600080fd5b6000602082840312156112bc57600080fd5b815161105081611147565b6040815260006112da604083018561120c565b905060ff831660208301529392505050565b6000602082840312156112fe57600080fd5b815161105081611115565b60006020828403121561131b57600080fd5b5051919050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b60006020828403121561136057600080fd5b815167ffffffffffffffff8082111561137857600080fd5b818401915084601f83011261138c57600080fd5b81518181111561139e5761139e611338565b604051601f8201601f19908116603f011681019083821181831017156113c6576113c6611338565b816040528281528760208487010111156113df57600080fd5b61110a8360208301602088016111e8565b6001600160a01b03841681526060602082018190526000906114149083018561120c565b905060ff8316604083015294935050505056fea2646970667358221220397205459f5f387f2c13939bd20f3893efa055735ffbbcb939cbf5a19db5155c64736f6c63430008140033",
477
+ "bytecode": "0x60806040523480156200001157600080fd5b506200001d3362000023565b620002a9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03166000811580156200006e5750825b90506000826001600160401b031660011480156200008b5750303b155b9050811580156200009a575080155b15620000b95760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b03191660011785558315620000e857845460ff60401b1916680100000000000000001785555b620000f3866200015e565b620000fd620001e1565b6200010f631fdea09d60e31b62000229565b83156200015657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b6200016862000258565b6001600160a01b03811662000190576040516352e2d0c160e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b0390931692909202919091179055565b620001eb62000258565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6200023362000258565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16620002a757604051631afcd79f60e31b815260040160405180910390fd5b565b6116c680620002b96000396000f3fe608060405234801561001057600080fd5b50600436106101215760003560e01c8063675393bf116100ad578063c3c5a54711610071578063c3c5a54714610291578063e4b50cb8146102bd578063f21de1e8146101dc578063f7c34ee0146102d0578063fb2cb101146102e357600080fd5b8063675393bf1461023c578063893d20e81461024f5780638c5f36bb146102575780639d63848a1461026a578063ada9652e1461027c57600080fd5b806340be2376116100f457806340be23761461018d5780634390ea70146101a05780635ab1bd53146101dc5780636141740f14610201578063644c45e01461021457600080fd5b806301ffc9a714610126578063138461e014610168578063214cdb801461017257806336fc697e14610185575b600080fd5b610153610134366004611354565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101706102eb565b005b610170610180366004611354565b610548565b610170610575565b61017061019b366004611393565b6105bb565b6101536101ae3660046113bf565b6001600160a01b0391909116600090815260046020908152604080832060ff94851684529091529020541690565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161015f565b61017061020f366004611406565b6106e7565b600080516020611671833981519152546040516001600160601b03909116815260200161015f565b61017061024a366004611393565b6108e2565b6101e96108f6565b610170610265366004611393565b610a2d565b6002545b60405190815260200161015f565b61026e60008051602061167183398151915281565b61015361029f366004611393565b6001600160a01b031660009081526003602052604090205460ff1690565b6101e96102cb366004611451565b610b55565b6101706102de36600461146a565b610b85565b6101e9610bbb565b600060008051602061167183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561035a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061037e9190611498565b156103ca576001546001600160a01b03165b81546040516316322c0f60e31b81526001600160a01b0390921660048301526001600160601b031660248201526044015b60405180910390fd5b60006103de6001546001600160a01b031690565b6001600160a01b0316036104055760405163cf29926160e01b815260040160405180910390fd5b306104186001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610460573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104849190611498565b6104ac576040516372657a5160e01b81526001600160a01b03821660048201526024016103c1565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610500573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052491906114b5565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b610550610bd1565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61057d610bd1565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6105c36108f6565b6001600160a01b0316336001600160a01b0316146105f65760405163700dd81160e01b81523360048201526024016103c1565b8060006001600160a01b03821663d39e60436028846001600160a01b031663f40d7c306040518163ffffffff1660e01b8152600401602060405180830381865afa158015610648573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061066c91906114de565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156106b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d591906114fb565b90506106e18382610c1c565b50505050565b6106ef6108f6565b6001600160a01b0316336001600160a01b0316146107225760405163700dd81160e01b81523360048201526024016103c1565b6001600160a01b03831660009081526003602052604090205460ff1661074b5761074b83610e4d565b604051632b10f60d60e21b815260ff8316600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af41580156107a0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107c49190611518565b90506107d86001546001600160a01b031690565b60405163a52ec52960e01b815260ff851660048201526001600160a01b03919091169063a52ec52990602401602060405180830381865afa158015610821573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108459190611498565b6108675760405163374a659160e21b815260ff841660048201526024016103c1565b6001600160a01b038416600081815260046020908152604080832060ff881680855290835292819020805460ff1916871515908117909155815194855291840192909252908201527f330dde7b71e0842a092329aeedc8f261bfaa3210e3743b743d0a147ab085e87f9060600160405180910390a150505050565b6108ea610bd1565b6108f3816110ad565b50565b60008060008051602061167183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610966573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061098a9190611498565b15610a17576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156109ed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1191906114fb565b91505090565b54600160601b90046001600160a01b0316919050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610a735750825b905060008267ffffffffffffffff166001148015610a905750303b155b905081158015610a9e575080155b15610abc5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610ae657845460ff60401b1916600160401b1785555b610aef8661120e565b610af7610575565b610b07631fdea09d60e31b610548565b8315610b4d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b600060028281548110610b6a57610b6a611531565b6000918252602090912001546001600160a01b031692915050565b610b8d610bd1565b610b968261120e565b610b9f816108e2565b610ba7610575565b610bb7631fdea09d60e31b610548565b5050565b6000600080516020611671833981519152610a17565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610c1a57604051631afcd79f60e31b815260040160405180910390fd5b565b6000610c266108f6565b6001600160a01b0316336001600160a01b031614610c595760405163700dd81160e01b81523360048201526024016103c1565b600060008051602061167183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610cc8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cec9190611498565b15610d02576001546001600160a01b0316610390565b610d0b846110ad565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610d5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d839190611498565b610dab576040516372657a5160e01b81526001600160a01b03841660048201526024016103c1565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015610dff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e2391906114b5565b81546bffffffffffffffffffffffff19166001600160601b03919091169081179091559392505050565b806001600160a01b03163b600003610e835760405163b5cf5b8f60e01b81526001600160a01b03821660048201526024016103c1565b610e94816303fb044760e21b611273565b15610ebc57604051629fd8a560e11b81526001600160a01b03821660048201526024016103c1565b6000819050806001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f2391906114de565b60ff16600003610f465760405163925af66160e01b815260040160405180910390fd5b6001600160a01b03808316600081815260036020526040808220805460ff1916600190811790915560028054918201815583527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace0180546001600160a01b03191690931790925581516395d89b4160e01b815291517f651192eeb68d28f238bbf7aa9dfa996bf9159fd79ca109531d6b72d909b1bbff938693908616926395d89b41926004808401938290030181865afa158015611008573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526110309190810190611581565b836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801561106e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061109291906114de565b6040516110a193929190611623565b60405180910390a15050565b6001546001600160a01b0316156110e65760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016103c1565b6001600160a01b03811661110d5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036111435760405163fdeac91f60e01b81526001600160a01b03821660048201526024016103c1565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263230c0c8160e11b60048201526301ffc9a790602401602060405180830381865afa9250505080156111bd575060408051601f3d908101601f191682019092526111ba91810190611498565b60015b6111e55760405163fdeac91f60e01b81526001600160a01b03821660048201526024016103c1565b80610bb75760405163fdeac91f60e01b81526001600160a01b03831660048201526024016103c1565b611216610bd1565b6001600160a01b03811661123d576040516352e2d0c160e01b815260040160405180910390fd5b60008051602061167183398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600061127e83611296565b801561128f575061128f83836112ca565b9392505050565b60006112a9826301ffc9a760e01b6112ca565b80156112c457506112c2826001600160e01b03196112ca565b155b92915050565b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180516001600160e01b03166301ffc9a760e01b178152825192935060009283928392909183918a617530fa92503d9150600051905082801561133d575060208210155b80156113495750600081115b979650505050505050565b60006020828403121561136657600080fd5b81356001600160e01b03198116811461128f57600080fd5b6001600160a01b03811681146108f357600080fd5b6000602082840312156113a557600080fd5b813561128f8161137e565b60ff811681146108f357600080fd5b600080604083850312156113d257600080fd5b82356113dd8161137e565b915060208301356113ed816113b0565b809150509250929050565b80151581146108f357600080fd5b60008060006060848603121561141b57600080fd5b83356114268161137e565b92506020840135611436816113b0565b91506040840135611446816113f8565b809150509250925092565b60006020828403121561146357600080fd5b5035919050565b6000806040838503121561147d57600080fd5b82356114888161137e565b915060208301356113ed8161137e565b6000602082840312156114aa57600080fd5b815161128f816113f8565b6000602082840312156114c757600080fd5b81516001600160601b038116811461128f57600080fd5b6000602082840312156114f057600080fd5b815161128f816113b0565b60006020828403121561150d57600080fd5b815161128f8161137e565b60006020828403121561152a57600080fd5b5051919050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b60005b83811015611578578181015183820152602001611560565b50506000910152565b60006020828403121561159357600080fd5b815167ffffffffffffffff808211156115ab57600080fd5b818401915084601f8301126115bf57600080fd5b8151818111156115d1576115d1611547565b604051601f8201601f19908116603f011681019083821181831017156115f9576115f9611547565b8160405282815287602084870101111561161257600080fd5b61134983602083016020880161155d565b60018060a01b0384168152606060208201526000835180606084015261165081608085016020880161155d565b60ff93909316604083015250601f91909101601f1916016080019291505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a2646970667358221220cc0086f410fd981d465af65c865012588f43b7421c3380488fb2ee2be3d0783164736f6c63430008140033",
478
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101215760003560e01c8063675393bf116100ad578063c3c5a54711610071578063c3c5a54714610291578063e4b50cb8146102bd578063f21de1e8146101dc578063f7c34ee0146102d0578063fb2cb101146102e357600080fd5b8063675393bf1461023c578063893d20e81461024f5780638c5f36bb146102575780639d63848a1461026a578063ada9652e1461027c57600080fd5b806340be2376116100f457806340be23761461018d5780634390ea70146101a05780635ab1bd53146101dc5780636141740f14610201578063644c45e01461021457600080fd5b806301ffc9a714610126578063138461e014610168578063214cdb801461017257806336fc697e14610185575b600080fd5b610153610134366004611354565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101706102eb565b005b610170610180366004611354565b610548565b610170610575565b61017061019b366004611393565b6105bb565b6101536101ae3660046113bf565b6001600160a01b0391909116600090815260046020908152604080832060ff94851684529091529020541690565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161015f565b61017061020f366004611406565b6106e7565b600080516020611671833981519152546040516001600160601b03909116815260200161015f565b61017061024a366004611393565b6108e2565b6101e96108f6565b610170610265366004611393565b610a2d565b6002545b60405190815260200161015f565b61026e60008051602061167183398151915281565b61015361029f366004611393565b6001600160a01b031660009081526003602052604090205460ff1690565b6101e96102cb366004611451565b610b55565b6101706102de36600461146a565b610b85565b6101e9610bbb565b600060008051602061167183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561035a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061037e9190611498565b156103ca576001546001600160a01b03165b81546040516316322c0f60e31b81526001600160a01b0390921660048301526001600160601b031660248201526044015b60405180910390fd5b60006103de6001546001600160a01b031690565b6001600160a01b0316036104055760405163cf29926160e01b815260040160405180910390fd5b306104186001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610460573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104849190611498565b6104ac576040516372657a5160e01b81526001600160a01b03821660048201526024016103c1565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610500573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052491906114b5565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b610550610bd1565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61057d610bd1565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6105c36108f6565b6001600160a01b0316336001600160a01b0316146105f65760405163700dd81160e01b81523360048201526024016103c1565b8060006001600160a01b03821663d39e60436028846001600160a01b031663f40d7c306040518163ffffffff1660e01b8152600401602060405180830381865afa158015610648573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061066c91906114de565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156106b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d591906114fb565b90506106e18382610c1c565b50505050565b6106ef6108f6565b6001600160a01b0316336001600160a01b0316146107225760405163700dd81160e01b81523360048201526024016103c1565b6001600160a01b03831660009081526003602052604090205460ff1661074b5761074b83610e4d565b604051632b10f60d60e21b815260ff8316600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__9063ac43d83490602401602060405180830381865af41580156107a0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107c49190611518565b90506107d86001546001600160a01b031690565b60405163a52ec52960e01b815260ff851660048201526001600160a01b03919091169063a52ec52990602401602060405180830381865afa158015610821573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108459190611498565b6108675760405163374a659160e21b815260ff841660048201526024016103c1565b6001600160a01b038416600081815260046020908152604080832060ff881680855290835292819020805460ff1916871515908117909155815194855291840192909252908201527f330dde7b71e0842a092329aeedc8f261bfaa3210e3743b743d0a147ab085e87f9060600160405180910390a150505050565b6108ea610bd1565b6108f3816110ad565b50565b60008060008051602061167183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610966573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061098a9190611498565b15610a17576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156109ed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a1191906114fb565b91505090565b54600160601b90046001600160a01b0316919050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff16600081158015610a735750825b905060008267ffffffffffffffff166001148015610a905750303b155b905081158015610a9e575080155b15610abc5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610ae657845460ff60401b1916600160401b1785555b610aef8661120e565b610af7610575565b610b07631fdea09d60e31b610548565b8315610b4d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b600060028281548110610b6a57610b6a611531565b6000918252602090912001546001600160a01b031692915050565b610b8d610bd1565b610b968261120e565b610b9f816108e2565b610ba7610575565b610bb7631fdea09d60e31b610548565b5050565b6000600080516020611671833981519152610a17565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff16610c1a57604051631afcd79f60e31b815260040160405180910390fd5b565b6000610c266108f6565b6001600160a01b0316336001600160a01b031614610c595760405163700dd81160e01b81523360048201526024016103c1565b600060008051602061167183398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610cc8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cec9190611498565b15610d02576001546001600160a01b0316610390565b610d0b846110ad565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610d5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d839190611498565b610dab576040516372657a5160e01b81526001600160a01b03841660048201526024016103c1565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015610dff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e2391906114b5565b81546bffffffffffffffffffffffff19166001600160601b03919091169081179091559392505050565b806001600160a01b03163b600003610e835760405163b5cf5b8f60e01b81526001600160a01b03821660048201526024016103c1565b610e94816303fb044760e21b611273565b15610ebc57604051629fd8a560e11b81526001600160a01b03821660048201526024016103c1565b6000819050806001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610eff573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f2391906114de565b60ff16600003610f465760405163925af66160e01b815260040160405180910390fd5b6001600160a01b03808316600081815260036020526040808220805460ff1916600190811790915560028054918201815583527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace0180546001600160a01b03191690931790925581516395d89b4160e01b815291517f651192eeb68d28f238bbf7aa9dfa996bf9159fd79ca109531d6b72d909b1bbff938693908616926395d89b41926004808401938290030181865afa158015611008573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526110309190810190611581565b836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801561106e573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061109291906114de565b6040516110a193929190611623565b60405180910390a15050565b6001546001600160a01b0316156110e65760015460405163fcdbf2d960e01b81526001600160a01b0390911660048201526024016103c1565b6001600160a01b03811661110d5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b6000036111435760405163fdeac91f60e01b81526001600160a01b03821660048201526024016103c1565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263230c0c8160e11b60048201526301ffc9a790602401602060405180830381865afa9250505080156111bd575060408051601f3d908101601f191682019092526111ba91810190611498565b60015b6111e55760405163fdeac91f60e01b81526001600160a01b03821660048201526024016103c1565b80610bb75760405163fdeac91f60e01b81526001600160a01b03831660048201526024016103c1565b611216610bd1565b6001600160a01b03811661123d576040516352e2d0c160e01b815260040160405180910390fd5b60008051602061167183398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b600061127e83611296565b801561128f575061128f83836112ca565b9392505050565b60006112a9826301ffc9a760e01b6112ca565b80156112c457506112c2826001600160e01b03196112ca565b155b92915050565b6040516001600160e01b031982166024820152600090819060440160408051601f19818403018152919052602080820180516001600160e01b03166301ffc9a760e01b178152825192935060009283928392909183918a617530fa92503d9150600051905082801561133d575060208210155b80156113495750600081115b979650505050505050565b60006020828403121561136657600080fd5b81356001600160e01b03198116811461128f57600080fd5b6001600160a01b03811681146108f357600080fd5b6000602082840312156113a557600080fd5b813561128f8161137e565b60ff811681146108f357600080fd5b600080604083850312156113d257600080fd5b82356113dd8161137e565b915060208301356113ed816113b0565b809150509250929050565b80151581146108f357600080fd5b60008060006060848603121561141b57600080fd5b83356114268161137e565b92506020840135611436816113b0565b91506040840135611446816113f8565b809150509250925092565b60006020828403121561146357600080fd5b5035919050565b6000806040838503121561147d57600080fd5b82356114888161137e565b915060208301356113ed8161137e565b6000602082840312156114aa57600080fd5b815161128f816113f8565b6000602082840312156114c757600080fd5b81516001600160601b038116811461128f57600080fd5b6000602082840312156114f057600080fd5b815161128f816113b0565b60006020828403121561150d57600080fd5b815161128f8161137e565b60006020828403121561152a57600080fd5b5051919050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b60005b83811015611578578181015183820152602001611560565b50506000910152565b60006020828403121561159357600080fd5b815167ffffffffffffffff808211156115ab57600080fd5b818401915084601f8301126115bf57600080fd5b8151818111156115d1576115d1611547565b604051601f8201601f19908116603f011681019083821181831017156115f9576115f9611547565b8160405282815287602084870101111561161257600080fd5b61134983602083016020880161155d565b60018060a01b0384168152606060208201526000835180606084015261165081608085016020880161155d565b60ff93909316604083015250601f91909101601f1916016080019291505056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a2646970667358221220cc0086f410fd981d465af65c865012588f43b7421c3380488fb2ee2be3d0783164736f6c63430008140033",
342
479
  "linkReferences": {
343
480
  "contracts/types/NftId.sol": {
344
481
  "NftIdLib": [
345
482
  {
346
483
  "length": 20,
347
- "start": 620
484
+ "start": 1497
348
485
  },
349
486
  {
350
487
  "length": 20,
351
- "start": 2362
488
+ "start": 3045
352
489
  },
353
490
  {
354
491
  "length": 20,
355
- "start": 2754
492
+ "start": 3911
356
493
  }
357
494
  ]
358
495
  },
@@ -360,15 +497,7 @@
360
497
  "VersionPartLib": [
361
498
  {
362
499
  "length": 20,
363
- "start": 1584
364
- },
365
- {
366
- "length": 20,
367
- "start": 1822
368
- },
369
- {
370
- "length": 20,
371
- "start": 2066
500
+ "start": 2591
372
501
  }
373
502
  ]
374
503
  }
@@ -378,15 +507,15 @@
378
507
  "NftIdLib": [
379
508
  {
380
509
  "length": 20,
381
- "start": 570
510
+ "start": 800
382
511
  },
383
512
  {
384
513
  "length": 20,
385
- "start": 2312
514
+ "start": 2348
386
515
  },
387
516
  {
388
517
  "length": 20,
389
- "start": 2704
518
+ "start": 3214
390
519
  }
391
520
  ]
392
521
  },
@@ -394,15 +523,7 @@
394
523
  "VersionPartLib": [
395
524
  {
396
525
  "length": 20,
397
- "start": 1534
398
- },
399
- {
400
- "length": 20,
401
- "start": 1772
402
- },
403
- {
404
- "length": 20,
405
- "start": 2016
526
+ "start": 1894
406
527
  }
407
528
  ]
408
529
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/3aeca1e783f6b7abcbd89db88120eb92.json"
3
+ "buildInfo": "../../../build-info/1fcd5afadf7933e05a667753d435944e.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/3aeca1e783f6b7abcbd89db88120eb92.json"
3
+ "buildInfo": "../../../build-info/1fcd5afadf7933e05a667753d435944e.json"
4
4
  }
@@ -5,8 +5,46 @@
5
5
  "abi": [
6
6
  {
7
7
  "inputs": [],
8
+ "name": "InvalidInitialization",
9
+ "type": "error"
10
+ },
11
+ {
12
+ "inputs": [],
13
+ "name": "NotInitializing",
14
+ "type": "error"
15
+ },
16
+ {
17
+ "anonymous": false,
18
+ "inputs": [
19
+ {
20
+ "indexed": false,
21
+ "internalType": "uint64",
22
+ "name": "version",
23
+ "type": "uint64"
24
+ }
25
+ ],
26
+ "name": "Initialized",
27
+ "type": "event"
28
+ },
29
+ {
30
+ "inputs": [],
31
+ "name": "initializeERC165",
32
+ "outputs": [],
8
33
  "stateMutability": "nonpayable",
9
- "type": "constructor"
34
+ "type": "function"
35
+ },
36
+ {
37
+ "inputs": [
38
+ {
39
+ "internalType": "bytes4",
40
+ "name": "interfaceId",
41
+ "type": "bytes4"
42
+ }
43
+ ],
44
+ "name": "registerInterface",
45
+ "outputs": [],
46
+ "stateMutability": "nonpayable",
47
+ "type": "function"
10
48
  },
11
49
  {
12
50
  "inputs": [
@@ -28,8 +66,8 @@
28
66
  "type": "function"
29
67
  }
30
68
  ],
31
- "bytecode": "0x608060405234801561001057600080fd5b506100526301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b60d0806100606000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c806301ffc9a714602d575b600080fd5b60576038366004606b565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b600060208284031215607c57600080fd5b81356001600160e01b031981168114609357600080fd5b939250505056fea2646970667358221220ddf10c535265fa0148782915dfe17f1cb24928ccbbf1f4209b9ad4198816a80f64736f6c63430008140033",
32
- "deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060285760003560e01c806301ffc9a714602d575b600080fd5b60576038366004606b565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b600060208284031215607c57600080fd5b81356001600160e01b031981168114609357600080fd5b939250505056fea2646970667358221220ddf10c535265fa0148782915dfe17f1cb24928ccbbf1f4209b9ad4198816a80f64736f6c63430008140033",
69
+ "bytecode": "0x608060405234801561001057600080fd5b506101ce806100206000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806301ffc9a714610046578063214cdb801461008757806336fc697e1461009c575b600080fd5b610073610054366004610167565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b61009a610095366004610167565b6100a4565b005b61009a6100d1565b6100ac610117565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6100d9610117565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661016557604051631afcd79f60e31b815260040160405180910390fd5b565b60006020828403121561017957600080fd5b81356001600160e01b03198116811461019157600080fd5b939250505056fea26469706673582212205e73e399c6e9b09dcb58b7b49072c660f113c541ad7702507560d0524f127ac064736f6c63430008140033",
70
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c806301ffc9a714610046578063214cdb801461008757806336fc697e1461009c575b600080fd5b610073610054366004610167565b6001600160e01b03191660009081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b61009a610095366004610167565b6100a4565b005b61009a6100d1565b6100ac610117565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b6100d9610117565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661016557604051631afcd79f60e31b815260040160405180910390fd5b565b60006020828403121561017957600080fd5b81356001600160e01b03198116811461019157600080fd5b939250505056fea26469706673582212205e73e399c6e9b09dcb58b7b49072c660f113c541ad7702507560d0524f127ac064736f6c63430008140033",
33
71
  "linkReferences": {},
34
72
  "deployedLinkReferences": {}
35
73
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/3aeca1e783f6b7abcbd89db88120eb92.json"
3
+ "buildInfo": "../../../build-info/1fcd5afadf7933e05a667753d435944e.json"
4
4
  }
@@ -30,6 +30,11 @@
30
30
  "name": "ErrorContractNotRegistered",
31
31
  "type": "error"
32
32
  },
33
+ {
34
+ "inputs": [],
35
+ "name": "ErrorInitialOwnerZero",
36
+ "type": "error"
37
+ },
33
38
  {
34
39
  "inputs": [
35
40
  {
@@ -112,12 +117,44 @@
112
117
  "stateMutability": "view",
113
118
  "type": "function"
114
119
  },
120
+ {
121
+ "inputs": [],
122
+ "name": "getRegistryAddress",
123
+ "outputs": [
124
+ {
125
+ "internalType": "address",
126
+ "name": "",
127
+ "type": "address"
128
+ }
129
+ ],
130
+ "stateMutability": "view",
131
+ "type": "function"
132
+ },
115
133
  {
116
134
  "inputs": [],
117
135
  "name": "linkToRegisteredNftId",
118
136
  "outputs": [],
119
137
  "stateMutability": "nonpayable",
120
138
  "type": "function"
139
+ },
140
+ {
141
+ "inputs": [
142
+ {
143
+ "internalType": "bytes4",
144
+ "name": "interfaceId",
145
+ "type": "bytes4"
146
+ }
147
+ ],
148
+ "name": "supportsInterface",
149
+ "outputs": [
150
+ {
151
+ "internalType": "bool",
152
+ "name": "",
153
+ "type": "bool"
154
+ }
155
+ ],
156
+ "stateMutability": "view",
157
+ "type": "function"
121
158
  }
122
159
  ],
123
160
  "bytecode": "0x",
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/1fcd5afadf7933e05a667753d435944e.json"
4
+ }
@@ -0,0 +1,129 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IPolicyHolder",
4
+ "sourceName": "contracts/shared/IPolicyHolder.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "NftId",
10
+ "name": "policyId",
11
+ "type": "uint96"
12
+ },
13
+ {
14
+ "internalType": "NumberId",
15
+ "name": "claimId",
16
+ "type": "uint32"
17
+ }
18
+ ],
19
+ "name": "getBeneficiary",
20
+ "outputs": [
21
+ {
22
+ "internalType": "address",
23
+ "name": "beneficiary",
24
+ "type": "address"
25
+ }
26
+ ],
27
+ "stateMutability": "view",
28
+ "type": "function"
29
+ },
30
+ {
31
+ "inputs": [
32
+ {
33
+ "internalType": "address",
34
+ "name": "operator",
35
+ "type": "address"
36
+ },
37
+ {
38
+ "internalType": "address",
39
+ "name": "from",
40
+ "type": "address"
41
+ },
42
+ {
43
+ "internalType": "uint256",
44
+ "name": "tokenId",
45
+ "type": "uint256"
46
+ },
47
+ {
48
+ "internalType": "bytes",
49
+ "name": "data",
50
+ "type": "bytes"
51
+ }
52
+ ],
53
+ "name": "onERC721Received",
54
+ "outputs": [
55
+ {
56
+ "internalType": "bytes4",
57
+ "name": "",
58
+ "type": "bytes4"
59
+ }
60
+ ],
61
+ "stateMutability": "nonpayable",
62
+ "type": "function"
63
+ },
64
+ {
65
+ "inputs": [
66
+ {
67
+ "internalType": "NftId",
68
+ "name": "policyNftId",
69
+ "type": "uint96"
70
+ },
71
+ {
72
+ "internalType": "NumberId",
73
+ "name": "payoutId",
74
+ "type": "uint32"
75
+ },
76
+ {
77
+ "internalType": "address",
78
+ "name": "beneficiary",
79
+ "type": "address"
80
+ },
81
+ {
82
+ "internalType": "uint256",
83
+ "name": "amount",
84
+ "type": "uint256"
85
+ }
86
+ ],
87
+ "name": "payoutExecutedCallback",
88
+ "outputs": [],
89
+ "stateMutability": "nonpayable",
90
+ "type": "function"
91
+ },
92
+ {
93
+ "inputs": [
94
+ {
95
+ "internalType": "NftId",
96
+ "name": "policyNftId",
97
+ "type": "uint96"
98
+ }
99
+ ],
100
+ "name": "policyCreatedCallback",
101
+ "outputs": [],
102
+ "stateMutability": "nonpayable",
103
+ "type": "function"
104
+ },
105
+ {
106
+ "inputs": [
107
+ {
108
+ "internalType": "bytes4",
109
+ "name": "interfaceId",
110
+ "type": "bytes4"
111
+ }
112
+ ],
113
+ "name": "supportsInterface",
114
+ "outputs": [
115
+ {
116
+ "internalType": "bool",
117
+ "name": "",
118
+ "type": "bool"
119
+ }
120
+ ],
121
+ "stateMutability": "view",
122
+ "type": "function"
123
+ }
124
+ ],
125
+ "bytecode": "0x",
126
+ "deployedBytecode": "0x",
127
+ "linkReferences": {},
128
+ "deployedLinkReferences": {}
129
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/3aeca1e783f6b7abcbd89db88120eb92.json"
3
+ "buildInfo": "../../../build-info/1fcd5afadf7933e05a667753d435944e.json"
4
4
  }