@etherisc/gif-next 0.0.2-ecbd488-936 → 0.0.2-ed3b1b0-046

Sign up to get free protection for your applications and to get access to all the features.
Files changed (493) hide show
  1. package/README.md +71 -14
  2. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  3. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1376 -0
  4. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  5. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1556 -0
  6. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  7. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +819 -0
  8. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  9. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +1000 -0
  10. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  11. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +840 -0
  12. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
  13. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +778 -0
  14. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  15. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +415 -776
  16. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  17. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +314 -178
  18. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  19. package/artifacts/contracts/instance/Instance.sol/Instance.json +452 -3067
  20. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
  21. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +612 -181
  22. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
  23. package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +124 -0
  24. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  25. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +443 -257
  26. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  27. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +446 -398
  28. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  29. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +319 -132
  30. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  31. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2847 -0
  32. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  33. package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +91 -2
  34. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  35. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +49 -0
  36. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  37. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  38. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +93 -14
  39. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  40. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +38 -13
  41. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
  42. package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
  43. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  44. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +71 -45
  45. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  46. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  47. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
  48. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  49. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  50. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  51. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
  52. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
  53. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  54. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1288 -0
  55. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  56. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +735 -0
  57. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  58. package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → pool/IBundleService.sol/IBundleService.json} +332 -336
  59. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  60. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1095 -0
  61. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  62. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1077 -0
  63. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  64. package/artifacts/contracts/pool/Pool.sol/Pool.json +1407 -0
  65. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  66. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1622 -0
  67. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  68. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +747 -0
  69. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  70. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +918 -0
  71. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  72. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +687 -0
  73. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  74. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1386 -0
  75. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  76. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +787 -0
  77. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  78. package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +231 -204
  79. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  80. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +753 -0
  81. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  82. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +651 -0
  83. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  84. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +237 -288
  85. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  86. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +861 -0
  87. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
  88. package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IProductService.sol/IProductService.json} +162 -166
  89. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  90. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1281 -0
  91. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  92. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +779 -0
  93. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  94. package/artifacts/contracts/product/PricingService.sol/PricingService.json +1004 -0
  95. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  96. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +727 -0
  97. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  98. package/artifacts/contracts/product/Product.sol/Product.json +1198 -0
  99. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
  100. package/artifacts/contracts/product/ProductService.sol/ProductService.json +864 -0
  101. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
  102. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +679 -0
  103. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  104. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
  105. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  106. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +319 -129
  107. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  108. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +268 -255
  109. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  110. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
  111. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  112. package/artifacts/contracts/registry/Registry.sol/Registry.json +339 -222
  113. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
  114. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +238 -0
  115. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  116. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +313 -354
  117. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  118. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +323 -135
  119. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
  120. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +846 -0
  121. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  122. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +132 -57
  123. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
  124. package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
  125. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  126. package/artifacts/contracts/shared/Component.sol/Component.json +873 -0
  127. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  128. package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentService.sol/ComponentService.json} +271 -180
  129. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
  130. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
  131. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  132. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +636 -0
  133. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  134. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +27 -29
  135. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  136. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +189 -0
  137. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  138. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +8 -34
  139. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  140. package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
  141. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  142. package/artifacts/contracts/shared/IService.sol/IService.json +84 -178
  143. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
  144. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
  145. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  146. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +109 -29
  147. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  148. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +302 -0
  149. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  150. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +310 -61
  151. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  152. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +118 -53
  153. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  154. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
  155. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  156. package/artifacts/contracts/shared/Service.sol/Service.json +185 -165
  157. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  158. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +24 -6
  159. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  160. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
  161. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
  162. package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
  163. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  164. package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → staking/IStakingService.sol/IStakingService.json} +226 -145
  165. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  166. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +767 -0
  167. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  168. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +667 -0
  169. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  170. package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
  171. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  172. package/artifacts/contracts/type/Amount.sol/AmountLib.json +281 -0
  173. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  174. package/artifacts/contracts/{types → type}/Blocknumber.sol/BlocknumberLib.json +3 -3
  175. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  176. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
  177. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  178. package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
  179. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  180. package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
  181. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  182. package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
  183. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  184. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +166 -0
  185. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  186. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  187. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  188. package/artifacts/contracts/{types → type}/ObjectType.sol/ObjectTypeLib.json +3 -3
  189. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  190. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  191. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  192. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  193. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  194. package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
  195. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  196. package/artifacts/contracts/{types → type}/RoleId.sol/RoleIdLib.json +5 -5
  197. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  198. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -0
  199. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  200. package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
  201. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  202. package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -8
  203. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
  204. package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
  205. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  206. package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
  207. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  208. package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
  209. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  210. package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
  211. package/contracts/distribution/Distribution.sol +285 -0
  212. package/contracts/distribution/DistributionService.sol +351 -0
  213. package/contracts/{instance/service → distribution}/DistributionServiceManager.sol +20 -20
  214. package/contracts/distribution/IDistributionComponent.sol +71 -0
  215. package/contracts/distribution/IDistributionService.sol +87 -0
  216. package/contracts/instance/BundleManager.sol +126 -0
  217. package/contracts/instance/IInstance.sol +60 -31
  218. package/contracts/instance/IInstanceService.sol +56 -13
  219. package/contracts/instance/Instance.sol +149 -363
  220. package/contracts/instance/InstanceAccessManager.sol +432 -177
  221. package/contracts/instance/InstanceAuthorizationsLib.sol +308 -0
  222. package/contracts/instance/InstanceReader.sol +109 -47
  223. package/contracts/instance/InstanceService.sol +246 -140
  224. package/contracts/instance/InstanceServiceManager.sol +12 -25
  225. package/contracts/instance/InstanceStore.sol +211 -0
  226. package/contracts/instance/base/Cloneable.sol +51 -0
  227. package/contracts/instance/base/IKeyValueStore.sol +14 -10
  228. package/contracts/instance/base/ILifecycle.sol +3 -3
  229. package/contracts/instance/base/KeyValueStore.sol +44 -47
  230. package/contracts/instance/base/Lifecycle.sol +28 -7
  231. package/contracts/instance/base/ObjectManager.sol +82 -0
  232. package/contracts/instance/module/IAccess.sol +37 -21
  233. package/contracts/instance/module/IBundle.sol +11 -8
  234. package/contracts/instance/module/IComponents.sol +41 -0
  235. package/contracts/instance/module/IDistribution.sol +7 -4
  236. package/contracts/instance/module/IPolicy.sol +50 -17
  237. package/contracts/instance/module/IRisk.sol +1 -1
  238. package/contracts/instance/module/ISetup.sol +11 -22
  239. package/contracts/instance/module/ITreasury.sol +2 -2
  240. package/contracts/pool/BundleService.sol +384 -0
  241. package/contracts/pool/BundleServiceManager.sol +42 -0
  242. package/contracts/pool/IBundleService.sol +118 -0
  243. package/contracts/pool/IPoolComponent.sol +114 -0
  244. package/contracts/pool/IPoolService.sol +114 -0
  245. package/contracts/pool/Pool.sol +302 -0
  246. package/contracts/pool/PoolService.sol +404 -0
  247. package/contracts/pool/PoolServiceManager.sol +42 -0
  248. package/contracts/product/ApplicationService.sol +187 -0
  249. package/contracts/product/ApplicationServiceManager.sol +38 -0
  250. package/contracts/product/ClaimService.sol +443 -0
  251. package/contracts/product/ClaimServiceManager.sol +38 -0
  252. package/contracts/product/IApplicationService.sol +62 -0
  253. package/contracts/product/IClaimService.sol +93 -0
  254. package/contracts/product/IPolicyService.sol +80 -0
  255. package/contracts/product/IPricingService.sol +37 -0
  256. package/contracts/product/IProductComponent.sol +41 -0
  257. package/contracts/product/IProductService.sol +40 -0
  258. package/contracts/product/PolicyService.sol +378 -0
  259. package/contracts/product/PolicyServiceManager.sol +42 -0
  260. package/contracts/product/PricingService.sol +276 -0
  261. package/contracts/product/PricingServiceManager.sol +42 -0
  262. package/contracts/product/Product.sol +379 -0
  263. package/contracts/product/ProductService.sol +212 -0
  264. package/contracts/product/ProductServiceManager.sol +42 -0
  265. package/contracts/registry/ChainNft.sol +9 -1
  266. package/contracts/registry/IRegistry.sol +56 -27
  267. package/contracts/registry/IRegistryService.sol +36 -28
  268. package/contracts/registry/ITransferInterceptor.sol +1 -0
  269. package/contracts/registry/Registry.sol +259 -232
  270. package/contracts/registry/RegistryAccessManager.sol +132 -0
  271. package/contracts/registry/RegistryService.sol +81 -208
  272. package/contracts/registry/RegistryServiceManager.sol +34 -42
  273. package/contracts/registry/ReleaseManager.sol +382 -0
  274. package/contracts/registry/TokenRegistry.sol +22 -17
  275. package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +13 -0
  276. package/contracts/shared/Component.sol +271 -0
  277. package/contracts/shared/ComponentService.sol +141 -0
  278. package/contracts/shared/ERC165.sol +14 -12
  279. package/contracts/shared/IComponent.sol +90 -0
  280. package/contracts/shared/INftOwnable.sol +12 -11
  281. package/contracts/shared/IPolicyHolder.sol +40 -0
  282. package/contracts/shared/IRegisterable.sol +4 -6
  283. package/contracts/shared/IRegistryLinked.sol +11 -0
  284. package/contracts/shared/IService.sol +7 -4
  285. package/contracts/shared/IVersionable.sol +5 -48
  286. package/contracts/shared/NftOwnable.sol +64 -80
  287. package/contracts/shared/PolicyHolder.sol +94 -0
  288. package/contracts/shared/ProxyManager.sol +126 -25
  289. package/contracts/shared/Registerable.sol +26 -41
  290. package/contracts/shared/RegistryLinked.sol +43 -0
  291. package/contracts/shared/Service.sol +41 -24
  292. package/contracts/shared/TokenHandler.sol +14 -6
  293. package/contracts/shared/Versionable.sol +4 -92
  294. package/contracts/staking/IStakingService.sol +102 -0
  295. package/contracts/staking/StakingService.sol +169 -0
  296. package/contracts/staking/StakingServiceManager.sol +40 -0
  297. package/contracts/type/Amount.sol +109 -0
  298. package/contracts/{types → type}/Blocknumber.sol +1 -0
  299. package/contracts/type/ClaimId.sol +75 -0
  300. package/contracts/{types → type}/DistributorType.sol +2 -2
  301. package/contracts/{types → type}/Fee.sol +17 -8
  302. package/contracts/{types → type}/NftId.sol +8 -0
  303. package/contracts/type/NftIdSet.sol +62 -0
  304. package/contracts/{types → type}/ObjectType.sol +17 -7
  305. package/contracts/type/PayoutId.sol +82 -0
  306. package/contracts/{types → type}/Referral.sol +4 -0
  307. package/contracts/type/RoleId.sol +139 -0
  308. package/contracts/type/Seconds.sol +54 -0
  309. package/contracts/{types → type}/StateId.sol +7 -2
  310. package/contracts/{types → type}/Timestamp.sol +18 -13
  311. package/contracts/{types → type}/UFixed.sol +1 -0
  312. package/contracts/{types → type}/Version.sol +1 -0
  313. package/package.json +3 -3
  314. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
  315. package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
  316. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  317. package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
  318. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
  319. package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
  320. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  321. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
  322. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  323. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
  324. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  325. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
  326. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  327. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
  328. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  329. package/artifacts/contracts/components/Product.sol/Product.json +0 -719
  330. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
  331. package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
  332. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
  333. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
  334. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
  335. package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
  336. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  337. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  338. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  339. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  340. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  341. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  342. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  343. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  344. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  345. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  346. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  347. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  348. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  349. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  350. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  351. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  352. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  353. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  354. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  355. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
  356. package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
  357. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
  358. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
  359. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
  360. package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
  361. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
  362. package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
  363. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
  364. package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
  365. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  366. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  367. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  368. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  369. package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
  370. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
  371. package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
  372. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
  373. package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
  374. package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
  375. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
  376. package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
  377. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
  378. package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
  379. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  380. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
  381. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  382. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
  383. package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
  384. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  385. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  386. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  387. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  388. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -839
  389. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  390. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
  391. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  392. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1046
  393. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  394. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -448
  395. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  396. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  397. package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
  398. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  399. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  400. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  401. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
  402. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  403. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  404. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  405. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
  406. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  407. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  408. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  409. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  410. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  411. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
  412. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  413. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  414. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  415. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  416. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  417. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  418. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  419. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  420. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
  421. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  422. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  423. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
  424. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  425. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
  426. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  427. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  428. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  429. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  430. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
  431. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  432. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  433. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  434. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  435. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  436. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  437. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  438. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  439. package/contracts/components/BaseComponent.sol +0 -91
  440. package/contracts/components/Distribution.sol +0 -159
  441. package/contracts/components/IBaseComponent.sol +0 -25
  442. package/contracts/components/IDistributionComponent.sol +0 -44
  443. package/contracts/components/IPoolComponent.sol +0 -62
  444. package/contracts/components/IProductComponent.sol +0 -35
  445. package/contracts/components/Pool.sol +0 -242
  446. package/contracts/components/Product.sol +0 -284
  447. package/contracts/experiment/cloning/Cloner.sol +0 -47
  448. package/contracts/experiment/errors/Require.sol +0 -38
  449. package/contracts/experiment/errors/Revert.sol +0 -44
  450. package/contracts/experiment/inheritance/A.sol +0 -53
  451. package/contracts/experiment/inheritance/B.sol +0 -28
  452. package/contracts/experiment/inheritance/C.sol +0 -34
  453. package/contracts/experiment/inheritance/IA.sol +0 -13
  454. package/contracts/experiment/inheritance/IB.sol +0 -10
  455. package/contracts/experiment/inheritance/IC.sol +0 -12
  456. package/contracts/experiment/statemachine/Dummy.sol +0 -27
  457. package/contracts/experiment/statemachine/ISM.sol +0 -25
  458. package/contracts/experiment/statemachine/SM.sol +0 -57
  459. package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
  460. package/contracts/experiment/types/TypeA.sol +0 -47
  461. package/contracts/experiment/types/TypeB.sol +0 -29
  462. package/contracts/instance/AccessManagedSimple.sol +0 -115
  463. package/contracts/instance/AccessManagerSimple.sol +0 -692
  464. package/contracts/instance/IAccessManagerSimple.sol +0 -391
  465. package/contracts/instance/base/ComponentServiceBase.sol +0 -124
  466. package/contracts/instance/base/IInstanceBase.sol +0 -23
  467. package/contracts/instance/service/ComponentOwnerService.sol +0 -317
  468. package/contracts/instance/service/DistributionService.sol +0 -88
  469. package/contracts/instance/service/IComponentOwnerService.sol +0 -20
  470. package/contracts/instance/service/IDistributionService.sol +0 -12
  471. package/contracts/instance/service/IPoolService.sol +0 -37
  472. package/contracts/instance/service/IProductService.sol +0 -107
  473. package/contracts/instance/service/PoolService.sol +0 -194
  474. package/contracts/instance/service/PoolServiceManager.sol +0 -54
  475. package/contracts/instance/service/ProductService.sol +0 -543
  476. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  477. package/contracts/shared/ContractDeployerLib.sol +0 -72
  478. package/contracts/shared/RegisterableUpgradable.sol +0 -16
  479. package/contracts/test/TestFee.sol +0 -25
  480. package/contracts/test/TestRegisterable.sol +0 -18
  481. package/contracts/test/TestRoleId.sol +0 -14
  482. package/contracts/test/TestService.sol +0 -24
  483. package/contracts/test/TestToken.sol +0 -26
  484. package/contracts/test/TestVersion.sol +0 -44
  485. package/contracts/test/TestVersionable.sol +0 -17
  486. package/contracts/test/Usdc.sol +0 -26
  487. package/contracts/types/ChainId.sol +0 -38
  488. package/contracts/types/NftIdSet.sol +0 -60
  489. package/contracts/types/NumberId.sol +0 -52
  490. package/contracts/types/RoleId.sol +0 -90
  491. /package/contracts/{types → type}/AddressSet.sol +0 -0
  492. /package/contracts/{types → type}/Key32.sol +0 -0
  493. /package/contracts/{types → type}/RiskId.sol +0 -0
@@ -1,1046 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "ProductService",
4
- "sourceName": "contracts/instance/service/ProductService.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "ObjectType",
10
- "name": "componentType",
11
- "type": "uint8"
12
- }
13
- ],
14
- "name": "ComponentTypeInvalid",
15
- "type": "error"
16
- },
17
- {
18
- "inputs": [
19
- {
20
- "internalType": "address",
21
- "name": "registry",
22
- "type": "address"
23
- },
24
- {
25
- "internalType": "NftId",
26
- "name": "nftId",
27
- "type": "uint96"
28
- }
29
- ],
30
- "name": "ErrorAlreadyLinked",
31
- "type": "error"
32
- },
33
- {
34
- "inputs": [
35
- {
36
- "internalType": "address",
37
- "name": "contractAddress",
38
- "type": "address"
39
- }
40
- ],
41
- "name": "ErrorContractNotRegistered",
42
- "type": "error"
43
- },
44
- {
45
- "inputs": [
46
- {
47
- "internalType": "address",
48
- "name": "account",
49
- "type": "address"
50
- }
51
- ],
52
- "name": "ErrorNotOwner",
53
- "type": "error"
54
- },
55
- {
56
- "inputs": [
57
- {
58
- "internalType": "address",
59
- "name": "registryAddress",
60
- "type": "address"
61
- }
62
- ],
63
- "name": "ErrorNotRegistry",
64
- "type": "error"
65
- },
66
- {
67
- "inputs": [
68
- {
69
- "internalType": "address",
70
- "name": "registryAddress",
71
- "type": "address"
72
- }
73
- ],
74
- "name": "ErrorRegisterableNotRegistry",
75
- "type": "error"
76
- },
77
- {
78
- "inputs": [],
79
- "name": "ErrorRegistryAddressZero",
80
- "type": "error"
81
- },
82
- {
83
- "inputs": [
84
- {
85
- "internalType": "address",
86
- "name": "registry",
87
- "type": "address"
88
- }
89
- ],
90
- "name": "ErrorRegistryAlreadyInitialized",
91
- "type": "error"
92
- },
93
- {
94
- "inputs": [],
95
- "name": "ErrorRegistryNotInitialized",
96
- "type": "error"
97
- },
98
- {
99
- "inputs": [
100
- {
101
- "internalType": "RoleId",
102
- "name": "expected",
103
- "type": "uint64"
104
- },
105
- {
106
- "internalType": "address",
107
- "name": "caller",
108
- "type": "address"
109
- }
110
- ],
111
- "name": "ExpectedRoleMissing",
112
- "type": "error"
113
- },
114
- {
115
- "inputs": [],
116
- "name": "InvalidInitialization",
117
- "type": "error"
118
- },
119
- {
120
- "inputs": [],
121
- "name": "NotInitializing",
122
- "type": "error"
123
- },
124
- {
125
- "anonymous": false,
126
- "inputs": [
127
- {
128
- "indexed": false,
129
- "internalType": "uint64",
130
- "name": "version",
131
- "type": "uint64"
132
- }
133
- ],
134
- "name": "Initialized",
135
- "type": "event"
136
- },
137
- {
138
- "anonymous": false,
139
- "inputs": [
140
- {
141
- "indexed": false,
142
- "internalType": "address",
143
- "name": "sender",
144
- "type": "address"
145
- }
146
- ],
147
- "name": "LogProductServiceSender",
148
- "type": "event"
149
- },
150
- {
151
- "anonymous": false,
152
- "inputs": [
153
- {
154
- "indexed": false,
155
- "internalType": "Version",
156
- "name": "version",
157
- "type": "uint24"
158
- },
159
- {
160
- "indexed": false,
161
- "internalType": "address",
162
- "name": "implementation",
163
- "type": "address"
164
- },
165
- {
166
- "indexed": false,
167
- "internalType": "address",
168
- "name": "activatedBy",
169
- "type": "address"
170
- }
171
- ],
172
- "name": "LogVersionableInitialized",
173
- "type": "event"
174
- },
175
- {
176
- "inputs": [],
177
- "name": "NAME",
178
- "outputs": [
179
- {
180
- "internalType": "string",
181
- "name": "",
182
- "type": "string"
183
- }
184
- ],
185
- "stateMutability": "view",
186
- "type": "function"
187
- },
188
- {
189
- "inputs": [],
190
- "name": "REGISTERABLE_LOCATION_V1",
191
- "outputs": [
192
- {
193
- "internalType": "bytes32",
194
- "name": "",
195
- "type": "bytes32"
196
- }
197
- ],
198
- "stateMutability": "view",
199
- "type": "function"
200
- },
201
- {
202
- "inputs": [
203
- {
204
- "internalType": "NftId",
205
- "name": "policyNftId",
206
- "type": "uint96"
207
- },
208
- {
209
- "internalType": "Timestamp",
210
- "name": "activateAt",
211
- "type": "uint40"
212
- }
213
- ],
214
- "name": "activate",
215
- "outputs": [],
216
- "stateMutability": "nonpayable",
217
- "type": "function"
218
- },
219
- {
220
- "inputs": [
221
- {
222
- "internalType": "RiskId",
223
- "name": "riskId",
224
- "type": "bytes8"
225
- },
226
- {
227
- "internalType": "uint256",
228
- "name": "sumInsuredAmount",
229
- "type": "uint256"
230
- },
231
- {
232
- "internalType": "uint256",
233
- "name": "lifetime",
234
- "type": "uint256"
235
- },
236
- {
237
- "internalType": "bytes",
238
- "name": "applicationData",
239
- "type": "bytes"
240
- },
241
- {
242
- "internalType": "NftId",
243
- "name": "bundleNftId",
244
- "type": "uint96"
245
- },
246
- {
247
- "internalType": "ReferralId",
248
- "name": "referralId",
249
- "type": "bytes8"
250
- }
251
- ],
252
- "name": "calculatePremium",
253
- "outputs": [
254
- {
255
- "internalType": "uint256",
256
- "name": "premiumAmount",
257
- "type": "uint256"
258
- },
259
- {
260
- "internalType": "uint256",
261
- "name": "productFeeAmount",
262
- "type": "uint256"
263
- },
264
- {
265
- "internalType": "uint256",
266
- "name": "poolFeeAmount",
267
- "type": "uint256"
268
- },
269
- {
270
- "internalType": "uint256",
271
- "name": "bundleFeeAmount",
272
- "type": "uint256"
273
- },
274
- {
275
- "internalType": "uint256",
276
- "name": "distributionFeeAmount",
277
- "type": "uint256"
278
- }
279
- ],
280
- "stateMutability": "view",
281
- "type": "function"
282
- },
283
- {
284
- "inputs": [
285
- {
286
- "internalType": "UFixed",
287
- "name": "collateralizationLevel",
288
- "type": "uint256"
289
- },
290
- {
291
- "internalType": "uint256",
292
- "name": "sumInsuredAmount",
293
- "type": "uint256"
294
- }
295
- ],
296
- "name": "calculateRequiredCollateral",
297
- "outputs": [
298
- {
299
- "internalType": "uint256",
300
- "name": "collateralAmount",
301
- "type": "uint256"
302
- }
303
- ],
304
- "stateMutability": "pure",
305
- "type": "function"
306
- },
307
- {
308
- "inputs": [
309
- {
310
- "internalType": "NftId",
311
- "name": "policyNftId",
312
- "type": "uint96"
313
- }
314
- ],
315
- "name": "close",
316
- "outputs": [],
317
- "stateMutability": "nonpayable",
318
- "type": "function"
319
- },
320
- {
321
- "inputs": [
322
- {
323
- "internalType": "NftId",
324
- "name": "policyNftId",
325
- "type": "uint96"
326
- },
327
- {
328
- "internalType": "Timestamp",
329
- "name": "activateAt",
330
- "type": "uint40"
331
- }
332
- ],
333
- "name": "collectPremium",
334
- "outputs": [],
335
- "stateMutability": "nonpayable",
336
- "type": "function"
337
- },
338
- {
339
- "inputs": [
340
- {
341
- "internalType": "address",
342
- "name": "applicationOwner",
343
- "type": "address"
344
- },
345
- {
346
- "internalType": "RiskId",
347
- "name": "riskId",
348
- "type": "bytes8"
349
- },
350
- {
351
- "internalType": "uint256",
352
- "name": "sumInsuredAmount",
353
- "type": "uint256"
354
- },
355
- {
356
- "internalType": "uint256",
357
- "name": "lifetime",
358
- "type": "uint256"
359
- },
360
- {
361
- "internalType": "bytes",
362
- "name": "applicationData",
363
- "type": "bytes"
364
- },
365
- {
366
- "internalType": "NftId",
367
- "name": "bundleNftId",
368
- "type": "uint96"
369
- },
370
- {
371
- "internalType": "ReferralId",
372
- "name": "referralId",
373
- "type": "bytes8"
374
- }
375
- ],
376
- "name": "createApplication",
377
- "outputs": [
378
- {
379
- "internalType": "NftId",
380
- "name": "policyNftId",
381
- "type": "uint96"
382
- }
383
- ],
384
- "stateMutability": "nonpayable",
385
- "type": "function"
386
- },
387
- {
388
- "inputs": [
389
- {
390
- "internalType": "RiskId",
391
- "name": "riskId",
392
- "type": "bytes8"
393
- },
394
- {
395
- "internalType": "bytes",
396
- "name": "data",
397
- "type": "bytes"
398
- }
399
- ],
400
- "name": "createRisk",
401
- "outputs": [],
402
- "stateMutability": "nonpayable",
403
- "type": "function"
404
- },
405
- {
406
- "inputs": [],
407
- "name": "getInitialInfo",
408
- "outputs": [
409
- {
410
- "components": [
411
- {
412
- "internalType": "NftId",
413
- "name": "nftId",
414
- "type": "uint96"
415
- },
416
- {
417
- "internalType": "NftId",
418
- "name": "parentNftId",
419
- "type": "uint96"
420
- },
421
- {
422
- "internalType": "ObjectType",
423
- "name": "objectType",
424
- "type": "uint8"
425
- },
426
- {
427
- "internalType": "bool",
428
- "name": "isInterceptor",
429
- "type": "bool"
430
- },
431
- {
432
- "internalType": "address",
433
- "name": "objectAddress",
434
- "type": "address"
435
- },
436
- {
437
- "internalType": "address",
438
- "name": "initialOwner",
439
- "type": "address"
440
- },
441
- {
442
- "internalType": "bytes",
443
- "name": "data",
444
- "type": "bytes"
445
- }
446
- ],
447
- "internalType": "struct IRegistry.ObjectInfo",
448
- "name": "",
449
- "type": "tuple"
450
- },
451
- {
452
- "internalType": "bytes",
453
- "name": "data",
454
- "type": "bytes"
455
- }
456
- ],
457
- "stateMutability": "view",
458
- "type": "function"
459
- },
460
- {
461
- "inputs": [],
462
- "name": "getInitializedVersion",
463
- "outputs": [
464
- {
465
- "internalType": "uint64",
466
- "name": "",
467
- "type": "uint64"
468
- }
469
- ],
470
- "stateMutability": "view",
471
- "type": "function"
472
- },
473
- {
474
- "inputs": [],
475
- "name": "getInstanceService",
476
- "outputs": [
477
- {
478
- "internalType": "contract InstanceService",
479
- "name": "",
480
- "type": "address"
481
- }
482
- ],
483
- "stateMutability": "view",
484
- "type": "function"
485
- },
486
- {
487
- "inputs": [],
488
- "name": "getMajorVersion",
489
- "outputs": [
490
- {
491
- "internalType": "VersionPart",
492
- "name": "majorVersion",
493
- "type": "uint8"
494
- }
495
- ],
496
- "stateMutability": "view",
497
- "type": "function"
498
- },
499
- {
500
- "inputs": [],
501
- "name": "getName",
502
- "outputs": [
503
- {
504
- "internalType": "string",
505
- "name": "name",
506
- "type": "string"
507
- }
508
- ],
509
- "stateMutability": "pure",
510
- "type": "function"
511
- },
512
- {
513
- "inputs": [],
514
- "name": "getNftId",
515
- "outputs": [
516
- {
517
- "internalType": "NftId",
518
- "name": "",
519
- "type": "uint96"
520
- }
521
- ],
522
- "stateMutability": "view",
523
- "type": "function"
524
- },
525
- {
526
- "inputs": [],
527
- "name": "getOwner",
528
- "outputs": [
529
- {
530
- "internalType": "address",
531
- "name": "",
532
- "type": "address"
533
- }
534
- ],
535
- "stateMutability": "view",
536
- "type": "function"
537
- },
538
- {
539
- "inputs": [],
540
- "name": "getRegistry",
541
- "outputs": [
542
- {
543
- "internalType": "contract IRegistry",
544
- "name": "",
545
- "type": "address"
546
- }
547
- ],
548
- "stateMutability": "view",
549
- "type": "function"
550
- },
551
- {
552
- "inputs": [],
553
- "name": "getRegistryService",
554
- "outputs": [
555
- {
556
- "internalType": "contract IRegistryService",
557
- "name": "",
558
- "type": "address"
559
- }
560
- ],
561
- "stateMutability": "view",
562
- "type": "function"
563
- },
564
- {
565
- "inputs": [],
566
- "name": "getVersion",
567
- "outputs": [
568
- {
569
- "internalType": "Version",
570
- "name": "",
571
- "type": "uint24"
572
- }
573
- ],
574
- "stateMutability": "pure",
575
- "type": "function"
576
- },
577
- {
578
- "inputs": [
579
- {
580
- "internalType": "uint256",
581
- "name": "idx",
582
- "type": "uint256"
583
- }
584
- ],
585
- "name": "getVersion",
586
- "outputs": [
587
- {
588
- "internalType": "Version",
589
- "name": "",
590
- "type": "uint24"
591
- }
592
- ],
593
- "stateMutability": "view",
594
- "type": "function"
595
- },
596
- {
597
- "inputs": [],
598
- "name": "getVersionCount",
599
- "outputs": [
600
- {
601
- "internalType": "uint256",
602
- "name": "",
603
- "type": "uint256"
604
- }
605
- ],
606
- "stateMutability": "view",
607
- "type": "function"
608
- },
609
- {
610
- "inputs": [
611
- {
612
- "internalType": "Version",
613
- "name": "_version",
614
- "type": "uint24"
615
- }
616
- ],
617
- "name": "getVersionInfo",
618
- "outputs": [
619
- {
620
- "components": [
621
- {
622
- "internalType": "Version",
623
- "name": "version",
624
- "type": "uint24"
625
- },
626
- {
627
- "internalType": "address",
628
- "name": "implementation",
629
- "type": "address"
630
- },
631
- {
632
- "internalType": "address",
633
- "name": "activatedBy",
634
- "type": "address"
635
- },
636
- {
637
- "internalType": "Timestamp",
638
- "name": "activatedAt",
639
- "type": "uint40"
640
- },
641
- {
642
- "internalType": "Blocknumber",
643
- "name": "activatedIn",
644
- "type": "uint32"
645
- }
646
- ],
647
- "internalType": "struct IVersionable.VersionInfo",
648
- "name": "",
649
- "type": "tuple"
650
- }
651
- ],
652
- "stateMutability": "view",
653
- "type": "function"
654
- },
655
- {
656
- "inputs": [
657
- {
658
- "internalType": "address",
659
- "name": "implementation",
660
- "type": "address"
661
- },
662
- {
663
- "internalType": "address",
664
- "name": "activatedBy",
665
- "type": "address"
666
- },
667
- {
668
- "internalType": "bytes",
669
- "name": "data",
670
- "type": "bytes"
671
- }
672
- ],
673
- "name": "initialize",
674
- "outputs": [],
675
- "stateMutability": "nonpayable",
676
- "type": "function"
677
- },
678
- {
679
- "inputs": [
680
- {
681
- "internalType": "Version",
682
- "name": "_version",
683
- "type": "uint24"
684
- }
685
- ],
686
- "name": "isInitialized",
687
- "outputs": [
688
- {
689
- "internalType": "bool",
690
- "name": "",
691
- "type": "bool"
692
- }
693
- ],
694
- "stateMutability": "view",
695
- "type": "function"
696
- },
697
- {
698
- "inputs": [],
699
- "name": "linkToRegisteredNftId",
700
- "outputs": [],
701
- "stateMutability": "nonpayable",
702
- "type": "function"
703
- },
704
- {
705
- "inputs": [
706
- {
707
- "internalType": "address",
708
- "name": "componentAddress",
709
- "type": "address"
710
- }
711
- ],
712
- "name": "register",
713
- "outputs": [
714
- {
715
- "internalType": "NftId",
716
- "name": "componentNftId",
717
- "type": "uint96"
718
- }
719
- ],
720
- "stateMutability": "nonpayable",
721
- "type": "function"
722
- },
723
- {
724
- "inputs": [
725
- {
726
- "internalType": "NftId",
727
- "name": "policyNftId",
728
- "type": "uint96"
729
- }
730
- ],
731
- "name": "revoke",
732
- "outputs": [],
733
- "stateMutability": "nonpayable",
734
- "type": "function"
735
- },
736
- {
737
- "inputs": [
738
- {
739
- "components": [
740
- {
741
- "internalType": "UFixed",
742
- "name": "fractionalFee",
743
- "type": "uint256"
744
- },
745
- {
746
- "internalType": "uint256",
747
- "name": "fixedFee",
748
- "type": "uint256"
749
- }
750
- ],
751
- "internalType": "struct Fee",
752
- "name": "productFee",
753
- "type": "tuple"
754
- },
755
- {
756
- "components": [
757
- {
758
- "internalType": "UFixed",
759
- "name": "fractionalFee",
760
- "type": "uint256"
761
- },
762
- {
763
- "internalType": "uint256",
764
- "name": "fixedFee",
765
- "type": "uint256"
766
- }
767
- ],
768
- "internalType": "struct Fee",
769
- "name": "processingFee",
770
- "type": "tuple"
771
- }
772
- ],
773
- "name": "setFees",
774
- "outputs": [],
775
- "stateMutability": "nonpayable",
776
- "type": "function"
777
- },
778
- {
779
- "inputs": [
780
- {
781
- "internalType": "bytes4",
782
- "name": "interfaceId",
783
- "type": "bytes4"
784
- }
785
- ],
786
- "name": "supportsInterface",
787
- "outputs": [
788
- {
789
- "internalType": "bool",
790
- "name": "",
791
- "type": "bool"
792
- }
793
- ],
794
- "stateMutability": "view",
795
- "type": "function"
796
- },
797
- {
798
- "inputs": [
799
- {
800
- "internalType": "NftId",
801
- "name": "policyNftId",
802
- "type": "uint96"
803
- },
804
- {
805
- "internalType": "bool",
806
- "name": "requirePremiumPayment",
807
- "type": "bool"
808
- },
809
- {
810
- "internalType": "Timestamp",
811
- "name": "activateAt",
812
- "type": "uint40"
813
- }
814
- ],
815
- "name": "underwrite",
816
- "outputs": [],
817
- "stateMutability": "nonpayable",
818
- "type": "function"
819
- },
820
- {
821
- "inputs": [
822
- {
823
- "internalType": "RiskId",
824
- "name": "riskId",
825
- "type": "bytes8"
826
- },
827
- {
828
- "internalType": "bytes",
829
- "name": "data",
830
- "type": "bytes"
831
- }
832
- ],
833
- "name": "updateRisk",
834
- "outputs": [],
835
- "stateMutability": "nonpayable",
836
- "type": "function"
837
- },
838
- {
839
- "inputs": [
840
- {
841
- "internalType": "RiskId",
842
- "name": "riskId",
843
- "type": "bytes8"
844
- },
845
- {
846
- "internalType": "StateId",
847
- "name": "state",
848
- "type": "uint8"
849
- }
850
- ],
851
- "name": "updateRiskState",
852
- "outputs": [],
853
- "stateMutability": "nonpayable",
854
- "type": "function"
855
- },
856
- {
857
- "inputs": [
858
- {
859
- "internalType": "address",
860
- "name": "implementation",
861
- "type": "address"
862
- },
863
- {
864
- "internalType": "address",
865
- "name": "activatedBy",
866
- "type": "address"
867
- },
868
- {
869
- "internalType": "bytes",
870
- "name": "data",
871
- "type": "bytes"
872
- }
873
- ],
874
- "name": "upgrade",
875
- "outputs": [],
876
- "stateMutability": "nonpayable",
877
- "type": "function"
878
- }
879
- ],
880
- "bytecode": "0x60806040523480156200001157600080fd5b50620000546301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600280546001600160a01b031916331790556200007062000076565b6200012a565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff1615620000c75760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b0390811614620001275780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b613b2e806200013a6000396000f3fe608060405234801561001057600080fd5b50600436106101fb5760003560e01c8063644c45e01161011a578063b3c65015116100ad578063c2c749871161007c578063c2c7498714610613578063caf4e3d414610626578063cc9fc59a1461062e578063cde749f414610636578063cf7a1d771461065057600080fd5b8063b3c65015146105ba578063b6b412ba146105da578063b88da759146105ed578063bbfbbfba1461060057600080fd5b8063946dfcfe116100e9578063946dfcfe146105185780639cdaa7f91461053f578063a3f4df7e1461057a578063a745e3df146105a757600080fd5b8063644c45e0146104d25780637cef4842146104ea578063893d20e8146104fd5780638f997f6d1461050557600080fd5b80634420e486116101925780635ab1bd53116101615780635ab1bd53146104745780635fd1a5f514610499578063603ccaad146104ac578063630361f6146104bf57600080fd5b80634420e4861461030a5780634d459c90146103355780634d5e16a91461044e5780634f4213331461046157600080fd5b80630fec111c116101ce5780630fec111c14610284578063138461e01461029a57806317d7de7c146102a25780631eff4b22146102d557600080fd5b806301ffc9a714610200578063095e2b72146102425780630aaba8e8146102575780630d8e6e2c14610268575b600080fd5b61022d61020e366004612c2a565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610255610250366004612d9a565b610663565b005b610255610265366004612dfe565b50565b6102706106fc565b60405162ffffff9091168152602001610239565b61028c610786565b604051610239929190612ee4565b6102556108d9565b60408051808201909152600e81526d50726f647563745365727669636560901b60208201525b6040516102399190612f12565b6102fc7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610239565b61031d610318366004612f3a565b610afb565b6040516001600160601b039091168152602001610239565b6103f1610343366004612f68565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020613ad983398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610239565b61025561045c366004612f98565b610e62565b61022d61046f366004612f68565b610e75565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610239565b6102fc6104a7366004612fd1565b610f28565b6102556104ba366004612dfe565b611031565b6102556104cd366004613001565b611083565b600154600160a01b90046001600160601b031661031d565b6102556104f836600461305b565b611099565b610481611111565b610255610513366004612d9a565b61122b565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102fc565b61055261054d366004613089565b61138e565b604080519586526020860194909452928401919091526060830152608082015260a001610239565b6102c86040518060400160405280600e81526020016d50726f647563745365727669636560901b81525081565b6102556105b5366004613111565b61146c565b6105c26115c6565b6040516001600160401b039091168152602001610239565b6102556105e83660046131a2565b6115e7565b6102706105fb3660046131d7565b611754565b61025561060e366004612f98565b6117a5565b61031d6106213660046131f0565b6117ba565b6104816118d7565b61048161198c565b61063e611a04565b60405160ff9091168152602001610239565b61025561065e366004613111565b611a87565b600080610670606e611b90565b81516040805180820182526001600160601b03831681526020810188905290516317b0844560e11b8152939550919350916001600160a01b03841690632f61088a906106c290899085906004016132b4565b600060405180830381600087803b1580156106dc57600080fd5b505af11580156106f0573d6000803e3d6000fd5b50505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561075d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061078191906132d9565b905090565b61078e612bec565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806107da6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610822611111565b6001600160a01b0316815260200182600101805461083f906132f6565b80601f016020809104026020016040519081016040528092919081815260200182805461086b906132f6565b80156108b85780601f1061088d576101008083540402835291602001916108b8565b820191906000526020600020905b81548152906001019060200180831161089b57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561093b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061095f9190613340565b156109a6576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166109cf5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610a18573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a3c9190613340565b610a64576040516372657a5160e01b81526001600160a01b038216600482015260240161099d565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ad29190613368565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b6000818082610b0982611e4e565b60ff8116600090815260036020908152604080832054815163379ed74560e21b815291519495506001600160401b0316933393926001600160a01b0388169263de7b5d1492600480830193928290030181865afa158015610b6e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b929190613385565b9050610b9c61198c565b6001600160a01b0316639c12c9c78385846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bea573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c0e9190613368565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160401b0390911660248301526001600160601b03166044820152606401602060405180830381865afa158015610c70573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c949190613340565b610ccb576040516351302f8160e01b81526001600160401b03841660048201526001600160a01b038316602482015260440161099d565b33886000610cd882611e4e565b90506000610ce46118d7565b9050610cee612bec565b6060610d028460785b60ff90811691161490565b15610d8a57604051638fbc2d8160e01b81526001600160a01b0386811660048301528781166024830152841690638fbc2d81906044015b6000604051808303816000875af1158015610d58573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610d8091908101906134aa565b9092509050610e34565b610d9584606e610cf7565b15610dd057604051635d96628960e01b81526001600160a01b0386811660048301528781166024830152841690635d96628990604401610d39565b610ddb84608c610cf7565b15610e1657604051637286e5e560e01b81526001600160a01b0386811660048301528781166024830152841690637286e5e590604401610d39565b60405163062839b560e01b815260ff8516600482015260240161099d565b81519c506000610e4383611ec3565b9050610e508e8383611f65565b50505050505050505050505050919050565b6000610e6e606e611b90565b5050505050565b600080600080516020613ad983398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610efd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f219190613503565b1192915050565b6040516322f5db0f60e11b815260048101829052600090819073__$5ac3274b8cf1e01ea223bf093142af05b0$__906345ebb61e90602401602060405180830381865af4158015610f7d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fa19190613503565b90506000610faf8583611fda565b604051632255341b60e11b81526004810182905290915073__$5ac3274b8cf1e01ea223bf093142af05b0$__906344aa683690602401602060405180830381865af4158015611002573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110269190613503565b925050505b92915050565b60405162461bcd60e51b815260206004820152602160248201527f4552524f523a5052532d3233343a4e4f545f5945545f494d504c454d454e54456044820152601160fa1b606482015260840161099d565b600080611090606e611b90565b50505050505050565b60006110a5606e611b90565b604051633e77a42160e11b81526001600160c01b03198616600482015260ff851660248201529092506001600160a01b0383169150637cef484290604401600060405180830381600087803b1580156110fd57600080fd5b505af1158015611090573d6000803e3d6000fd5b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611176573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061119a9190613340565b1561121b57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a906024015b602060405180830381865afa1580156111f7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107819190613385565b506002546001600160a01b031690565b6000611237606e611b90565b9150506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561127a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061129e9190613385565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091506000906001600160a01b0383169063887b1fa990602401600060405180830381865afa1580156112f2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261131a919081019061351c565b602081018590526040516314eddc0360e31b81529091506001600160a01b0384169063a76ee01890611355908890859060ff9060040161359b565b600060405180830381600087803b15801561136f57600080fd5b505af1158015611383573d6000803e3d6000fd5b505050505050505050565b60008060008060008061139f611ff6565b90506000816001600160a01b0316635e78426b8d8f8e8e6040518563ffffffff1660e01b81526004016113d594939291906135d3565b602060405180830381865afa1580156113f2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114169190613503565b905061142481838b8b612015565b92985090965094509250611438868261360e565b9650611444848661360e565b61144e908861360e565b965061145a838861360e565b96505050965096509650965096915050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61148e6106fc565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156114ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114f29190613644565b600080516020613ab98339815191528054600160401b900460ff1680611525575080546001600160401b03808416911610155b156115435760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561156e858561208d565b6115778361232c565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b6000610781600080516020613ab9833981519152546001600160401b031690565b6000806115f4606e611b90565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611638573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061165c9190613385565b835160405163242bdc1960e21b81526001600160601b0382166004820152919250906000906001600160a01b038416906390af70649060240161020060405180830381865afa1580156116b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116d79190613691565b60a0810188905260c08101879052604051631931576760e21b81529091506001600160a01b038516906364c55d9c90611719908590859060ff90600401613864565b600060405180830381600087803b15801561173357600080fd5b505af1158015611747573d6000803e3d6000fd5b5050505050505050505050565b6000600080516020613ad9833981519152600101828154811061177957611779613894565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b6000806117b2606e611b90565b505050505050565b600080806117c8606e611b90565b915091506117d46118d7565b6001600160a01b0316635c992fed6040518060e001604052806117f5600090565b6001600160601b039081168252865116602082015260400160d260ff16815260200160001515815260200160006001600160a01b031681526020018d6001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b815260040161186e91906138aa565b6020604051808303816000875af115801561188d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118b19190613368565b925060006118c38a8a8a8a8a8a61138e565b505050509050505050979650505050505050565b6000806118ec6001546001600160a01b031690565b6001600160a01b031663a3bcd81d611902611a04565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa158015611968573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061102b9190613385565b60006119a06001546001600160a01b031690565b6001600160a01b031663a3bcd81d6119b6611a04565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e496e7374616e63655365727669636560881b606482015260ff90911660248201526084016111da565b6000611a0e6106fc565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611a63573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061078191906138bd565b600080516020613ab98339815191528054600160401b810460ff1615906001600160401b0316600081158015611aba5750825b90506000826001600160401b03166001148015611ad65750303b155b905081158015611ae4575080155b15611b025760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611b2c57845460ff60401b1916600160401b1785555b611b36888861208d565b611b408787612334565b8315611b8657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b611b98612bec565b600154604051636939560f60e11b815233600482015260009182916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015611be5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c099190613368565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611c64573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c889190613340565b611cd45760405162461bcd60e51b815260206004820152601760248201527f4552524f525f434f4d504f4e454e545f554e4b4e4f574e000000000000000000604482015260640161099d565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03831660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611d2f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d5791908101906138da565b9250611d6d83604001518560ff90811691161490565b611daf5760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b604482015260640161099d565b6000611dc36001546001600160a01b031690565b60208501516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611e18573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e4091908101906138da565b608001519395939450505050565b600080826001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611e8f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611eb791908101906134aa565b50604001519392505050565b600080611ed86001546001600160a01b031690565b60208401516040516305247a1760e51b81526001600160601b0390911660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015611f31573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f5991908101906138da565b60800151949350505050565b600082806020019051810190611f7b9190613691565b604051637353912760e01b81529091506001600160a01b03831690637353912790611fac908790859060040161390e565b600060405180830381600087803b158015611fc657600080fd5b505af1158015611b86573d6000803e3d6000fd5b6000611fef8383670de0b6b3a7640000612489565b9392505050565b6000612000612bec565b61200a606e611b90565b506080015192915050565b6000806000806000876001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa15801561205b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207f9190613385565b905050945094509450949050565b612095612572565b600080516020613ad983398151915260006120c5600080516020613ab9833981519152546001600160401b031690565b905060006120d16106fc565b9050816001600160401b03166001036120fe5760028301805462ffffff191662ffffff831617905561214c565b600283015462ffffff9081169082161161214c5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161099d565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015612200573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612224919061392c565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906115b79083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101fb612572565b600080516020613ab98339815191528054600160401b810460ff1615906001600160401b03166000811580156123675750825b90506000826001600160401b031660011480156123835750303b155b905081158015612391575080155b156123af5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156123d957845460ff60401b1916600160401b1785555b6000868060200190518101906123ef9190613949565b600480546001600160a01b039093166001600160a01b031990931683179055915061241a90896125ab565b61242a631b4612f160e31b612701565b61243a632c987bf360e21b612701565b50831561109057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a150505050505050565b60008080600019858709858702925082811083820303915050806000036124c3578382816124b9576124b9613978565b0492505050611fef565b80841161250a5760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161099d565b600084868809600260036001881981018916988990049182028318808302840302808302840302808302840302808302840302808302840302918202909203026000889003889004909101858311909403939093029303949094049190911702949350505050565b600080516020613ab983398151915254600160401b900460ff166125a957604051631afcd79f60e31b815260040160405180910390fd5b565b6125b58282612726565b6125bd6127ab565b606e60005260036020527f0de2b21138735878e0660eef23d1131fad23d66157bfa1c473a82b60c5169926805467ffffffffffffffff19166001600160401b039290921691909117905561260f612824565b608c60005260036020527f83339eadc78535e76a031a9a544cf6fa252296becf88992d49fad5f832544a38805467ffffffffffffffff19166001600160401b0392909216919091179055612661612860565b607860005260036020527fe372c44748f4c2908ae7c0a1dc553464478b0394f70953faecd55173b039317c805467ffffffffffffffff19166001600160401b03929092169190911790556126b361289b565b608260005260036020527fc3d073881ce0daff4d900012573fe3b8d5b283519b2f509e59d1b978e7cf0fc5805467ffffffffffffffff19166001600160401b03929092169190911790555050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b600061275360408051808201909152600e81526d50726f647563745365727669636560901b602082015290565b61275b611a04565b60405160200161276c92919061398e565b60405160208183030381529060405290506000612788846128d6565b9050600061279b8583603c848888612941565b610e6e631b4612f160e31b612701565b6040516368aebf7b60e01b8152610190600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024015b602060405180830381865af4158015612800573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107819190613644565b6040516368aebf7b60e01b815261012c600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024016127e3565b6040516368aebf7b60e01b81526064600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024016127e3565b6040516368aebf7b60e01b815260c8600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024016127e3565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa15801561291d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061102b9190613368565b6129826301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61298c8287612a0d565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016129fc83826139f9565b506110906303fb044760e21b612701565b6001600160a01b038216612a635760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e657220697320300000604482015260640161099d565b600280546001600160a01b0319166001600160a01b038416179055612a8781612a8b565b5050565b6001546001600160a01b031615612ac45760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161099d565b6001600160a01b038116612aeb5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003612b215760405163fdeac91f60e01b81526001600160a01b038216600482015260240161099d565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526376ceea7360e01b60048201526301ffc9a790602401602060405180830381865afa925050508015612b9b575060408051601f3d908101601f19168201909252612b9891810190613340565b60015b612bc35760405163fdeac91f60e01b81526001600160a01b038216600482015260240161099d565b80612a875760405163fdeac91f60e01b81526001600160a01b038316600482015260240161099d565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215612c3c57600080fd5b81356001600160e01b031981168114611fef57600080fd5b6001600160c01b03198116811461026557600080fd5b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612ca257612ca2612c6a565b60405290565b60405160e081016001600160401b0381118282101715612ca257612ca2612c6a565b60405161014081016001600160401b0381118282101715612ca257612ca2612c6a565b604051601f8201601f191681016001600160401b0381118282101715612d1557612d15612c6a565b604052919050565b60006001600160401b03821115612d3657612d36612c6a565b50601f01601f191660200190565b600082601f830112612d5557600080fd5b8135612d68612d6382612d1d565b612ced565b818152846020838601011115612d7d57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060408385031215612dad57600080fd5b8235612db881612c54565b915060208301356001600160401b03811115612dd357600080fd5b612ddf85828601612d44565b9150509250929050565b6001600160601b038116811461026557600080fd5b600060208284031215612e1057600080fd5b8135611fef81612de9565b60005b83811015612e36578181015183820152602001612e1e565b50506000910152565b60008151808452612e57816020860160208601612e1b565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c0850152612edc60e0850182612e3f565b949350505050565b604081526000612ef76040830185612e6b565b8281036020840152612f098185612e3f565b95945050505050565b602081526000611fef6020830184612e3f565b6001600160a01b038116811461026557600080fd5b600060208284031215612f4c57600080fd5b8135611fef81612f25565b62ffffff8116811461026557600080fd5b600060208284031215612f7a57600080fd5b8135611fef81612f57565b64ffffffffff8116811461026557600080fd5b60008060408385031215612fab57600080fd5b8235612fb681612de9565b91506020830135612fc681612f85565b809150509250929050565b60008060408385031215612fe457600080fd5b50508035926020909101359150565b801515811461026557600080fd5b60008060006060848603121561301657600080fd5b833561302181612de9565b9250602084013561303181612ff3565b9150604084013561304181612f85565b809150509250925092565b60ff8116811461026557600080fd5b6000806040838503121561306e57600080fd5b823561307981612c54565b91506020830135612fc68161304c565b60008060008060008060c087890312156130a257600080fd5b86356130ad81612c54565b9550602087013594506040870135935060608701356001600160401b038111156130d657600080fd5b6130e289828a01612d44565b93505060808701356130f381612de9565b915060a087013561310381612c54565b809150509295509295509295565b60008060006060848603121561312657600080fd5b833561313181612f25565b9250602084013561314181612f25565b915060408401356001600160401b0381111561315c57600080fd5b61316886828701612d44565b9150509250925092565b60006040828403121561318457600080fd5b61318c612c80565b9050813581526020820135602082015292915050565b600080608083850312156131b557600080fd5b6131bf8484613172565b91506131ce8460408501613172565b90509250929050565b6000602082840312156131e957600080fd5b5035919050565b600080600080600080600060e0888a03121561320b57600080fd5b873561321681612f25565b9650602088013561322681612c54565b9550604088013594506060880135935060808801356001600160401b0381111561324f57600080fd5b61325b8a828b01612d44565b93505060a088013561326c81612de9565b915060c088013561327c81612c54565b8091505092959891949750929550565b6001600160601b0381511682526000602082015160406020850152612edc6040850182612e3f565b6001600160401b0360c01b83168152604060208201526000612edc604083018461328c565b6000602082840312156132eb57600080fd5b8151611fef81612f57565b600181811c9082168061330a57607f821691505b60208210810361332a57634e487b7160e01b600052602260045260246000fd5b50919050565b805161333b81612ff3565b919050565b60006020828403121561335257600080fd5b8151611fef81612ff3565b805161333b81612de9565b60006020828403121561337a57600080fd5b8151611fef81612de9565b60006020828403121561339757600080fd5b8151611fef81612f25565b805161333b8161304c565b805161333b81612f25565b600082601f8301126133c957600080fd5b81516133d7612d6382612d1d565b8181528460208386010111156133ec57600080fd5b612edc826020830160208701612e1b565b600060e0828403121561340f57600080fd5b613417612ca8565b90506134228261335d565b81526134306020830161335d565b6020820152613441604083016133a2565b604082015261345260608301613330565b6060820152613463608083016133ad565b608082015261347460a083016133ad565b60a082015260c08201516001600160401b0381111561349257600080fd5b61349e848285016133b8565b60c08301525092915050565b600080604083850312156134bd57600080fd5b82516001600160401b03808211156134d457600080fd5b6134e0868387016133fd565b935060208501519150808211156134f657600080fd5b50612ddf858286016133b8565b60006020828403121561351557600080fd5b5051919050565b60006020828403121561352e57600080fd5b81516001600160401b038082111561354557600080fd5b908301906040828603121561355957600080fd5b613561612c80565b825161356c81612de9565b815260208301518281111561358057600080fd5b61358c878286016133b8565b60208301525095945050505050565b6001600160401b0360c01b841681526060602082015260006135c0606083018561328c565b905060ff83166040830152949350505050565b8481526001600160401b0360c01b841660208201528260408201526080606082015260006136046080830184612e3f565b9695505050505050565b8082018082111561102b57634e487b7160e01b600052601160045260246000fd5b6001600160401b038116811461026557600080fd5b60006020828403121561365657600080fd5b8151611fef8161362f565b60006040828403121561367357600080fd5b61367b612c80565b9050815181526020820151602082015292915050565b600061020082840312156136a457600080fd5b6136ac612cca565b6136b5836133ad565b81526136c3602084016133ad565b60208201526136d46040840161335d565b60408201526136e56060840161335d565b60608201526136f78460808501613661565b60808201526137098460c08501613661565b60a082015261010061371d85828601613661565b60c0830152613730856101408601613661565b60e0830152613743856101808601613661565b90820152613755846101c08501613661565b6101208201529392505050565b80516001600160a01b03168252602081015161378960208401826001600160a01b03169052565b5060408101516137a460408401826001600160601b03169052565b5060608101516137bf60608401826001600160601b03169052565b5060808101516137dc608084018280518252602090810151910152565b5060a0810151805160c0840152602081015160e08401525060c08101516101006138128185018380518252602090810151910152565b60e0830151805161014086015260208101516101608601529150820151805161018085015260208101516101a0850152905050610120015180516101c0830152602001516101e090910152565b505050565b6001600160601b038416815261024081016138826020830185613762565b60ff8316610220830152949350505050565b634e487b7160e01b600052603260045260246000fd5b602081526000611fef6020830184612e6b565b6000602082840312156138cf57600080fd5b8151611fef8161304c565b6000602082840312156138ec57600080fd5b81516001600160401b0381111561390257600080fd5b612edc848285016133fd565b6001600160601b03831681526102208101611fef6020830184613762565b60006020828403121561393e57600080fd5b8151611fef81612f85565b6000806040838503121561395c57600080fd5b825161396781612f25565b6020840151909250612fc681612f25565b634e487b7160e01b600052601260045260246000fd5b6040815260006139a16040830185612e3f565b905060ff831660208301529392505050565b601f82111561385f57600081815260208120601f850160051c810160208610156139da5750805b601f850160051c820191505b818110156117b2578281556001016139e6565b81516001600160401b03811115613a1257613a12612c6a565b613a2681613a2084546132f6565b846139b3565b602080601f831160018114613a5b5760008415613a435750858301515b600019600386901b1c1916600185901b1785556117b2565b600085815260208120601f198616915b82811015613a8a57888601518255948401946001909101908401613a6b565b5085821015613aa85787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a264697066735822122015d4169433b425651436670bf04e0611fd0dba5e16109ecbec178c9f448dadd064736f6c63430008140033",
881
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101fb5760003560e01c8063644c45e01161011a578063b3c65015116100ad578063c2c749871161007c578063c2c7498714610613578063caf4e3d414610626578063cc9fc59a1461062e578063cde749f414610636578063cf7a1d771461065057600080fd5b8063b3c65015146105ba578063b6b412ba146105da578063b88da759146105ed578063bbfbbfba1461060057600080fd5b8063946dfcfe116100e9578063946dfcfe146105185780639cdaa7f91461053f578063a3f4df7e1461057a578063a745e3df146105a757600080fd5b8063644c45e0146104d25780637cef4842146104ea578063893d20e8146104fd5780638f997f6d1461050557600080fd5b80634420e486116101925780635ab1bd53116101615780635ab1bd53146104745780635fd1a5f514610499578063603ccaad146104ac578063630361f6146104bf57600080fd5b80634420e4861461030a5780634d459c90146103355780634d5e16a91461044e5780634f4213331461046157600080fd5b80630fec111c116101ce5780630fec111c14610284578063138461e01461029a57806317d7de7c146102a25780631eff4b22146102d557600080fd5b806301ffc9a714610200578063095e2b72146102425780630aaba8e8146102575780630d8e6e2c14610268575b600080fd5b61022d61020e366004612c2a565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610255610250366004612d9a565b610663565b005b610255610265366004612dfe565b50565b6102706106fc565b60405162ffffff9091168152602001610239565b61028c610786565b604051610239929190612ee4565b6102556108d9565b60408051808201909152600e81526d50726f647563745365727669636560901b60208201525b6040516102399190612f12565b6102fc7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610239565b61031d610318366004612f3a565b610afb565b6040516001600160601b039091168152602001610239565b6103f1610343366004612f68565b6040805160a081018252600080825260208201819052918101829052606081018290526080810191909152600080516020613ad983398151915262ffffff92831660009081526020918252604090819020815160a0810183528154958616815263010000009095046001600160a01b03908116938601939093526001015491821690840152600160a01b810464ffffffffff166060840152600160c81b900463ffffffff1660808301525090565b60408051825162ffffff1681526020808401516001600160a01b039081169183019190915283830151169181019190915260608083015164ffffffffff169082015260809182015163ffffffff169181019190915260a001610239565b61025561045c366004612f98565b610e62565b61022d61046f366004612f68565b610e75565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610239565b6102fc6104a7366004612fd1565b610f28565b6102556104ba366004612dfe565b611031565b6102556104cd366004613001565b611083565b600154600160a01b90046001600160601b031661031d565b6102556104f836600461305b565b611099565b610481611111565b610255610513366004612d9a565b61122b565b7f4f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed901546102fc565b61055261054d366004613089565b61138e565b604080519586526020860194909452928401919091526060830152608082015260a001610239565b6102c86040518060400160405280600e81526020016d50726f647563745365727669636560901b81525081565b6102556105b5366004613111565b61146c565b6105c26115c6565b6040516001600160401b039091168152602001610239565b6102556105e83660046131a2565b6115e7565b6102706105fb3660046131d7565b611754565b61025561060e366004612f98565b6117a5565b61031d6106213660046131f0565b6117ba565b6104816118d7565b61048161198c565b61063e611a04565b60405160ff9091168152602001610239565b61025561065e366004613111565b611a87565b600080610670606e611b90565b81516040805180820182526001600160601b03831681526020810188905290516317b0844560e11b8152939550919350916001600160a01b03841690632f61088a906106c290899085906004016132b4565b600060405180830381600087803b1580156106dc57600080fd5b505af11580156106f0573d6000803e3d6000fd5b50505050505050505050565b604051632efe011360e01b815260036004820152600060248201819052604482018190529073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af415801561075d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061078191906132d9565b905090565b61078e612bec565b606060007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e001604052806107da6001546001600160601b03600160a01b9091041690565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610822611111565b6001600160a01b0316815260200182600101805461083f906132f6565b80601f016020809104026020016040519081016040528092919081815260200182805461086b906132f6565b80156108b85780601f1061088d576101008083540402835291602001916108b8565b820191906000526020600020905b81548152906001019060200180831161089b57829003601f168201915b50505050508152506040518060200160405280600081525092509250509091565b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015273__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af415801561093b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061095f9190613340565b156109a6576001546040516316322c0f60e31b81526001600160a01b0382166004820152600160a01b9091046001600160601b031660248201526044015b60405180910390fd5b6001546001600160a01b03166109cf5760405163cf29926160e01b815260040160405180910390fd5b60015460405163c3c5a54760e01b81523060048201819052916001600160a01b03169063c3c5a54790602401602060405180830381865afa158015610a18573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a3c9190613340565b610a64576040516372657a5160e01b81526001600160a01b038216600482015260240161099d565b600154604051636939560f60e11b81526001600160a01b0383811660048301529091169063d272ac1e90602401602060405180830381865afa158015610aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ad29190613368565b600160146101000a8154816001600160601b0302191690836001600160601b0316021790555050565b6000818082610b0982611e4e565b60ff8116600090815260036020908152604080832054815163379ed74560e21b815291519495506001600160401b0316933393926001600160a01b0388169263de7b5d1492600480830193928290030181865afa158015610b6e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b929190613385565b9050610b9c61198c565b6001600160a01b0316639c12c9c78385846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bea573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c0e9190613368565b6040516001600160e01b031960e086901b1681526001600160a01b0390931660048401526001600160401b0390911660248301526001600160601b03166044820152606401602060405180830381865afa158015610c70573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c949190613340565b610ccb576040516351302f8160e01b81526001600160401b03841660048201526001600160a01b038316602482015260440161099d565b33886000610cd882611e4e565b90506000610ce46118d7565b9050610cee612bec565b6060610d028460785b60ff90811691161490565b15610d8a57604051638fbc2d8160e01b81526001600160a01b0386811660048301528781166024830152841690638fbc2d81906044015b6000604051808303816000875af1158015610d58573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610d8091908101906134aa565b9092509050610e34565b610d9584606e610cf7565b15610dd057604051635d96628960e01b81526001600160a01b0386811660048301528781166024830152841690635d96628990604401610d39565b610ddb84608c610cf7565b15610e1657604051637286e5e560e01b81526001600160a01b0386811660048301528781166024830152841690637286e5e590604401610d39565b60405163062839b560e01b815260ff8516600482015260240161099d565b81519c506000610e4383611ec3565b9050610e508e8383611f65565b50505050505050505050505050919050565b6000610e6e606e611b90565b5050505050565b600080600080516020613ad983398151915262ffffff84166000908152602091909152604090819020600101549051631bbffab160e21b8152600160c81b90910463ffffffff16600482015273__$5f476116ae21c5294e0c0761c07efa7e1c$__90636effeac490602401602060405180830381865af4158015610efd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f219190613503565b1192915050565b6040516322f5db0f60e11b815260048101829052600090819073__$5ac3274b8cf1e01ea223bf093142af05b0$__906345ebb61e90602401602060405180830381865af4158015610f7d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610fa19190613503565b90506000610faf8583611fda565b604051632255341b60e11b81526004810182905290915073__$5ac3274b8cf1e01ea223bf093142af05b0$__906344aa683690602401602060405180830381865af4158015611002573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110269190613503565b925050505b92915050565b60405162461bcd60e51b815260206004820152602160248201527f4552524f523a5052532d3233343a4e4f545f5945545f494d504c454d454e54456044820152601160fa1b606482015260840161099d565b600080611090606e611b90565b50505050505050565b60006110a5606e611b90565b604051633e77a42160e11b81526001600160c01b03198616600482015260ff851660248201529092506001600160a01b0383169150637cef484290604401600060405180830381600087803b1580156110fd57600080fd5b505af1158015611090573d6000803e3d6000fd5b6001546040516330b8415f60e01b8152600160a01b9091046001600160601b0316600482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611176573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061119a9190613340565b1561121b57600154604051631c5da14d60e11b8152600160a01b82046001600160601b031660048201526001600160a01b03909116906338bb429a906024015b602060405180830381865afa1580156111f7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107819190613385565b506002546001600160a01b031690565b6000611237606e611b90565b9150506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561127a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061129e9190613385565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091506000906001600160a01b0383169063887b1fa990602401600060405180830381865afa1580156112f2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261131a919081019061351c565b602081018590526040516314eddc0360e31b81529091506001600160a01b0384169063a76ee01890611355908890859060ff9060040161359b565b600060405180830381600087803b15801561136f57600080fd5b505af1158015611383573d6000803e3d6000fd5b505050505050505050565b60008060008060008061139f611ff6565b90506000816001600160a01b0316635e78426b8d8f8e8e6040518563ffffffff1660e01b81526004016113d594939291906135d3565b602060405180830381865afa1580156113f2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114169190613503565b905061142481838b8b612015565b92985090965094509250611438868261360e565b9650611444848661360e565b61144e908861360e565b965061145a838861360e565b96505050965096509650965096915050565b73__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__63a123b37c61148e6106fc565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156114ce573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114f29190613644565b600080516020613ab98339815191528054600160401b900460ff1680611525575080546001600160401b03808416911610155b156115435760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561156e858561208d565b6115778361232c565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15050505050565b6000610781600080516020613ab9833981519152546001600160401b031690565b6000806115f4606e611b90565b915091506000816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611638573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061165c9190613385565b835160405163242bdc1960e21b81526001600160601b0382166004820152919250906000906001600160a01b038416906390af70649060240161020060405180830381865afa1580156116b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116d79190613691565b60a0810188905260c08101879052604051631931576760e21b81529091506001600160a01b038516906364c55d9c90611719908590859060ff90600401613864565b600060405180830381600087803b15801561173357600080fd5b505af1158015611747573d6000803e3d6000fd5b5050505050505050505050565b6000600080516020613ad9833981519152600101828154811061177957611779613894565b90600052602060002090600a91828204019190066003029054906101000a900462ffffff169050919050565b6000806117b2606e611b90565b505050505050565b600080806117c8606e611b90565b915091506117d46118d7565b6001600160a01b0316635c992fed6040518060e001604052806117f5600090565b6001600160601b039081168252865116602082015260400160d260ff16815260200160001515815260200160006001600160a01b031681526020018d6001600160a01b03168152602001604051806020016040528060008152508152506040518263ffffffff1660e01b815260040161186e91906138aa565b6020604051808303816000875af115801561188d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118b19190613368565b925060006118c38a8a8a8a8a8a61138e565b505050509050505050979650505050505050565b6000806118ec6001546001600160a01b031690565b6001600160a01b031663a3bcd81d611902611a04565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e52656769737472795365727669636560881b606482015260ff9091166024820152608401602060405180830381865afa158015611968573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061102b9190613385565b60006119a06001546001600160a01b031690565b6001600160a01b031663a3bcd81d6119b6611a04565b604080516001600160e01b031960e085901b1681526004810191909152600f60448201526e496e7374616e63655365727669636560881b606482015260ff90911660248201526084016111da565b6000611a0e6106fc565b60405163c9e66e2960e01b815262ffffff909116600482015273__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401602060405180830381865af4158015611a63573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061078191906138bd565b600080516020613ab98339815191528054600160401b810460ff1615906001600160401b0316600081158015611aba5750825b90506000826001600160401b03166001148015611ad65750303b155b905081158015611ae4575080155b15611b025760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611b2c57845460ff60401b1916600160401b1785555b611b36888861208d565b611b408787612334565b8315611b8657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050565b611b98612bec565b600154604051636939560f60e11b815233600482015260009182916001600160a01b039091169063d272ac1e90602401602060405180830381865afa158015611be5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c099190613368565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015611c64573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c889190613340565b611cd45760405162461bcd60e51b815260206004820152601760248201527f4552524f525f434f4d504f4e454e545f554e4b4e4f574e000000000000000000604482015260640161099d565b6001546001600160a01b03166040516305247a1760e51b81526001600160601b03831660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611d2f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611d5791908101906138da565b9250611d6d83604001518560ff90811691161490565b611daf5760405162461bcd60e51b815260206004820152601360248201527213d0929150d517d516541157d2539590531251606a1b604482015260640161099d565b6000611dc36001546001600160a01b031690565b60208501516040516305247a1760e51b81526001600160601b0390911660048201526001600160a01b03919091169063a48f42e090602401600060405180830381865afa158015611e18573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611e4091908101906138da565b608001519395939450505050565b600080826001600160a01b0316630fec111c6040518163ffffffff1660e01b8152600401600060405180830381865afa158015611e8f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611eb791908101906134aa565b50604001519392505050565b600080611ed86001546001600160a01b031690565b60208401516040516305247a1760e51b81526001600160601b0390911660048201529091506000906001600160a01b0383169063a48f42e090602401600060405180830381865afa158015611f31573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611f5991908101906138da565b60800151949350505050565b600082806020019051810190611f7b9190613691565b604051637353912760e01b81529091506001600160a01b03831690637353912790611fac908790859060040161390e565b600060405180830381600087803b158015611fc657600080fd5b505af1158015611b86573d6000803e3d6000fd5b6000611fef8383670de0b6b3a7640000612489565b9392505050565b6000612000612bec565b61200a606e611b90565b506080015192915050565b6000806000806000876001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa15801561205b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061207f9190613385565b905050945094509450949050565b612095612572565b600080516020613ad983398151915260006120c5600080516020613ab9833981519152546001600160401b031690565b905060006120d16106fc565b9050816001600160401b03166001036120fe5760028301805462ffffff191662ffffff831617905561214c565b600283015462ffffff9081169082161161214c5760405162461bcd60e51b815260206004820152600f60248201526e24a72b20a624a2102b22a929a4a7a760891b604482015260640161099d565b6001808401805491820181556000908152602090819020600a808404909101805462ffffff808716600394909606939093026101000a858102930219169190911790556040805160a0810182529283526001600160a01b038089168484015287168382015280516356db0c1960e11b81529051606084019273__$d53880c81dc91c20799140d711e5ab8718$__9263adb6183292600480830193928290030181865af4158015612200573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612224919061392c565b64ffffffffff1681526020014363ffffffff90811690915262ffffff8084166000908152602087815260409182902085518154928701516001600160a01b039081166301000000026001600160b81b0319909416919095161791909117815584820151600190910180546060870151608090970151909516600160c81b0263ffffffff60c81b1964ffffffffff909716600160a01b026001600160c81b031990961692909416919091179390931793909316179055517fad0a0fc10465a8dd9da3ad5f43e1a7fff4b4578551c76f0ae8deb844f0d0bf68906115b79083908890889062ffffff9390931683526001600160a01b03918216602084015216604082015260600190565b6101fb612572565b600080516020613ab98339815191528054600160401b810460ff1615906001600160401b03166000811580156123675750825b90506000826001600160401b031660011480156123835750303b155b905081158015612391575080155b156123af5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156123d957845460ff60401b1916600160401b1785555b6000868060200190518101906123ef9190613949565b600480546001600160a01b039093166001600160a01b031990931683179055915061241a90896125ab565b61242a631b4612f160e31b612701565b61243a632c987bf360e21b612701565b50831561109057845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a150505050505050565b60008080600019858709858702925082811083820303915050806000036124c3578382816124b9576124b9613978565b0492505050611fef565b80841161250a5760405162461bcd60e51b81526020600482015260156024820152744d6174683a206d756c446976206f766572666c6f7760581b604482015260640161099d565b600084868809600260036001881981018916988990049182028318808302840302808302840302808302840302808302840302808302840302918202909203026000889003889004909101858311909403939093029303949094049190911702949350505050565b600080516020613ab983398151915254600160401b900460ff166125a957604051631afcd79f60e31b815260040160405180910390fd5b565b6125b58282612726565b6125bd6127ab565b606e60005260036020527f0de2b21138735878e0660eef23d1131fad23d66157bfa1c473a82b60c5169926805467ffffffffffffffff19166001600160401b039290921691909117905561260f612824565b608c60005260036020527f83339eadc78535e76a031a9a544cf6fa252296becf88992d49fad5f832544a38805467ffffffffffffffff19166001600160401b0392909216919091179055612661612860565b607860005260036020527fe372c44748f4c2908ae7c0a1dc553464478b0394f70953faecd55173b039317c805467ffffffffffffffff19166001600160401b03929092169190911790556126b361289b565b608260005260036020527fc3d073881ce0daff4d900012573fe3b8d5b283519b2f509e59d1b978e7cf0fc5805467ffffffffffffffff19166001600160401b03929092169190911790555050565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b600061275360408051808201909152600e81526d50726f647563745365727669636560901b602082015290565b61275b611a04565b60405160200161276c92919061398e565b60405160208183030381529060405290506000612788846128d6565b9050600061279b8583603c848888612941565b610e6e631b4612f160e31b612701565b6040516368aebf7b60e01b8152610190600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024015b602060405180830381865af4158015612800573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107819190613644565b6040516368aebf7b60e01b815261012c600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024016127e3565b6040516368aebf7b60e01b81526064600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024016127e3565b6040516368aebf7b60e01b815260c8600482015260009073__$cd131c2b3ba46b9dbe046aaf4458b9777d$__906368aebf7b906024016127e3565b604051636939560f60e11b81526001600160a01b0382166004820181905260009163d272ac1e90602401602060405180830381865afa15801561291d573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061102b9190613368565b6129826301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61298c8287612a0d565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016129fc83826139f9565b506110906303fb044760e21b612701565b6001600160a01b038216612a635760405162461bcd60e51b815260206004820152601e60248201527f4e66744f776e61626c653a20696e697469616c206f776e657220697320300000604482015260640161099d565b600280546001600160a01b0319166001600160a01b038416179055612a8781612a8b565b5050565b6001546001600160a01b031615612ac45760015460405163fcdbf2d960e01b81526001600160a01b03909116600482015260240161099d565b6001600160a01b038116612aeb5760405163f5c4d07d60e01b815260040160405180910390fd5b806001600160a01b03163b600003612b215760405163fdeac91f60e01b81526001600160a01b038216600482015260240161099d565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526376ceea7360e01b60048201526301ffc9a790602401602060405180830381865afa925050508015612b9b575060408051601f3d908101601f19168201909252612b9891810190613340565b60015b612bc35760405163fdeac91f60e01b81526001600160a01b038216600482015260240161099d565b80612a875760405163fdeac91f60e01b81526001600160a01b038316600482015260240161099d565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b600060208284031215612c3c57600080fd5b81356001600160e01b031981168114611fef57600080fd5b6001600160c01b03198116811461026557600080fd5b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612ca257612ca2612c6a565b60405290565b60405160e081016001600160401b0381118282101715612ca257612ca2612c6a565b60405161014081016001600160401b0381118282101715612ca257612ca2612c6a565b604051601f8201601f191681016001600160401b0381118282101715612d1557612d15612c6a565b604052919050565b60006001600160401b03821115612d3657612d36612c6a565b50601f01601f191660200190565b600082601f830112612d5557600080fd5b8135612d68612d6382612d1d565b612ced565b818152846020838601011115612d7d57600080fd5b816020850160208301376000918101602001919091529392505050565b60008060408385031215612dad57600080fd5b8235612db881612c54565b915060208301356001600160401b03811115612dd357600080fd5b612ddf85828601612d44565b9150509250929050565b6001600160601b038116811461026557600080fd5b600060208284031215612e1057600080fd5b8135611fef81612de9565b60005b83811015612e36578181015183820152602001612e1e565b50506000910152565b60008151808452612e57816020860160208601612e1b565b601f01601f19169290920160200192915050565b60006001600160601b038083511684528060208401511660208501525060ff6040830151166040840152606082015115156060840152608082015160018060a01b0380821660808601528060a08501511660a0860152505060c082015160e060c0850152612edc60e0850182612e3f565b949350505050565b604081526000612ef76040830185612e6b565b8281036020840152612f098185612e3f565b95945050505050565b602081526000611fef6020830184612e3f565b6001600160a01b038116811461026557600080fd5b600060208284031215612f4c57600080fd5b8135611fef81612f25565b62ffffff8116811461026557600080fd5b600060208284031215612f7a57600080fd5b8135611fef81612f57565b64ffffffffff8116811461026557600080fd5b60008060408385031215612fab57600080fd5b8235612fb681612de9565b91506020830135612fc681612f85565b809150509250929050565b60008060408385031215612fe457600080fd5b50508035926020909101359150565b801515811461026557600080fd5b60008060006060848603121561301657600080fd5b833561302181612de9565b9250602084013561303181612ff3565b9150604084013561304181612f85565b809150509250925092565b60ff8116811461026557600080fd5b6000806040838503121561306e57600080fd5b823561307981612c54565b91506020830135612fc68161304c565b60008060008060008060c087890312156130a257600080fd5b86356130ad81612c54565b9550602087013594506040870135935060608701356001600160401b038111156130d657600080fd5b6130e289828a01612d44565b93505060808701356130f381612de9565b915060a087013561310381612c54565b809150509295509295509295565b60008060006060848603121561312657600080fd5b833561313181612f25565b9250602084013561314181612f25565b915060408401356001600160401b0381111561315c57600080fd5b61316886828701612d44565b9150509250925092565b60006040828403121561318457600080fd5b61318c612c80565b9050813581526020820135602082015292915050565b600080608083850312156131b557600080fd5b6131bf8484613172565b91506131ce8460408501613172565b90509250929050565b6000602082840312156131e957600080fd5b5035919050565b600080600080600080600060e0888a03121561320b57600080fd5b873561321681612f25565b9650602088013561322681612c54565b9550604088013594506060880135935060808801356001600160401b0381111561324f57600080fd5b61325b8a828b01612d44565b93505060a088013561326c81612de9565b915060c088013561327c81612c54565b8091505092959891949750929550565b6001600160601b0381511682526000602082015160406020850152612edc6040850182612e3f565b6001600160401b0360c01b83168152604060208201526000612edc604083018461328c565b6000602082840312156132eb57600080fd5b8151611fef81612f57565b600181811c9082168061330a57607f821691505b60208210810361332a57634e487b7160e01b600052602260045260246000fd5b50919050565b805161333b81612ff3565b919050565b60006020828403121561335257600080fd5b8151611fef81612ff3565b805161333b81612de9565b60006020828403121561337a57600080fd5b8151611fef81612de9565b60006020828403121561339757600080fd5b8151611fef81612f25565b805161333b8161304c565b805161333b81612f25565b600082601f8301126133c957600080fd5b81516133d7612d6382612d1d565b8181528460208386010111156133ec57600080fd5b612edc826020830160208701612e1b565b600060e0828403121561340f57600080fd5b613417612ca8565b90506134228261335d565b81526134306020830161335d565b6020820152613441604083016133a2565b604082015261345260608301613330565b6060820152613463608083016133ad565b608082015261347460a083016133ad565b60a082015260c08201516001600160401b0381111561349257600080fd5b61349e848285016133b8565b60c08301525092915050565b600080604083850312156134bd57600080fd5b82516001600160401b03808211156134d457600080fd5b6134e0868387016133fd565b935060208501519150808211156134f657600080fd5b50612ddf858286016133b8565b60006020828403121561351557600080fd5b5051919050565b60006020828403121561352e57600080fd5b81516001600160401b038082111561354557600080fd5b908301906040828603121561355957600080fd5b613561612c80565b825161356c81612de9565b815260208301518281111561358057600080fd5b61358c878286016133b8565b60208301525095945050505050565b6001600160401b0360c01b841681526060602082015260006135c0606083018561328c565b905060ff83166040830152949350505050565b8481526001600160401b0360c01b841660208201528260408201526080606082015260006136046080830184612e3f565b9695505050505050565b8082018082111561102b57634e487b7160e01b600052601160045260246000fd5b6001600160401b038116811461026557600080fd5b60006020828403121561365657600080fd5b8151611fef8161362f565b60006040828403121561367357600080fd5b61367b612c80565b9050815181526020820151602082015292915050565b600061020082840312156136a457600080fd5b6136ac612cca565b6136b5836133ad565b81526136c3602084016133ad565b60208201526136d46040840161335d565b60408201526136e56060840161335d565b60608201526136f78460808501613661565b60808201526137098460c08501613661565b60a082015261010061371d85828601613661565b60c0830152613730856101408601613661565b60e0830152613743856101808601613661565b90820152613755846101c08501613661565b6101208201529392505050565b80516001600160a01b03168252602081015161378960208401826001600160a01b03169052565b5060408101516137a460408401826001600160601b03169052565b5060608101516137bf60608401826001600160601b03169052565b5060808101516137dc608084018280518252602090810151910152565b5060a0810151805160c0840152602081015160e08401525060c08101516101006138128185018380518252602090810151910152565b60e0830151805161014086015260208101516101608601529150820151805161018085015260208101516101a0850152905050610120015180516101c0830152602001516101e090910152565b505050565b6001600160601b038416815261024081016138826020830185613762565b60ff8316610220830152949350505050565b634e487b7160e01b600052603260045260246000fd5b602081526000611fef6020830184612e6b565b6000602082840312156138cf57600080fd5b8151611fef8161304c565b6000602082840312156138ec57600080fd5b81516001600160401b0381111561390257600080fd5b612edc848285016133fd565b6001600160601b03831681526102208101611fef6020830184613762565b60006020828403121561393e57600080fd5b8151611fef81612f85565b6000806040838503121561395c57600080fd5b825161396781612f25565b6020840151909250612fc681612f25565b634e487b7160e01b600052601260045260246000fd5b6040815260006139a16040830185612e3f565b905060ff831660208301529392505050565b601f82111561385f57600081815260208120601f850160051c810160208610156139da5750805b601f850160051c820191505b818110156117b2578281556001016139e6565b81516001600160401b03811115613a1257613a12612c6a565b613a2681613a2084546132f6565b846139b3565b602080601f831160018114613a5b5760008415613a435750858301515b600019600386901b1c1916600185901b1785556117b2565b600085815260208120601f198616915b82811015613a8a57888601518255948401946001909101908401613a6b565b5085821015613aa85787850151600019600388901b60f8161c191681555b5050505050600190811b0190555056fef0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a004f61291a8ac3d020d0a7d919a76b8592aa88385744dee3f8b4f3873b969ed900a264697066735822122015d4169433b425651436670bf04e0611fd0dba5e16109ecbec178c9f448dadd064736f6c63430008140033",
882
- "linkReferences": {
883
- "contracts/types/Blocknumber.sol": {
884
- "BlocknumberLib": [
885
- {
886
- "length": 20,
887
- "start": 4093
888
- }
889
- ]
890
- },
891
- "contracts/types/NftId.sol": {
892
- "NftIdLib": [
893
- {
894
- "length": 20,
895
- "start": 2619
896
- },
897
- {
898
- "length": 20,
899
- "start": 4726
900
- },
901
- {
902
- "length": 20,
903
- "start": 7524
904
- }
905
- ]
906
- },
907
- "contracts/types/RoleId.sol": {
908
- "RoleIdLib": [
909
- {
910
- "length": 20,
911
- "start": 10495
912
- },
913
- {
914
- "length": 20,
915
- "start": 10616
916
- },
917
- {
918
- "length": 20,
919
- "start": 10675
920
- },
921
- {
922
- "length": 20,
923
- "start": 10734
924
- }
925
- ]
926
- },
927
- "contracts/types/Timestamp.sol": {
928
- "TimestampLib": [
929
- {
930
- "length": 20,
931
- "start": 8960
932
- }
933
- ]
934
- },
935
- "contracts/types/UFixed.sol": {
936
- "UFixedLib": [
937
- {
938
- "length": 20,
939
- "start": 4221
940
- },
941
- {
942
- "length": 20,
943
- "start": 4354
944
- }
945
- ]
946
- },
947
- "contracts/types/Version.sol": {
948
- "VersionLib": [
949
- {
950
- "length": 20,
951
- "start": 2141
952
- },
953
- {
954
- "length": 20,
955
- "start": 5544
956
- },
957
- {
958
- "length": 20,
959
- "start": 7011
960
- }
961
- ]
962
- }
963
- },
964
- "deployedLinkReferences": {
965
- "contracts/types/Blocknumber.sol": {
966
- "BlocknumberLib": [
967
- {
968
- "length": 20,
969
- "start": 3779
970
- }
971
- ]
972
- },
973
- "contracts/types/NftId.sol": {
974
- "NftIdLib": [
975
- {
976
- "length": 20,
977
- "start": 2305
978
- },
979
- {
980
- "length": 20,
981
- "start": 4412
982
- },
983
- {
984
- "length": 20,
985
- "start": 7210
986
- }
987
- ]
988
- },
989
- "contracts/types/RoleId.sol": {
990
- "RoleIdLib": [
991
- {
992
- "length": 20,
993
- "start": 10181
994
- },
995
- {
996
- "length": 20,
997
- "start": 10302
998
- },
999
- {
1000
- "length": 20,
1001
- "start": 10361
1002
- },
1003
- {
1004
- "length": 20,
1005
- "start": 10420
1006
- }
1007
- ]
1008
- },
1009
- "contracts/types/Timestamp.sol": {
1010
- "TimestampLib": [
1011
- {
1012
- "length": 20,
1013
- "start": 8646
1014
- }
1015
- ]
1016
- },
1017
- "contracts/types/UFixed.sol": {
1018
- "UFixedLib": [
1019
- {
1020
- "length": 20,
1021
- "start": 3907
1022
- },
1023
- {
1024
- "length": 20,
1025
- "start": 4040
1026
- }
1027
- ]
1028
- },
1029
- "contracts/types/Version.sol": {
1030
- "VersionLib": [
1031
- {
1032
- "length": 20,
1033
- "start": 1827
1034
- },
1035
- {
1036
- "length": 20,
1037
- "start": 5230
1038
- },
1039
- {
1040
- "length": 20,
1041
- "start": 6697
1042
- }
1043
- ]
1044
- }
1045
- }
1046
- }