@etherisc/gif-next 0.0.2-b3e9a44-364 → 0.0.2-b43fece-589

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (365) hide show
  1. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
  2. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +96 -37
  3. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
  4. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
  5. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +67 -11
  6. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
  7. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
  8. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +60 -13
  9. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
  10. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +40 -3
  11. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
  12. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +19 -0
  13. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
  14. package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
  15. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
  16. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +68 -5
  17. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
  18. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +138 -94
  19. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
  20. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +77 -17
  21. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  22. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +78 -58
  23. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  24. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +120 -86
  25. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  26. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +64 -60
  27. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  28. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +65 -58
  29. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  30. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +13 -0
  31. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
  32. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
  33. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +119 -135
  34. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
  35. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +114 -22
  36. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
  37. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +218 -159
  38. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
  39. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +81 -25
  40. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
  41. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
  42. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +140 -96
  43. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
  44. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +121 -77
  45. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
  46. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +197 -145
  47. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
  48. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +508 -177
  49. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  50. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
  51. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  52. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +37 -31
  53. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  54. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +13 -84
  55. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  56. package/artifacts/contracts/instance/Instance.sol/Instance.json +46 -40
  57. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  58. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +148 -118
  59. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  60. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +57 -97
  61. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  62. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +94 -79
  63. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  64. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +56 -130
  65. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  66. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +32 -40
  67. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  68. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +174 -103
  69. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  70. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  71. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  72. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  73. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +46 -5
  74. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  75. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
  76. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  77. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  78. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  79. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  80. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  81. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  82. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  83. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  84. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +119 -75
  85. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  86. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +77 -17
  87. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  88. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  89. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +60 -53
  90. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  91. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +27 -9
  92. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  93. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +73 -53
  94. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  95. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +70 -47
  96. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  97. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +32 -36
  98. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  99. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +73 -81
  100. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  101. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +114 -22
  102. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  103. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +125 -119
  104. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  105. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +57 -69
  106. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  107. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +32 -15
  108. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  109. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +60 -92
  110. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  111. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +90 -88
  112. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  113. package/artifacts/contracts/pool/Pool.sol/Pool.json +73 -92
  114. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  115. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +149 -158
  116. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  117. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +40 -52
  118. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  119. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +50 -32
  120. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  121. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +29 -33
  122. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  123. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +118 -54
  124. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  125. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +77 -17
  126. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  127. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +106 -88
  128. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  129. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +56 -60
  130. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  131. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +13 -0
  132. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  133. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +13 -0
  134. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  135. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +13 -0
  136. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  137. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +70 -57
  138. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  139. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +105 -54
  140. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
  141. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +13 -0
  142. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  143. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +80 -62
  144. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  145. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +45 -49
  146. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  147. package/artifacts/contracts/product/PricingService.sol/PricingService.json +133 -115
  148. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  149. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +42 -46
  150. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  151. package/artifacts/contracts/product/Product.sol/Product.json +118 -54
  152. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
  153. package/artifacts/contracts/product/RiskService.sol/RiskService.json +44 -26
  154. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
  155. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +26 -30
  156. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  157. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
  158. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  159. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +0 -15
  160. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  161. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +98 -35
  162. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  163. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
  164. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  165. package/artifacts/contracts/registry/Registry.sol/Registry.json +38 -53
  166. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  167. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +193 -165
  168. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  169. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +129 -61
  170. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  171. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +25 -29
  172. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  173. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +47 -6
  174. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  175. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +121 -223
  176. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  177. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +66 -8
  178. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  179. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
  180. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  181. package/artifacts/contracts/shared/Component.sol/Component.json +52 -28
  182. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  183. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +334 -155
  184. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  185. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +67 -63
  186. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
  187. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +26 -0
  188. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
  189. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +2 -2
  190. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  191. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +39 -28
  192. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  193. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +305 -19
  194. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  195. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +60 -53
  196. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  197. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +36 -0
  198. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  199. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +36 -0
  200. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  201. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  202. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  203. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +13 -0
  204. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  205. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  206. package/artifacts/contracts/shared/IService.sol/IService.json +13 -0
  207. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
  208. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  209. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +73 -53
  210. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  211. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +42 -1
  212. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  213. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -1
  214. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  215. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  216. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
  217. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  218. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
  219. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  220. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +50 -8
  221. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  222. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
  223. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  224. package/artifacts/contracts/shared/Service.sol/Service.json +26 -0
  225. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  226. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
  227. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  228. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +39 -28
  229. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  230. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +13 -0
  231. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +1 -1
  232. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +2 -2
  233. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  234. package/artifacts/contracts/staking/Staking.sol/Staking.json +122 -78
  235. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
  236. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +46 -5
  237. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  238. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +52 -42
  239. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  240. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +2 -2
  241. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  242. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +50 -32
  243. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  244. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +29 -33
  245. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  246. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +144 -103
  247. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  248. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +2 -2
  249. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  250. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  251. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  252. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  253. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  254. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  255. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  256. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  257. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  258. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  259. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  260. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  261. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  262. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  263. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +2 -2
  264. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  265. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +2 -2
  266. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  267. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  268. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  269. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  270. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
  271. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  272. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  273. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
  274. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  275. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  276. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  277. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
  278. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  279. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +12 -12
  280. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  281. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
  282. package/contracts/authorization/AccessAdmin.sol +65 -61
  283. package/contracts/authorization/Authorization.sol +106 -38
  284. package/contracts/authorization/IAccess.sol +1 -0
  285. package/contracts/authorization/IAccessAdmin.sol +4 -2
  286. package/contracts/authorization/IAuthorization.sol +13 -7
  287. package/contracts/authorization/IServiceAuthorization.sol +3 -1
  288. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  289. package/contracts/authorization/ServiceAuthorization.sol +26 -10
  290. package/contracts/distribution/BasicDistribution.sol +0 -1
  291. package/contracts/distribution/Distribution.sol +4 -15
  292. package/contracts/distribution/DistributionService.sol +14 -7
  293. package/contracts/distribution/IDistributionComponent.sol +1 -1
  294. package/contracts/examples/fire/FirePool.sol +19 -8
  295. package/contracts/examples/fire/FireProduct.sol +32 -12
  296. package/contracts/examples/fire/FireProductAuthorization.sol +1 -2
  297. package/contracts/examples/unpermissioned/SimpleDistribution.sol +4 -4
  298. package/contracts/examples/unpermissioned/SimpleOracle.sol +4 -4
  299. package/contracts/examples/unpermissioned/SimplePool.sol +11 -6
  300. package/contracts/examples/unpermissioned/SimpleProduct.sol +17 -23
  301. package/contracts/instance/IInstance.sol +4 -1
  302. package/contracts/instance/IInstanceService.sol +0 -20
  303. package/contracts/instance/Instance.sol +20 -17
  304. package/contracts/instance/InstanceAdmin.sol +16 -27
  305. package/contracts/instance/InstanceAuthorizationV3.sol +9 -19
  306. package/contracts/instance/InstanceService.sol +14 -68
  307. package/contracts/instance/module/IComponents.sol +7 -4
  308. package/contracts/oracle/BasicOracle.sol +0 -1
  309. package/contracts/oracle/IOracleService.sol +2 -1
  310. package/contracts/oracle/Oracle.sol +4 -15
  311. package/contracts/oracle/OracleService.sol +20 -14
  312. package/contracts/pool/BasicPool.sol +22 -12
  313. package/contracts/pool/BasicPoolAuthorization.sol +12 -2
  314. package/contracts/pool/BundleService.sol +63 -39
  315. package/contracts/pool/IBundleService.sol +2 -5
  316. package/contracts/pool/IPoolComponent.sol +1 -7
  317. package/contracts/pool/IPoolService.sol +23 -22
  318. package/contracts/pool/Pool.sol +111 -123
  319. package/contracts/pool/PoolService.sol +186 -128
  320. package/contracts/product/ApplicationService.sol +9 -1
  321. package/contracts/product/BasicProduct.sol +8 -12
  322. package/contracts/product/BasicProductAuthorization.sol +0 -1
  323. package/contracts/product/ClaimService.sol +82 -51
  324. package/contracts/product/IPricingService.sol +9 -9
  325. package/contracts/product/IProductComponent.sol +6 -0
  326. package/contracts/product/PolicyService.sol +15 -10
  327. package/contracts/product/PricingService.sol +7 -7
  328. package/contracts/product/Product.sol +51 -54
  329. package/contracts/registry/ChainNft.sol +6 -9
  330. package/contracts/registry/IRegistry.sol +0 -3
  331. package/contracts/registry/IRegistryService.sol +6 -4
  332. package/contracts/registry/ITransferInterceptor.sol +1 -2
  333. package/contracts/registry/Registry.sol +6 -4
  334. package/contracts/registry/RegistryAdmin.sol +7 -23
  335. package/contracts/registry/RegistryService.sol +37 -55
  336. package/contracts/registry/ReleaseLifecycle.sol +6 -3
  337. package/contracts/registry/ReleaseRegistry.sol +201 -191
  338. package/contracts/registry/ServiceAuthorizationV3.sol +20 -15
  339. package/contracts/shared/Component.sol +25 -21
  340. package/contracts/shared/ComponentService.sol +235 -131
  341. package/contracts/shared/ComponentVerifyingService.sol +22 -14
  342. package/contracts/shared/IComponent.sol +6 -2
  343. package/contracts/shared/IComponentService.sol +25 -13
  344. package/contracts/shared/IInstanceLinkedComponent.sol +3 -11
  345. package/contracts/shared/ILifecycle.sol +3 -1
  346. package/contracts/shared/IRegisterable.sol +11 -0
  347. package/contracts/shared/InstanceLinkedComponent.sol +67 -25
  348. package/contracts/shared/KeyValueStore.sol +1 -1
  349. package/contracts/shared/Lifecycle.sol +15 -4
  350. package/contracts/shared/NftOwnable.sol +8 -4
  351. package/contracts/shared/Registerable.sol +15 -7
  352. package/contracts/shared/Service.sol +4 -7
  353. package/contracts/staking/Staking.sol +2 -3
  354. package/contracts/staking/StakingService.sol +14 -0
  355. package/contracts/type/RiskId.sol +1 -1
  356. package/contracts/type/RoleId.sol +0 -12
  357. package/contracts/type/StateId.sol +14 -1
  358. package/contracts/upgradeability/ProxyManager.sol +2 -1
  359. package/package.json +1 -1
  360. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +0 -4
  361. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +0 -290
  362. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +0 -4
  363. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +0 -390
  364. package/contracts/authorization/IModuleAuthorization.sol +0 -21
  365. package/contracts/authorization/ModuleAuthorization.sol +0 -78
@@ -58,19 +58,18 @@
58
58
  "type": "error"
59
59
  },
60
60
  {
61
- "inputs": [
62
- {
63
- "internalType": "NftId",
64
- "name": "instanceNftId",
65
- "type": "uint96"
66
- }
67
- ],
68
- "name": "ErrorComponentNotInstance",
61
+ "inputs": [],
62
+ "name": "ErrorComponentProductNftIdNonzero",
69
63
  "type": "error"
70
64
  },
71
65
  {
72
66
  "inputs": [],
73
- "name": "ErrorComponentProductNftAlreadySet",
67
+ "name": "ErrorComponentProductNftIdZero",
68
+ "type": "error"
69
+ },
70
+ {
71
+ "inputs": [],
72
+ "name": "ErrorComponentTokenAddressNonzero",
74
73
  "type": "error"
75
74
  },
76
75
  {
@@ -93,6 +92,38 @@
93
92
  "name": "ErrorComponentWalletNotComponent",
94
93
  "type": "error"
95
94
  },
95
+ {
96
+ "inputs": [
97
+ {
98
+ "internalType": "NftId",
99
+ "name": "nftId",
100
+ "type": "uint96"
101
+ },
102
+ {
103
+ "internalType": "ObjectType",
104
+ "name": "objectType",
105
+ "type": "uint8"
106
+ }
107
+ ],
108
+ "name": "ErrorInstanceLinkedComponentNotProduct",
109
+ "type": "error"
110
+ },
111
+ {
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",
125
+ "type": "error"
126
+ },
96
127
  {
97
128
  "inputs": [
98
129
  {
@@ -208,6 +239,12 @@
208
239
  "internalType": "Amount",
209
240
  "name": "limit",
210
241
  "type": "uint96"
242
+ },
243
+ {
244
+ "indexed": false,
245
+ "internalType": "bool",
246
+ "name": "isMaxAmount",
247
+ "type": "bool"
211
248
  }
212
249
  ],
213
250
  "name": "LogComponentTokenHandlerApproved",
@@ -270,6 +307,19 @@
270
307
  "stateMutability": "view",
271
308
  "type": "function"
272
309
  },
310
+ {
311
+ "inputs": [],
312
+ "name": "GIF_RELEASE",
313
+ "outputs": [
314
+ {
315
+ "internalType": "uint256",
316
+ "name": "",
317
+ "type": "uint256"
318
+ }
319
+ ],
320
+ "stateMutability": "view",
321
+ "type": "function"
322
+ },
273
323
  {
274
324
  "inputs": [],
275
325
  "name": "INSTANCE_LINKED_COMPONENT_LOCATION_V1",
@@ -468,11 +518,6 @@
468
518
  "name": "name",
469
519
  "type": "string"
470
520
  },
471
- {
472
- "internalType": "NftId",
473
- "name": "productNftId",
474
- "type": "uint96"
475
- },
476
521
  {
477
522
  "internalType": "contract IERC20Metadata",
478
523
  "name": "token",
@@ -513,11 +558,6 @@
513
558
  "name": "name",
514
559
  "type": "string"
515
560
  },
516
- {
517
- "internalType": "NftId",
518
- "name": "productNftId",
519
- "type": "uint96"
520
- },
521
561
  {
522
562
  "internalType": "contract IERC20Metadata",
523
563
  "name": "token",
@@ -603,20 +643,45 @@
603
643
  "outputs": [
604
644
  {
605
645
  "components": [
646
+ {
647
+ "internalType": "bool",
648
+ "name": "isProcessingFundedClaims",
649
+ "type": "bool"
650
+ },
651
+ {
652
+ "internalType": "bool",
653
+ "name": "isInterceptingPolicyTransfers",
654
+ "type": "bool"
655
+ },
656
+ {
657
+ "internalType": "bool",
658
+ "name": "hasDistribution",
659
+ "type": "bool"
660
+ },
661
+ {
662
+ "internalType": "uint8",
663
+ "name": "expectedNumberOfOracles",
664
+ "type": "uint8"
665
+ },
666
+ {
667
+ "internalType": "uint8",
668
+ "name": "numberOfOracles",
669
+ "type": "uint8"
670
+ },
606
671
  {
607
672
  "internalType": "NftId",
608
- "name": "distributionNftId",
673
+ "name": "poolNftId",
609
674
  "type": "uint96"
610
675
  },
611
676
  {
612
677
  "internalType": "NftId",
613
- "name": "poolNftId",
678
+ "name": "distributionNftId",
614
679
  "type": "uint96"
615
680
  },
616
681
  {
617
- "internalType": "bool",
618
- "name": "isProcessingFundedClaims",
619
- "type": "bool"
682
+ "internalType": "NftId[]",
683
+ "name": "oracleNftId",
684
+ "type": "uint96[]"
620
685
  },
621
686
  {
622
687
  "components": [
@@ -800,12 +865,12 @@
800
865
  },
801
866
  {
802
867
  "inputs": [],
803
- "name": "getProductNftId",
868
+ "name": "getRegistry",
804
869
  "outputs": [
805
870
  {
806
- "internalType": "NftId",
807
- "name": "productNftId",
808
- "type": "uint96"
871
+ "internalType": "contract IRegistry",
872
+ "name": "",
873
+ "type": "address"
809
874
  }
810
875
  ],
811
876
  "stateMutability": "view",
@@ -813,15 +878,15 @@
813
878
  },
814
879
  {
815
880
  "inputs": [],
816
- "name": "getRegistry",
881
+ "name": "getRelease",
817
882
  "outputs": [
818
883
  {
819
- "internalType": "contract IRegistry",
820
- "name": "",
821
- "type": "address"
884
+ "internalType": "VersionPart",
885
+ "name": "release",
886
+ "type": "uint8"
822
887
  }
823
888
  ],
824
- "stateMutability": "view",
889
+ "stateMutability": "pure",
825
890
  "type": "function"
826
891
  },
827
892
  {
@@ -922,24 +987,6 @@
922
987
  "stateMutability": "nonpayable",
923
988
  "type": "function"
924
989
  },
925
- {
926
- "inputs": [
927
- {
928
- "internalType": "address",
929
- "name": "to",
930
- "type": "address"
931
- },
932
- {
933
- "internalType": "uint256",
934
- "name": "tokenId",
935
- "type": "uint256"
936
- }
937
- ],
938
- "name": "nftMint",
939
- "outputs": [],
940
- "stateMutability": "nonpayable",
941
- "type": "function"
942
- },
943
990
  {
944
991
  "inputs": [
945
992
  {
@@ -956,6 +1003,11 @@
956
1003
  "internalType": "uint256",
957
1004
  "name": "tokenId",
958
1005
  "type": "uint256"
1006
+ },
1007
+ {
1008
+ "internalType": "address",
1009
+ "name": "operator",
1010
+ "type": "address"
959
1011
  }
960
1012
  ],
961
1013
  "name": "nftTransferFrom",
@@ -987,9 +1039,21 @@
987
1039
  "type": "function"
988
1040
  },
989
1041
  {
990
- "inputs": [],
991
- "name": "register",
992
- "outputs": [],
1042
+ "inputs": [
1043
+ {
1044
+ "internalType": "address",
1045
+ "name": "component",
1046
+ "type": "address"
1047
+ }
1048
+ ],
1049
+ "name": "registerComponent",
1050
+ "outputs": [
1051
+ {
1052
+ "internalType": "NftId",
1053
+ "name": "componentNftId",
1054
+ "type": "uint96"
1055
+ }
1056
+ ],
993
1057
  "stateMutability": "nonpayable",
994
1058
  "type": "function"
995
1059
  },
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/f90bcbaa9ca55b0412d03941e3ade3a7.json"
3
+ "buildInfo": "../../../build-info/97b001a2aaea2b7f0a3eb9620c5ae1c1.json"
4
4
  }
@@ -184,6 +184,19 @@
184
184
  "name": "Initialized",
185
185
  "type": "event"
186
186
  },
187
+ {
188
+ "inputs": [],
189
+ "name": "GIF_RELEASE",
190
+ "outputs": [
191
+ {
192
+ "internalType": "uint256",
193
+ "name": "",
194
+ "type": "uint256"
195
+ }
196
+ ],
197
+ "stateMutability": "view",
198
+ "type": "function"
199
+ },
187
200
  {
188
201
  "inputs": [],
189
202
  "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
@@ -343,6 +356,19 @@
343
356
  "stateMutability": "view",
344
357
  "type": "function"
345
358
  },
359
+ {
360
+ "inputs": [],
361
+ "name": "getRelease",
362
+ "outputs": [
363
+ {
364
+ "internalType": "VersionPart",
365
+ "name": "release",
366
+ "type": "uint8"
367
+ }
368
+ ],
369
+ "stateMutability": "pure",
370
+ "type": "function"
371
+ },
346
372
  {
347
373
  "inputs": [],
348
374
  "name": "getRoleId",
@@ -495,22 +521,22 @@
495
521
  "type": "function"
496
522
  }
497
523
  ],
498
- "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612415806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061011c575f3560e01c8063644c45e0116100a95780638f997f6d1161006e5780638f997f6d146102b25780638fb36037146102c5578063ada9652e146102e6578063b68d1809146102fa578063bf7e214f14610309575f80fd5b8063644c45e0146102475780636c741e78146102645780637a9e5e4b146102845780637cef484214610297578063893d20e8146102aa575f80fd5b8063138461e0116100ef578063138461e0146101a75780631eff4b22146101c7578063329d6e74146101fc57806349bb9e4b1461020f5780635ab1bd5314610222575f80fd5b806301ffc9a714610120578063095e2b72146101615780630d8e6e2c146101765780630fec111c14610192575b5f80fd5b61014c61012e366004611bf1565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f366004611d1f565b610326565b005b61017e610419565b60405162ffffff9091168152602001610158565b61019a6104a0565b6040516101589190611d97565b6101af61062c565b6040516001600160601b039091168152602001610158565b6101ee7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610158565b61017461020a366004611e2b565b610636565b61017461021d366004611e70565b610780565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610158565b5f80516020612380833981519152546001600160601b03166101af565b61026c61087c565b6040516001600160401b039091168152602001610158565b610174610292366004611e8c565b610972565b6101746102a5366004611eb5565b610a13565b61022f610ae7565b6101746102c0366004611d1f565b610c18565b6102cd610d9a565b6040516001600160e01b03199091168152602001610158565b6101ee5f8051602061238083398151915281565b604051600c8152602001610158565b5f805160206123a0833981519152546001600160a01b031661022f565b5f80610332600c610dcf565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610394573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103b89190611eea565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b81526004016103e5929190611f2c565b5f604051808303815f87803b1580156103fc575f80fd5b505af115801561040e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610477573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049b9190611f50565b905090565b6104a8611bb4565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561051e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105429190611f88565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161058a610ae7565b6001600160a01b031681526020018260010180546105a790611fa1565b80601f01602080910402602001604051908101604052809291908181526020018280546105d390611fa1565b801561061e5780601f106105f55761010080835404028352916020019161061e565b820191905f5260205f20905b81548152906001019060200180831161060157829003601f168201915b505050505081525091505090565b5f61049b30610e6b565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610658610419565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610696573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ba9190611fed565b5f805160206123c08339815191528054600160401b900460ff16806106ec575080546001600160401b03808416911610155b1561070a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561073483611064565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206123c08339815191528054600160401b810460ff1615906001600160401b03165f811580156107b15750825b90505f826001600160401b031660011480156107cc5750303b155b9050811580156107da575080155b156107f85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561082257845460ff60401b1916600160401b1785555b61082c878761106c565b831561087357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156108e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090b9190612013565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561094e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049b9190611fed565b336109915f805160206123a0833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146109d15760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a06576040516361798f2f60e11b81526001600160a01b03831660048201526024016109c8565b610a0f826112f1565b5050565b5f610a1e600c610dcf565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a829190611eea565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610ad5575f80fd5b505af1158015610873573d5f803e3d5ffd5b5f805f8051602061238083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b77919061203d565b15610c02576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610bd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bfc9190611eea565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c23600c610dcf565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c889190611eea565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610cd8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610cff91908101906120ae565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d6a9190611eea565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b81526004016103e593929190612146565b5f805160206123a083398151915280545f9190600160a01b900460ff16610dc1575f610bfc565b638fb3603760e01b91505090565b5f610dd8611bb4565b5f610deb6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e539190611f88565b9250610e6183856001611351565b9395909450915050565b5f805f8051602061238083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610ed7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efb919061203d565b15610f275780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016109c8565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610f79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f9d919061203d565b610fc55760405163b9304b0d60e01b81526001600160a01b03841660048201526024016109c8565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611017573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103b9190611f88565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61011c6115ee565b5f805160206123c08339815191528054600160401b810460ff1615906001600160401b03165f8115801561109d5750825b90505f826001600160401b031660011480156110b85750303b155b9050811580156110c6575080155b156110e45760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561110e57845460ff60401b1916600160401b1785555b5f8087806020019051810190611124919061217d565b9150915061113382828b611626565b61113d600a61176b565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f611175610419565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af41580156111c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ec9190612013565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561122f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112539190611eea565b600380546001600160a01b0319166001600160a01b039290921691909117905561127d600261176b565b600480546001600160a01b0319166001600160a01b03929092169190911790556112ad63fa281c5d60e01b611873565b5050831561087357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161086a565b5f805160206123a083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611359611bb4565b5f8061136d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113ba573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113e191908101906121aa565b925060ff8516600b1461143f57604083015160ff86811691161461143a57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109c8565b6114db565b61145a836040015161144f600c90565b60ff90811691161490565b806114705750611470836040015161144f600f90565b806114865750611486836040015161144f600e90565b8061149c575061149c836040015161144f600d90565b6114db57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109c8565b6114e8836020015161189f565b915083156115e557816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561152c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115509190611eea565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611598573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115bc919061203d565b156115e557604051637d71120960e11b81526001600160601b03871660048201526024016109c8565b50935093915050565b5f805160206123c083398151915254600160401b900460ff1661162457604051631afcd79f60e31b815260040160405180910390fd5b565b61162e6115ee565b6116366118e9565b6001600160a01b038216156116535761164e826118f9565b6116ca565b5f61165e600261176b565b90506116c8816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561169f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116c39190611eea565b6118f9565b505b61174683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561170a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061172e9190611f88565b60085f8560405180602001604052805f81525061190d565b611756634a531f3360e01b611873565b61176663daf9067160e01b611873565b505050565b5f61177e6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117e1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118059190612013565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865afa158015611849573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061186d9190611eea565b92915050565b61187b6115ee565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6118b26001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03841660048201526001600160a01b03919091169063bf8e17979060240161182e565b6118f16115ee565b6116246119b2565b6119016115ee565b61190a816119e0565b50565b6119156115ee565b61191f82876119f1565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016119a883826122c5565b5050505050505050565b6119ba6115ee565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6119e86115ee565b61190a816112f1565b6119f96115ee565b611a0281611a67565b611a0a611b6f565b6001600160a01b038216611a315760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061238083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611a6f6115ee565b806001600160a01b03163b5f03611aa45760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611b1e575060408051601f3d908101601f19168201909252611b1b9181019061203d565b60015b611b465760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c8565b80610a0f5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016109c8565b611b776115ee565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611c01575f80fd5b81356001600160e01b031981168114611c18575f80fd5b9392505050565b80356001600160c01b031981168114611c36575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611c7157611c71611c3b565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611c9f57611c9f611c3b565b604052919050565b5f6001600160401b03821115611cbf57611cbf611c3b565b50601f01601f191660200190565b5f82601f830112611cdc575f80fd5b8135611cef611cea82611ca7565b611c77565b818152846020838601011115611d03575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611d30575f80fd5b611d3983611c1f565b915060208301356001600160401b03811115611d53575f80fd5b611d5f85828601611ccd565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611ddf608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611e23610100840182611d69565b949350505050565b5f60208284031215611e3b575f80fd5b81356001600160401b03811115611e50575f80fd5b611e2384828501611ccd565b6001600160a01b038116811461190a575f80fd5b5f8060408385031215611e81575f80fd5b8235611d3981611e5c565b5f60208284031215611e9c575f80fd5b8135611c1881611e5c565b60ff8116811461190a575f80fd5b5f8060408385031215611ec6575f80fd5b611ecf83611c1f565b91506020830135611edf81611ea7565b809150509250929050565b5f60208284031215611efa575f80fd5b8151611c1881611e5c565b6001600160601b0381511682525f602082015160406020850152611e236040850182611d69565b6001600160401b0360c01b83168152604060208201525f611e236040830184611f05565b5f60208284031215611f60575f80fd5b815162ffffff81168114611c18575f80fd5b80516001600160601b0381168114611c36575f80fd5b5f60208284031215611f98575f80fd5b611c1882611f72565b600181811c90821680611fb557607f821691505b602082108103611fd357634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b038116811461190a575f80fd5b5f60208284031215611ffd575f80fd5b8151611c1881611fd9565b8051611c3681611ea7565b5f60208284031215612023575f80fd5b8151611c1881611ea7565b80518015158114611c36575f80fd5b5f6020828403121561204d575f80fd5b611c188261202e565b8051611c3681611e5c565b5f82601f830112612070575f80fd5b815161207e611cea82611ca7565b818152846020838601011115612092575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156120be575f80fd5b81516001600160401b038111156120d3575f80fd5b8201604081850312156120e4575f80fd5b604080519081016001600160401b038111828210171561210657612106611c3b565b60405261211282611f72565b815260208201516001600160401b0381111561212c575f80fd5b61213886828501612061565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f61216a6060830185611f05565b905060ff83166040830152949350505050565b5f806040838503121561218e575f80fd5b825161219981611e5c565b6020840151909250611edf81611e5c565b5f602082840312156121ba575f80fd5b81516001600160401b038111156121cf575f80fd5b820160e081850312156121e0575f80fd5b6121e8611c4f565b6121f182611f72565b81526121ff60208301611f72565b602082015261221060408301612008565b60408201526122216060830161202e565b606082015261223260808301612056565b608082015261224360a08301612056565b60a082015260c08201516001600160401b03811115612260575f80fd5b61226c86828501612061565b60c083015250949350505050565b601f82111561176657805f5260205f20601f840160051c8101602085101561229f5750805b601f840160051c820191505b818110156122be575f81556001016122ab565b5050505050565b81516001600160401b038111156122de576122de611c3b565b6122f2816122ec8454611fa1565b8461227a565b6020601f821160018114612324575f831561230d5750848201515b5f19600385901b1c1916600184901b1784556122be565b5f84815260208120601f198516915b828110156123535787850151825560209485019460019092019101612333565b508482101561237057868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122048740e1b62cc23e74b2c7174fedcc454197ef30531bd9d97c2a80a7caecc078d64736f6c634300081a0033",
499
- "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061011c575f3560e01c8063644c45e0116100a95780638f997f6d1161006e5780638f997f6d146102b25780638fb36037146102c5578063ada9652e146102e6578063b68d1809146102fa578063bf7e214f14610309575f80fd5b8063644c45e0146102475780636c741e78146102645780637a9e5e4b146102845780637cef484214610297578063893d20e8146102aa575f80fd5b8063138461e0116100ef578063138461e0146101a75780631eff4b22146101c7578063329d6e74146101fc57806349bb9e4b1461020f5780635ab1bd5314610222575f80fd5b806301ffc9a714610120578063095e2b72146101615780630d8e6e2c146101765780630fec111c14610192575b5f80fd5b61014c61012e366004611bf1565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f366004611d1f565b610326565b005b61017e610419565b60405162ffffff9091168152602001610158565b61019a6104a0565b6040516101589190611d97565b6101af61062c565b6040516001600160601b039091168152602001610158565b6101ee7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610158565b61017461020a366004611e2b565b610636565b61017461021d366004611e70565b610780565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610158565b5f80516020612380833981519152546001600160601b03166101af565b61026c61087c565b6040516001600160401b039091168152602001610158565b610174610292366004611e8c565b610972565b6101746102a5366004611eb5565b610a13565b61022f610ae7565b6101746102c0366004611d1f565b610c18565b6102cd610d9a565b6040516001600160e01b03199091168152602001610158565b6101ee5f8051602061238083398151915281565b604051600c8152602001610158565b5f805160206123a0833981519152546001600160a01b031661022f565b5f80610332600c610dcf565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610394573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103b89190611eea565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b81526004016103e5929190611f2c565b5f604051808303815f87803b1580156103fc575f80fd5b505af115801561040e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610477573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049b9190611f50565b905090565b6104a8611bb4565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561051e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105429190611f88565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161058a610ae7565b6001600160a01b031681526020018260010180546105a790611fa1565b80601f01602080910402602001604051908101604052809291908181526020018280546105d390611fa1565b801561061e5780601f106105f55761010080835404028352916020019161061e565b820191905f5260205f20905b81548152906001019060200180831161060157829003601f168201915b505050505081525091505090565b5f61049b30610e6b565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610658610419565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610696573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ba9190611fed565b5f805160206123c08339815191528054600160401b900460ff16806106ec575080546001600160401b03808416911610155b1561070a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561073483611064565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206123c08339815191528054600160401b810460ff1615906001600160401b03165f811580156107b15750825b90505f826001600160401b031660011480156107cc5750303b155b9050811580156107da575080155b156107f85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561082257845460ff60401b1916600160401b1785555b61082c878761106c565b831561087357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156108e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090b9190612013565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561094e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049b9190611fed565b336109915f805160206123a0833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146109d15760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a06576040516361798f2f60e11b81526001600160a01b03831660048201526024016109c8565b610a0f826112f1565b5050565b5f610a1e600c610dcf565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a829190611eea565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610ad5575f80fd5b505af1158015610873573d5f803e3d5ffd5b5f805f8051602061238083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b77919061203d565b15610c02576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610bd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bfc9190611eea565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c23600c610dcf565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c889190611eea565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610cd8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610cff91908101906120ae565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d6a9190611eea565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b81526004016103e593929190612146565b5f805160206123a083398151915280545f9190600160a01b900460ff16610dc1575f610bfc565b638fb3603760e01b91505090565b5f610dd8611bb4565b5f610deb6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e539190611f88565b9250610e6183856001611351565b9395909450915050565b5f805f8051602061238083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610ed7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efb919061203d565b15610f275780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016109c8565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610f79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f9d919061203d565b610fc55760405163b9304b0d60e01b81526001600160a01b03841660048201526024016109c8565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611017573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103b9190611f88565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61011c6115ee565b5f805160206123c08339815191528054600160401b810460ff1615906001600160401b03165f8115801561109d5750825b90505f826001600160401b031660011480156110b85750303b155b9050811580156110c6575080155b156110e45760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561110e57845460ff60401b1916600160401b1785555b5f8087806020019051810190611124919061217d565b9150915061113382828b611626565b61113d600a61176b565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f611175610419565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af41580156111c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ec9190612013565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561122f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112539190611eea565b600380546001600160a01b0319166001600160a01b039290921691909117905561127d600261176b565b600480546001600160a01b0319166001600160a01b03929092169190911790556112ad63fa281c5d60e01b611873565b5050831561087357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161086a565b5f805160206123a083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611359611bb4565b5f8061136d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113ba573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113e191908101906121aa565b925060ff8516600b1461143f57604083015160ff86811691161461143a57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109c8565b6114db565b61145a836040015161144f600c90565b60ff90811691161490565b806114705750611470836040015161144f600f90565b806114865750611486836040015161144f600e90565b8061149c575061149c836040015161144f600d90565b6114db57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109c8565b6114e8836020015161189f565b915083156115e557816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561152c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115509190611eea565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611598573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115bc919061203d565b156115e557604051637d71120960e11b81526001600160601b03871660048201526024016109c8565b50935093915050565b5f805160206123c083398151915254600160401b900460ff1661162457604051631afcd79f60e31b815260040160405180910390fd5b565b61162e6115ee565b6116366118e9565b6001600160a01b038216156116535761164e826118f9565b6116ca565b5f61165e600261176b565b90506116c8816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561169f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116c39190611eea565b6118f9565b505b61174683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561170a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061172e9190611f88565b60085f8560405180602001604052805f81525061190d565b611756634a531f3360e01b611873565b61176663daf9067160e01b611873565b505050565b5f61177e6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117e1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118059190612013565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865afa158015611849573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061186d9190611eea565b92915050565b61187b6115ee565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6118b26001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03841660048201526001600160a01b03919091169063bf8e17979060240161182e565b6118f16115ee565b6116246119b2565b6119016115ee565b61190a816119e0565b50565b6119156115ee565b61191f82876119f1565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016119a883826122c5565b5050505050505050565b6119ba6115ee565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6119e86115ee565b61190a816112f1565b6119f96115ee565b611a0281611a67565b611a0a611b6f565b6001600160a01b038216611a315760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061238083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611a6f6115ee565b806001600160a01b03163b5f03611aa45760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611b1e575060408051601f3d908101601f19168201909252611b1b9181019061203d565b60015b611b465760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c8565b80610a0f5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016109c8565b611b776115ee565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611c01575f80fd5b81356001600160e01b031981168114611c18575f80fd5b9392505050565b80356001600160c01b031981168114611c36575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611c7157611c71611c3b565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611c9f57611c9f611c3b565b604052919050565b5f6001600160401b03821115611cbf57611cbf611c3b565b50601f01601f191660200190565b5f82601f830112611cdc575f80fd5b8135611cef611cea82611ca7565b611c77565b818152846020838601011115611d03575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611d30575f80fd5b611d3983611c1f565b915060208301356001600160401b03811115611d53575f80fd5b611d5f85828601611ccd565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611ddf608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611e23610100840182611d69565b949350505050565b5f60208284031215611e3b575f80fd5b81356001600160401b03811115611e50575f80fd5b611e2384828501611ccd565b6001600160a01b038116811461190a575f80fd5b5f8060408385031215611e81575f80fd5b8235611d3981611e5c565b5f60208284031215611e9c575f80fd5b8135611c1881611e5c565b60ff8116811461190a575f80fd5b5f8060408385031215611ec6575f80fd5b611ecf83611c1f565b91506020830135611edf81611ea7565b809150509250929050565b5f60208284031215611efa575f80fd5b8151611c1881611e5c565b6001600160601b0381511682525f602082015160406020850152611e236040850182611d69565b6001600160401b0360c01b83168152604060208201525f611e236040830184611f05565b5f60208284031215611f60575f80fd5b815162ffffff81168114611c18575f80fd5b80516001600160601b0381168114611c36575f80fd5b5f60208284031215611f98575f80fd5b611c1882611f72565b600181811c90821680611fb557607f821691505b602082108103611fd357634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b038116811461190a575f80fd5b5f60208284031215611ffd575f80fd5b8151611c1881611fd9565b8051611c3681611ea7565b5f60208284031215612023575f80fd5b8151611c1881611ea7565b80518015158114611c36575f80fd5b5f6020828403121561204d575f80fd5b611c188261202e565b8051611c3681611e5c565b5f82601f830112612070575f80fd5b815161207e611cea82611ca7565b818152846020838601011115612092575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156120be575f80fd5b81516001600160401b038111156120d3575f80fd5b8201604081850312156120e4575f80fd5b604080519081016001600160401b038111828210171561210657612106611c3b565b60405261211282611f72565b815260208201516001600160401b0381111561212c575f80fd5b61213886828501612061565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f61216a6060830185611f05565b905060ff83166040830152949350505050565b5f806040838503121561218e575f80fd5b825161219981611e5c565b6020840151909250611edf81611e5c565b5f602082840312156121ba575f80fd5b81516001600160401b038111156121cf575f80fd5b820160e081850312156121e0575f80fd5b6121e8611c4f565b6121f182611f72565b81526121ff60208301611f72565b602082015261221060408301612008565b60408201526122216060830161202e565b606082015261223260808301612056565b608082015261224360a08301612056565b60a082015260c08201516001600160401b03811115612260575f80fd5b61226c86828501612061565b60c083015250949350505050565b601f82111561176657805f5260205f20601f840160051c8101602085101561229f5750805b601f840160051c820191505b818110156122be575f81556001016122ab565b5050505050565b81516001600160401b038111156122de576122de611c3b565b6122f2816122ec8454611fa1565b8461227a565b6020601f821160018114612324575f831561230d5750848201515b5f19600385901b1c1916600184901b1784556122be565b5f84815260208120601f198516915b828110156123535787850151825560209485019460019092019101612333565b508482101561237057868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122048740e1b62cc23e74b2c7174fedcc454197ef30531bd9d97c2a80a7caecc078d64736f6c634300081a0033",
524
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6124b3806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610132575f3560e01c80636c741e78116100b4578063893d20e811610079578063893d20e8146102e25780638f997f6d146102ea5780638fb36037146102fd578063ada9652e1461031e578063b68d180914610332578063bf7e214f14610339575f80fd5b80636c741e781461027a57806376b707b71461029a5780637a9e5e4b146102b45780637cef4842146102c75780638899278a146102da575f80fd5b80631eff4b22116100fa5780631eff4b22146101dd578063329d6e741461021257806349bb9e4b146102255780635ab1bd5314610238578063644c45e01461025d575f80fd5b806301ffc9a714610136578063095e2b72146101775780630d8e6e2c1461018c5780630fec111c146101a8578063138461e0146101bd575b5f80fd5b610162610144366004611c96565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61018a610185366004611dbd565b610356565b005b610194610449565b60405162ffffff909116815260200161016e565b6101b06104d0565b60405161016e9190611e35565b6101c561065c565b6040516001600160601b03909116815260200161016e565b6102047f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016e565b61018a610220366004611ec9565b610666565b61018a610233366004611f0e565b6107b0565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161016e565b5f8051602061241e833981519152546001600160601b03166101c5565b6102826108ac565b6040516001600160401b03909116815260200161016e565b6102a2610938565b60405160ff909116815260200161016e565b61018a6102c2366004611f2a565b6109ac565b61018a6102d5366004611f53565b610a4d565b610204600381565b610245610b21565b61018a6102f8366004611dbd565b610c52565b610305610dd4565b6040516001600160e01b0319909116815260200161016e565b6102045f8051602061241e83398151915281565b600c6102a2565b5f8051602061243e833981519152546001600160a01b0316610245565b5f80610362600c610e09565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103e89190611f88565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610415929190611fca565b5f604051808303815f87803b15801561042c575f80fd5b505af115801561043e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb9190611fee565b905090565b6104d8611c59565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561054e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105729190612026565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105ba610b21565b6001600160a01b031681526020018260010180546105d79061203f565b80601f01602080910402602001604051908101604052809291908181526020018280546106039061203f565b801561064e5780601f106106255761010080835404028352916020019161064e565b820191905f5260205f20905b81548152906001019060200180831161063157829003601f168201915b505050505081525091505090565b5f6104cb30610ea5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610688610449565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156106c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ea919061208b565b5f8051602061245e8339815191528054600160401b900460ff168061071c575080546001600160401b03808416911610155b1561073a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556107648361109e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061245e8339815191528054600160401b810460ff1615906001600160401b03165f811580156107e15750825b90505f826001600160401b031660011480156107fc5750303b155b90508115801561080a575080155b156108285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561085257845460ff60401b1916600160401b1785555b61085c87876110a6565b83156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c6108d1610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610914573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb919061208b565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610988573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb91906120b1565b336109cb5f8051602061243e833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610a0b5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a40576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a02565b610a498261132b565b5050565b5f610a58600c610e09565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abc9190611f88565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610b0f575f80fd5b505af11580156108a3573d5f803e3d5ffd5b5f805f8051602061241e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bb191906120db565b15610c3c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c369190611f88565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c5d600c610e09565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc29190611f88565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610d12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d39919081019061214c565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da49190611f88565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b8152600401610415939291906121e4565b5f8051602061243e83398151915280545f9190600160a01b900460ff16610dfb575f610c36565b638fb3603760e01b91505090565b5f610e12611c59565b5f610e256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8d9190612026565b9250610e9b8385600161138b565b9395909450915050565b5f805f8051602061241e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3591906120db565b15610f615780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a02565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610fb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd791906120db565b610fff5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a02565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611051573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110759190612026565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b610132611654565b5f8051602061245e8339815191528054600160401b810460ff1615906001600160401b03165f811580156110d75750825b90505f826001600160401b031660011480156110f25750303b155b905081158015611100575080155b1561111e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561114857845460ff60401b1916600160401b1785555b5f808780602001905181019061115e919061221b565b9150915061116d82828b61168c565b611177600a6117d1565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6111af610449565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015611202573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061122691906120b1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611269573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128d9190611f88565b600380546001600160a01b0319166001600160a01b03929092169190911790556112b760026117d1565b600480546001600160a01b0319166001600160a01b03929092169190911790556112e763fa281c5d60e01b611868565b505083156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161089a565b5f8051602061243e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611393611c59565b5f806113a76001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113f4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261141b9190810190612248565b925060ff8516600b1461147957604083015160ff86811691161461147457604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b611515565b6114948360400151611489600c90565b60ff90811691161490565b806114aa57506114aa8360400151611489600f90565b806114c057506114c08360400151611489600e90565b806114d657506114d68360400151611489600d90565b61151557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b6115258360400151611489600c90565b1561153f57611538818460200151611894565b9150611550565b61154d81846020015161190c565b91505b831561164b57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611592573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b69190611f88565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156115fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061162291906120db565b1561164b57604051637d71120960e11b81526001600160601b0387166004820152602401610a02565b50935093915050565b5f8051602061245e83398151915254600160401b900460ff1661168a57604051631afcd79f60e31b815260040160405180910390fd5b565b611694611654565b61169c61198e565b6001600160a01b038216156116b9576116b48261199e565b611730565b5f6116c460026117d1565b905061172e816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611705573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117299190611f88565b61199e565b505b6117ac83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611770573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117949190612026565b60085f8560405180602001604052805f8152506119b2565b6117bc634a531f3360e01b611868565b6117cc63daf9067160e01b611868565b505050565b5f6117e46001546001600160a01b031690565b6001600160a01b031663d39e6043836117fb610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561183e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118629190611f88565b92915050565b611870611654565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa1580156118e1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119059190611f88565b9392505050565b6040516305247a1760e51b81526001600160601b03821660048201525f906119059084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561195e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119859190810190612248565b60200151611894565b611996611654565b61168a611a57565b6119a6611654565b6119af81611a85565b50565b6119ba611654565b6119c48683611a96565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611a4d8382612363565b5050505050505050565b611a5f611654565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611a8d611654565b6119af8161132b565b611a9e611654565b611aa782611b0c565b611aaf611c14565b6001600160a01b038116611ad65760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061241e83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611b14611654565b806001600160a01b03163b5f03611b495760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611bc3575060408051601f3d908101601f19168201909252611bc0918101906120db565b60015b611beb5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b80610a495760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a02565b611c1c611654565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611ca6575f80fd5b81356001600160e01b031981168114611905575f80fd5b80356001600160c01b031981168114611cd4575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611d0f57611d0f611cd9565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611d3d57611d3d611cd9565b604052919050565b5f6001600160401b03821115611d5d57611d5d611cd9565b50601f01601f191660200190565b5f82601f830112611d7a575f80fd5b8135611d8d611d8882611d45565b611d15565b818152846020838601011115611da1575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611dce575f80fd5b611dd783611cbd565b915060208301356001600160401b03811115611df1575f80fd5b611dfd85828601611d6b565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e7d608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611ec1610100840182611e07565b949350505050565b5f60208284031215611ed9575f80fd5b81356001600160401b03811115611eee575f80fd5b611ec184828501611d6b565b6001600160a01b03811681146119af575f80fd5b5f8060408385031215611f1f575f80fd5b8235611dd781611efa565b5f60208284031215611f3a575f80fd5b813561190581611efa565b60ff811681146119af575f80fd5b5f8060408385031215611f64575f80fd5b611f6d83611cbd565b91506020830135611f7d81611f45565b809150509250929050565b5f60208284031215611f98575f80fd5b815161190581611efa565b6001600160601b0381511682525f602082015160406020850152611ec16040850182611e07565b6001600160401b0360c01b83168152604060208201525f611ec16040830184611fa3565b5f60208284031215611ffe575f80fd5b815162ffffff81168114611905575f80fd5b80516001600160601b0381168114611cd4575f80fd5b5f60208284031215612036575f80fd5b61190582612010565b600181811c9082168061205357607f821691505b60208210810361207157634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b03811681146119af575f80fd5b5f6020828403121561209b575f80fd5b815161190581612077565b8051611cd481611f45565b5f602082840312156120c1575f80fd5b815161190581611f45565b80518015158114611cd4575f80fd5b5f602082840312156120eb575f80fd5b611905826120cc565b8051611cd481611efa565b5f82601f83011261210e575f80fd5b815161211c611d8882611d45565b818152846020838601011115612130575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561215c575f80fd5b81516001600160401b03811115612171575f80fd5b820160408185031215612182575f80fd5b604080519081016001600160401b03811182821017156121a4576121a4611cd9565b6040526121b082612010565b815260208201516001600160401b038111156121ca575f80fd5b6121d6868285016120ff565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f6122086060830185611fa3565b905060ff83166040830152949350505050565b5f806040838503121561222c575f80fd5b825161223781611efa565b6020840151909250611f7d81611efa565b5f60208284031215612258575f80fd5b81516001600160401b0381111561226d575f80fd5b820160e0818503121561227e575f80fd5b612286611ced565b61228f82612010565b815261229d60208301612010565b60208201526122ae604083016120a6565b60408201526122bf606083016120cc565b60608201526122d0608083016120f4565b60808201526122e160a083016120f4565b60a082015260c08201516001600160401b038111156122fe575f80fd5b61230a868285016120ff565b60c083015250949350505050565b601f8211156117cc57805f5260205f20601f840160051c8101602085101561233d5750805b601f840160051c820191505b8181101561235c575f8155600101612349565b5050505050565b81516001600160401b0381111561237c5761237c611cd9565b6123908161238a845461203f565b84612318565b6020601f8211600181146123c2575f83156123ab5750848201515b5f19600385901b1c1916600184901b17845561235c565b5f84815260208120601f198516915b828110156123f157878501518255602094850194600190920191016123d1565b508482101561240e57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220b231ff6062c20580676d7272b44f5b4620cda3cdf84efd7e97125acda4d2b33d64736f6c634300081a0033",
525
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610132575f3560e01c80636c741e78116100b4578063893d20e811610079578063893d20e8146102e25780638f997f6d146102ea5780638fb36037146102fd578063ada9652e1461031e578063b68d180914610332578063bf7e214f14610339575f80fd5b80636c741e781461027a57806376b707b71461029a5780637a9e5e4b146102b45780637cef4842146102c75780638899278a146102da575f80fd5b80631eff4b22116100fa5780631eff4b22146101dd578063329d6e741461021257806349bb9e4b146102255780635ab1bd5314610238578063644c45e01461025d575f80fd5b806301ffc9a714610136578063095e2b72146101775780630d8e6e2c1461018c5780630fec111c146101a8578063138461e0146101bd575b5f80fd5b610162610144366004611c96565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61018a610185366004611dbd565b610356565b005b610194610449565b60405162ffffff909116815260200161016e565b6101b06104d0565b60405161016e9190611e35565b6101c561065c565b6040516001600160601b03909116815260200161016e565b6102047f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016e565b61018a610220366004611ec9565b610666565b61018a610233366004611f0e565b6107b0565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161016e565b5f8051602061241e833981519152546001600160601b03166101c5565b6102826108ac565b6040516001600160401b03909116815260200161016e565b6102a2610938565b60405160ff909116815260200161016e565b61018a6102c2366004611f2a565b6109ac565b61018a6102d5366004611f53565b610a4d565b610204600381565b610245610b21565b61018a6102f8366004611dbd565b610c52565b610305610dd4565b6040516001600160e01b0319909116815260200161016e565b6102045f8051602061241e83398151915281565b600c6102a2565b5f8051602061243e833981519152546001600160a01b0316610245565b5f80610362600c610e09565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103e89190611f88565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610415929190611fca565b5f604051808303815f87803b15801561042c575f80fd5b505af115801561043e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb9190611fee565b905090565b6104d8611c59565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561054e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105729190612026565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105ba610b21565b6001600160a01b031681526020018260010180546105d79061203f565b80601f01602080910402602001604051908101604052809291908181526020018280546106039061203f565b801561064e5780601f106106255761010080835404028352916020019161064e565b820191905f5260205f20905b81548152906001019060200180831161063157829003601f168201915b505050505081525091505090565b5f6104cb30610ea5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610688610449565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156106c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ea919061208b565b5f8051602061245e8339815191528054600160401b900460ff168061071c575080546001600160401b03808416911610155b1561073a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556107648361109e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061245e8339815191528054600160401b810460ff1615906001600160401b03165f811580156107e15750825b90505f826001600160401b031660011480156107fc5750303b155b90508115801561080a575080155b156108285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561085257845460ff60401b1916600160401b1785555b61085c87876110a6565b83156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c6108d1610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610914573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb919061208b565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610988573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb91906120b1565b336109cb5f8051602061243e833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610a0b5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a40576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a02565b610a498261132b565b5050565b5f610a58600c610e09565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abc9190611f88565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610b0f575f80fd5b505af11580156108a3573d5f803e3d5ffd5b5f805f8051602061241e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bb191906120db565b15610c3c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c369190611f88565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c5d600c610e09565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc29190611f88565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610d12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d39919081019061214c565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da49190611f88565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b8152600401610415939291906121e4565b5f8051602061243e83398151915280545f9190600160a01b900460ff16610dfb575f610c36565b638fb3603760e01b91505090565b5f610e12611c59565b5f610e256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8d9190612026565b9250610e9b8385600161138b565b9395909450915050565b5f805f8051602061241e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3591906120db565b15610f615780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a02565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610fb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd791906120db565b610fff5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a02565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611051573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110759190612026565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b610132611654565b5f8051602061245e8339815191528054600160401b810460ff1615906001600160401b03165f811580156110d75750825b90505f826001600160401b031660011480156110f25750303b155b905081158015611100575080155b1561111e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561114857845460ff60401b1916600160401b1785555b5f808780602001905181019061115e919061221b565b9150915061116d82828b61168c565b611177600a6117d1565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6111af610449565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015611202573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061122691906120b1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611269573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128d9190611f88565b600380546001600160a01b0319166001600160a01b03929092169190911790556112b760026117d1565b600480546001600160a01b0319166001600160a01b03929092169190911790556112e763fa281c5d60e01b611868565b505083156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161089a565b5f8051602061243e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611393611c59565b5f806113a76001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113f4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261141b9190810190612248565b925060ff8516600b1461147957604083015160ff86811691161461147457604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b611515565b6114948360400151611489600c90565b60ff90811691161490565b806114aa57506114aa8360400151611489600f90565b806114c057506114c08360400151611489600e90565b806114d657506114d68360400151611489600d90565b61151557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b6115258360400151611489600c90565b1561153f57611538818460200151611894565b9150611550565b61154d81846020015161190c565b91505b831561164b57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611592573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115b69190611f88565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156115fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061162291906120db565b1561164b57604051637d71120960e11b81526001600160601b0387166004820152602401610a02565b50935093915050565b5f8051602061245e83398151915254600160401b900460ff1661168a57604051631afcd79f60e31b815260040160405180910390fd5b565b611694611654565b61169c61198e565b6001600160a01b038216156116b9576116b48261199e565b611730565b5f6116c460026117d1565b905061172e816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611705573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117299190611f88565b61199e565b505b6117ac83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611770573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117949190612026565b60085f8560405180602001604052805f8152506119b2565b6117bc634a531f3360e01b611868565b6117cc63daf9067160e01b611868565b505050565b5f6117e46001546001600160a01b031690565b6001600160a01b031663d39e6043836117fb610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561183e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118629190611f88565b92915050565b611870611654565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa1580156118e1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119059190611f88565b9392505050565b6040516305247a1760e51b81526001600160601b03821660048201525f906119059084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561195e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119859190810190612248565b60200151611894565b611996611654565b61168a611a57565b6119a6611654565b6119af81611a85565b50565b6119ba611654565b6119c48683611a96565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611a4d8382612363565b5050505050505050565b611a5f611654565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611a8d611654565b6119af8161132b565b611a9e611654565b611aa782611b0c565b611aaf611c14565b6001600160a01b038116611ad65760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061241e83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611b14611654565b806001600160a01b03163b5f03611b495760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611bc3575060408051601f3d908101601f19168201909252611bc0918101906120db565b60015b611beb5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b80610a495760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a02565b611c1c611654565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611ca6575f80fd5b81356001600160e01b031981168114611905575f80fd5b80356001600160c01b031981168114611cd4575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611d0f57611d0f611cd9565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611d3d57611d3d611cd9565b604052919050565b5f6001600160401b03821115611d5d57611d5d611cd9565b50601f01601f191660200190565b5f82601f830112611d7a575f80fd5b8135611d8d611d8882611d45565b611d15565b818152846020838601011115611da1575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611dce575f80fd5b611dd783611cbd565b915060208301356001600160401b03811115611df1575f80fd5b611dfd85828601611d6b565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e7d608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611ec1610100840182611e07565b949350505050565b5f60208284031215611ed9575f80fd5b81356001600160401b03811115611eee575f80fd5b611ec184828501611d6b565b6001600160a01b03811681146119af575f80fd5b5f8060408385031215611f1f575f80fd5b8235611dd781611efa565b5f60208284031215611f3a575f80fd5b813561190581611efa565b60ff811681146119af575f80fd5b5f8060408385031215611f64575f80fd5b611f6d83611cbd565b91506020830135611f7d81611f45565b809150509250929050565b5f60208284031215611f98575f80fd5b815161190581611efa565b6001600160601b0381511682525f602082015160406020850152611ec16040850182611e07565b6001600160401b0360c01b83168152604060208201525f611ec16040830184611fa3565b5f60208284031215611ffe575f80fd5b815162ffffff81168114611905575f80fd5b80516001600160601b0381168114611cd4575f80fd5b5f60208284031215612036575f80fd5b61190582612010565b600181811c9082168061205357607f821691505b60208210810361207157634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b03811681146119af575f80fd5b5f6020828403121561209b575f80fd5b815161190581612077565b8051611cd481611f45565b5f602082840312156120c1575f80fd5b815161190581611f45565b80518015158114611cd4575f80fd5b5f602082840312156120eb575f80fd5b611905826120cc565b8051611cd481611efa565b5f82601f83011261210e575f80fd5b815161211c611d8882611d45565b818152846020838601011115612130575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561215c575f80fd5b81516001600160401b03811115612171575f80fd5b820160408185031215612182575f80fd5b604080519081016001600160401b03811182821017156121a4576121a4611cd9565b6040526121b082612010565b815260208201516001600160401b038111156121ca575f80fd5b6121d6868285016120ff565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f6122086060830185611fa3565b905060ff83166040830152949350505050565b5f806040838503121561222c575f80fd5b825161223781611efa565b6020840151909250611f7d81611efa565b5f60208284031215612258575f80fd5b81516001600160401b0381111561226d575f80fd5b820160e0818503121561227e575f80fd5b612286611ced565b61228f82612010565b815261229d60208301612010565b60208201526122ae604083016120a6565b60408201526122bf606083016120cc565b60608201526122d0608083016120f4565b60808201526122e160a083016120f4565b60a082015260c08201516001600160401b038111156122fe575f80fd5b61230a868285016120ff565b60c083015250949350505050565b601f8211156117cc57805f5260205f20601f840160051c8101602085101561233d5750805b601f840160051c820191505b8181101561235c575f8155600101612349565b5050505050565b81516001600160401b0381111561237c5761237c611cd9565b6123908161238a845461203f565b84612318565b6020601f8211600181146123c2575f83156123ab5750848201515b5f19600385901b1c1916600184901b17845561235c565b5f84815260208120601f198516915b828110156123f157878501518255602094850194600190920191016123d1565b508482101561240e57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220b231ff6062c20580676d7272b44f5b4620cda3cdf84efd7e97125acda4d2b33d64736f6c634300081a0033",
500
526
  "linkReferences": {
501
527
  "contracts/type/NftId.sol": {
502
528
  "NftIdLib": [
503
529
  {
504
530
  "length": 20,
505
- "start": 1455
531
+ "start": 1503
506
532
  },
507
533
  {
508
534
  "length": 20,
509
- "start": 3057
535
+ "start": 3115
510
536
  },
511
537
  {
512
538
  "length": 20,
513
- "start": 3957
539
+ "start": 4015
514
540
  }
515
541
  ]
516
542
  },
@@ -518,7 +544,7 @@
518
544
  "RoleIdLib": [
519
545
  {
520
546
  "length": 20,
521
- "start": 2389
547
+ "start": 2437
522
548
  }
523
549
  ]
524
550
  },
@@ -526,25 +552,21 @@
526
552
  "VersionLib": [
527
553
  {
528
554
  "length": 20,
529
- "start": 1301
555
+ "start": 1349
530
556
  },
531
557
  {
532
558
  "length": 20,
533
- "start": 1806
559
+ "start": 1854
534
560
  },
535
561
  {
536
562
  "length": 20,
537
- "start": 4710
563
+ "start": 4768
538
564
  }
539
565
  ],
540
566
  "VersionPartLib": [
541
567
  {
542
568
  "length": 20,
543
- "start": 2437
544
- },
545
- {
546
- "length": 20,
547
- "start": 6271
569
+ "start": 2598
548
570
  }
549
571
  ]
550
572
  }
@@ -554,15 +576,15 @@
554
576
  "NftIdLib": [
555
577
  {
556
578
  "length": 20,
557
- "start": 1241
579
+ "start": 1289
558
580
  },
559
581
  {
560
582
  "length": 20,
561
- "start": 2843
583
+ "start": 2901
562
584
  },
563
585
  {
564
586
  "length": 20,
565
- "start": 3743
587
+ "start": 3801
566
588
  }
567
589
  ]
568
590
  },
@@ -570,7 +592,7 @@
570
592
  "RoleIdLib": [
571
593
  {
572
594
  "length": 20,
573
- "start": 2175
595
+ "start": 2223
574
596
  }
575
597
  ]
576
598
  },
@@ -578,25 +600,21 @@
578
600
  "VersionLib": [
579
601
  {
580
602
  "length": 20,
581
- "start": 1087
603
+ "start": 1135
582
604
  },
583
605
  {
584
606
  "length": 20,
585
- "start": 1592
607
+ "start": 1640
586
608
  },
587
609
  {
588
610
  "length": 20,
589
- "start": 4496
611
+ "start": 4554
590
612
  }
591
613
  ],
592
614
  "VersionPartLib": [
593
615
  {
594
616
  "length": 20,
595
- "start": 2223
596
- },
597
- {
598
- "length": 20,
599
- "start": 6057
617
+ "start": 2384
600
618
  }
601
619
  ]
602
620
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/f90bcbaa9ca55b0412d03941e3ade3a7.json"
3
+ "buildInfo": "../../../build-info/97b001a2aaea2b7f0a3eb9620c5ae1c1.json"
4
4
  }