@etherisc/gif-next 0.0.2-f11de3a-698 → 0.0.2-f12cf4d-104

Sign up to get free protection for your applications and to get access to all the features.
Files changed (450) hide show
  1. package/README.md +9 -7
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
  3. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +105 -65
  4. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
  5. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
  6. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +67 -11
  7. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
  8. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
  9. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +60 -32
  10. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
  11. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +40 -3
  12. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
  13. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +19 -0
  14. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  16. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
  17. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +68 -5
  18. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
  19. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +136 -360
  20. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
  21. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +82 -22
  22. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  23. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +99 -315
  24. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  25. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +206 -292
  26. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  27. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +125 -117
  28. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  29. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +89 -115
  30. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  31. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +78 -62
  32. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  33. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  34. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  35. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1429 -0
  36. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  37. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
  38. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  39. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -0
  40. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  42. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  44. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  45. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1430 -0
  46. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  47. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
  48. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  49. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
  50. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  51. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -0
  52. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  53. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
  54. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  55. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +53 -31
  56. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  57. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +31 -86
  58. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  59. package/artifacts/contracts/instance/Instance.sol/Instance.json +72 -123
  60. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  61. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +166 -139
  62. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  63. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +57 -97
  64. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  65. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +447 -87
  66. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  67. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +96 -245
  68. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  69. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +99 -87
  70. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  71. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +337 -138
  72. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  73. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
  74. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  75. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  76. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
  77. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  78. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +46 -5
  79. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  80. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
  81. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  82. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  83. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  84. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  85. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  86. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  87. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  88. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  89. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +111 -335
  90. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  91. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +84 -24
  92. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  93. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  94. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +77 -103
  95. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  96. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +43 -9
  97. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  98. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +87 -303
  99. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  100. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +107 -159
  101. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  102. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +99 -83
  103. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  104. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +107 -323
  105. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  106. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +114 -22
  107. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  108. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +215 -256
  109. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  110. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +130 -110
  111. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  112. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +84 -47
  113. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  114. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +98 -135
  115. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  116. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +271 -199
  117. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  118. package/artifacts/contracts/pool/Pool.sol/Pool.json +106 -333
  119. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  120. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +369 -386
  121. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  122. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +112 -100
  123. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  124. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +92 -168
  125. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  126. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +90 -86
  127. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  128. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +149 -319
  129. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  130. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +82 -22
  131. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  132. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +311 -187
  133. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  134. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +139 -103
  135. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  136. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +34 -0
  137. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  138. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +176 -6
  139. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  140. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +267 -141
  141. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  142. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +114 -85
  143. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  144. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +136 -116
  145. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  146. package/artifacts/contracts/product/{IProductService.sol/IProductService.json → IRiskService.sol/IRiskService.json} +31 -2
  147. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  148. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +365 -349
  149. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  150. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +119 -99
  151. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  152. package/artifacts/contracts/product/PricingService.sol/PricingService.json +215 -309
  153. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  154. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +117 -117
  155. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  156. package/artifacts/contracts/product/Product.sol/Product.json +147 -317
  157. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  158. package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
  159. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  160. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
  161. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  162. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
  163. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  164. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +310 -34
  165. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  166. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +114 -35
  167. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  168. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
  169. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  170. package/artifacts/contracts/registry/Registry.sol/Registry.json +516 -95
  171. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  172. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +296 -143
  173. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  174. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +94 -284
  175. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  176. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +91 -75
  177. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  178. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +47 -6
  179. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  180. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +131 -223
  181. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  182. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +66 -8
  183. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  184. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
  185. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  186. package/artifacts/contracts/shared/Component.sol/Component.json +73 -274
  187. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  188. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +424 -277
  189. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  190. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +137 -115
  191. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
  192. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +47 -112
  193. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  194. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
  195. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  196. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +66 -77
  197. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  198. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +388 -19
  199. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  200. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +77 -103
  201. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  202. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +36 -0
  203. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  204. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +36 -0
  205. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  206. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +16 -0
  207. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  208. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +15 -47
  209. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  210. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +29 -0
  211. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  212. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  213. package/artifacts/contracts/shared/IService.sol/IService.json +29 -0
  214. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
  215. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +2 -22
  216. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  217. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +87 -303
  218. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  219. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +42 -1
  220. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  221. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -1
  222. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  223. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
  224. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  225. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +22 -57
  226. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  227. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +19 -141
  228. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  229. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +58 -89
  230. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  231. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -15
  232. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  233. package/artifacts/contracts/shared/Service.sol/Service.json +47 -112
  234. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  235. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +697 -25
  236. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  237. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
  238. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  239. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  240. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  241. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +111 -114
  242. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  243. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +29 -21
  244. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +1 -1
  245. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +63 -93
  246. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  247. package/artifacts/contracts/staking/Staking.sol/Staking.json +190 -379
  248. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
  249. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +46 -5
  250. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  251. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +118 -99
  252. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  253. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +6 -11
  254. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  255. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +87 -165
  256. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  257. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +95 -79
  258. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  259. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +169 -128
  260. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  261. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +54 -23
  262. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  263. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  264. package/artifacts/contracts/type/Amount.sol/AmountLib.json +32 -8
  265. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  266. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  267. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +28 -4
  268. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  269. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
  270. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  271. package/artifacts/contracts/type/Fee.sol/FeeLib.json +2 -2
  272. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  273. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
  274. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  275. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
  276. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  277. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
  278. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  279. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +2 -2
  280. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  281. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +19 -19
  282. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  283. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
  284. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  285. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
  286. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  287. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +60 -4
  288. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  289. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +2 -2
  290. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  291. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +26 -2
  292. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  293. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  294. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  295. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
  296. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  297. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  298. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +2 -2
  299. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
  300. package/artifacts/contracts/type/UFixed.sol/MathLib.json +2 -2
  301. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  302. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +15 -2
  303. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  304. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  305. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
  306. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  307. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +71 -70
  308. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  309. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
  310. package/contracts/authorization/AccessAdmin.sol +64 -59
  311. package/contracts/authorization/Authorization.sol +111 -40
  312. package/contracts/authorization/IAccess.sol +1 -0
  313. package/contracts/authorization/IAccessAdmin.sol +4 -3
  314. package/contracts/authorization/IAuthorization.sol +13 -7
  315. package/contracts/authorization/IServiceAuthorization.sol +3 -1
  316. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  317. package/contracts/authorization/ServiceAuthorization.sol +26 -10
  318. package/contracts/distribution/BasicDistribution.sol +2 -1
  319. package/contracts/distribution/Distribution.sol +7 -17
  320. package/contracts/distribution/DistributionService.sol +85 -67
  321. package/contracts/distribution/DistributionServiceManager.sol +6 -6
  322. package/contracts/distribution/IDistributionComponent.sol +1 -1
  323. package/contracts/distribution/IDistributionService.sol +9 -5
  324. package/contracts/examples/fire/DamageLevel.sol +59 -0
  325. package/contracts/examples/fire/FirePool.sol +86 -0
  326. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  327. package/contracts/examples/fire/FireProduct.sol +431 -0
  328. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  329. package/contracts/examples/fire/FireUSD.sol +26 -0
  330. package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
  331. package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
  332. package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
  333. package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
  334. package/contracts/instance/IInstance.sol +10 -30
  335. package/contracts/instance/IInstanceService.sol +2 -23
  336. package/contracts/instance/Instance.sol +29 -51
  337. package/contracts/instance/InstanceAdmin.sol +43 -32
  338. package/contracts/instance/InstanceAuthorizationV3.sol +11 -21
  339. package/contracts/instance/InstanceReader.sol +107 -25
  340. package/contracts/instance/InstanceService.sol +75 -104
  341. package/contracts/instance/InstanceServiceManager.sol +6 -7
  342. package/contracts/instance/InstanceStore.sol +11 -1
  343. package/contracts/instance/base/ObjectLifecycle.sol +9 -4
  344. package/contracts/instance/module/IComponents.sol +10 -6
  345. package/contracts/instance/module/IPolicy.sol +26 -25
  346. package/contracts/oracle/BasicOracle.sol +0 -1
  347. package/contracts/oracle/IOracleService.sol +2 -1
  348. package/contracts/oracle/Oracle.sol +6 -16
  349. package/contracts/oracle/OracleService.sol +56 -42
  350. package/contracts/oracle/OracleServiceManager.sol +6 -6
  351. package/contracts/pool/BasicPool.sol +35 -26
  352. package/contracts/pool/BasicPoolAuthorization.sol +13 -3
  353. package/contracts/pool/BundleService.sol +112 -69
  354. package/contracts/pool/BundleServiceManager.sol +6 -6
  355. package/contracts/pool/IBundleService.sol +16 -9
  356. package/contracts/pool/IPoolComponent.sol +19 -15
  357. package/contracts/pool/IPoolService.sol +62 -39
  358. package/contracts/pool/Pool.sol +145 -128
  359. package/contracts/pool/PoolService.sol +283 -189
  360. package/contracts/pool/PoolServiceManager.sol +4 -4
  361. package/contracts/product/ApplicationService.sol +59 -30
  362. package/contracts/product/ApplicationServiceManager.sol +4 -4
  363. package/contracts/product/BasicProduct.sol +9 -12
  364. package/contracts/product/BasicProductAuthorization.sol +0 -1
  365. package/contracts/product/ClaimService.sol +315 -118
  366. package/contracts/product/ClaimServiceManager.sol +4 -4
  367. package/contracts/product/IApplicationService.sol +1 -0
  368. package/contracts/product/IClaimService.sol +31 -7
  369. package/contracts/product/IPolicyService.sol +34 -36
  370. package/contracts/product/IPricingService.sol +10 -10
  371. package/contracts/product/IProductComponent.sol +23 -4
  372. package/contracts/product/{IProductService.sol → IRiskService.sol} +1 -1
  373. package/contracts/product/PolicyService.sol +383 -217
  374. package/contracts/product/PolicyServiceManager.sol +4 -4
  375. package/contracts/product/PricingService.sol +54 -54
  376. package/contracts/product/PricingServiceManager.sol +3 -3
  377. package/contracts/product/Product.sol +110 -89
  378. package/contracts/product/{ProductService.sol → RiskService.sol} +7 -10
  379. package/contracts/product/RiskServiceManager.sol +39 -0
  380. package/contracts/registry/ChainNft.sol +68 -38
  381. package/contracts/registry/IRegistry.sol +57 -18
  382. package/contracts/registry/IRegistryService.sol +5 -12
  383. package/contracts/registry/ITransferInterceptor.sol +1 -2
  384. package/contracts/registry/Registry.sol +350 -201
  385. package/contracts/registry/RegistryAdmin.sol +151 -54
  386. package/contracts/registry/RegistryService.sol +35 -46
  387. package/contracts/registry/RegistryServiceManager.sol +2 -2
  388. package/contracts/registry/ReleaseLifecycle.sol +6 -3
  389. package/contracts/registry/ReleaseRegistry.sol +204 -204
  390. package/contracts/registry/ServiceAuthorizationV3.sol +26 -23
  391. package/contracts/shared/Component.sol +63 -114
  392. package/contracts/shared/ComponentService.sol +296 -168
  393. package/contracts/shared/ComponentServiceManager.sol +8 -5
  394. package/contracts/shared/ComponentVerifyingService.sol +28 -17
  395. package/contracts/shared/ContractLib.sol +54 -0
  396. package/contracts/shared/IComponent.sol +10 -13
  397. package/contracts/shared/IComponentService.sol +38 -16
  398. package/contracts/shared/IInstanceLinkedComponent.sol +7 -22
  399. package/contracts/shared/ILifecycle.sol +3 -1
  400. package/contracts/shared/INftOwnable.sol +2 -0
  401. package/contracts/shared/IPolicyHolder.sol +12 -22
  402. package/contracts/shared/IRegisterable.sol +11 -0
  403. package/contracts/shared/InitializableERC165.sol +2 -2
  404. package/contracts/shared/InstanceLinkedComponent.sol +71 -38
  405. package/contracts/shared/KeyValueStore.sol +1 -1
  406. package/contracts/shared/Lifecycle.sol +15 -4
  407. package/contracts/shared/NftOwnable.sol +27 -7
  408. package/contracts/shared/PolicyHolder.sol +15 -52
  409. package/contracts/shared/Registerable.sol +19 -11
  410. package/contracts/shared/RegistryLinked.sol +9 -14
  411. package/contracts/shared/Service.sol +20 -18
  412. package/contracts/shared/TokenHandler.sol +366 -27
  413. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  414. package/contracts/staking/IStaking.sol +11 -5
  415. package/contracts/staking/IStakingService.sol +0 -3
  416. package/contracts/staking/StakeManagerLib.sol +18 -25
  417. package/contracts/staking/Staking.sol +39 -50
  418. package/contracts/staking/StakingManager.sol +8 -6
  419. package/contracts/staking/StakingReader.sol +12 -5
  420. package/contracts/staking/StakingService.sol +77 -35
  421. package/contracts/staking/StakingServiceManager.sol +2 -2
  422. package/contracts/staking/TargetManagerLib.sol +7 -3
  423. package/contracts/type/Amount.sol +15 -0
  424. package/contracts/type/ClaimId.sol +6 -1
  425. package/contracts/type/NftId.sol +1 -0
  426. package/contracts/type/ObjectType.sol +16 -11
  427. package/contracts/type/PayoutId.sol +10 -10
  428. package/contracts/type/RiskId.sol +16 -2
  429. package/contracts/type/RoleId.sol +0 -12
  430. package/contracts/type/Seconds.sol +8 -0
  431. package/contracts/type/StateId.sol +15 -1
  432. package/contracts/type/UFixed.sol +4 -0
  433. package/contracts/upgradeability/ProxyManager.sol +68 -34
  434. package/contracts/upgradeability/Versionable.sol +2 -2
  435. package/package.json +4 -3
  436. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +0 -4
  437. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +0 -290
  438. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +0 -4
  439. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +0 -390
  440. package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +0 -4
  441. package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +0 -4
  442. package/artifacts/contracts/product/ProductService.sol/ProductService.json +0 -708
  443. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  444. package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +0 -702
  445. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +0 -4
  446. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +0 -39
  447. package/contracts/authorization/IModuleAuthorization.sol +0 -21
  448. package/contracts/authorization/ModuleAuthorization.sol +0 -78
  449. package/contracts/product/ProductServiceManager.sol +0 -39
  450. package/contracts/shared/InitializableCustom.sol +0 -177
@@ -41,28 +41,6 @@
41
41
  "name": "AccessManagedUnauthorized",
42
42
  "type": "error"
43
43
  },
44
- {
45
- "inputs": [
46
- {
47
- "internalType": "address",
48
- "name": "target",
49
- "type": "address"
50
- }
51
- ],
52
- "name": "AddressEmptyCode",
53
- "type": "error"
54
- },
55
- {
56
- "inputs": [
57
- {
58
- "internalType": "address",
59
- "name": "account",
60
- "type": "address"
61
- }
62
- ],
63
- "name": "AddressInsufficientBalance",
64
- "type": "error"
65
- },
66
44
  {
67
45
  "inputs": [],
68
46
  "name": "ErrorComponentNameLengthZero",
@@ -80,30 +58,18 @@
80
58
  "type": "error"
81
59
  },
82
60
  {
83
- "inputs": [
84
- {
85
- "internalType": "NftId",
86
- "name": "instanceNftId",
87
- "type": "uint96"
88
- }
89
- ],
90
- "name": "ErrorComponentNotInstance",
61
+ "inputs": [],
62
+ "name": "ErrorComponentProductNftIdNonzero",
91
63
  "type": "error"
92
64
  },
93
65
  {
94
- "inputs": [
95
- {
96
- "internalType": "address",
97
- "name": "caller",
98
- "type": "address"
99
- }
100
- ],
101
- "name": "ErrorComponentNotProductService",
66
+ "inputs": [],
67
+ "name": "ErrorComponentProductNftIdZero",
102
68
  "type": "error"
103
69
  },
104
70
  {
105
71
  "inputs": [],
106
- "name": "ErrorComponentProductNftAlreadySet",
72
+ "name": "ErrorComponentTokenAddressNonzero",
107
73
  "type": "error"
108
74
  },
109
75
  {
@@ -121,35 +87,41 @@
121
87
  "name": "ErrorComponentWalletAddressZero",
122
88
  "type": "error"
123
89
  },
90
+ {
91
+ "inputs": [],
92
+ "name": "ErrorComponentWalletNotComponent",
93
+ "type": "error"
94
+ },
124
95
  {
125
96
  "inputs": [
126
97
  {
127
- "internalType": "address",
128
- "name": "oldWallet",
129
- "type": "address"
130
- },
131
- {
132
- "internalType": "address",
133
- "name": "newWallet",
134
- "type": "address"
135
- },
136
- {
137
- "internalType": "uint256",
138
- "name": "allowance",
139
- "type": "uint256"
98
+ "internalType": "NftId",
99
+ "name": "nftId",
100
+ "type": "uint96"
140
101
  },
141
102
  {
142
- "internalType": "uint256",
143
- "name": "balance",
144
- "type": "uint256"
103
+ "internalType": "ObjectType",
104
+ "name": "objectType",
105
+ "type": "uint8"
145
106
  }
146
107
  ],
147
- "name": "ErrorComponentWalletAllowanceTooSmall",
108
+ "name": "ErrorInstanceLinkedComponentNotProduct",
148
109
  "type": "error"
149
110
  },
150
111
  {
151
- "inputs": [],
152
- "name": "ErrorComponentWalletNotComponent",
112
+ "inputs": [
113
+ {
114
+ "internalType": "ObjectType",
115
+ "name": "requiredType",
116
+ "type": "uint8"
117
+ },
118
+ {
119
+ "internalType": "ObjectType",
120
+ "name": "objectType",
121
+ "type": "uint8"
122
+ }
123
+ ],
124
+ "name": "ErrorInstanceLinkedComponentTypeMismatch",
153
125
  "type": "error"
154
126
  },
155
127
  {
@@ -179,6 +151,22 @@
179
151
  "name": "ErrorNftOwnableInitialOwnerZero",
180
152
  "type": "error"
181
153
  },
154
+ {
155
+ "inputs": [
156
+ {
157
+ "internalType": "NftId",
158
+ "name": "nftId",
159
+ "type": "uint96"
160
+ },
161
+ {
162
+ "internalType": "ObjectType",
163
+ "name": "expectedObjectType",
164
+ "type": "uint8"
165
+ }
166
+ ],
167
+ "name": "ErrorNftOwnableInvalidType",
168
+ "type": "error"
169
+ },
182
170
  {
183
171
  "inputs": [
184
172
  {
@@ -212,11 +200,6 @@
212
200
  "name": "ErrorOracleNotImplemented",
213
201
  "type": "error"
214
202
  },
215
- {
216
- "inputs": [],
217
- "name": "FailedInnerCall",
218
- "type": "error"
219
- },
220
203
  {
221
204
  "inputs": [],
222
205
  "name": "InvalidInitialization",
@@ -227,17 +210,6 @@
227
210
  "name": "NotInitializing",
228
211
  "type": "error"
229
212
  },
230
- {
231
- "inputs": [
232
- {
233
- "internalType": "address",
234
- "name": "token",
235
- "type": "address"
236
- }
237
- ],
238
- "name": "SafeERC20FailedOperation",
239
- "type": "error"
240
- },
241
213
  {
242
214
  "anonymous": false,
243
215
  "inputs": [
@@ -267,6 +239,12 @@
267
239
  {
268
240
  "anonymous": false,
269
241
  "inputs": [
242
+ {
243
+ "indexed": false,
244
+ "internalType": "address",
245
+ "name": "tokenHandler",
246
+ "type": "address"
247
+ },
270
248
  {
271
249
  "indexed": false,
272
250
  "internalType": "address",
@@ -278,6 +256,12 @@
278
256
  "internalType": "Amount",
279
257
  "name": "limit",
280
258
  "type": "uint96"
259
+ },
260
+ {
261
+ "indexed": false,
262
+ "internalType": "bool",
263
+ "name": "isMaxAmount",
264
+ "type": "bool"
281
265
  }
282
266
  ],
283
267
  "name": "LogComponentTokenHandlerApproved",
@@ -340,6 +324,19 @@
340
324
  "stateMutability": "view",
341
325
  "type": "function"
342
326
  },
327
+ {
328
+ "inputs": [],
329
+ "name": "GIF_RELEASE",
330
+ "outputs": [
331
+ {
332
+ "internalType": "uint256",
333
+ "name": "",
334
+ "type": "uint256"
335
+ }
336
+ ],
337
+ "stateMutability": "view",
338
+ "type": "function"
339
+ },
343
340
  {
344
341
  "inputs": [],
345
342
  "name": "INSTANCE_LINKED_COMPONENT_LOCATION_V1",
@@ -395,26 +392,13 @@
395
392
  {
396
393
  "inputs": [
397
394
  {
398
- "internalType": "address",
395
+ "internalType": "contract IERC20Metadata",
399
396
  "name": "token",
400
397
  "type": "address"
401
398
  },
402
399
  {
403
400
  "internalType": "Amount",
404
- "name": "spendingLimitAmount",
405
- "type": "uint96"
406
- }
407
- ],
408
- "name": "approveTokenHandler",
409
- "outputs": [],
410
- "stateMutability": "nonpayable",
411
- "type": "function"
412
- },
413
- {
414
- "inputs": [
415
- {
416
- "internalType": "Amount",
417
- "name": "spendingLimitAmount",
401
+ "name": "amount",
418
402
  "type": "uint96"
419
403
  }
420
404
  ],
@@ -473,11 +457,6 @@
473
457
  "name": "name",
474
458
  "type": "string"
475
459
  },
476
- {
477
- "internalType": "NftId",
478
- "name": "productNftId",
479
- "type": "uint96"
480
- },
481
460
  {
482
461
  "internalType": "contract IERC20Metadata",
483
462
  "name": "token",
@@ -488,11 +467,6 @@
488
467
  "name": "tokenHandler",
489
468
  "type": "address"
490
469
  },
491
- {
492
- "internalType": "address",
493
- "name": "wallet",
494
- "type": "address"
495
- },
496
470
  {
497
471
  "internalType": "bytes",
498
472
  "name": "data",
@@ -518,11 +492,6 @@
518
492
  "name": "name",
519
493
  "type": "string"
520
494
  },
521
- {
522
- "internalType": "NftId",
523
- "name": "productNftId",
524
- "type": "uint96"
525
- },
526
495
  {
527
496
  "internalType": "contract IERC20Metadata",
528
497
  "name": "token",
@@ -533,11 +502,6 @@
533
502
  "name": "tokenHandler",
534
503
  "type": "address"
535
504
  },
536
- {
537
- "internalType": "address",
538
- "name": "wallet",
539
- "type": "address"
540
- },
541
505
  {
542
506
  "internalType": "bytes",
543
507
  "name": "data",
@@ -656,12 +620,12 @@
656
620
  },
657
621
  {
658
622
  "inputs": [],
659
- "name": "getProductNftId",
623
+ "name": "getRegistry",
660
624
  "outputs": [
661
625
  {
662
- "internalType": "NftId",
663
- "name": "productNftId",
664
- "type": "uint96"
626
+ "internalType": "contract IRegistry",
627
+ "name": "",
628
+ "type": "address"
665
629
  }
666
630
  ],
667
631
  "stateMutability": "view",
@@ -669,15 +633,15 @@
669
633
  },
670
634
  {
671
635
  "inputs": [],
672
- "name": "getRegistry",
636
+ "name": "getRelease",
673
637
  "outputs": [
674
638
  {
675
- "internalType": "contract IRegistry",
676
- "name": "",
677
- "type": "address"
639
+ "internalType": "VersionPart",
640
+ "name": "release",
641
+ "type": "uint8"
678
642
  }
679
643
  ],
680
- "stateMutability": "view",
644
+ "stateMutability": "pure",
681
645
  "type": "function"
682
646
  },
683
647
  {
@@ -719,140 +683,6 @@
719
683
  "stateMutability": "view",
720
684
  "type": "function"
721
685
  },
722
- {
723
- "inputs": [
724
- {
725
- "internalType": "address",
726
- "name": "authority",
727
- "type": "address"
728
- },
729
- {
730
- "internalType": "address",
731
- "name": "registry",
732
- "type": "address"
733
- },
734
- {
735
- "internalType": "NftId",
736
- "name": "parentNftId",
737
- "type": "uint96"
738
- },
739
- {
740
- "internalType": "string",
741
- "name": "name",
742
- "type": "string"
743
- },
744
- {
745
- "internalType": "address",
746
- "name": "token",
747
- "type": "address"
748
- },
749
- {
750
- "internalType": "ObjectType",
751
- "name": "componentType",
752
- "type": "uint8"
753
- },
754
- {
755
- "internalType": "bool",
756
- "name": "isInterceptor",
757
- "type": "bool"
758
- },
759
- {
760
- "internalType": "address",
761
- "name": "initialOwner",
762
- "type": "address"
763
- },
764
- {
765
- "internalType": "bytes",
766
- "name": "registryData",
767
- "type": "bytes"
768
- },
769
- {
770
- "internalType": "bytes",
771
- "name": "componentData",
772
- "type": "bytes"
773
- }
774
- ],
775
- "name": "initializeComponent",
776
- "outputs": [],
777
- "stateMutability": "nonpayable",
778
- "type": "function"
779
- },
780
- {
781
- "inputs": [],
782
- "name": "initializeERC165",
783
- "outputs": [],
784
- "stateMutability": "nonpayable",
785
- "type": "function"
786
- },
787
- {
788
- "inputs": [
789
- {
790
- "internalType": "address",
791
- "name": "initialOwner",
792
- "type": "address"
793
- },
794
- {
795
- "internalType": "address",
796
- "name": "registryAddress",
797
- "type": "address"
798
- }
799
- ],
800
- "name": "initializeNftOwnable",
801
- "outputs": [],
802
- "stateMutability": "nonpayable",
803
- "type": "function"
804
- },
805
- {
806
- "inputs": [
807
- {
808
- "internalType": "address",
809
- "name": "registryAddress",
810
- "type": "address"
811
- },
812
- {
813
- "internalType": "NftId",
814
- "name": "parentNftId",
815
- "type": "uint96"
816
- },
817
- {
818
- "internalType": "ObjectType",
819
- "name": "objectType",
820
- "type": "uint8"
821
- },
822
- {
823
- "internalType": "bool",
824
- "name": "isInterceptor",
825
- "type": "bool"
826
- },
827
- {
828
- "internalType": "address",
829
- "name": "initialOwner",
830
- "type": "address"
831
- },
832
- {
833
- "internalType": "bytes",
834
- "name": "registryData",
835
- "type": "bytes"
836
- }
837
- ],
838
- "name": "initializeRegisterable",
839
- "outputs": [],
840
- "stateMutability": "nonpayable",
841
- "type": "function"
842
- },
843
- {
844
- "inputs": [
845
- {
846
- "internalType": "address",
847
- "name": "registryAddress",
848
- "type": "address"
849
- }
850
- ],
851
- "name": "initializeRegistryLinked",
852
- "outputs": [],
853
- "stateMutability": "nonpayable",
854
- "type": "function"
855
- },
856
686
  {
857
687
  "inputs": [],
858
688
  "name": "isConsumingScheduledOp",
@@ -925,24 +755,6 @@
925
755
  "stateMutability": "nonpayable",
926
756
  "type": "function"
927
757
  },
928
- {
929
- "inputs": [
930
- {
931
- "internalType": "address",
932
- "name": "to",
933
- "type": "address"
934
- },
935
- {
936
- "internalType": "uint256",
937
- "name": "tokenId",
938
- "type": "uint256"
939
- }
940
- ],
941
- "name": "nftMint",
942
- "outputs": [],
943
- "stateMutability": "nonpayable",
944
- "type": "function"
945
- },
946
758
  {
947
759
  "inputs": [
948
760
  {
@@ -959,29 +771,14 @@
959
771
  "internalType": "uint256",
960
772
  "name": "tokenId",
961
773
  "type": "uint256"
962
- }
963
- ],
964
- "name": "nftTransferFrom",
965
- "outputs": [],
966
- "stateMutability": "nonpayable",
967
- "type": "function"
968
- },
969
- {
970
- "inputs": [],
971
- "name": "register",
972
- "outputs": [],
973
- "stateMutability": "nonpayable",
974
- "type": "function"
975
- },
976
- {
977
- "inputs": [
774
+ },
978
775
  {
979
- "internalType": "bytes4",
980
- "name": "interfaceId",
981
- "type": "bytes4"
776
+ "internalType": "address",
777
+ "name": "operator",
778
+ "type": "address"
982
779
  }
983
780
  ],
984
- "name": "registerInterface",
781
+ "name": "nftTransferFrom",
985
782
  "outputs": [],
986
783
  "stateMutability": "nonpayable",
987
784
  "type": "function"
@@ -1045,19 +842,6 @@
1045
842
  "stateMutability": "nonpayable",
1046
843
  "type": "function"
1047
844
  },
1048
- {
1049
- "inputs": [
1050
- {
1051
- "internalType": "address",
1052
- "name": "newWallet",
1053
- "type": "address"
1054
- }
1055
- ],
1056
- "name": "setWallet",
1057
- "outputs": [],
1058
- "stateMutability": "nonpayable",
1059
- "type": "function"
1060
- },
1061
845
  {
1062
846
  "inputs": [
1063
847
  {
@@ -1104,80 +888,72 @@
1104
888
  "type": "function"
1105
889
  }
1106
890
  ],
1107
- "bytecode": "0x6080604052348015600e575f80fd5b506130948061001c5f395ff3fe608060405234801561000f575f80fd5b506004361061026a575f3560e01c8063644c45e01161014b578063bae99c99116100bf578063deaa59df11610084578063deaa59df146105a5578063e7f7fb86146105b8578063ea15869f146105cb578063f7c34ee0146105f2578063f83d08ba14610605578063f8bf0d9f1461060d575f80fd5b8063bae99c9914610534578063bb1e0e5914610547578063bf7e214f1461055a578063cf4ee77a14610562578063de7b5d1414610575575f80fd5b8063893d20e811610110578063893d20e8146104d25780638fb36037146104da57806390edbd35146104fb578063a69df4b514610510578063ada9652e14610518578063b423086c1461052c575f80fd5b8063644c45e014610459578063675393bf146104765780636bd1c0eb146104895780637a9e5e4b146104b957806387ef9ba0146104cc575f80fd5b806321df0da7116101e2578063419197fe116101a7578063419197fe146103eb57806343d752d3146103fe5780634bd100e4146104065780634c125e791461042d5780635741e5e9146104405780635ab1bd5314610448575f80fd5b806321df0da71461039957806322366844146103a157806327bb7a33146103a95780632eb3e6f4146103bc57806336fc697e146103e3575f80fd5b8063138461e011610233578063138461e01461031957806317d7de7c146103215780631aa3a008146103365780631c6b21901461033e5780631eff4b2214610351578063214cdb8014610386575f80fd5b806251884a1461026e57806301ffc9a7146102935780630b29e28e146102cf5780630fec111c146102e457806313299604146102f9575b5f80fd5b610276610620565b6040516001600160601b0390911681526020015b60405180910390f35b6102bf6102a1366004612476565b6001600160e01b0319165f9081526020819052604090205460ff1690565b604051901515815260200161028a565b6102e26102dd3660046124d7565b610632565b005b6102ec610645565b60405161028a91906125b1565b610301610803565b6040516001600160a01b03909116815260200161028a565b610276610815565b610329610824565b60405161028a9190612645565b6102e2610834565b61027661034c366004612657565b6108ef565b6103787f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161028a565b6102e2610394366004612476565b61096c565b610301610998565b6102bf6109aa565b6102e26103b73660046127ca565b610aa0565b6103787fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6102e2610b45565b6102e26103f936600461285d565b610b8a565b610301610d4a565b6103787faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90081565b6102e261043b366004612894565b610d5c565b6102bf610d68565b6001546001600160a01b0316610301565b5f8051602061301f833981519152546001600160601b0316610276565b6102e26104843660046128ad565b610e1c565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b0316610301565b6102e26104c73660046128ad565b610f28565b5f6102bf565b610301610faa565b6104e26110db565b6040516001600160e01b0319909116815260200161028a565b610503611110565b60405161028a91906128c8565b6102e2611135565b6103785f8051602061301f83398151915281565b6105036111bb565b6102e2610542366004612657565b6111cb565b6102e261055536600461295b565b611217565b6103016112b4565b6102e2610570366004612985565b6112cf565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b0316610301565b6102e26105b33660046128ad565b6112e2565b6102e26105c63660046129cf565b611559565b6103787fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6102e2610600366004612a0d565b6115fb565b6102e2611671565b6102e261061b366004612a39565b6116e5565b5f610629611110565b60200151905090565b61063e335b5f366117f7565b5050505050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107199190612b43565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610761610faa565b6001600160a01b0316815260200182600101805461077e90612b5e565b80601f01602080910402602001604051908101604052809291908181526020018280546107aa90612b5e565b80156107f55780601f106107cc576101008083540402835291602001916107f5565b820191905f5260205f20905b8154815290600101906020018083116107d857829003601f168201915b505050505081525091505090565b5f61080c611110565b60800151905090565b5f61081f306118f5565b905090565b606061082e611110565b51919050565b61083c610faa565b6001600160a01b0316336001600160a01b0316146108745760405163086391f760e31b81523360048201526024015b60405180910390fd5b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f9005460408051630339d25960e41b815290516001600160a01b039092169163339d2590916004808201925f9290919082900301818387803b1580156108d7575f80fd5b505af11580156108e9573d5f803e3d5ffd5b50505050565b5f6108f8610faa565b6001600160a01b0316336001600160a01b03161461092b5760405163086391f760e31b815233600482015260240161086b565b61093433610637565b60405163ca49882f60e01b815260206004820152600c60248201526b77697468647261774665657360a01b604482015260640161086b565b610974611aee565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6109a1611110565b60400151905090565b5f6109bd6001546001600160a01b031690565b604051636939560f60e11b81523060048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015610a01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a259190612b43565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610a7c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061081f9190612ba1565b610aa8611aee565b610ab282876115fb565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610b3b8382612c00565b5050505050505050565b610b4d611aee565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610b92610faa565b6001600160a01b0316336001600160a01b031614610bc55760405163086391f760e31b815233600482015260240161086b565b30610bce610803565b6001600160a01b031614610bf55760405163b6d7537f60e01b815260040160405180910390fd5b816001600160a01b031663095ea7b3610c0c610d4a565b60405163046e44af60e11b81526001600160601b038516600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015610c62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c869190612cba565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260248201526044016020604051808303815f875af1158015610cce573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cf29190612ba1565b507ff1220014fdb8b69aee438722b1fe13ee4a807811a472467cee162f7b866e704e610d1c610d4a565b604080516001600160a01b0390921682526001600160601b0384166020830152015b60405180910390a15050565b5f610d53611110565b60600151905090565b610d6533610637565b50565b5f610d716109aa565b15610dec576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610dc5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d539190810190612d36565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b610e24611aee565b806001600160a01b03163b5f03610e595760405163fdeac91f60e01b81526001600160a01b038216600482015260240161086b565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526318788cbb60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015610ed3575060408051601f3d908101601f19168201909252610ed091810190612ba1565b60015b610efb5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161086b565b80610f245760405163fdeac91f60e01b81526001600160a01b038316600482015260240161086b565b5050565b33610f316112b4565b6001600160a01b0316816001600160a01b031614610f6c5760405162d1953b60e31b81526001600160a01b038216600482015260240161086b565b816001600160a01b03163b5f03610fa1576040516361798f2f60e11b81526001600160a01b038316600482015260240161086b565b610f2482611b3e565b5f805f8051602061301f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611016573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103a9190612ba1565b156110c5576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561109b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110bf9190612e06565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061303f83398151915280545f9190600160a01b900460ff16611102575f6110bf565b638fb3603760e01b91505090565b611118612420565b6111206109aa565b1561112d5761081f611b97565b61081f6111bb565b61113d610faa565b6001600160a01b0316336001600160a01b0316146111705760405163086391f760e31b815233600482015260240161086b565b61117a600a611d7d565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b1580156108d7575f80fd5b6111c3612420565b61081f611b97565b6111d3610faa565b6001600160a01b0316336001600160a01b0316146112065760405163086391f760e31b815233600482015260240161086b565b610d65611211610998565b82610b8a565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa15801561125e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112829190612e06565b6001600160a01b0316336001600160a01b031614610f245760405162f0630960e01b815233600482015260240161086b565b5f8051602061303f833981519152546001600160a01b031690565b6112d833610637565b610f248282611e98565b6112ea610faa565b6001600160a01b0316336001600160a01b03161461131d5760405163086391f760e31b815233600482015260240161086b565b5f611326610803565b90505f611331610998565b6040516370a0823160e01b81526001600160a01b0384811660048301529192505f918316906370a0823190602401602060405180830381865afa15801561137a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139e9190612cba565b9050801561146d576001600160a01b038316301461146d57604051636eb1769f60e11b81526001600160a01b0384811660048301523060248301525f919084169063dd62ed3e90604401602060405180830381865afa158015611403573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114279190612cba565b90508181101561146b576040516372c963b360e11b81526001600160a01b03808616600483015286166024820152604481018290526064810183905260840161086b565b505b61147684611f29565b80156108e957306001600160a01b038416036114fc5760405163095ea7b360e01b8152306004820152602481018290526001600160a01b0383169063095ea7b3906044016020604051808303815f875af11580156114d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114fa9190612ba1565b505b61150882848684611fc2565b604080516001600160a01b038086168252861660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a150505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115c49190612e06565b6001600160a01b0316336001600160a01b0316146115f65760405162f0630960e01b815233600482015260240161086b565b505050565b611603611aee565b61160c81610e1c565b611614610b45565b6001600160a01b03821661163b5760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061301f83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611679610faa565b6001600160a01b0316336001600160a01b0316146116ac5760405163086391f760e31b815233600482015260240161086b565b6116b6600a611d7d565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e906024016111a4565b6116ed611aee565b6116fb898987878787610aa0565b6117048a61201c565b6001600160a01b03861661172b576040516327eab2e360e11b815260040160405180910390fd5b86515f0361174c5760405163591eebf360e11b815260040160405180910390fd5b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00806117788982612c00565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b87151502179055600381016117c98382612c00565b506117da634a531f3360e01b61096c565b6117ea632986755f60e11b61096c565b5050505050505050505050565b5f8051602061303f8339815191525f8061182f6118126112b4565b873061182160045f8a8c612e21565b61182a91612e48565b61202d565b91509150816118ed5763ffffffff8116156118ca57825460ff60a01b1916600160a01b17835561185d6112b4565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161188c93929190612e80565b5f604051808303815f87803b1580156118a3575f80fd5b505af11580156118b5573d5f803e3d5ffd5b5050845460ff60a01b19168555506118ed9050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161086b565b505050505050565b5f805f8051602061301f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611961573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119859190612ba1565b156119b15780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161086b565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611a03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a279190612ba1565b611a4f5760405163b9304b0d60e01b81526001600160a01b038416600482015260240161086b565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015611aa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ac59190612b43565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16611b3c57604051631afcd79f60e31b815260040160405180910390fd5b565b5f8051602061303f83398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602001610d3e565b611b9f612420565b5f611bb26001546001600160a01b031690565b604051636939560f60e11b81523060048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015611bf6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c1a9190612b43565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611c73573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c979190612ba1565b15611d75577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c3611cf35f8051602061301f833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015611d34573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d5b9190810190612ebf565b60808101519092506001600160a01b031615611d75575090565b6110bf612135565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f005460408051633379d27d60e21b815290516001600160a01b039092169163cde749f4916004808201926020929091908290030181865afa158015611de6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e0a9190612f97565b9050611e1e6001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015611e6d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e919190612e06565b9392505050565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f901546040516367a773bd60e11b81526001600160a01b039091169063cf4ee77a90611ee99085908590600401612fb2565b6020604051808303815f875af1158015611f05573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115f69190612ba1565b611f31610faa565b6001600160a01b0316336001600160a01b031614611f645760405163086391f760e31b815233600482015260240161086b565b611f6e600b611d7d565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df906024015f604051808303815f87803b158015611fb0575f80fd5b505af115801561063e573d5f803e3d5ffd5b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b1790526108e99085906122ac565b612024611aee565b610d658161230d565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161209b9190612fd3565b5f60405180830381855afa9150503d805f81146120d3576040519150601f19603f3d011682016040523d82523d5f602084013e6120d8565b606091505b5091509150811561212a57604081511061210a57808060200190518101906121009190612fe9565b909450925061212a565b602081511061212a57808060200190518101906121279190612ba1565b93505b505094509492505050565b61213d612420565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060c00160405280825f01805461217a90612b5e565b80601f01602080910402602001604051908101604052809291908181526020018280546121a690612b5e565b80156121f15780601f106121c8576101008083540402835291602001916121f1565b820191905f5260205f20905b8154815290600101906020018083116121d457829003601f168201915b5050505050815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612242573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122669190612b43565b6001600160601b0316815260018301546001600160a01b0390811660208301525f6040830152600284015416606082015260038301805460809092019161077e90612b5e565b5f6122c06001600160a01b0384168361231e565b905080515f141580156122e45750808060200190518101906122e29190612ba1565b155b156115f657604051635274afe760e01b81526001600160a01b038416600482015260240161086b565b612315611aee565b610d6581611b3e565b6060611e9183835f845f80856001600160a01b031684866040516123429190612fd3565b5f6040518083038185875af1925050503d805f811461237c576040519150601f19603f3d011682016040523d82523d5f602084013e612381565b606091505b509150915061239186838361239b565b9695505050505050565b6060826123b0576123ab826123f7565b611e91565b81511580156123c757506001600160a01b0384163b155b156123f057604051639996b31560e01b81526001600160a01b038516600482015260240161086b565b5080611e91565b8051156124075780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6040518060c00160405280606081526020015f6001600160601b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215612486575f80fd5b81356001600160e01b031981168114611e91575f80fd5b80356001600160401b03811681146124b3575f80fd5b919050565b6001600160601b0381168114610d65575f80fd5b80356124b3816124b8565b5f805f805f608086880312156124eb575f80fd5b6124f48661249d565b94506020860135612504816124b8565b935060408601356001600160401b0381111561251e575f80fd5b8601601f8101881361252e575f80fd5b80356001600160401b03811115612543575f80fd5b886020828401011115612554575f80fd5b60209190910193509150606086013564ffffffffff81168114612575575f80fd5b809150509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516125f9608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261263d610100840182612583565b949350505050565b602081525f611e916020830184612583565b5f60208284031215612667575f80fd5b8135611e91816124b8565b6001600160a01b0381168114610d65575f80fd5b80356124b381612672565b60ff81168114610d65575f80fd5b80356124b381612691565b8015158114610d65575f80fd5b80356124b3816126aa565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156126f8576126f86126c2565b60405290565b60405160c081016001600160401b03811182821017156126f8576126f86126c2565b604051601f8201601f191681016001600160401b0381118282101715612748576127486126c2565b604052919050565b5f6001600160401b03821115612768576127686126c2565b50601f01601f191660200190565b5f82601f830112612785575f80fd5b8135602083015f61279d61279884612750565b612720565b90508281528583830111156127b0575f80fd5b828260208301375f92810160200192909252509392505050565b5f805f805f8060c087890312156127df575f80fd5b86356127ea81612672565b955060208701356127fa816124b8565b9450604087013561280a81612691565b9350606087013561281a816126aa565b9250608087013561282a81612672565b915060a08701356001600160401b03811115612844575f80fd5b61285089828a01612776565b9150509295509295509295565b5f806040838503121561286e575f80fd5b823561287981612672565b91506020830135612889816124b8565b809150509250929050565b5f602082840312156128a4575f80fd5b611e918261249d565b5f602082840312156128bd575f80fd5b8135611e9181612672565b602081525f825160c060208401526128e360e0840182612583565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161293660a08501826001600160a01b03169052565b5060a0840151838203601f190160c08501526129528282612583565b95945050505050565b5f806040838503121561296c575f80fd5b823561297781612672565b946020939093013593505050565b5f8060408385031215612996575f80fd5b61299f8361249d565b915060208301356001600160401b038111156129b9575f80fd5b6129c585828601612776565b9150509250929050565b5f805f606084860312156129e1575f80fd5b83356129ec81612672565b925060208401356129fc81612672565b929592945050506040919091013590565b5f8060408385031215612a1e575f80fd5b8235612a2981612672565b9150602083013561288981612672565b5f805f805f805f805f806101408b8d031215612a53575f80fd5b612a5c8b612686565b9950612a6a60208c01612686565b9850612a7860408c016124cc565b975060608b01356001600160401b03811115612a92575f80fd5b612a9e8d828e01612776565b975050612aad60808c01612686565b9550612abb60a08c0161269f565b9450612ac960c08c016126b7565b9350612ad760e08c01612686565b92506101008b01356001600160401b03811115612af2575f80fd5b612afe8d828e01612776565b9250506101208b01356001600160401b03811115612b1a575f80fd5b612b268d828e01612776565b9150509295989b9194979a5092959850565b80516124b3816124b8565b5f60208284031215612b53575f80fd5b8151611e91816124b8565b600181811c90821680612b7257607f821691505b602082108103612b9057634e487b7160e01b5f52602260045260245ffd5b50919050565b80516124b3816126aa565b5f60208284031215612bb1575f80fd5b8151611e91816126aa565b601f8211156115f657805f5260205f20601f840160051c81016020851015612be15750805b601f840160051c820191505b8181101561063e575f8155600101612bed565b81516001600160401b03811115612c1957612c196126c2565b612c2d81612c278454612b5e565b84612bbc565b6020601f821160018114612c5f575f8315612c485750848201515b5f19600385901b1c1916600184901b17845561063e565b5f84815260208120601f198516915b82811015612c8e5787850151825560209485019460019092019101612c6e565b5084821015612cab57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215612cca575f80fd5b5051919050565b80516124b381612691565b80516124b381612672565b5f82601f830112612cf6575f80fd5b8151602083015f612d0961279884612750565b9050828152858383011115612d1c575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f60208284031215612d46575f80fd5b81516001600160401b03811115612d5b575f80fd5b820160e08185031215612d6c575f80fd5b612d746126d6565b612d7d82612b38565b8152612d8b60208301612b38565b6020820152612d9c60408301612cd1565b6040820152612dad60608301612b96565b6060820152612dbe60808301612cdc565b6080820152612dcf60a08301612cdc565b60a082015260c08201516001600160401b03811115612dec575f80fd5b612df886828501612ce7565b60c083015250949350505050565b5f60208284031215612e16575f80fd5b8151611e9181612672565b5f8085851115612e2f575f80fd5b83861115612e3b575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015612e79576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215612ecf575f80fd5b81516001600160401b03811115612ee4575f80fd5b820160c08185031215612ef5575f80fd5b612efd6126fe565b81516001600160401b03811115612f12575f80fd5b612f1e86828501612ce7565b825250612f2d60208301612b38565b6020820152612f3e60408301612cdc565b6040820152612f4f60608301612cdc565b6060820152612f6060808301612cdc565b608082015260a08201516001600160401b03811115612f7d575f80fd5b612f8986828501612ce7565b60a083015250949350505050565b5f60208284031215612fa7575f80fd5b8151611e9181612691565b6001600160401b0383168152604060208201525f61263d6040830184612583565b5f82518060208501845e5f920191825250919050565b5f8060408385031215612ffa575f80fd5b8251613005816126aa565b602084015190925063ffffffff81168114612889575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212209eb2eb20d01db561c3d6957d8f8312004722e0f0783f0a9b8d57e09747c6cfe464736f6c634300081a0033",
1108
- "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061026a575f3560e01c8063644c45e01161014b578063bae99c99116100bf578063deaa59df11610084578063deaa59df146105a5578063e7f7fb86146105b8578063ea15869f146105cb578063f7c34ee0146105f2578063f83d08ba14610605578063f8bf0d9f1461060d575f80fd5b8063bae99c9914610534578063bb1e0e5914610547578063bf7e214f1461055a578063cf4ee77a14610562578063de7b5d1414610575575f80fd5b8063893d20e811610110578063893d20e8146104d25780638fb36037146104da57806390edbd35146104fb578063a69df4b514610510578063ada9652e14610518578063b423086c1461052c575f80fd5b8063644c45e014610459578063675393bf146104765780636bd1c0eb146104895780637a9e5e4b146104b957806387ef9ba0146104cc575f80fd5b806321df0da7116101e2578063419197fe116101a7578063419197fe146103eb57806343d752d3146103fe5780634bd100e4146104065780634c125e791461042d5780635741e5e9146104405780635ab1bd5314610448575f80fd5b806321df0da71461039957806322366844146103a157806327bb7a33146103a95780632eb3e6f4146103bc57806336fc697e146103e3575f80fd5b8063138461e011610233578063138461e01461031957806317d7de7c146103215780631aa3a008146103365780631c6b21901461033e5780631eff4b2214610351578063214cdb8014610386575f80fd5b806251884a1461026e57806301ffc9a7146102935780630b29e28e146102cf5780630fec111c146102e457806313299604146102f9575b5f80fd5b610276610620565b6040516001600160601b0390911681526020015b60405180910390f35b6102bf6102a1366004612476565b6001600160e01b0319165f9081526020819052604090205460ff1690565b604051901515815260200161028a565b6102e26102dd3660046124d7565b610632565b005b6102ec610645565b60405161028a91906125b1565b610301610803565b6040516001600160a01b03909116815260200161028a565b610276610815565b610329610824565b60405161028a9190612645565b6102e2610834565b61027661034c366004612657565b6108ef565b6103787f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161028a565b6102e2610394366004612476565b61096c565b610301610998565b6102bf6109aa565b6102e26103b73660046127ca565b610aa0565b6103787fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6102e2610b45565b6102e26103f936600461285d565b610b8a565b610301610d4a565b6103787faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90081565b6102e261043b366004612894565b610d5c565b6102bf610d68565b6001546001600160a01b0316610301565b5f8051602061301f833981519152546001600160601b0316610276565b6102e26104843660046128ad565b610e1c565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b0316610301565b6102e26104c73660046128ad565b610f28565b5f6102bf565b610301610faa565b6104e26110db565b6040516001600160e01b0319909116815260200161028a565b610503611110565b60405161028a91906128c8565b6102e2611135565b6103785f8051602061301f83398151915281565b6105036111bb565b6102e2610542366004612657565b6111cb565b6102e261055536600461295b565b611217565b6103016112b4565b6102e2610570366004612985565b6112cf565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b0316610301565b6102e26105b33660046128ad565b6112e2565b6102e26105c63660046129cf565b611559565b6103787fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6102e2610600366004612a0d565b6115fb565b6102e2611671565b6102e261061b366004612a39565b6116e5565b5f610629611110565b60200151905090565b61063e335b5f366117f7565b5050505050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107199190612b43565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610761610faa565b6001600160a01b0316815260200182600101805461077e90612b5e565b80601f01602080910402602001604051908101604052809291908181526020018280546107aa90612b5e565b80156107f55780601f106107cc576101008083540402835291602001916107f5565b820191905f5260205f20905b8154815290600101906020018083116107d857829003601f168201915b505050505081525091505090565b5f61080c611110565b60800151905090565b5f61081f306118f5565b905090565b606061082e611110565b51919050565b61083c610faa565b6001600160a01b0316336001600160a01b0316146108745760405163086391f760e31b81523360048201526024015b60405180910390fd5b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f9005460408051630339d25960e41b815290516001600160a01b039092169163339d2590916004808201925f9290919082900301818387803b1580156108d7575f80fd5b505af11580156108e9573d5f803e3d5ffd5b50505050565b5f6108f8610faa565b6001600160a01b0316336001600160a01b03161461092b5760405163086391f760e31b815233600482015260240161086b565b61093433610637565b60405163ca49882f60e01b815260206004820152600c60248201526b77697468647261774665657360a01b604482015260640161086b565b610974611aee565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6109a1611110565b60400151905090565b5f6109bd6001546001600160a01b031690565b604051636939560f60e11b81523060048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015610a01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a259190612b43565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610a7c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061081f9190612ba1565b610aa8611aee565b610ab282876115fb565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301610b3b8382612c00565b5050505050505050565b610b4d611aee565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610b92610faa565b6001600160a01b0316336001600160a01b031614610bc55760405163086391f760e31b815233600482015260240161086b565b30610bce610803565b6001600160a01b031614610bf55760405163b6d7537f60e01b815260040160405180910390fd5b816001600160a01b031663095ea7b3610c0c610d4a565b60405163046e44af60e11b81526001600160601b038516600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906308dc895e90602401602060405180830381865af4158015610c62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c869190612cba565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015260248201526044016020604051808303815f875af1158015610cce573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cf29190612ba1565b507ff1220014fdb8b69aee438722b1fe13ee4a807811a472467cee162f7b866e704e610d1c610d4a565b604080516001600160a01b0390921682526001600160601b0384166020830152015b60405180910390a15050565b5f610d53611110565b60600151905090565b610d6533610637565b50565b5f610d716109aa565b15610dec576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa158015610dc5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d539190810190612d36565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0254600160a01b900460ff1690565b610e24611aee565b806001600160a01b03163b5f03610e595760405163fdeac91f60e01b81526001600160a01b038216600482015260240161086b565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526318788cbb60e11b60048201526301ffc9a790602401602060405180830381865afa925050508015610ed3575060408051601f3d908101601f19168201909252610ed091810190612ba1565b60015b610efb5760405163fdeac91f60e01b81526001600160a01b038216600482015260240161086b565b80610f245760405163fdeac91f60e01b81526001600160a01b038316600482015260240161086b565b5050565b33610f316112b4565b6001600160a01b0316816001600160a01b031614610f6c5760405162d1953b60e31b81526001600160a01b038216600482015260240161086b565b816001600160a01b03163b5f03610fa1576040516361798f2f60e11b81526001600160a01b038316600482015260240161086b565b610f2482611b3e565b5f805f8051602061301f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611016573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103a9190612ba1565b156110c5576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561109b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110bf9190612e06565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061303f83398151915280545f9190600160a01b900460ff16611102575f6110bf565b638fb3603760e01b91505090565b611118612420565b6111206109aa565b1561112d5761081f611b97565b61081f6111bb565b61113d610faa565b6001600160a01b0316336001600160a01b0316146111705760405163086391f760e31b815233600482015260240161086b565b61117a600a611d7d565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b1580156108d7575f80fd5b6111c3612420565b61081f611b97565b6111d3610faa565b6001600160a01b0316336001600160a01b0316146112065760405163086391f760e31b815233600482015260240161086b565b610d65611211610998565b82610b8a565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa15801561125e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112829190612e06565b6001600160a01b0316336001600160a01b031614610f245760405162f0630960e01b815233600482015260240161086b565b5f8051602061303f833981519152546001600160a01b031690565b6112d833610637565b610f248282611e98565b6112ea610faa565b6001600160a01b0316336001600160a01b03161461131d5760405163086391f760e31b815233600482015260240161086b565b5f611326610803565b90505f611331610998565b6040516370a0823160e01b81526001600160a01b0384811660048301529192505f918316906370a0823190602401602060405180830381865afa15801561137a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139e9190612cba565b9050801561146d576001600160a01b038316301461146d57604051636eb1769f60e11b81526001600160a01b0384811660048301523060248301525f919084169063dd62ed3e90604401602060405180830381865afa158015611403573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114279190612cba565b90508181101561146b576040516372c963b360e11b81526001600160a01b03808616600483015286166024820152604481018290526064810183905260840161086b565b505b61147684611f29565b80156108e957306001600160a01b038416036114fc5760405163095ea7b360e01b8152306004820152602481018290526001600160a01b0383169063095ea7b3906044016020604051808303815f875af11580156114d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114fa9190612ba1565b505b61150882848684611fc2565b604080516001600160a01b038086168252861660208201529081018290527f8f925ed35e36754081a3353f30c5686c405280f94d1cfe322ee5707833d898679060600160405180910390a150505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115a0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115c49190612e06565b6001600160a01b0316336001600160a01b0316146115f65760405162f0630960e01b815233600482015260240161086b565b505050565b611603611aee565b61160c81610e1c565b611614610b45565b6001600160a01b03821661163b5760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061301f83398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611679610faa565b6001600160a01b0316336001600160a01b0316146116ac5760405163086391f760e31b815233600482015260240161086b565b6116b6600a611d7d565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e906024016111a4565b6116ed611aee565b6116fb898987878787610aa0565b6117048a61201c565b6001600160a01b03861661172b576040516327eab2e360e11b815260040160405180910390fd5b86515f0361174c5760405163591eebf360e11b815260040160405180910390fd5b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00806117788982612c00565b506001810180546001600160a01b0319166001600160a01b0389161790556002810180546001600160a81b0319163060ff60a01b191617600160a01b87151502179055600381016117c98382612c00565b506117da634a531f3360e01b61096c565b6117ea632986755f60e11b61096c565b5050505050505050505050565b5f8051602061303f8339815191525f8061182f6118126112b4565b873061182160045f8a8c612e21565b61182a91612e48565b61202d565b91509150816118ed5763ffffffff8116156118ca57825460ff60a01b1916600160a01b17835561185d6112b4565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161188c93929190612e80565b5f604051808303815f87803b1580156118a3575f80fd5b505af11580156118b5573d5f803e3d5ffd5b5050845460ff60a01b19168555506118ed9050565b60405162d1953b60e31b81526001600160a01b038716600482015260240161086b565b505050505050565b5f805f8051602061301f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611961573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119859190612ba1565b156119b15780546040516301ab8b6760e21b81526001600160601b03909116600482015260240161086b565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611a03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a279190612ba1565b611a4f5760405163b9304b0d60e01b81526001600160a01b038416600482015260240161086b565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015611aa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ac59190612b43565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16611b3c57604051631afcd79f60e31b815260040160405180910390fd5b565b5f8051602061303f83398151915280546001600160a01b0319166001600160a01b03831690811782556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602001610d3e565b611b9f612420565b5f611bb26001546001600160a01b031690565b604051636939560f60e11b81523060048201526001600160a01b03919091169063d272ac1e90602401602060405180830381865afa158015611bf6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c1a9190612b43565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611c73573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c979190612ba1565b15611d75577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c3611cf35f8051602061301f833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015611d34573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611d5b9190810190612ebf565b60808101519092506001600160a01b031615611d75575090565b6110bf612135565b5f807fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f005460408051633379d27d60e21b815290516001600160a01b039092169163cde749f4916004808201926020929091908290030181865afa158015611de6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e0a9190612f97565b9050611e1e6001546001600160a01b031690565b60405163d39e604360e01b815260ff8086166004830152831660248201526001600160a01b03919091169063d39e604390604401602060405180830381865afa158015611e6d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e919190612e06565b9392505050565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f901546040516367a773bd60e11b81526001600160a01b039091169063cf4ee77a90611ee99085908590600401612fb2565b6020604051808303815f875af1158015611f05573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115f69190612ba1565b611f31610faa565b6001600160a01b0316336001600160a01b031614611f645760405163086391f760e31b815233600482015260240161086b565b611f6e600b611d7d565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df906024015f604051808303815f87803b158015611fb0575f80fd5b505af115801561063e573d5f803e3d5ffd5b604080516001600160a01b0385811660248301528416604482015260648082018490528251808303909101815260849091019091526020810180516001600160e01b03166323b872dd60e01b1790526108e99085906122ac565b612024611aee565b610d658161230d565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161209b9190612fd3565b5f60405180830381855afa9150503d805f81146120d3576040519150601f19603f3d011682016040523d82523d5f602084013e6120d8565b606091505b5091509150811561212a57604081511061210a57808060200190518101906121009190612fe9565b909450925061212a565b602081511061212a57808060200190518101906121279190612ba1565b93505b505094509492505050565b61213d612420565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060c00160405280825f01805461217a90612b5e565b80601f01602080910402602001604051908101604052809291908181526020018280546121a690612b5e565b80156121f15780601f106121c8576101008083540402835291602001916121f1565b820191905f5260205f20905b8154815290600101906020018083116121d457829003601f168201915b5050505050815260200173__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612242573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122669190612b43565b6001600160601b0316815260018301546001600160a01b0390811660208301525f6040830152600284015416606082015260038301805460809092019161077e90612b5e565b5f6122c06001600160a01b0384168361231e565b905080515f141580156122e45750808060200190518101906122e29190612ba1565b155b156115f657604051635274afe760e01b81526001600160a01b038416600482015260240161086b565b612315611aee565b610d6581611b3e565b6060611e9183835f845f80856001600160a01b031684866040516123429190612fd3565b5f6040518083038185875af1925050503d805f811461237c576040519150601f19603f3d011682016040523d82523d5f602084013e612381565b606091505b509150915061239186838361239b565b9695505050505050565b6060826123b0576123ab826123f7565b611e91565b81511580156123c757506001600160a01b0384163b155b156123f057604051639996b31560e01b81526001600160a01b038516600482015260240161086b565b5080611e91565b8051156124075780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6040518060c00160405280606081526020015f6001600160601b031681526020015f6001600160a01b031681526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f60208284031215612486575f80fd5b81356001600160e01b031981168114611e91575f80fd5b80356001600160401b03811681146124b3575f80fd5b919050565b6001600160601b0381168114610d65575f80fd5b80356124b3816124b8565b5f805f805f608086880312156124eb575f80fd5b6124f48661249d565b94506020860135612504816124b8565b935060408601356001600160401b0381111561251e575f80fd5b8601601f8101881361252e575f80fd5b80356001600160401b03811115612543575f80fd5b886020828401011115612554575f80fd5b60209190910193509150606086013564ffffffffff81168114612575575f80fd5b809150509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f60608301516125f9608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261263d610100840182612583565b949350505050565b602081525f611e916020830184612583565b5f60208284031215612667575f80fd5b8135611e91816124b8565b6001600160a01b0381168114610d65575f80fd5b80356124b381612672565b60ff81168114610d65575f80fd5b80356124b381612691565b8015158114610d65575f80fd5b80356124b3816126aa565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156126f8576126f86126c2565b60405290565b60405160c081016001600160401b03811182821017156126f8576126f86126c2565b604051601f8201601f191681016001600160401b0381118282101715612748576127486126c2565b604052919050565b5f6001600160401b03821115612768576127686126c2565b50601f01601f191660200190565b5f82601f830112612785575f80fd5b8135602083015f61279d61279884612750565b612720565b90508281528583830111156127b0575f80fd5b828260208301375f92810160200192909252509392505050565b5f805f805f8060c087890312156127df575f80fd5b86356127ea81612672565b955060208701356127fa816124b8565b9450604087013561280a81612691565b9350606087013561281a816126aa565b9250608087013561282a81612672565b915060a08701356001600160401b03811115612844575f80fd5b61285089828a01612776565b9150509295509295509295565b5f806040838503121561286e575f80fd5b823561287981612672565b91506020830135612889816124b8565b809150509250929050565b5f602082840312156128a4575f80fd5b611e918261249d565b5f602082840312156128bd575f80fd5b8135611e9181612672565b602081525f825160c060208401526128e360e0840182612583565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161293660a08501826001600160a01b03169052565b5060a0840151838203601f190160c08501526129528282612583565b95945050505050565b5f806040838503121561296c575f80fd5b823561297781612672565b946020939093013593505050565b5f8060408385031215612996575f80fd5b61299f8361249d565b915060208301356001600160401b038111156129b9575f80fd5b6129c585828601612776565b9150509250929050565b5f805f606084860312156129e1575f80fd5b83356129ec81612672565b925060208401356129fc81612672565b929592945050506040919091013590565b5f8060408385031215612a1e575f80fd5b8235612a2981612672565b9150602083013561288981612672565b5f805f805f805f805f806101408b8d031215612a53575f80fd5b612a5c8b612686565b9950612a6a60208c01612686565b9850612a7860408c016124cc565b975060608b01356001600160401b03811115612a92575f80fd5b612a9e8d828e01612776565b975050612aad60808c01612686565b9550612abb60a08c0161269f565b9450612ac960c08c016126b7565b9350612ad760e08c01612686565b92506101008b01356001600160401b03811115612af2575f80fd5b612afe8d828e01612776565b9250506101208b01356001600160401b03811115612b1a575f80fd5b612b268d828e01612776565b9150509295989b9194979a5092959850565b80516124b3816124b8565b5f60208284031215612b53575f80fd5b8151611e91816124b8565b600181811c90821680612b7257607f821691505b602082108103612b9057634e487b7160e01b5f52602260045260245ffd5b50919050565b80516124b3816126aa565b5f60208284031215612bb1575f80fd5b8151611e91816126aa565b601f8211156115f657805f5260205f20601f840160051c81016020851015612be15750805b601f840160051c820191505b8181101561063e575f8155600101612bed565b81516001600160401b03811115612c1957612c196126c2565b612c2d81612c278454612b5e565b84612bbc565b6020601f821160018114612c5f575f8315612c485750848201515b5f19600385901b1c1916600184901b17845561063e565b5f84815260208120601f198516915b82811015612c8e5787850151825560209485019460019092019101612c6e565b5084821015612cab57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215612cca575f80fd5b5051919050565b80516124b381612691565b80516124b381612672565b5f82601f830112612cf6575f80fd5b8151602083015f612d0961279884612750565b9050828152858383011115612d1c575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f60208284031215612d46575f80fd5b81516001600160401b03811115612d5b575f80fd5b820160e08185031215612d6c575f80fd5b612d746126d6565b612d7d82612b38565b8152612d8b60208301612b38565b6020820152612d9c60408301612cd1565b6040820152612dad60608301612b96565b6060820152612dbe60808301612cdc565b6080820152612dcf60a08301612cdc565b60a082015260c08201516001600160401b03811115612dec575f80fd5b612df886828501612ce7565b60c083015250949350505050565b5f60208284031215612e16575f80fd5b8151611e9181612672565b5f8085851115612e2f575f80fd5b83861115612e3b575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015612e79576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215612ecf575f80fd5b81516001600160401b03811115612ee4575f80fd5b820160c08185031215612ef5575f80fd5b612efd6126fe565b81516001600160401b03811115612f12575f80fd5b612f1e86828501612ce7565b825250612f2d60208301612b38565b6020820152612f3e60408301612cdc565b6040820152612f4f60608301612cdc565b6060820152612f6060808301612cdc565b608082015260a08201516001600160401b03811115612f7d575f80fd5b612f8986828501612ce7565b60a083015250949350505050565b5f60208284031215612fa7575f80fd5b8151611e9181612691565b6001600160401b0383168152604060208201525f61263d6040830184612583565b5f82518060208501845e5f920191825250919050565b5f8060408385031215612ffa575f80fd5b8251613005816126aa565b602084015190925063ffffffff81168114612889575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212209eb2eb20d01db561c3d6957d8f8312004722e0f0783f0a9b8d57e09747c6cfe464736f6c634300081a0033",
891
+ "bytecode": "0x6080604052348015600e575f80fd5b506120818061001c5f395ff3fe608060405234801561000f575f80fd5b5060043610610208575f3560e01c8063644c45e01161011f578063a69df4b5116100a9578063bf7e214f11610079578063bf7e214f146104b6578063cf4ee77a146104be578063de7b5d14146104d1578063ea15869f14610501578063f83d08ba14610528575f80fd5b8063a69df4b51461047f578063ad12ad6014610487578063ada9652e1461049a578063b423086c146104ae575f80fd5b806387ef9ba0116100ef57806387ef9ba0146104335780638899278a14610439578063893d20e8146104415780638fb360371461044957806390edbd351461046a575f80fd5b8063644c45e0146103b95780636bd1c0eb146103d657806376b707b7146104065780637a9e5e4b14610420575f80fd5b806321df0da7116101a057806343d752d31161017057806343d752d31461035e5780634bd100e4146103665780634c125e791461038d5780635741e5e9146103a05780635ab1bd53146103a8575f80fd5b806321df0da714610314578063223668441461031c5780632eb3e6f414610324578063419197fe1461034b575f80fd5b8063138461e0116101db578063138461e01461029757806317d7de7c146102b75780631c6b2190146102cc5780631eff4b22146102df575f80fd5b806301ffc9a71461020c5780630b29e28e1461024d5780630fec111c146102625780631329960414610277575b5f80fd5b61023861021a3660046117cc565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61026061025b366004611829565b610530565b005b61026a610543565b6040516102449190611903565b61027f610701565b6040516001600160a01b039091168152602001610244565b61029f61076e565b6040516001600160601b039091168152602001610244565b6102bf610778565b6040516102449190611997565b61029f6102da3660046119a9565b610788565b6103067f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610244565b61027f61080a565b61023861081c565b6103067fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6102606103593660046119d8565b610912565b61027f61095b565b6103067faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90081565b61026061039b366004611a0f565b61096d565b610238610979565b6001546001600160a01b031661027f565b5f8051602061200c833981519152546001600160601b031661029f565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b031661027f565b61040e610a36565b60405160ff9091168152602001610244565b61026061042e366004611a28565b610aaa565b5f610238565b610306600381565b61027f610b2c565b610451610c5d565b6040516001600160e01b03199091168152602001610244565b610472610c92565b6040516102449190611a43565b610260610cb7565b610260610495366004611aa9565b610d55565b6103065f8051602061200c83398151915281565b610472610df7565b61027f610e07565b6102606104cc366004611bad565b610e22565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b031661027f565b6103067fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b610260610e35565b61053c335b5f36610ea9565b5050505050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106179190611c42565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161065f610b2c565b6001600160a01b0316815260200182600101805461067c90611c5d565b80601f01602080910402602001604051908101604052809291908181526020018280546106a890611c5d565b80156106f35780601f106106ca576101008083540402835291602001916106f3565b820191905f5260205f20905b8154815290600101906020018083116106d657829003601f168201915b505050505081525091505090565b5f61070a61095b565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610745573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107699190611ca0565b905090565b5f61076930610fa7565b6060610782610c92565b51919050565b5f610791610b2c565b6001600160a01b0316336001600160a01b0316146107c95760405163086391f760e31b81523360048201526024015b60405180910390fd5b6107d233610535565b60405163ca49882f60e01b815260206004820152600c60248201526b77697468647261774665657360a01b60448201526064016107c0565b5f610813610c92565b60200151905090565b5f61082f6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610873573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108979190611c42565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156108ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107699190611cca565b61091a610b2c565b6001600160a01b0316336001600160a01b03161461094d5760405163086391f760e31b81523360048201526024016107c0565b61095782826111a0565b5050565b5f610964610c92565b60400151905090565b61097633610535565b50565b5f61098261081c565b15610a06576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156109d6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109fd9190810190611d50565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610a86573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107699190611e20565b33610ab3610e07565b6001600160a01b0316816001600160a01b031614610aee5760405162d1953b60e31b81526001600160a01b03821660048201526024016107c0565b816001600160a01b03163b5f03610b23576040516361798f2f60e11b81526001600160a01b03831660048201526024016107c0565b61095782611227565b5f805f8051602061200c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bbc9190611cca565b15610c47576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c419190611ca0565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061202c83398151915280545f9190600160a01b900460ff16610c84575f610c41565b638fb3603760e01b91505090565b610c9a611794565b610ca261081c565b15610caf57610769611287565b610769610df7565b610cbf610b2c565b6001600160a01b0316336001600160a01b031614610cf25760405163086391f760e31b81523360048201526024016107c0565b610cfc600a61146d565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015610d3d575f80fd5b505af1158015610d4f573d5f803e3d5ffd5b50505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc09190611ca0565b6001600160a01b0316336001600160a01b031614610df25760405162f0630960e01b81523360048201526024016107c0565b610d4f565b610dff611794565b610769611287565b5f8051602061202c833981519152546001600160a01b031690565b610e2b33610535565b6109578282611504565b610e3d610b2c565b6001600160a01b0316336001600160a01b031614610e705760405163086391f760e31b81523360048201526024016107c0565b610e7a600a61146d565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e90602401610d26565b5f8051602061202c8339815191525f80610ee1610ec4610e07565b8730610ed360045f8a8c611e3b565b610edc91611e62565b61159a565b9150915081610f9f5763ffffffff811615610f7c57825460ff60a01b1916600160a01b178355610f0f610e07565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401610f3e93929190611e9a565b5f604051808303815f87803b158015610f55575f80fd5b505af1158015610f67573d5f803e3d5ffd5b5050845460ff60a01b1916855550610f9f9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016107c0565b505050505050565b5f805f8051602061200c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611013573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110379190611cca565b156110635780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016107c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156110b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d99190611cca565b6111015760405163b9304b0d60e01b81526001600160a01b03841660048201526024016107c0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611153573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111779190611c42565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00600301546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015f604051808303815f87803b158015611215575f80fd5b505af1158015610f9f573d5f803e3d5ffd5b5f8051602061202c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61128f611794565b5f6112a26001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156112e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061130a9190611c42565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611363573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113879190611cca565b15611465577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c36113e35f8051602061200c833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015611424573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261144b9190810190611ed9565b60408101519092506001600160a01b031615611465575090565b610c416116a2565b5f6114806001546001600160a01b031690565b6001600160a01b031663d39e604383611497610a36565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156114da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114fe9190611ca0565b92915050565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f901546040516367a773bd60e11b81526001600160a01b039091169063cf4ee77a906115559085908590600401611fa2565b6020604051808303815f875af1158015611571573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115959190611cca565b505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516116089190611fc3565b5f60405180830381855afa9150503d805f8114611640576040519150601f19603f3d011682016040523d82523d5f602084013e611645565b606091505b50915091508115611697576040815110611677578080602001905181019061166d9190611fd9565b9094509250611697565b602081511061169757808060200190518101906116949190611cca565b93505b505094509492505050565b6116aa611794565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f0180546116e790611c5d565b80601f016020809104026020016040519081016040528092919081815260200182805461171390611c5d565b801561175e5780601f106117355761010080835404028352916020019161175e565b820191905f5260205f20905b81548152906001019060200180831161174157829003601f168201915b505050918352505060018301546001600160a01b031660208201525f604082015260028301805460609092019161067c90611c5d565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f602082840312156117dc575f80fd5b81356001600160e01b0319811681146117f3575f80fd5b9392505050565b80356001600160401b0381168114611810575f80fd5b919050565b6001600160601b0381168114610976575f80fd5b5f805f805f6080868803121561183d575f80fd5b611846866117fa565b9450602086013561185681611815565b935060408601356001600160401b03811115611870575f80fd5b8601601f81018813611880575f80fd5b80356001600160401b03811115611895575f80fd5b8860208284010111156118a6575f80fd5b60209190910193509150606086013564ffffffffff811681146118c7575f80fd5b809150509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f606083015161194b608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261198f6101008401826118d5565b949350505050565b602081525f6117f360208301846118d5565b5f602082840312156119b9575f80fd5b81356117f381611815565b6001600160a01b0381168114610976575f80fd5b5f80604083850312156119e9575f80fd5b82356119f4816119c4565b91506020830135611a0481611815565b809150509250929050565b5f60208284031215611a1f575f80fd5b6117f3826117fa565b5f60208284031215611a38575f80fd5b81356117f3816119c4565b602081525f825160806020840152611a5e60a08401826118d5565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f19016080860152909150611aa082826118d5565b95945050505050565b5f805f8060808587031215611abc575f80fd5b8435611ac7816119c4565b93506020850135611ad7816119c4565b9250604085013591506060850135611aee816119c4565b939692955090935050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611b2f57611b2f611af9565b60405290565b604051608081016001600160401b0381118282101715611b2f57611b2f611af9565b604051601f8201601f191681016001600160401b0381118282101715611b7f57611b7f611af9565b604052919050565b5f6001600160401b03821115611b9f57611b9f611af9565b50601f01601f191660200190565b5f8060408385031215611bbe575f80fd5b611bc7836117fa565b915060208301356001600160401b03811115611be1575f80fd5b8301601f81018513611bf1575f80fd5b8035611c04611bff82611b87565b611b57565b818152866020838501011115611c18575f80fd5b816020840160208301375f602083830101528093505050509250929050565b805161181081611815565b5f60208284031215611c52575f80fd5b81516117f381611815565b600181811c90821680611c7157607f821691505b602082108103611c8f57634e487b7160e01b5f52602260045260245ffd5b50919050565b8051611810816119c4565b5f60208284031215611cb0575f80fd5b81516117f3816119c4565b80518015158114611810575f80fd5b5f60208284031215611cda575f80fd5b6117f382611cbb565b60ff81168114610976575f80fd5b805161181081611ce3565b5f611d09611bff84611b87565b9050828152838383011115611d1c575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112611d41575f80fd5b6117f383835160208501611cfc565b5f60208284031215611d60575f80fd5b81516001600160401b03811115611d75575f80fd5b820160e08185031215611d86575f80fd5b611d8e611b0d565b611d9782611c37565b8152611da560208301611c37565b6020820152611db660408301611cf1565b6040820152611dc760608301611cbb565b6060820152611dd860808301611c95565b6080820152611de960a08301611c95565b60a082015260c08201516001600160401b03811115611e06575f80fd5b611e1286828501611d32565b60c083015250949350505050565b5f60208284031215611e30575f80fd5b81516117f381611ce3565b5f8085851115611e49575f80fd5b83861115611e55575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611e93576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215611ee9575f80fd5b81516001600160401b03811115611efe575f80fd5b820160808185031215611f0f575f80fd5b611f17611b35565b81516001600160401b03811115611f2c575f80fd5b8201601f81018613611f3c575f80fd5b611f4b86825160208401611cfc565b825250611f5a60208301611c95565b6020820152611f6b60408301611c95565b604082015260608201516001600160401b03811115611f88575f80fd5b611f9486828501611d32565b606083015250949350505050565b6001600160401b0383168152604060208201525f61198f60408301846118d5565b5f82518060208501845e5f920191825250919050565b5f8060408385031215611fea575f80fd5b611ff383611cbb565b9150602083015163ffffffff81168114611a04575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122077c57abaa29bccfb2522064fbfc4967a2fc71fe5f5eb4c0e3a7e1dd0ed399c1b64736f6c634300081a0033",
892
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610208575f3560e01c8063644c45e01161011f578063a69df4b5116100a9578063bf7e214f11610079578063bf7e214f146104b6578063cf4ee77a146104be578063de7b5d14146104d1578063ea15869f14610501578063f83d08ba14610528575f80fd5b8063a69df4b51461047f578063ad12ad6014610487578063ada9652e1461049a578063b423086c146104ae575f80fd5b806387ef9ba0116100ef57806387ef9ba0146104335780638899278a14610439578063893d20e8146104415780638fb360371461044957806390edbd351461046a575f80fd5b8063644c45e0146103b95780636bd1c0eb146103d657806376b707b7146104065780637a9e5e4b14610420575f80fd5b806321df0da7116101a057806343d752d31161017057806343d752d31461035e5780634bd100e4146103665780634c125e791461038d5780635741e5e9146103a05780635ab1bd53146103a8575f80fd5b806321df0da714610314578063223668441461031c5780632eb3e6f414610324578063419197fe1461034b575f80fd5b8063138461e0116101db578063138461e01461029757806317d7de7c146102b75780631c6b2190146102cc5780631eff4b22146102df575f80fd5b806301ffc9a71461020c5780630b29e28e1461024d5780630fec111c146102625780631329960414610277575b5f80fd5b61023861021a3660046117cc565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61026061025b366004611829565b610530565b005b61026a610543565b6040516102449190611903565b61027f610701565b6040516001600160a01b039091168152602001610244565b61029f61076e565b6040516001600160601b039091168152602001610244565b6102bf610778565b6040516102449190611997565b61029f6102da3660046119a9565b610788565b6103067f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610244565b61027f61080a565b61023861081c565b6103067fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6102606103593660046119d8565b610912565b61027f61095b565b6103067faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f90081565b61026061039b366004611a0f565b61096d565b610238610979565b6001546001600160a01b031661027f565b5f8051602061200c833981519152546001600160601b031661029f565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b031661027f565b61040e610a36565b60405160ff9091168152602001610244565b61026061042e366004611a28565b610aaa565b5f610238565b610306600381565b61027f610b2c565b610451610c5d565b6040516001600160e01b03199091168152602001610244565b610472610c92565b6040516102449190611a43565b610260610cb7565b610260610495366004611aa9565b610d55565b6103065f8051602061200c83398151915281565b610472610df7565b61027f610e07565b6102606104cc366004611bad565b610e22565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b031661027f565b6103067fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b610260610e35565b61053c335b5f36610ea9565b5050505050565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156105f3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106179190611c42565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161065f610b2c565b6001600160a01b0316815260200182600101805461067c90611c5d565b80601f01602080910402602001604051908101604052809291908181526020018280546106a890611c5d565b80156106f35780601f106106ca576101008083540402835291602001916106f3565b820191905f5260205f20905b8154815290600101906020018083116106d657829003601f168201915b505050505081525091505090565b5f61070a61095b565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610745573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107699190611ca0565b905090565b5f61076930610fa7565b6060610782610c92565b51919050565b5f610791610b2c565b6001600160a01b0316336001600160a01b0316146107c95760405163086391f760e31b81523360048201526024015b60405180910390fd5b6107d233610535565b60405163ca49882f60e01b815260206004820152600c60248201526b77697468647261774665657360a01b60448201526064016107c0565b5f610813610c92565b60200151905090565b5f61082f6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610873573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108979190611c42565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156108ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107699190611cca565b61091a610b2c565b6001600160a01b0316336001600160a01b03161461094d5760405163086391f760e31b81523360048201526024016107c0565b61095782826111a0565b5050565b5f610964610c92565b60400151905090565b61097633610535565b50565b5f61098261081c565b15610a06576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156109d6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526109fd9190810190611d50565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0154600160a01b900460ff1690565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610a86573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107699190611e20565b33610ab3610e07565b6001600160a01b0316816001600160a01b031614610aee5760405162d1953b60e31b81526001600160a01b03821660048201526024016107c0565b816001600160a01b03163b5f03610b23576040516361798f2f60e11b81526001600160a01b03831660048201526024016107c0565b61095782611227565b5f805f8051602061200c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bbc9190611cca565b15610c47576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c419190611ca0565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061202c83398151915280545f9190600160a01b900460ff16610c84575f610c41565b638fb3603760e01b91505090565b610c9a611794565b610ca261081c565b15610caf57610769611287565b610769610df7565b610cbf610b2c565b6001600160a01b0316336001600160a01b031614610cf25760405163086391f760e31b81523360048201526024016107c0565b610cfc600a61146d565b60405163581e954760e11b81525f60048201526001600160a01b03919091169063b03d2a8e906024015b5f604051808303815f87803b158015610d3d575f80fd5b505af1158015610d4f573d5f803e3d5ffd5b50505050565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d9c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc09190611ca0565b6001600160a01b0316336001600160a01b031614610df25760405162f0630960e01b81523360048201526024016107c0565b610d4f565b610dff611794565b610769611287565b5f8051602061202c833981519152546001600160a01b031690565b610e2b33610535565b6109578282611504565b610e3d610b2c565b6001600160a01b0316336001600160a01b031614610e705760405163086391f760e31b81523360048201526024016107c0565b610e7a600a61146d565b60405163581e954760e11b8152600160048201526001600160a01b03919091169063b03d2a8e90602401610d26565b5f8051602061202c8339815191525f80610ee1610ec4610e07565b8730610ed360045f8a8c611e3b565b610edc91611e62565b61159a565b9150915081610f9f5763ffffffff811615610f7c57825460ff60a01b1916600160a01b178355610f0f610e07565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401610f3e93929190611e9a565b5f604051808303815f87803b158015610f55575f80fd5b505af1158015610f67573d5f803e3d5ffd5b5050845460ff60a01b1916855550610f9f9050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016107c0565b505050505050565b5f805f8051602061200c83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611013573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110379190611cca565b156110635780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016107c0565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156110b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d99190611cca565b6111015760405163b9304b0d60e01b81526001600160a01b03841660048201526024016107c0565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611153573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111779190611c42565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f00600301546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe906044015f604051808303815f87803b158015611215575f80fd5b505af1158015610f9f573d5f803e3d5ffd5b5f8051602061202c83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61128f611794565b5f6112a26001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156112e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061130a9190611c42565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611363573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113879190611cca565b15611465577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b03166001600160a01b031663f0ea17c36113e35f8051602061200c833981519152546001600160601b031690565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015611424573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261144b9190810190611ed9565b60408101519092506001600160a01b031615611465575090565b610c416116a2565b5f6114806001546001600160a01b031690565b6001600160a01b031663d39e604383611497610a36565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156114da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114fe9190611ca0565b92915050565b7faab7c0ea03d290e56d6c060e0733d3ebcbe647f7694616a2ec52738a64b2f901546040516367a773bd60e11b81526001600160a01b039091169063cf4ee77a906115559085908590600401611fa2565b6020604051808303815f875af1158015611571573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115959190611cca565b505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516116089190611fc3565b5f60405180830381855afa9150503d805f8114611640576040519150601f19603f3d011682016040523d82523d5f602084013e611645565b606091505b50915091508115611697576040815110611677578080602001905181019061166d9190611fd9565b9094509250611697565b602081511061169757808060200190518101906116949190611cca565b93505b505094509492505050565b6116aa611794565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060800160405280825f0180546116e790611c5d565b80601f016020809104026020016040519081016040528092919081815260200182805461171390611c5d565b801561175e5780601f106117355761010080835404028352916020019161175e565b820191905f5260205f20905b81548152906001019060200180831161174157829003601f168201915b505050918352505060018301546001600160a01b031660208201525f604082015260028301805460609092019161067c90611c5d565b6040518060800160405280606081526020015f6001600160a01b031681526020015f6001600160a01b03168152602001606081525090565b5f602082840312156117dc575f80fd5b81356001600160e01b0319811681146117f3575f80fd5b9392505050565b80356001600160401b0381168114611810575f80fd5b919050565b6001600160601b0381168114610976575f80fd5b5f805f805f6080868803121561183d575f80fd5b611846866117fa565b9450602086013561185681611815565b935060408601356001600160401b03811115611870575f80fd5b8601601f81018813611880575f80fd5b80356001600160401b03811115611895575f80fd5b8860208284010111156118a6575f80fd5b60209190910193509150606086013564ffffffffff811681146118c7575f80fd5b809150509295509295909350565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f606083015161194b608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e08084015261198f6101008401826118d5565b949350505050565b602081525f6117f360208301846118d5565b5f602082840312156119b9575f80fd5b81356117f381611815565b6001600160a01b0381168114610976575f80fd5b5f80604083850312156119e9575f80fd5b82356119f4816119c4565b91506020830135611a0481611815565b809150509250929050565b5f60208284031215611a1f575f80fd5b6117f3826117fa565b5f60208284031215611a38575f80fd5b81356117f3816119c4565b602081525f825160806020840152611a5e60a08401826118d5565b60208501516001600160a01b0390811660408681019190915286015116606080860191909152850151848203601f19016080860152909150611aa082826118d5565b95945050505050565b5f805f8060808587031215611abc575f80fd5b8435611ac7816119c4565b93506020850135611ad7816119c4565b9250604085013591506060850135611aee816119c4565b939692955090935050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611b2f57611b2f611af9565b60405290565b604051608081016001600160401b0381118282101715611b2f57611b2f611af9565b604051601f8201601f191681016001600160401b0381118282101715611b7f57611b7f611af9565b604052919050565b5f6001600160401b03821115611b9f57611b9f611af9565b50601f01601f191660200190565b5f8060408385031215611bbe575f80fd5b611bc7836117fa565b915060208301356001600160401b03811115611be1575f80fd5b8301601f81018513611bf1575f80fd5b8035611c04611bff82611b87565b611b57565b818152866020838501011115611c18575f80fd5b816020840160208301375f602083830101528093505050509250929050565b805161181081611815565b5f60208284031215611c52575f80fd5b81516117f381611815565b600181811c90821680611c7157607f821691505b602082108103611c8f57634e487b7160e01b5f52602260045260245ffd5b50919050565b8051611810816119c4565b5f60208284031215611cb0575f80fd5b81516117f3816119c4565b80518015158114611810575f80fd5b5f60208284031215611cda575f80fd5b6117f382611cbb565b60ff81168114610976575f80fd5b805161181081611ce3565b5f611d09611bff84611b87565b9050828152838383011115611d1c575f80fd5b8282602083015e5f602084830101529392505050565b5f82601f830112611d41575f80fd5b6117f383835160208501611cfc565b5f60208284031215611d60575f80fd5b81516001600160401b03811115611d75575f80fd5b820160e08185031215611d86575f80fd5b611d8e611b0d565b611d9782611c37565b8152611da560208301611c37565b6020820152611db660408301611cf1565b6040820152611dc760608301611cbb565b6060820152611dd860808301611c95565b6080820152611de960a08301611c95565b60a082015260c08201516001600160401b03811115611e06575f80fd5b611e1286828501611d32565b60c083015250949350505050565b5f60208284031215611e30575f80fd5b81516117f381611ce3565b5f8085851115611e49575f80fd5b83861115611e55575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611e93576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215611ee9575f80fd5b81516001600160401b03811115611efe575f80fd5b820160808185031215611f0f575f80fd5b611f17611b35565b81516001600160401b03811115611f2c575f80fd5b8201601f81018613611f3c575f80fd5b611f4b86825160208401611cfc565b825250611f5a60208301611c95565b6020820152611f6b60408301611c95565b604082015260608201516001600160401b03811115611f88575f80fd5b611f9486828501611d32565b606083015250949350505050565b6001600160401b0383168152604060208201525f61198f60408301846118d5565b5f82518060208501845e5f920191825250919050565b5f8060408385031215611fea575f80fd5b611ff383611cbb565b9150602083015163ffffffff81168114611a04575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a264697066735822122077c57abaa29bccfb2522064fbfc4967a2fc71fe5f5eb4c0e3a7e1dd0ed399c1b64736f6c634300081a0033",
1109
893
  "linkReferences": {
1110
- "contracts/type/Amount.sol": {
1111
- "AmountLib": [
1112
- {
1113
- "length": 20,
1114
- "start": 3142
1115
- }
1116
- ]
1117
- },
1118
894
  "contracts/type/NftId.sol": {
1119
895
  "NftIdLib": [
1120
896
  {
1121
897
  "length": 20,
1122
- "start": 1740
898
+ "start": 1482
1123
899
  },
1124
900
  {
1125
901
  "length": 20,
1126
- "start": 2656
902
+ "start": 2258
1127
903
  },
1128
904
  {
1129
905
  "length": 20,
1130
- "start": 4090
906
+ "start": 2940
1131
907
  },
1132
908
  {
1133
909
  "length": 20,
1134
- "start": 6469
910
+ "start": 4087
1135
911
  },
1136
912
  {
1137
913
  "length": 20,
1138
- "start": 7255
1139
- },
914
+ "start": 4935
915
+ }
916
+ ]
917
+ },
918
+ "contracts/type/Version.sol": {
919
+ "VersionPartLib": [
1140
920
  {
1141
921
  "length": 20,
1142
- "start": 8729
922
+ "start": 2666
1143
923
  }
1144
924
  ]
1145
925
  }
1146
926
  },
1147
927
  "deployedLinkReferences": {
1148
- "contracts/type/Amount.sol": {
1149
- "AmountLib": [
1150
- {
1151
- "length": 20,
1152
- "start": 3114
1153
- }
1154
- ]
1155
- },
1156
928
  "contracts/type/NftId.sol": {
1157
929
  "NftIdLib": [
1158
930
  {
1159
931
  "length": 20,
1160
- "start": 1712
932
+ "start": 1454
1161
933
  },
1162
934
  {
1163
935
  "length": 20,
1164
- "start": 2628
936
+ "start": 2230
1165
937
  },
1166
938
  {
1167
939
  "length": 20,
1168
- "start": 4062
940
+ "start": 2912
1169
941
  },
1170
942
  {
1171
943
  "length": 20,
1172
- "start": 6441
944
+ "start": 4059
1173
945
  },
1174
946
  {
1175
947
  "length": 20,
1176
- "start": 7227
1177
- },
948
+ "start": 4907
949
+ }
950
+ ]
951
+ },
952
+ "contracts/type/Version.sol": {
953
+ "VersionPartLib": [
1178
954
  {
1179
955
  "length": 20,
1180
- "start": 8701
956
+ "start": 2638
1181
957
  }
1182
958
  ]
1183
959
  }