@etherisc/gif-next 0.0.2-de220d6-949 → 0.0.2-def25d4-556

Sign up to get free protection for your applications and to get access to all the features.
Files changed (379) hide show
  1. package/README.md +179 -1
  2. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +1 -1
  3. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +176 -23
  4. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +4 -0
  5. package/artifacts/contracts/components/Distribution.sol/Distribution.json +670 -0
  6. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +1 -1
  7. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +129 -23
  8. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +204 -0
  10. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  11. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +74 -181
  12. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  13. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +55 -177
  14. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
  15. package/artifacts/contracts/components/Pool.sol/Pool.json +463 -60
  16. package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
  17. package/artifacts/contracts/components/Product.sol/Product.json +540 -70
  18. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +4 -0
  19. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +66 -0
  20. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +4 -0
  21. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +24 -0
  22. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +4 -0
  23. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +42 -0
  24. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +1 -1
  25. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +1 -1
  26. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +2 -34
  27. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +1 -1
  28. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +1 -1
  29. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +1 -1
  30. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +1 -1
  31. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +1 -1
  32. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +1 -1
  33. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +1 -1
  34. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +1 -1
  35. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +1 -1
  36. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +2 -2
  37. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +1 -1
  38. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +1 -1
  39. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +1 -1
  40. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +2 -2
  41. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +1 -1
  42. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +2 -2
  43. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +1 -1
  44. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +1 -1
  45. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +4 -0
  46. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.json +101 -0
  47. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +4 -0
  48. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +1132 -0
  49. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +4 -0
  50. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +1082 -0
  51. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  52. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +277 -1709
  53. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  54. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +480 -0
  55. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  56. package/artifacts/contracts/instance/Instance.sol/Instance.json +2480 -1170
  57. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +4 -0
  58. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +917 -0
  59. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  60. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1283 -0
  61. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  62. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +851 -0
  63. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  64. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +472 -0
  65. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +1 -1
  66. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +229 -43
  67. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +1 -1
  68. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +51 -1
  69. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  70. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +45 -127
  71. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  72. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  73. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +55 -245
  74. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  75. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +4 -4
  76. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
  77. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +211 -0
  78. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  79. package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
  80. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  81. package/artifacts/contracts/instance/module/{access/IAccess.sol/IAccess.json → IDistribution.sol/IDistribution.json} +2 -2
  82. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  83. package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
  84. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  85. package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
  86. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +4 -0
  87. package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/ISetup.sol/ISetup.json} +2 -2
  88. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +4 -0
  89. package/artifacts/contracts/instance/module/{treasury/ITreasury.sol → ITreasury.sol}/ITreasury.json +1 -1
  90. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +1 -1
  91. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +381 -77
  92. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +4 -0
  93. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +657 -0
  94. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  95. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +436 -0
  96. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +1 -1
  97. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.json +177 -75
  98. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  99. package/artifacts/contracts/instance/{base/ServiceBase.sol/ServiceBase.json → service/IDistributionService.sol/IDistributionService.json} +204 -58
  100. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
  101. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +235 -50
  102. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
  103. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +325 -51
  104. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  105. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +186 -12
  106. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  107. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +485 -37
  108. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  109. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +853 -0
  110. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  111. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +34 -0
  112. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  113. package/artifacts/contracts/registry/Registry.sol/Registry.json +597 -122
  114. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  115. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1237 -0
  116. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  117. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +525 -0
  118. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  119. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +410 -0
  120. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +4 -0
  121. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +107 -0
  122. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  123. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +2 -2
  124. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  125. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +127 -0
  126. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  127. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +117 -37
  128. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  129. package/artifacts/contracts/{instance/base → shared}/IService.sol/IService.json +175 -54
  130. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  131. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +55 -14
  132. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  133. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +158 -0
  134. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  135. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +349 -0
  136. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  137. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +190 -37
  138. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +4 -0
  139. package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/RegisterableUpgradable.sol/RegisterableUpgradable.json} +199 -83
  140. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  141. package/artifacts/contracts/shared/Service.sol/Service.json +468 -0
  142. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  143. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +96 -0
  144. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  145. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  146. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  147. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +78 -14
  148. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
  149. package/artifacts/contracts/test/TestFee.sol/TestFee.json +4 -4
  150. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
  151. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +204 -36
  152. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
  153. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +14 -14
  154. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
  155. package/artifacts/contracts/test/TestService.sol/TestService.json +283 -62
  156. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
  157. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +91 -53
  158. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
  159. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +2 -2
  160. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
  161. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +103 -23
  162. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
  163. package/artifacts/contracts/test/Usdc.sol/USDC.json +91 -53
  164. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  165. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  166. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
  167. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  168. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +104 -0
  169. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
  170. package/artifacts/contracts/types/Fee.sol/FeeLib.json +52 -13
  171. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
  172. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +31 -17
  173. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
  174. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +2 -2
  175. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  176. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +2 -2
  177. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +4 -0
  178. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +100 -0
  179. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  180. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +2 -2
  181. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +4 -0
  182. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +123 -0
  183. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +4 -0
  184. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +86 -0
  185. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
  186. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +134 -8
  187. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
  188. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +2 -2
  189. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
  190. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +15 -2
  191. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +4 -0
  192. package/artifacts/contracts/types/UFixed.sol/MathLib.json +10 -0
  193. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +4 -0
  194. package/artifacts/contracts/types/UFixed.sol/{UFixedMathLib.json → UFixedLib.json} +3 -3
  195. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
  196. package/artifacts/contracts/types/Version.sol/VersionLib.json +40 -2
  197. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
  198. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +22 -3
  199. package/contracts/components/BaseComponent.sol +26 -23
  200. package/contracts/components/Distribution.sol +166 -0
  201. package/contracts/components/IBaseComponent.sol +9 -3
  202. package/contracts/components/IDistributionComponent.sol +46 -0
  203. package/contracts/components/IPoolComponent.sol +14 -9
  204. package/contracts/components/IProductComponent.sol +25 -9
  205. package/contracts/components/Pool.sol +114 -30
  206. package/contracts/components/Product.sol +212 -32
  207. package/contracts/experiment/cloning/Cloner.sol +47 -0
  208. package/contracts/experiment/errors/Revert.sol +4 -13
  209. package/contracts/instance/AccessManagedSimple.sol +115 -0
  210. package/contracts/instance/AccessManagerSimple.sol +692 -0
  211. package/contracts/instance/IAccessManagerSimple.sol +391 -0
  212. package/contracts/instance/IInstance.sol +25 -45
  213. package/contracts/instance/IInstanceService.sol +30 -0
  214. package/contracts/instance/Instance.sol +427 -52
  215. package/contracts/instance/InstanceAccessManager.sol +288 -0
  216. package/contracts/instance/InstanceReader.sol +290 -0
  217. package/contracts/instance/InstanceService.sol +170 -0
  218. package/contracts/instance/InstanceServiceManager.sol +56 -0
  219. package/contracts/instance/base/ComponentServiceBase.sol +12 -13
  220. package/contracts/instance/base/IInstanceBase.sol +11 -2
  221. package/contracts/instance/base/IKeyValueStore.sol +13 -13
  222. package/contracts/instance/base/ILifecycle.sol +3 -3
  223. package/contracts/instance/base/KeyValueStore.sol +53 -37
  224. package/contracts/instance/base/Lifecycle.sol +16 -11
  225. package/contracts/instance/module/IAccess.sol +38 -0
  226. package/contracts/instance/module/IBundle.sol +19 -0
  227. package/contracts/instance/module/IDistribution.sol +39 -0
  228. package/contracts/instance/module/IPolicy.sol +45 -0
  229. package/contracts/instance/module/IRisk.sol +11 -0
  230. package/contracts/instance/module/ISetup.sol +43 -0
  231. package/contracts/instance/module/ITreasury.sol +23 -0
  232. package/contracts/instance/service/ComponentOwnerService.sol +244 -97
  233. package/contracts/instance/service/DistributionService.sol +105 -0
  234. package/contracts/instance/service/DistributionServiceManager.sol +53 -0
  235. package/contracts/instance/service/IComponentOwnerService.sol +1 -3
  236. package/contracts/instance/service/IDistributionService.sol +12 -0
  237. package/contracts/instance/service/IPoolService.sol +8 -1
  238. package/contracts/instance/service/IProductService.sol +56 -7
  239. package/contracts/registry/ChainNft.sol +80 -37
  240. package/contracts/registry/IRegistry.sol +62 -25
  241. package/contracts/registry/IRegistryService.sol +33 -0
  242. package/contracts/registry/ITransferInterceptor.sol +6 -0
  243. package/contracts/registry/Registry.sol +375 -267
  244. package/contracts/registry/RegistryService.sol +399 -0
  245. package/contracts/registry/RegistryServiceManager.sol +80 -0
  246. package/contracts/registry/TokenRegistry.sol +111 -0
  247. package/contracts/shared/ContractDeployerLib.sol +72 -0
  248. package/contracts/shared/ERC165.sol +6 -2
  249. package/contracts/shared/INftOwnable.sol +22 -0
  250. package/contracts/shared/IRegisterable.sol +8 -15
  251. package/contracts/{instance/base → shared}/IService.sol +3 -3
  252. package/contracts/shared/IVersionable.sol +55 -11
  253. package/contracts/shared/NftOwnable.sol +136 -0
  254. package/contracts/shared/ProxyManager.sol +94 -0
  255. package/contracts/shared/Registerable.sol +63 -59
  256. package/contracts/shared/RegisterableUpgradable.sol +16 -0
  257. package/contracts/shared/Service.sol +54 -0
  258. package/contracts/shared/TokenHandler.sol +27 -0
  259. package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
  260. package/contracts/shared/Versionable.sol +113 -55
  261. package/contracts/test/TestFee.sol +2 -2
  262. package/contracts/test/TestRegisterable.sol +5 -6
  263. package/contracts/test/TestRoleId.sol +1 -1
  264. package/contracts/test/TestService.sol +5 -13
  265. package/contracts/types/DistributorType.sol +55 -0
  266. package/contracts/types/Fee.sol +10 -5
  267. package/contracts/types/Key32.sol +8 -3
  268. package/contracts/types/NumberId.sol +52 -0
  269. package/contracts/types/ObjectType.sol +51 -14
  270. package/contracts/types/Referral.sol +85 -0
  271. package/contracts/types/RiskId.sol +43 -0
  272. package/contracts/types/RoleId.sol +60 -10
  273. package/contracts/types/StateId.sol +5 -1
  274. package/contracts/types/Timestamp.sol +7 -3
  275. package/contracts/types/UFixed.sol +128 -12
  276. package/contracts/types/Version.sol +13 -1
  277. package/package.json +4 -3
  278. package/artifacts/contracts/experiment/errors/IncrementRevert.sol/IIncrementRevert.dbg.json +0 -4
  279. package/artifacts/contracts/experiment/errors/IncrementRevert.sol/IIncrementRevert.json +0 -27
  280. package/artifacts/contracts/experiment/errors/IncrementRevert.sol/IncrementRevert.dbg.json +0 -4
  281. package/artifacts/contracts/experiment/errors/IncrementRevert.sol/IncrementRevert.json +0 -83
  282. package/artifacts/contracts/experiment/errors/Revert.sol/IRevert.dbg.json +0 -4
  283. package/artifacts/contracts/experiment/errors/Revert.sol/IRevert.json +0 -75
  284. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
  285. package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
  286. package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
  287. package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
  288. package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
  289. package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
  290. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
  291. package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
  292. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
  293. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  294. package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
  295. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
  296. package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
  297. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
  298. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
  299. package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
  300. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
  301. package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
  302. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
  303. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
  304. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
  305. package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
  306. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  307. package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
  308. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
  309. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
  310. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  311. package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
  312. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  313. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  314. package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -271
  315. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  316. package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -271
  317. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  318. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
  319. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  320. package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
  321. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  322. package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
  323. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
  324. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
  325. package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
  326. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
  327. package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
  328. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
  329. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
  330. package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
  331. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
  332. package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
  333. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
  334. package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
  335. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  336. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
  337. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  338. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
  339. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  340. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  341. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
  342. package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.json +0 -24
  343. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
  344. package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
  345. package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
  346. package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
  347. package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
  348. package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
  349. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  350. package/contracts/experiment/errors/IncrementRevert.sol +0 -43
  351. package/contracts/experiment/statemachine/README.md +0 -112
  352. package/contracts/instance/IInstanceLinked.sol +0 -8
  353. package/contracts/instance/base/InstanceBase.sol +0 -80
  354. package/contracts/instance/base/ModuleBase.sol +0 -52
  355. package/contracts/instance/base/ServiceBase.sol +0 -37
  356. package/contracts/instance/module/access/Access.sol +0 -149
  357. package/contracts/instance/module/access/IAccess.sol +0 -53
  358. package/contracts/instance/module/bundle/BundleModule.sol +0 -136
  359. package/contracts/instance/module/bundle/IBundle.sol +0 -58
  360. package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
  361. package/contracts/instance/module/compensation/ICompensation.sol +0 -10
  362. package/contracts/instance/module/component/ComponentModule.sol +0 -95
  363. package/contracts/instance/module/component/IComponent.sol +0 -53
  364. package/contracts/instance/module/policy/IPolicy.sol +0 -61
  365. package/contracts/instance/module/policy/PolicyModule.sol +0 -77
  366. package/contracts/instance/module/pool/IPoolModule.sol +0 -41
  367. package/contracts/instance/module/pool/PoolModule.sol +0 -87
  368. package/contracts/instance/module/risk/IRisk.sol +0 -10
  369. package/contracts/instance/module/risk/RiskModule.sol +0 -8
  370. package/contracts/instance/module/treasury/ITreasury.sol +0 -103
  371. package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
  372. package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
  373. package/contracts/instance/service/PoolService.sol +0 -123
  374. package/contracts/instance/service/ProductService.sol +0 -354
  375. package/contracts/registry/IChainNft.sol +0 -21
  376. package/contracts/registry/IRegistryLinked.sol +0 -8
  377. package/contracts/shared/IOwnable.sol +0 -6
  378. package/contracts/test/TestPool.sol +0 -22
  379. package/contracts/test/TestProduct.sol +0 -44
@@ -0,0 +1,657 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "DistributionService",
4
+ "sourceName": "contracts/instance/service/DistributionService.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "CallerIsNotComponentOwner",
9
+ "type": "error"
10
+ },
11
+ {
12
+ "inputs": [
13
+ {
14
+ "internalType": "address",
15
+ "name": "registry",
16
+ "type": "address"
17
+ },
18
+ {
19
+ "internalType": "NftId",
20
+ "name": "nftId",
21
+ "type": "uint96"
22
+ }
23
+ ],
24
+ "name": "ErrorAlreadyLinked",
25
+ "type": "error"
26
+ },
27
+ {
28
+ "inputs": [
29
+ {
30
+ "internalType": "address",
31
+ "name": "contractAddress",
32
+ "type": "address"
33
+ }
34
+ ],
35
+ "name": "ErrorContractNotRegistered",
36
+ "type": "error"
37
+ },
38
+ {
39
+ "inputs": [
40
+ {
41
+ "internalType": "address",
42
+ "name": "account",
43
+ "type": "address"
44
+ }
45
+ ],
46
+ "name": "ErrorNotOwner",
47
+ "type": "error"
48
+ },
49
+ {
50
+ "inputs": [
51
+ {
52
+ "internalType": "address",
53
+ "name": "registryAddress",
54
+ "type": "address"
55
+ }
56
+ ],
57
+ "name": "ErrorNotRegistry",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "inputs": [
62
+ {
63
+ "internalType": "address",
64
+ "name": "registryAddress",
65
+ "type": "address"
66
+ }
67
+ ],
68
+ "name": "ErrorRegisterableNotRegistry",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "ErrorRegistryAddressZero",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "address",
80
+ "name": "registry",
81
+ "type": "address"
82
+ }
83
+ ],
84
+ "name": "ErrorRegistryAlreadyInitialized",
85
+ "type": "error"
86
+ },
87
+ {
88
+ "inputs": [],
89
+ "name": "ErrorRegistryNotInitialized",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [],
94
+ "name": "InvalidInitialization",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [],
99
+ "name": "NotInitializing",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "anonymous": false,
104
+ "inputs": [
105
+ {
106
+ "indexed": false,
107
+ "internalType": "uint64",
108
+ "name": "version",
109
+ "type": "uint64"
110
+ }
111
+ ],
112
+ "name": "Initialized",
113
+ "type": "event"
114
+ },
115
+ {
116
+ "anonymous": false,
117
+ "inputs": [
118
+ {
119
+ "indexed": false,
120
+ "internalType": "Version",
121
+ "name": "version",
122
+ "type": "uint24"
123
+ },
124
+ {
125
+ "indexed": false,
126
+ "internalType": "address",
127
+ "name": "implementation",
128
+ "type": "address"
129
+ },
130
+ {
131
+ "indexed": false,
132
+ "internalType": "address",
133
+ "name": "activatedBy",
134
+ "type": "address"
135
+ }
136
+ ],
137
+ "name": "LogVersionableInitialized",
138
+ "type": "event"
139
+ },
140
+ {
141
+ "inputs": [],
142
+ "name": "NAME",
143
+ "outputs": [
144
+ {
145
+ "internalType": "string",
146
+ "name": "",
147
+ "type": "string"
148
+ }
149
+ ],
150
+ "stateMutability": "view",
151
+ "type": "function"
152
+ },
153
+ {
154
+ "inputs": [],
155
+ "name": "REGISTERABLE_LOCATION_V1",
156
+ "outputs": [
157
+ {
158
+ "internalType": "bytes32",
159
+ "name": "",
160
+ "type": "bytes32"
161
+ }
162
+ ],
163
+ "stateMutability": "view",
164
+ "type": "function"
165
+ },
166
+ {
167
+ "inputs": [],
168
+ "name": "getInitialInfo",
169
+ "outputs": [
170
+ {
171
+ "components": [
172
+ {
173
+ "internalType": "NftId",
174
+ "name": "nftId",
175
+ "type": "uint96"
176
+ },
177
+ {
178
+ "internalType": "NftId",
179
+ "name": "parentNftId",
180
+ "type": "uint96"
181
+ },
182
+ {
183
+ "internalType": "ObjectType",
184
+ "name": "objectType",
185
+ "type": "uint8"
186
+ },
187
+ {
188
+ "internalType": "bool",
189
+ "name": "isInterceptor",
190
+ "type": "bool"
191
+ },
192
+ {
193
+ "internalType": "address",
194
+ "name": "objectAddress",
195
+ "type": "address"
196
+ },
197
+ {
198
+ "internalType": "address",
199
+ "name": "initialOwner",
200
+ "type": "address"
201
+ },
202
+ {
203
+ "internalType": "bytes",
204
+ "name": "data",
205
+ "type": "bytes"
206
+ }
207
+ ],
208
+ "internalType": "struct IRegistry.ObjectInfo",
209
+ "name": "",
210
+ "type": "tuple"
211
+ },
212
+ {
213
+ "internalType": "bytes",
214
+ "name": "data",
215
+ "type": "bytes"
216
+ }
217
+ ],
218
+ "stateMutability": "view",
219
+ "type": "function"
220
+ },
221
+ {
222
+ "inputs": [],
223
+ "name": "getInitializedVersion",
224
+ "outputs": [
225
+ {
226
+ "internalType": "uint64",
227
+ "name": "",
228
+ "type": "uint64"
229
+ }
230
+ ],
231
+ "stateMutability": "view",
232
+ "type": "function"
233
+ },
234
+ {
235
+ "inputs": [],
236
+ "name": "getMajorVersion",
237
+ "outputs": [
238
+ {
239
+ "internalType": "VersionPart",
240
+ "name": "majorVersion",
241
+ "type": "uint8"
242
+ }
243
+ ],
244
+ "stateMutability": "view",
245
+ "type": "function"
246
+ },
247
+ {
248
+ "inputs": [],
249
+ "name": "getName",
250
+ "outputs": [
251
+ {
252
+ "internalType": "string",
253
+ "name": "name",
254
+ "type": "string"
255
+ }
256
+ ],
257
+ "stateMutability": "pure",
258
+ "type": "function"
259
+ },
260
+ {
261
+ "inputs": [],
262
+ "name": "getNftId",
263
+ "outputs": [
264
+ {
265
+ "internalType": "NftId",
266
+ "name": "",
267
+ "type": "uint96"
268
+ }
269
+ ],
270
+ "stateMutability": "view",
271
+ "type": "function"
272
+ },
273
+ {
274
+ "inputs": [],
275
+ "name": "getOwner",
276
+ "outputs": [
277
+ {
278
+ "internalType": "address",
279
+ "name": "",
280
+ "type": "address"
281
+ }
282
+ ],
283
+ "stateMutability": "view",
284
+ "type": "function"
285
+ },
286
+ {
287
+ "inputs": [],
288
+ "name": "getRegistry",
289
+ "outputs": [
290
+ {
291
+ "internalType": "contract IRegistry",
292
+ "name": "",
293
+ "type": "address"
294
+ }
295
+ ],
296
+ "stateMutability": "view",
297
+ "type": "function"
298
+ },
299
+ {
300
+ "inputs": [],
301
+ "name": "getRegistryService",
302
+ "outputs": [
303
+ {
304
+ "internalType": "contract IRegistryService",
305
+ "name": "",
306
+ "type": "address"
307
+ }
308
+ ],
309
+ "stateMutability": "view",
310
+ "type": "function"
311
+ },
312
+ {
313
+ "inputs": [],
314
+ "name": "getVersion",
315
+ "outputs": [
316
+ {
317
+ "internalType": "Version",
318
+ "name": "",
319
+ "type": "uint24"
320
+ }
321
+ ],
322
+ "stateMutability": "pure",
323
+ "type": "function"
324
+ },
325
+ {
326
+ "inputs": [
327
+ {
328
+ "internalType": "uint256",
329
+ "name": "idx",
330
+ "type": "uint256"
331
+ }
332
+ ],
333
+ "name": "getVersion",
334
+ "outputs": [
335
+ {
336
+ "internalType": "Version",
337
+ "name": "",
338
+ "type": "uint24"
339
+ }
340
+ ],
341
+ "stateMutability": "view",
342
+ "type": "function"
343
+ },
344
+ {
345
+ "inputs": [],
346
+ "name": "getVersionCount",
347
+ "outputs": [
348
+ {
349
+ "internalType": "uint256",
350
+ "name": "",
351
+ "type": "uint256"
352
+ }
353
+ ],
354
+ "stateMutability": "view",
355
+ "type": "function"
356
+ },
357
+ {
358
+ "inputs": [
359
+ {
360
+ "internalType": "Version",
361
+ "name": "_version",
362
+ "type": "uint24"
363
+ }
364
+ ],
365
+ "name": "getVersionInfo",
366
+ "outputs": [
367
+ {
368
+ "components": [
369
+ {
370
+ "internalType": "Version",
371
+ "name": "version",
372
+ "type": "uint24"
373
+ },
374
+ {
375
+ "internalType": "address",
376
+ "name": "implementation",
377
+ "type": "address"
378
+ },
379
+ {
380
+ "internalType": "address",
381
+ "name": "activatedBy",
382
+ "type": "address"
383
+ },
384
+ {
385
+ "internalType": "Timestamp",
386
+ "name": "activatedAt",
387
+ "type": "uint40"
388
+ },
389
+ {
390
+ "internalType": "Blocknumber",
391
+ "name": "activatedIn",
392
+ "type": "uint32"
393
+ }
394
+ ],
395
+ "internalType": "struct IVersionable.VersionInfo",
396
+ "name": "",
397
+ "type": "tuple"
398
+ }
399
+ ],
400
+ "stateMutability": "view",
401
+ "type": "function"
402
+ },
403
+ {
404
+ "inputs": [
405
+ {
406
+ "internalType": "address",
407
+ "name": "implementation",
408
+ "type": "address"
409
+ },
410
+ {
411
+ "internalType": "address",
412
+ "name": "activatedBy",
413
+ "type": "address"
414
+ },
415
+ {
416
+ "internalType": "bytes",
417
+ "name": "data",
418
+ "type": "bytes"
419
+ }
420
+ ],
421
+ "name": "initialize",
422
+ "outputs": [],
423
+ "stateMutability": "nonpayable",
424
+ "type": "function"
425
+ },
426
+ {
427
+ "inputs": [
428
+ {
429
+ "internalType": "Version",
430
+ "name": "_version",
431
+ "type": "uint24"
432
+ }
433
+ ],
434
+ "name": "isInitialized",
435
+ "outputs": [
436
+ {
437
+ "internalType": "bool",
438
+ "name": "",
439
+ "type": "bool"
440
+ }
441
+ ],
442
+ "stateMutability": "view",
443
+ "type": "function"
444
+ },
445
+ {
446
+ "inputs": [],
447
+ "name": "linkToRegisteredNftId",
448
+ "outputs": [],
449
+ "stateMutability": "nonpayable",
450
+ "type": "function"
451
+ },
452
+ {
453
+ "inputs": [
454
+ {
455
+ "internalType": "address",
456
+ "name": "distributionComponentAddress",
457
+ "type": "address"
458
+ }
459
+ ],
460
+ "name": "register",
461
+ "outputs": [
462
+ {
463
+ "internalType": "NftId",
464
+ "name": "distributionNftId",
465
+ "type": "uint96"
466
+ }
467
+ ],
468
+ "stateMutability": "nonpayable",
469
+ "type": "function"
470
+ },
471
+ {
472
+ "inputs": [
473
+ {
474
+ "components": [
475
+ {
476
+ "internalType": "UFixed",
477
+ "name": "fractionalFee",
478
+ "type": "uint256"
479
+ },
480
+ {
481
+ "internalType": "uint256",
482
+ "name": "fixedFee",
483
+ "type": "uint256"
484
+ }
485
+ ],
486
+ "internalType": "struct Fee",
487
+ "name": "distributionFee",
488
+ "type": "tuple"
489
+ }
490
+ ],
491
+ "name": "setFees",
492
+ "outputs": [],
493
+ "stateMutability": "nonpayable",
494
+ "type": "function"
495
+ },
496
+ {
497
+ "inputs": [
498
+ {
499
+ "internalType": "bytes4",
500
+ "name": "interfaceId",
501
+ "type": "bytes4"
502
+ }
503
+ ],
504
+ "name": "supportsInterface",
505
+ "outputs": [
506
+ {
507
+ "internalType": "bool",
508
+ "name": "",
509
+ "type": "bool"
510
+ }
511
+ ],
512
+ "stateMutability": "view",
513
+ "type": "function"
514
+ },
515
+ {
516
+ "inputs": [
517
+ {
518
+ "internalType": "address",
519
+ "name": "implementation",
520
+ "type": "address"
521
+ },
522
+ {
523
+ "internalType": "address",
524
+ "name": "activatedBy",
525
+ "type": "address"
526
+ },
527
+ {
528
+ "internalType": "bytes",
529
+ "name": "data",
530
+ "type": "bytes"
531
+ }
532
+ ],
533
+ "name": "upgrade",
534
+ "outputs": [],
535
+ "stateMutability": "nonpayable",
536
+ "type": "function"
537
+ }
538
+ ],
539
+ "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6128cc806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c80635ab1bd53116100b8578063a745e3df1161007c578063a745e3df1461042f578063b3c6501514610442578063b88da75914610462578063caf4e3d414610475578063cde749f41461047d578063cf7a1d771461049757600080fd5b80635ab1bd5314610391578063644c45e0146103b6578063893d20e8146103ce578063946dfcfe146103d6578063a3f4df7e146103fd57600080fd5b80631eff4b22116100ff5780631eff4b22146101f25780633f52c0f6146102275780634420e4861461023a5780634d459c90146102655780634f4213331461037e57600080fd5b806301ffc9a71461013c5780630d8e6e2c1461017e5780630fec111c1461019a578063138461e0146101b057806317d7de7c146101ba575b600080fd5b61016961014a366004611f21565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101866104aa565b60405162ffffff9091168152602001610175565b6101a2610534565b604051610175929190611fa2565b6101b86106ba565b005b604080518082019091526013815272446973747269627574696f6e5365727669636560681b60208201525b6040516101759190612049565b6102197f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610175565b6101b86102353660046120ec565b6108dc565b61024d610248366004612133565b610a3f565b6040516001600160601b039091168152602001610175565b610321610273366004612161565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061287783398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610175565b61016961038c366004612161565b610d72565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610175565b600154600160a01b90046001600160601b031661024d565b61039e610e25565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed90154610219565b6101e560405180604001604052806013815260200172446973747269627574696f6e5365727669636560681b81525081565b6101b861043d3660046121a5565b610f3e565b61044a611098565b6040516001600160401b039091168152602001610175565b610186610470366004612249565b6110b9565b61039e61110a565b6104856111c5565b60405160ff9091168152602001610175565b6101b86104a53660046121a5565b611248565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561050b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052f9190612262565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806105bb6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610603610e25565b6001600160a01b031681526020018260010180546106209061227f565b80601f016020809104026020016040519081016040528092919081815260200182805461064c9061227f565b80156106995780601f1061066e57610100808354040283529160200191610699565b820191906000526020600020905b81548152906001019060200180831161067c57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561071c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074091906122ce565b15610787576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166107b05760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156107f9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081d91906122ce565b610845576040516372657a5160e01b81526001600160a01b038216600482015260240161077e565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561088f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108b39190612300565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b6000806108e96078611351565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561092d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610951919061231b565b8351604051639ad69c6760e01b81526001600160601b0382166004820152919250906000906001600160a01b03841690639ad69c679060240160c060405180830381865afa1580156109a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109cb9190612343565b60408181018890525163bd5947e360e01b81529091506001600160a01b0385169063bd5947e390610a05908590859060ff9060040161244d565b600060405180830381600087803b158015610a1f57600080fd5b505af1158015610a33573d6000803e3d6000fd5b50505050505050505050565b60008033905060008390506000816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aae919061231b565b60045490915081906001600160a01b0316639c12c9c785610acd611642565b846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b2f9190612300565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160401b0390911660248301526001600160601b03166044820152606401602060405180830381865afa158015610b91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb591906122ce565b610c0d5760405162461bcd60e51b8152602060048201526024808201527f4552524f523a4449532d3030313a4e4f545f444953545249425554494f4e5f4f6044820152632ba722a960e11b606482015260840161077e565b6000610c1761110a565b604051638fbc2d8160e01b81526001600160a01b0386811660048301528781166024830152919250600091831690638fbc2d81906044016000604051808303816000875af1158015610c6d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610c959190810190612590565b509050806000015196506000856001600160a01b0316638e7ff97e6040518163ffffffff1660e01b815260040160c060405180830381865afa158015610cdf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d039190612343565b604051630b24cf5f60e01b81529091506001600160a01b03861690630b24cf5f90610d34908b9085906004016125f3565b600060405180830381600087803b158015610d4e57600080fd5b505af1158015610d62573d6000803e3d6000fd5b5050505050505050505050919050565b60008060008051602061287783398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610dfa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1e9190612610565b1192915050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610e8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eae91906122ce565b15610f2e57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610f0a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052f919061231b565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c610f606104aa565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610fa0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc4919061263e565b6000805160206128578339815191528054600160401b900460ff1680610ff7575080546001600160401b03808416911610155b156110155760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561104085856116b9565b61104983611958565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061052f600080516020612857833981519152546001600160401b031690565b600060008051602061287783398151915260010182815481106110de576110de61265b565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008061111f6001546001600160a01b031690565b6001600160a01b031663a3bcd81d6111356111c5565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa15801561119b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111bf919061231b565b92915050565b60006111cf6104aa565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611224573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052f9190612671565b6000805160206128578339815191528054600160401b810460ff1615906001600160401b031660008115801561127b5750825b90506000826001600160401b031660011480156112975750303b155b9050811580156112a5575080155b156112c35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ed57845460ff60401b1916600160401b1785555b6112f788886116b9565b6113018787611960565b831561134757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152600154604051636939560f60e11b815233600482015260009182916001600160a01b039091169063d272ac1e90602401602060405180830381865afa1580156113d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113fd9190612300565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611458573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061147c91906122ce565b6114c85760405162461bcd60e51b815260206004820152601760248201527f4552524f525f434f4d504f4e454e545f554e4b4e4f574e000000000000000000604482015260640161077e565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03831660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611523573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261154b919081019061268e565b925061156183604001518560ff90811691161490565b6115a35760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b604482015260640161077e565b60006115b76001546001600160a01b031690565b60208501516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561160c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611634919081019061268e565b608001519395939450505050565b6040516368aebf7b60e01b81526064600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401602060405180830381865af4158015611695573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052f919061263e565b6116c1611b6f565b60008051602061287783398151915260006116f1600080516020612857833981519152546001600160401b031690565b905060006116fd6104aa565b9050816001600160401b031660010361172a5760028301805462ffffff191662ffffff8316179055611778565b600283015462ffffff908116908216116117785760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161077e565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af415801561182c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061185091906126c2565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906110899083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b610137611b6f565b6000805160206128578339815191528054600160401b810460ff1615906001600160401b03166000811580156119935750825b90506000826001600160401b031660011480156119af5750303b155b9050811580156119bd575080155b156119db5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611a0557845460ff60401b1916600160401b1785555b600086806020019051810190611a1b91906126e9565b600380546001600160a01b039093166001600160a01b03199093168317905591508063a3bcd81d611a4a6111c5565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e496e7374616e63655365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa158015611ab0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad4919061231b565b600480546001600160a01b0319166001600160a01b03928316179055600354611afe911683611ba8565b611b0e631b4612f160e31b611c39565b611b1e631fa9607b60e11b611c39565b50508315611b6657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b60008051602061285783398151915254600160401b900460ff16611ba657604051631afcd79f60e31b815260040160405180910390fd5b565b6000611bda604080518082019091526013815272446973747269627574696f6e5365727669636560681b602082015290565b611be26111c5565b604051602001611bf3929190612723565b60405160208183030381529060405290506000611c0f84611c5e565b90506000611c228583603c848888611cc9565b611c32631b4612f160e31b611c39565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015611ca5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111bf9190612300565b611d0a6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611d148287611d95565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611d848382612797565b50611b666303fb044760e21b611c39565b600280546001600160a01b0319166001600160a01b038416179055611db981611dbd565b5050565b6001546001600160a01b031615611df65760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161077e565b6001600160a01b038116611e1d5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003611e535760405163fdeac91f60e01b81526001600160a01b038216600482015260240161077e565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e14a543960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611ecd575060408051601f3d908101601f19168201909252611eca918101906122ce565b60015b611ef55760405163fdeac91f60e01b81526001600160a01b038216600482015260240161077e565b80611db95760405163fdeac91f60e01b81526001600160a01b038316600482015260240161077e565b50565b600060208284031215611f3357600080fd5b81356001600160e01b031981168114611f4b57600080fd5b9392505050565b60005b83811015611f6d578181015183820152602001611f55565b50506000910152565b60008151808452611f8e816020860160208601611f52565b601f01601f19169290920160200192915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff60408501511660808301526060840151611fe660a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e061010084015261202c610120840182611f76565b905082810360208401526120408185611f76565b95945050505050565b602081526000611f4b6020830184611f76565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b03811182821017156120945761209461205c565b60405290565b60405160e081016001600160401b03811182821017156120945761209461205c565b604051601f8201601f191681016001600160401b03811182821017156120e4576120e461205c565b604052919050565b6000604082840312156120fe57600080fd5b612106612072565b82358152602083013560208201528091505092915050565b6001600160a01b0381168114611f1e57600080fd5b60006020828403121561214557600080fd5b8135611f4b8161211e565b62ffffff81168114611f1e57600080fd5b60006020828403121561217357600080fd5b8135611f4b81612150565b60006001600160401b038211156121975761219761205c565b50601f01601f191660200190565b6000806000606084860312156121ba57600080fd5b83356121c58161211e565b925060208401356121d58161211e565b915060408401356001600160401b038111156121f057600080fd5b8401601f8101861361220157600080fd5b803561221461220f8261217e565b6120bc565b81815287602083850101111561222957600080fd5b816020840160208301376000602083830101528093505050509250925092565b60006020828403121561225b57600080fd5b5035919050565b60006020828403121561227457600080fd5b8151611f4b81612150565b600181811c9082168061229357607f821691505b6020821081036122b357634e487b7160e01b600052602260045260246000fd5b50919050565b805180151581146122c957600080fd5b919050565b6000602082840312156122e057600080fd5b611f4b826122b9565b80516001600160601b03811681146122c957600080fd5b60006020828403121561231257600080fd5b611f4b826122e9565b60006020828403121561232d57600080fd5b8151611f4b8161211e565b80516122c98161211e565b600081830360c081121561235657600080fd5b60405160a081018181106001600160401b03821117156123785761237861205c565b604052612384846122e9565b815260208401516123948161211e565b60208201526040603f19830112156123ab57600080fd5b6123b3612072565b915060408401518252606084015160208301528160408201526123d8608085016122b9565b60608201526123e960a08501612338565b6080820152949350505050565b6001600160601b038151168252602081015160018060a01b0380821660208501526040830151915081516040850152602082015160608501526060830151151560808501528060808401511660a085015250505050565b6001600160601b0384168152610100810161246b60208301856123f6565b60ff831660e0830152949350505050565b60ff81168114611f1e57600080fd5b80516122c98161247c565b600082601f8301126124a757600080fd5b81516124b561220f8261217e565b8181528460208386010111156124ca57600080fd5b6124db826020830160208701611f52565b949350505050565b600060e082840312156124f557600080fd5b6124fd61209a565b9050612508826122e9565b8152612516602083016122e9565b60208201526125276040830161248b565b6040820152612538606083016122b9565b606082015261254960808301612338565b608082015261255a60a08301612338565b60a082015260c08201516001600160401b0381111561257857600080fd5b61258484828501612496565b60c08301525092915050565b600080604083850312156125a357600080fd5b82516001600160401b03808211156125ba57600080fd5b6125c6868387016124e3565b935060208501519150808211156125dc57600080fd5b506125e985828601612496565b9150509250929050565b6001600160601b038316815260e08101611f4b60208301846123f6565b60006020828403121561262257600080fd5b5051919050565b6001600160401b0381168114611f1e57600080fd5b60006020828403121561265057600080fd5b8151611f4b81612629565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561268357600080fd5b8151611f4b8161247c565b6000602082840312156126a057600080fd5b81516001600160401b038111156126b657600080fd5b6124db848285016124e3565b6000602082840312156126d457600080fd5b815164ffffffffff81168114611f4b57600080fd5b600080604083850312156126fc57600080fd5b82516127078161211e565b60208401519092506127188161211e565b809150509250929050565b6040815260006127366040830185611f76565b905060ff831660208301529392505050565b601f82111561279257600081815260208120601f850160051c8101602086101561276f5750805b601f850160051c820191505b8181101561278e5782815560010161277b565b5050505b505050565b81516001600160401b038111156127b0576127b061205c565b6127c4816127be845461227f565b84612748565b602080601f8311600181146127f957600084156127e15750858301515b600019600386901b1c1916600185901b17855561278e565b600085815260208120601f198616915b8281101561282857888601518255948401946001909101908401612809565b50858210156128465787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220f47cdf330b95ba3c82c4f74d2726495fe11b23f25af57884ed4fb1a5be817d9264736f6c63430008140033",
540
+ "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101375760003560e01c80635ab1bd53116100b8578063a745e3df1161007c578063a745e3df1461042f578063b3c6501514610442578063b88da75914610462578063caf4e3d414610475578063cde749f41461047d578063cf7a1d771461049757600080fd5b80635ab1bd5314610391578063644c45e0146103b6578063893d20e8146103ce578063946dfcfe146103d6578063a3f4df7e146103fd57600080fd5b80631eff4b22116100ff5780631eff4b22146101f25780633f52c0f6146102275780634420e4861461023a5780634d459c90146102655780634f4213331461037e57600080fd5b806301ffc9a71461013c5780630d8e6e2c1461017e5780630fec111c1461019a578063138461e0146101b057806317d7de7c146101ba575b600080fd5b61016961014a366004611f21565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101866104aa565b60405162ffffff9091168152602001610175565b6101a2610534565b604051610175929190611fa2565b6101b86106ba565b005b604080518082019091526013815272446973747269627574696f6e5365727669636560681b60208201525b6040516101759190612049565b6102197f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610175565b6101b86102353660046120ec565b6108dc565b61024d610248366004612133565b610a3f565b6040516001600160601b039091168152602001610175565b610321610273366004612161565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915260008051602061287783398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610175565b61016961038c366004612161565b610d72565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610175565b600154600160a01b90046001600160601b031661024d565b61039e610e25565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed90154610219565b6101e560405180604001604052806013815260200172446973747269627574696f6e5365727669636560681b81525081565b6101b861043d3660046121a5565b610f3e565b61044a611098565b6040516001600160401b039091168152602001610175565b610186610470366004612249565b6110b9565b61039e61110a565b6104856111c5565b60405160ff9091168152602001610175565b6101b86104a53660046121a5565b611248565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561050b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052f9190612262565b905090565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806105bb6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610603610e25565b6001600160a01b031681526020018260010180546106209061227f565b80601f016020809104026020016040519081016040528092919081815260200182805461064c9061227f565b80156106995780601f1061066e57610100808354040283529160200191610699565b820191906000526020600020905b81548152906001019060200180831161067c57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561071c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061074091906122ce565b15610787576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166107b05760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa1580156107f9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061081d91906122ce565b610845576040516372657a5160e01b81526001600160a01b038216600482015260240161077e565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa15801561088f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906108b39190612300565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b6000806108e96078611351565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561092d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610951919061231b565b8351604051639ad69c6760e01b81526001600160601b0382166004820152919250906000906001600160a01b03841690639ad69c679060240160c060405180830381865afa1580156109a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109cb9190612343565b60408181018890525163bd5947e360e01b81529091506001600160a01b0385169063bd5947e390610a05908590859060ff9060040161244d565b600060405180830381600087803b158015610a1f57600080fd5b505af1158015610a33573d6000803e3d6000fd5b50505050505050505050565b60008033905060008390506000816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610aae919061231b565b60045490915081906001600160a01b0316639c12c9c785610acd611642565b846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b2f9190612300565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160401b0390911660248301526001600160601b03166044820152606401602060405180830381865afa158015610b91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bb591906122ce565b610c0d5760405162461bcd60e51b8152602060048201526024808201527f4552524f523a4449532d3030313a4e4f545f444953545249425554494f4e5f4f6044820152632ba722a960e11b606482015260840161077e565b6000610c1761110a565b604051638fbc2d8160e01b81526001600160a01b0386811660048301528781166024830152919250600091831690638fbc2d81906044016000604051808303816000875af1158015610c6d573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610c959190810190612590565b509050806000015196506000856001600160a01b0316638e7ff97e6040518163ffffffff1660e01b815260040160c060405180830381865afa158015610cdf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d039190612343565b604051630b24cf5f60e01b81529091506001600160a01b03861690630b24cf5f90610d34908b9085906004016125f3565b600060405180830381600087803b158015610d4e57600080fd5b505af1158015610d62573d6000803e3d6000fd5b5050505050505050505050919050565b60008060008051602061287783398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610dfa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e1e9190612610565b1192915050565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610e8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610eae91906122ce565b15610f2e57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a90602401602060405180830381865afa158015610f0a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052f919061231b565b506002546001600160a01b031690565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c610f606104aa565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610fa0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fc4919061263e565b6000805160206128578339815191528054600160401b900460ff1680610ff7575080546001600160401b03808416911610155b156110155760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561104085856116b9565b61104983611958565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b600061052f600080516020612857833981519152546001600160401b031690565b600060008051602061287783398151915260010182815481106110de576110de61265b565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b60008061111f6001546001600160a01b031690565b6001600160a01b031663a3bcd81d6111356111c5565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa15801561119b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111bf919061231b565b92915050565b60006111cf6104aa565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611224573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052f9190612671565b6000805160206128578339815191528054600160401b810460ff1615906001600160401b031660008115801561127b5750825b90506000826001600160401b031660011480156112975750303b155b9050811580156112a5575080155b156112c35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156112ed57845460ff60401b1916600160401b1785555b6112f788886116b9565b6113018787611960565b831561134757845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c0810191909152600154604051636939560f60e11b815233600482015260009182916001600160a01b039091169063d272ac1e90602401602060405180830381865afa1580156113d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113fd9190612300565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611458573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061147c91906122ce565b6114c85760405162461bcd60e51b815260206004820152601760248201527f4552524f525f434f4d504f4e454e545f554e4b4e4f574e000000000000000000604482015260640161077e565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03831660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611523573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261154b919081019061268e565b925061156183604001518560ff90811691161490565b6115a35760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b604482015260640161077e565b60006115b76001546001600160a01b031690565b60208501516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa15801561160c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611634919081019061268e565b608001519395939450505050565b6040516368aebf7b60e01b81526064600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b90602401602060405180830381865af4158015611695573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061052f919061263e565b6116c1611b6f565b60008051602061287783398151915260006116f1600080516020612857833981519152546001600160401b031690565b905060006116fd6104aa565b9050816001600160401b031660010361172a5760028301805462ffffff191662ffffff8316179055611778565b600283015462ffffff908116908216116117785760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161077e565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af415801561182c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061185091906126c2565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906110899083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b610137611b6f565b6000805160206128578339815191528054600160401b810460ff1615906001600160401b03166000811580156119935750825b90506000826001600160401b031660011480156119af5750303b155b9050811580156119bd575080155b156119db5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611a0557845460ff60401b1916600160401b1785555b600086806020019051810190611a1b91906126e9565b600380546001600160a01b039093166001600160a01b03199093168317905591508063a3bcd81d611a4a6111c5565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e496e7374616e63655365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa158015611ab0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad4919061231b565b600480546001600160a01b0319166001600160a01b03928316179055600354611afe911683611ba8565b611b0e631b4612f160e31b611c39565b611b1e631fa9607b60e11b611c39565b50508315611b6657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50505050505050565b60008051602061285783398151915254600160401b900460ff16611ba657604051631afcd79f60e31b815260040160405180910390fd5b565b6000611bda604080518082019091526013815272446973747269627574696f6e5365727669636560681b602082015290565b611be26111c5565b604051602001611bf3929190612723565b60405160208183030381529060405290506000611c0f84611c5e565b90506000611c228583603c848888611cc9565b611c32631b4612f160e31b611c39565b5050505050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa158015611ca5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111bf9190612300565b611d0a6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b611d148287611d95565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101611d848382612797565b50611b666303fb044760e21b611c39565b600280546001600160a01b0319166001600160a01b038416179055611db981611dbd565b5050565b6001546001600160a01b031615611df65760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161077e565b6001600160a01b038116611e1d5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003611e535760405163fdeac91f60e01b81526001600160a01b038216600482015260240161077e565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b815263e14a543960e01b60048201526301ffc9a790602401602060405180830381865afa925050508015611ecd575060408051601f3d908101601f19168201909252611eca918101906122ce565b60015b611ef55760405163fdeac91f60e01b81526001600160a01b038216600482015260240161077e565b80611db95760405163fdeac91f60e01b81526001600160a01b038316600482015260240161077e565b50565b600060208284031215611f3357600080fd5b81356001600160e01b031981168114611f4b57600080fd5b9392505050565b60005b83811015611f6d578181015183820152602001611f55565b50506000910152565b60008151808452611f8e816020860160208601611f52565b601f01601f19169290920160200192915050565b6040815260006001600160601b038085511660408401528060208601511660608401525060ff60408501511660808301526060840151611fe660a084018215159052565b5060808401516001600160a01b03811660c08401525060a08401516001600160a01b03811660e08401525060c084015160e061010084015261202c610120840182611f76565b905082810360208401526120408185611f76565b95945050505050565b602081526000611f4b6020830184611f76565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b03811182821017156120945761209461205c565b60405290565b60405160e081016001600160401b03811182821017156120945761209461205c565b604051601f8201601f191681016001600160401b03811182821017156120e4576120e461205c565b604052919050565b6000604082840312156120fe57600080fd5b612106612072565b82358152602083013560208201528091505092915050565b6001600160a01b0381168114611f1e57600080fd5b60006020828403121561214557600080fd5b8135611f4b8161211e565b62ffffff81168114611f1e57600080fd5b60006020828403121561217357600080fd5b8135611f4b81612150565b60006001600160401b038211156121975761219761205c565b50601f01601f191660200190565b6000806000606084860312156121ba57600080fd5b83356121c58161211e565b925060208401356121d58161211e565b915060408401356001600160401b038111156121f057600080fd5b8401601f8101861361220157600080fd5b803561221461220f8261217e565b6120bc565b81815287602083850101111561222957600080fd5b816020840160208301376000602083830101528093505050509250925092565b60006020828403121561225b57600080fd5b5035919050565b60006020828403121561227457600080fd5b8151611f4b81612150565b600181811c9082168061229357607f821691505b6020821081036122b357634e487b7160e01b600052602260045260246000fd5b50919050565b805180151581146122c957600080fd5b919050565b6000602082840312156122e057600080fd5b611f4b826122b9565b80516001600160601b03811681146122c957600080fd5b60006020828403121561231257600080fd5b611f4b826122e9565b60006020828403121561232d57600080fd5b8151611f4b8161211e565b80516122c98161211e565b600081830360c081121561235657600080fd5b60405160a081018181106001600160401b03821117156123785761237861205c565b604052612384846122e9565b815260208401516123948161211e565b60208201526040603f19830112156123ab57600080fd5b6123b3612072565b915060408401518252606084015160208301528160408201526123d8608085016122b9565b60608201526123e960a08501612338565b6080820152949350505050565b6001600160601b038151168252602081015160018060a01b0380821660208501526040830151915081516040850152602082015160608501526060830151151560808501528060808401511660a085015250505050565b6001600160601b0384168152610100810161246b60208301856123f6565b60ff831660e0830152949350505050565b60ff81168114611f1e57600080fd5b80516122c98161247c565b600082601f8301126124a757600080fd5b81516124b561220f8261217e565b8181528460208386010111156124ca57600080fd5b6124db826020830160208701611f52565b949350505050565b600060e082840312156124f557600080fd5b6124fd61209a565b9050612508826122e9565b8152612516602083016122e9565b60208201526125276040830161248b565b6040820152612538606083016122b9565b606082015261254960808301612338565b608082015261255a60a08301612338565b60a082015260c08201516001600160401b0381111561257857600080fd5b61258484828501612496565b60c08301525092915050565b600080604083850312156125a357600080fd5b82516001600160401b03808211156125ba57600080fd5b6125c6868387016124e3565b935060208501519150808211156125dc57600080fd5b506125e985828601612496565b9150509250929050565b6001600160601b038316815260e08101611f4b60208301846123f6565b60006020828403121561262257600080fd5b5051919050565b6001600160401b0381168114611f1e57600080fd5b60006020828403121561265057600080fd5b8151611f4b81612629565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561268357600080fd5b8151611f4b8161247c565b6000602082840312156126a057600080fd5b81516001600160401b038111156126b657600080fd5b6124db848285016124e3565b6000602082840312156126d457600080fd5b815164ffffffffff81168114611f4b57600080fd5b600080604083850312156126fc57600080fd5b82516127078161211e565b60208401519092506127188161211e565b809150509250929050565b6040815260006127366040830185611f76565b905060ff831660208301529392505050565b601f82111561279257600081815260208120601f850160051c8101602086101561276f5750805b601f850160051c820191505b8181101561278e5782815560010161277b565b5050505b505050565b81516001600160401b038111156127b0576127b061205c565b6127c4816127be845461227f565b84612748565b602080601f8311600181146127f957600084156127e15750858301515b600019600386901b1c1916600185901b17855561278e565b600085815260208120601f198616915b8281101561282857888601518255948401946001909101908401612809565b50858210156128465787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a2646970667358221220f47cdf330b95ba3c82c4f74d2726495fe11b23f25af57884ed4fb1a5be817d9264736f6c63430008140033",
541
+ "linkReferences": {
542
+ "contracts/types/Blocknumber.sol": {
543
+ "BlocknumberLib": [
544
+ {
545
+ "length": 20,
546
+ "start": 3834
547
+ }
548
+ ]
549
+ },
550
+ "contracts/types/NftId.sol": {
551
+ "NftIdLib": [
552
+ {
553
+ "length": 20,
554
+ "start": 2076
555
+ },
556
+ {
557
+ "length": 20,
558
+ "start": 3978
559
+ },
560
+ {
561
+ "length": 20,
562
+ "start": 5464
563
+ }
564
+ ]
565
+ },
566
+ "contracts/types/RoleId.sol": {
567
+ "RoleIdLib": [
568
+ {
569
+ "length": 20,
570
+ "start": 6037
571
+ }
572
+ ]
573
+ },
574
+ "contracts/types/Timestamp.sol": {
575
+ "TimestampLib": [
576
+ {
577
+ "length": 20,
578
+ "start": 6444
579
+ }
580
+ ]
581
+ },
582
+ "contracts/types/Version.sol": {
583
+ "VersionLib": [
584
+ {
585
+ "length": 20,
586
+ "start": 1547
587
+ },
588
+ {
589
+ "length": 20,
590
+ "start": 4218
591
+ },
592
+ {
593
+ "length": 20,
594
+ "start": 4900
595
+ }
596
+ ]
597
+ }
598
+ },
599
+ "deployedLinkReferences": {
600
+ "contracts/types/Blocknumber.sol": {
601
+ "BlocknumberLib": [
602
+ {
603
+ "length": 20,
604
+ "start": 3520
605
+ }
606
+ ]
607
+ },
608
+ "contracts/types/NftId.sol": {
609
+ "NftIdLib": [
610
+ {
611
+ "length": 20,
612
+ "start": 1762
613
+ },
614
+ {
615
+ "length": 20,
616
+ "start": 3664
617
+ },
618
+ {
619
+ "length": 20,
620
+ "start": 5150
621
+ }
622
+ ]
623
+ },
624
+ "contracts/types/RoleId.sol": {
625
+ "RoleIdLib": [
626
+ {
627
+ "length": 20,
628
+ "start": 5723
629
+ }
630
+ ]
631
+ },
632
+ "contracts/types/Timestamp.sol": {
633
+ "TimestampLib": [
634
+ {
635
+ "length": 20,
636
+ "start": 6130
637
+ }
638
+ ]
639
+ },
640
+ "contracts/types/Version.sol": {
641
+ "VersionLib": [
642
+ {
643
+ "length": 20,
644
+ "start": 1233
645
+ },
646
+ {
647
+ "length": 20,
648
+ "start": 3904
649
+ },
650
+ {
651
+ "length": 20,
652
+ "start": 4586
653
+ }
654
+ ]
655
+ }
656
+ }
657
+ }