@etherisc/gif-next 0.0.2-b4a6c3e-033 → 0.0.2-b63c0fc-410

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