@etherisc/gif-next 0.0.2-abde86b-349 → 0.0.2-acc7efa-771

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 (398) 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 +154 -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 +94 -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 +72 -60
  27. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  28. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +81 -58
  29. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  30. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +29 -0
  31. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  32. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  33. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  34. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1501 -0
  35. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  36. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
  37. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  38. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2042 -0
  39. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  40. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
  41. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  42. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  43. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
  44. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +156 -96
  45. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
  46. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +137 -77
  47. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
  48. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +213 -135
  49. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
  50. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +518 -171
  51. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  52. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
  53. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  54. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +53 -31
  55. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  56. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +29 -84
  57. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  58. package/artifacts/contracts/instance/Instance.sol/Instance.json +62 -40
  59. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  60. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +148 -118
  61. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  62. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +57 -97
  63. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  64. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +113 -130
  65. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  66. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +72 -130
  67. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  68. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +48 -40
  69. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  70. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +174 -103
  71. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  72. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
  73. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  74. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  75. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
  76. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  77. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +46 -5
  78. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  79. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
  80. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
  81. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  82. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  83. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  84. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  85. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  86. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  87. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  88. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +135 -75
  89. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  90. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +77 -17
  91. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  92. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  93. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +76 -53
  94. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  95. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +43 -9
  96. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  97. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +89 -53
  98. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  99. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +86 -47
  100. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  101. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +48 -36
  102. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  103. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +89 -71
  104. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  105. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +82 -22
  106. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  107. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +180 -82
  108. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  109. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +90 -58
  110. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  111. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +53 -0
  112. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  113. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +76 -58
  114. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  115. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +136 -120
  116. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  117. package/artifacts/contracts/pool/Pool.sol/Pool.json +89 -58
  118. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  119. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +209 -180
  120. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  121. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +63 -47
  122. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  123. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +66 -32
  124. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  125. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +45 -33
  126. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  127. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +134 -54
  128. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  129. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +77 -17
  130. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  131. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +167 -82
  132. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  133. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +82 -58
  134. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  135. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +29 -0
  136. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  137. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +56 -0
  138. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  139. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +58 -0
  140. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  141. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +80 -51
  142. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  143. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +121 -54
  144. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
  145. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +29 -0
  146. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  147. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +139 -60
  148. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  149. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +67 -47
  150. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  151. package/artifacts/contracts/product/PricingService.sol/PricingService.json +149 -107
  152. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  153. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +61 -45
  154. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  155. package/artifacts/contracts/product/Product.sol/Product.json +134 -54
  156. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
  157. package/artifacts/contracts/product/RiskService.sol/RiskService.json +60 -26
  158. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
  159. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +42 -30
  160. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  161. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
  162. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  163. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +48 -15
  164. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  165. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +114 -35
  166. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  167. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
  168. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  169. package/artifacts/contracts/registry/Registry.sol/Registry.json +92 -51
  170. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  171. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +193 -165
  172. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  173. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +145 -61
  174. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  175. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +41 -29
  176. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  177. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +47 -6
  178. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  179. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +121 -223
  180. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  181. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +66 -8
  182. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  183. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
  184. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  185. package/artifacts/contracts/shared/Component.sol/Component.json +68 -28
  186. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  187. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +350 -155
  188. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  189. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +83 -63
  190. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
  191. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +42 -0
  192. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
  193. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +2 -2
  194. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  195. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +55 -28
  196. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  197. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +321 -19
  198. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  199. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +76 -53
  200. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  201. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +36 -0
  202. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  203. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +36 -0
  204. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  205. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +16 -0
  206. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  207. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  208. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +29 -0
  209. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  210. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  211. package/artifacts/contracts/shared/IService.sol/IService.json +29 -0
  212. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
  213. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  214. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +89 -53
  215. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  216. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +42 -1
  217. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  218. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +42 -1
  219. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  220. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
  221. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  222. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +18 -2
  223. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  224. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
  225. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  226. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +66 -8
  227. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  228. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
  229. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  230. package/artifacts/contracts/shared/Service.sol/Service.json +42 -0
  231. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  232. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
  233. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
  234. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
  235. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  236. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +55 -28
  237. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  238. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +29 -21
  239. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +1 -1
  240. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +2 -2
  241. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  242. package/artifacts/contracts/staking/Staking.sol/Staking.json +138 -78
  243. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
  244. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +46 -5
  245. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  246. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +68 -42
  247. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  248. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +7 -12
  249. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  250. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +66 -53
  251. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  252. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +45 -33
  253. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  254. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +144 -103
  255. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  256. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +2 -2
  257. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  258. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  259. package/artifacts/contracts/type/Amount.sol/AmountLib.json +32 -8
  260. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  261. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  262. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +28 -4
  263. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  264. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
  265. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  266. package/artifacts/contracts/type/Fee.sol/FeeLib.json +2 -2
  267. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  268. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
  269. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  270. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
  271. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  272. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
  273. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  274. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +2 -2
  275. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  276. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
  277. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  278. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
  279. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  280. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
  281. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  282. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +60 -4
  283. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  284. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +2 -2
  285. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  286. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  287. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  288. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  289. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +15 -2
  290. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  291. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  292. package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
  293. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  294. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  295. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  296. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
  297. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  298. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +28 -12
  299. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  300. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
  301. package/contracts/authorization/AccessAdmin.sol +65 -61
  302. package/contracts/authorization/Authorization.sol +106 -38
  303. package/contracts/authorization/IAccess.sol +1 -0
  304. package/contracts/authorization/IAccessAdmin.sol +4 -2
  305. package/contracts/authorization/IAuthorization.sol +13 -7
  306. package/contracts/authorization/IServiceAuthorization.sol +3 -1
  307. package/contracts/authorization/ReleaseAccessManager.sol +38 -0
  308. package/contracts/authorization/ServiceAuthorization.sol +26 -10
  309. package/contracts/distribution/BasicDistribution.sol +2 -1
  310. package/contracts/distribution/Distribution.sol +6 -16
  311. package/contracts/distribution/DistributionService.sol +52 -34
  312. package/contracts/distribution/IDistributionComponent.sol +1 -1
  313. package/contracts/examples/fire/DamageLevel.sol +59 -0
  314. package/contracts/examples/fire/FirePool.sol +87 -0
  315. package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
  316. package/contracts/examples/fire/FireProduct.sol +428 -0
  317. package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
  318. package/contracts/examples/fire/FireUSD.sol +26 -0
  319. package/contracts/examples/unpermissioned/SimpleDistribution.sol +4 -4
  320. package/contracts/examples/unpermissioned/SimpleOracle.sol +4 -4
  321. package/contracts/examples/unpermissioned/SimplePool.sol +11 -6
  322. package/contracts/examples/unpermissioned/SimpleProduct.sol +17 -23
  323. package/contracts/instance/IInstance.sol +4 -1
  324. package/contracts/instance/IInstanceService.sol +0 -20
  325. package/contracts/instance/Instance.sol +20 -17
  326. package/contracts/instance/InstanceAdmin.sol +16 -27
  327. package/contracts/instance/InstanceAuthorizationV3.sol +9 -19
  328. package/contracts/instance/InstanceReader.sol +9 -33
  329. package/contracts/instance/InstanceService.sol +13 -68
  330. package/contracts/instance/module/IComponents.sol +7 -4
  331. package/contracts/oracle/BasicOracle.sol +0 -1
  332. package/contracts/oracle/IOracleService.sol +2 -1
  333. package/contracts/oracle/Oracle.sol +4 -15
  334. package/contracts/oracle/OracleService.sol +37 -27
  335. package/contracts/pool/BasicPool.sol +18 -28
  336. package/contracts/pool/BasicPoolAuthorization.sol +0 -1
  337. package/contracts/pool/BundleService.sol +24 -1
  338. package/contracts/pool/IBundleService.sol +9 -0
  339. package/contracts/pool/IPoolService.sol +2 -6
  340. package/contracts/pool/Pool.sol +17 -41
  341. package/contracts/pool/PoolService.sol +41 -64
  342. package/contracts/product/BasicProduct.sol +8 -12
  343. package/contracts/product/BasicProductAuthorization.sol +0 -1
  344. package/contracts/product/ClaimService.sol +46 -28
  345. package/contracts/product/IClaimService.sol +2 -1
  346. package/contracts/product/IPolicyService.sol +3 -0
  347. package/contracts/product/IPricingService.sol +9 -9
  348. package/contracts/product/IProductComponent.sol +6 -0
  349. package/contracts/product/PolicyService.sol +50 -13
  350. package/contracts/product/PricingService.sol +4 -7
  351. package/contracts/product/Product.sol +54 -55
  352. package/contracts/registry/ChainNft.sol +6 -9
  353. package/contracts/registry/IRegistry.sol +4 -3
  354. package/contracts/registry/IRegistryService.sol +6 -4
  355. package/contracts/registry/ITransferInterceptor.sol +1 -2
  356. package/contracts/registry/Registry.sol +14 -4
  357. package/contracts/registry/RegistryAdmin.sol +7 -23
  358. package/contracts/registry/RegistryService.sol +37 -55
  359. package/contracts/registry/ReleaseLifecycle.sol +6 -3
  360. package/contracts/registry/ReleaseRegistry.sol +201 -191
  361. package/contracts/registry/ServiceAuthorizationV3.sol +14 -19
  362. package/contracts/shared/Component.sol +25 -28
  363. package/contracts/shared/ComponentService.sol +224 -130
  364. package/contracts/shared/ComponentVerifyingService.sol +22 -12
  365. package/contracts/shared/IComponent.sol +6 -2
  366. package/contracts/shared/IComponentService.sol +25 -13
  367. package/contracts/shared/IInstanceLinkedComponent.sol +3 -11
  368. package/contracts/shared/ILifecycle.sol +3 -1
  369. package/contracts/shared/INftOwnable.sol +2 -0
  370. package/contracts/shared/IRegisterable.sol +11 -0
  371. package/contracts/shared/InstanceLinkedComponent.sol +67 -25
  372. package/contracts/shared/KeyValueStore.sol +1 -1
  373. package/contracts/shared/Lifecycle.sol +15 -4
  374. package/contracts/shared/NftOwnable.sol +19 -3
  375. package/contracts/shared/Registerable.sol +15 -5
  376. package/contracts/shared/Service.sol +4 -7
  377. package/contracts/staking/IStakingService.sol +0 -3
  378. package/contracts/staking/Staking.sol +2 -3
  379. package/contracts/staking/StakingReader.sol +12 -5
  380. package/contracts/staking/StakingService.sol +1 -15
  381. package/contracts/type/Amount.sol +15 -0
  382. package/contracts/type/ClaimId.sol +6 -1
  383. package/contracts/type/NftId.sol +1 -0
  384. package/contracts/type/ObjectType.sol +1 -0
  385. package/contracts/type/RiskId.sol +15 -1
  386. package/contracts/type/RoleId.sol +0 -12
  387. package/contracts/type/StateId.sol +14 -1
  388. package/contracts/upgradeability/ProxyManager.sol +2 -1
  389. package/package.json +2 -1
  390. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +0 -4
  391. package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +0 -290
  392. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +0 -4
  393. package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +0 -390
  394. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +0 -4
  395. package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +0 -39
  396. package/contracts/authorization/IModuleAuthorization.sol +0 -21
  397. package/contracts/authorization/ModuleAuthorization.sol +0 -78
  398. package/contracts/shared/InitializableCustom.sol +0 -177
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/611214afb9dd0633def7529ada90c109.json"
3
+ "buildInfo": "../../../build-info/b9e8fb3b60d7fbdb59325c0d9e29453c.json"
4
4
  }
@@ -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",
63
+ "type": "error"
64
+ },
65
+ {
66
+ "inputs": [],
67
+ "name": "ErrorComponentProductNftIdZero",
69
68
  "type": "error"
70
69
  },
71
70
  {
72
71
  "inputs": [],
73
- "name": "ErrorComponentProductNftAlreadySet",
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
  {
@@ -120,6 +151,22 @@
120
151
  "name": "ErrorNftOwnableInitialOwnerZero",
121
152
  "type": "error"
122
153
  },
154
+ {
155
+ "inputs": [
156
+ {
157
+ "internalType": "NftId",
158
+ "name": "nftId",
159
+ "type": "uint96"
160
+ },
161
+ {
162
+ "internalType": "ObjectType",
163
+ "name": "expectedObjectType",
164
+ "type": "uint8"
165
+ }
166
+ ],
167
+ "name": "ErrorNftOwnableInvalidType",
168
+ "type": "error"
169
+ },
123
170
  {
124
171
  "inputs": [
125
172
  {
@@ -192,6 +239,12 @@
192
239
  "internalType": "Amount",
193
240
  "name": "limit",
194
241
  "type": "uint96"
242
+ },
243
+ {
244
+ "indexed": false,
245
+ "internalType": "bool",
246
+ "name": "isMaxAmount",
247
+ "type": "bool"
195
248
  }
196
249
  ],
197
250
  "name": "LogComponentTokenHandlerApproved",
@@ -254,6 +307,19 @@
254
307
  "stateMutability": "view",
255
308
  "type": "function"
256
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
+ },
257
323
  {
258
324
  "inputs": [],
259
325
  "name": "INSTANCE_LINKED_COMPONENT_LOCATION_V1",
@@ -452,11 +518,6 @@
452
518
  "name": "name",
453
519
  "type": "string"
454
520
  },
455
- {
456
- "internalType": "NftId",
457
- "name": "productNftId",
458
- "type": "uint96"
459
- },
460
521
  {
461
522
  "internalType": "contract IERC20Metadata",
462
523
  "name": "token",
@@ -497,11 +558,6 @@
497
558
  "name": "name",
498
559
  "type": "string"
499
560
  },
500
- {
501
- "internalType": "NftId",
502
- "name": "productNftId",
503
- "type": "uint96"
504
- },
505
561
  {
506
562
  "internalType": "contract IERC20Metadata",
507
563
  "name": "token",
@@ -587,20 +643,45 @@
587
643
  "outputs": [
588
644
  {
589
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
+ },
590
671
  {
591
672
  "internalType": "NftId",
592
- "name": "distributionNftId",
673
+ "name": "poolNftId",
593
674
  "type": "uint96"
594
675
  },
595
676
  {
596
677
  "internalType": "NftId",
597
- "name": "poolNftId",
678
+ "name": "distributionNftId",
598
679
  "type": "uint96"
599
680
  },
600
681
  {
601
- "internalType": "bool",
602
- "name": "isProcessingFundedClaims",
603
- "type": "bool"
682
+ "internalType": "NftId[]",
683
+ "name": "oracleNftId",
684
+ "type": "uint96[]"
604
685
  },
605
686
  {
606
687
  "components": [
@@ -784,12 +865,12 @@
784
865
  },
785
866
  {
786
867
  "inputs": [],
787
- "name": "getProductNftId",
868
+ "name": "getRegistry",
788
869
  "outputs": [
789
870
  {
790
- "internalType": "NftId",
791
- "name": "productNftId",
792
- "type": "uint96"
871
+ "internalType": "contract IRegistry",
872
+ "name": "",
873
+ "type": "address"
793
874
  }
794
875
  ],
795
876
  "stateMutability": "view",
@@ -797,15 +878,15 @@
797
878
  },
798
879
  {
799
880
  "inputs": [],
800
- "name": "getRegistry",
881
+ "name": "getRelease",
801
882
  "outputs": [
802
883
  {
803
- "internalType": "contract IRegistry",
804
- "name": "",
805
- "type": "address"
884
+ "internalType": "VersionPart",
885
+ "name": "release",
886
+ "type": "uint8"
806
887
  }
807
888
  ],
808
- "stateMutability": "view",
889
+ "stateMutability": "pure",
809
890
  "type": "function"
810
891
  },
811
892
  {
@@ -906,24 +987,6 @@
906
987
  "stateMutability": "nonpayable",
907
988
  "type": "function"
908
989
  },
909
- {
910
- "inputs": [
911
- {
912
- "internalType": "address",
913
- "name": "to",
914
- "type": "address"
915
- },
916
- {
917
- "internalType": "uint256",
918
- "name": "tokenId",
919
- "type": "uint256"
920
- }
921
- ],
922
- "name": "nftMint",
923
- "outputs": [],
924
- "stateMutability": "nonpayable",
925
- "type": "function"
926
- },
927
990
  {
928
991
  "inputs": [
929
992
  {
@@ -940,6 +1003,11 @@
940
1003
  "internalType": "uint256",
941
1004
  "name": "tokenId",
942
1005
  "type": "uint256"
1006
+ },
1007
+ {
1008
+ "internalType": "address",
1009
+ "name": "operator",
1010
+ "type": "address"
943
1011
  }
944
1012
  ],
945
1013
  "name": "nftTransferFrom",
@@ -971,9 +1039,21 @@
971
1039
  "type": "function"
972
1040
  },
973
1041
  {
974
- "inputs": [],
975
- "name": "register",
976
- "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
+ ],
977
1057
  "stateMutability": "nonpayable",
978
1058
  "type": "function"
979
1059
  },
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/611214afb9dd0633def7529ada90c109.json"
3
+ "buildInfo": "../../../build-info/b9e8fb3b60d7fbdb59325c0d9e29453c.json"
4
4
  }
@@ -100,6 +100,22 @@
100
100
  "name": "ErrorNftOwnableInitialOwnerZero",
101
101
  "type": "error"
102
102
  },
103
+ {
104
+ "inputs": [
105
+ {
106
+ "internalType": "NftId",
107
+ "name": "nftId",
108
+ "type": "uint96"
109
+ },
110
+ {
111
+ "internalType": "ObjectType",
112
+ "name": "expectedObjectType",
113
+ "type": "uint8"
114
+ }
115
+ ],
116
+ "name": "ErrorNftOwnableInvalidType",
117
+ "type": "error"
118
+ },
103
119
  {
104
120
  "inputs": [
105
121
  {
@@ -168,6 +184,19 @@
168
184
  "name": "Initialized",
169
185
  "type": "event"
170
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
+ },
171
200
  {
172
201
  "inputs": [],
173
202
  "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
@@ -327,6 +356,19 @@
327
356
  "stateMutability": "view",
328
357
  "type": "function"
329
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
+ },
330
372
  {
331
373
  "inputs": [],
332
374
  "name": "getRoleId",
@@ -479,22 +521,22 @@
479
521
  "type": "function"
480
522
  }
481
523
  ],
482
- "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b612415806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061011c575f3560e01c8063644c45e0116100a95780638f997f6d1161006e5780638f997f6d146102b25780638fb36037146102c5578063ada9652e146102e6578063b68d1809146102fa578063bf7e214f14610309575f80fd5b8063644c45e0146102475780636c741e78146102645780637a9e5e4b146102845780637cef484214610297578063893d20e8146102aa575f80fd5b8063138461e0116100ef578063138461e0146101a75780631eff4b22146101c7578063329d6e74146101fc57806349bb9e4b1461020f5780635ab1bd5314610222575f80fd5b806301ffc9a714610120578063095e2b72146101615780630d8e6e2c146101765780630fec111c14610192575b5f80fd5b61014c61012e366004611bf1565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f366004611d1f565b610326565b005b61017e610419565b60405162ffffff9091168152602001610158565b61019a6104a0565b6040516101589190611d97565b6101af61062c565b6040516001600160601b039091168152602001610158565b6101ee7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610158565b61017461020a366004611e2b565b610636565b61017461021d366004611e70565b610780565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610158565b5f80516020612380833981519152546001600160601b03166101af565b61026c61087c565b6040516001600160401b039091168152602001610158565b610174610292366004611e8c565b610972565b6101746102a5366004611eb5565b610a13565b61022f610ae7565b6101746102c0366004611d1f565b610c18565b6102cd610d9a565b6040516001600160e01b03199091168152602001610158565b6101ee5f8051602061238083398151915281565b604051600c8152602001610158565b5f805160206123a0833981519152546001600160a01b031661022f565b5f80610332600c610dcf565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610394573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103b89190611eea565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b81526004016103e5929190611f2c565b5f604051808303815f87803b1580156103fc575f80fd5b505af115801561040e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610477573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049b9190611f50565b905090565b6104a8611bb4565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561051e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105429190611f88565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161058a610ae7565b6001600160a01b031681526020018260010180546105a790611fa1565b80601f01602080910402602001604051908101604052809291908181526020018280546105d390611fa1565b801561061e5780601f106105f55761010080835404028352916020019161061e565b820191905f5260205f20905b81548152906001019060200180831161060157829003601f168201915b505050505081525091505090565b5f61049b30610e6b565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610658610419565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610696573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ba9190611fed565b5f805160206123c08339815191528054600160401b900460ff16806106ec575080546001600160401b03808416911610155b1561070a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561073483611064565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206123c08339815191528054600160401b810460ff1615906001600160401b03165f811580156107b15750825b90505f826001600160401b031660011480156107cc5750303b155b9050811580156107da575080155b156107f85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561082257845460ff60401b1916600160401b1785555b61082c878761106c565b831561087357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156108e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090b9190612013565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561094e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049b9190611fed565b336109915f805160206123a0833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146109d15760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a06576040516361798f2f60e11b81526001600160a01b03831660048201526024016109c8565b610a0f826112f1565b5050565b5f610a1e600c610dcf565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a829190611eea565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610ad5575f80fd5b505af1158015610873573d5f803e3d5ffd5b5f805f8051602061238083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b77919061203d565b15610c02576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610bd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bfc9190611eea565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c23600c610dcf565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c889190611eea565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610cd8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610cff91908101906120ae565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d6a9190611eea565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b81526004016103e593929190612146565b5f805160206123a083398151915280545f9190600160a01b900460ff16610dc1575f610bfc565b638fb3603760e01b91505090565b5f610dd8611bb4565b5f610deb6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e539190611f88565b9250610e6183856001611351565b9395909450915050565b5f805f8051602061238083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610ed7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efb919061203d565b15610f275780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016109c8565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610f79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f9d919061203d565b610fc55760405163b9304b0d60e01b81526001600160a01b03841660048201526024016109c8565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611017573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103b9190611f88565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61011c6115ee565b5f805160206123c08339815191528054600160401b810460ff1615906001600160401b03165f8115801561109d5750825b90505f826001600160401b031660011480156110b85750303b155b9050811580156110c6575080155b156110e45760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561110e57845460ff60401b1916600160401b1785555b5f8087806020019051810190611124919061217d565b9150915061113382828b611626565b61113d600a61176b565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f611175610419565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af41580156111c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ec9190612013565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561122f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112539190611eea565b600380546001600160a01b0319166001600160a01b039290921691909117905561127d600261176b565b600480546001600160a01b0319166001600160a01b03929092169190911790556112ad63fa281c5d60e01b611873565b5050831561087357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161086a565b5f805160206123a083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611359611bb4565b5f8061136d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113ba573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113e191908101906121aa565b925060ff8516600b1461143f57604083015160ff86811691161461143a57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109c8565b6114db565b61145a836040015161144f600c90565b60ff90811691161490565b806114705750611470836040015161144f600f90565b806114865750611486836040015161144f600e90565b8061149c575061149c836040015161144f600d90565b6114db57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109c8565b6114e8836020015161189f565b915083156115e557816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561152c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115509190611eea565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611598573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115bc919061203d565b156115e557604051637d71120960e11b81526001600160601b03871660048201526024016109c8565b50935093915050565b5f805160206123c083398151915254600160401b900460ff1661162457604051631afcd79f60e31b815260040160405180910390fd5b565b61162e6115ee565b6116366118e9565b6001600160a01b038216156116535761164e826118f9565b6116ca565b5f61165e600261176b565b90506116c8816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561169f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116c39190611eea565b6118f9565b505b61174683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561170a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061172e9190611f88565b60085f8560405180602001604052805f81525061190d565b611756634a531f3360e01b611873565b61176663daf9067160e01b611873565b505050565b5f61177e6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117e1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118059190612013565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865afa158015611849573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061186d9190611eea565b92915050565b61187b6115ee565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6118b26001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03841660048201526001600160a01b03919091169063bf8e17979060240161182e565b6118f16115ee565b6116246119b2565b6119016115ee565b61190a816119e0565b50565b6119156115ee565b61191f82876119f1565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016119a883826122c5565b5050505050505050565b6119ba6115ee565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6119e86115ee565b61190a816112f1565b6119f96115ee565b611a0281611a67565b611a0a611b6f565b6001600160a01b038216611a315760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061238083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611a6f6115ee565b806001600160a01b03163b5f03611aa45760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152634871d8b760e11b60048201526301ffc9a790602401602060405180830381865afa925050508015611b1e575060408051601f3d908101601f19168201909252611b1b9181019061203d565b60015b611b465760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c8565b80610a0f5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016109c8565b611b776115ee565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611c01575f80fd5b81356001600160e01b031981168114611c18575f80fd5b9392505050565b80356001600160c01b031981168114611c36575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611c7157611c71611c3b565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611c9f57611c9f611c3b565b604052919050565b5f6001600160401b03821115611cbf57611cbf611c3b565b50601f01601f191660200190565b5f82601f830112611cdc575f80fd5b8135611cef611cea82611ca7565b611c77565b818152846020838601011115611d03575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611d30575f80fd5b611d3983611c1f565b915060208301356001600160401b03811115611d53575f80fd5b611d5f85828601611ccd565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611ddf608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611e23610100840182611d69565b949350505050565b5f60208284031215611e3b575f80fd5b81356001600160401b03811115611e50575f80fd5b611e2384828501611ccd565b6001600160a01b038116811461190a575f80fd5b5f8060408385031215611e81575f80fd5b8235611d3981611e5c565b5f60208284031215611e9c575f80fd5b8135611c1881611e5c565b60ff8116811461190a575f80fd5b5f8060408385031215611ec6575f80fd5b611ecf83611c1f565b91506020830135611edf81611ea7565b809150509250929050565b5f60208284031215611efa575f80fd5b8151611c1881611e5c565b6001600160601b0381511682525f602082015160406020850152611e236040850182611d69565b6001600160401b0360c01b83168152604060208201525f611e236040830184611f05565b5f60208284031215611f60575f80fd5b815162ffffff81168114611c18575f80fd5b80516001600160601b0381168114611c36575f80fd5b5f60208284031215611f98575f80fd5b611c1882611f72565b600181811c90821680611fb557607f821691505b602082108103611fd357634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b038116811461190a575f80fd5b5f60208284031215611ffd575f80fd5b8151611c1881611fd9565b8051611c3681611ea7565b5f60208284031215612023575f80fd5b8151611c1881611ea7565b80518015158114611c36575f80fd5b5f6020828403121561204d575f80fd5b611c188261202e565b8051611c3681611e5c565b5f82601f830112612070575f80fd5b815161207e611cea82611ca7565b818152846020838601011115612092575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156120be575f80fd5b81516001600160401b038111156120d3575f80fd5b8201604081850312156120e4575f80fd5b604080519081016001600160401b038111828210171561210657612106611c3b565b60405261211282611f72565b815260208201516001600160401b0381111561212c575f80fd5b61213886828501612061565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f61216a6060830185611f05565b905060ff83166040830152949350505050565b5f806040838503121561218e575f80fd5b825161219981611e5c565b6020840151909250611edf81611e5c565b5f602082840312156121ba575f80fd5b81516001600160401b038111156121cf575f80fd5b820160e081850312156121e0575f80fd5b6121e8611c4f565b6121f182611f72565b81526121ff60208301611f72565b602082015261221060408301612008565b60408201526122216060830161202e565b606082015261223260808301612056565b608082015261224360a08301612056565b60a082015260c08201516001600160401b03811115612260575f80fd5b61226c86828501612061565b60c083015250949350505050565b601f82111561176657805f5260205f20601f840160051c8101602085101561229f5750805b601f840160051c820191505b818110156122be575f81556001016122ab565b5050505050565b81516001600160401b038111156122de576122de611c3b565b6122f2816122ec8454611fa1565b8461227a565b6020601f821160018114612324575f831561230d5750848201515b5f19600385901b1c1916600184901b1784556122be565b5f84815260208120601f198516915b828110156123535787850151825560209485019460019092019101612333565b508482101561237057868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220f8ef2e0d2c0b20d4bfde3808e19ffe5499b5e0808552a4a398ffbfbc7465b9a864736f6c634300081a0033",
483
- "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061011c575f3560e01c8063644c45e0116100a95780638f997f6d1161006e5780638f997f6d146102b25780638fb36037146102c5578063ada9652e146102e6578063b68d1809146102fa578063bf7e214f14610309575f80fd5b8063644c45e0146102475780636c741e78146102645780637a9e5e4b146102845780637cef484214610297578063893d20e8146102aa575f80fd5b8063138461e0116100ef578063138461e0146101a75780631eff4b22146101c7578063329d6e74146101fc57806349bb9e4b1461020f5780635ab1bd5314610222575f80fd5b806301ffc9a714610120578063095e2b72146101615780630d8e6e2c146101765780630fec111c14610192575b5f80fd5b61014c61012e366004611bf1565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61017461016f366004611d1f565b610326565b005b61017e610419565b60405162ffffff9091168152602001610158565b61019a6104a0565b6040516101589190611d97565b6101af61062c565b6040516001600160601b039091168152602001610158565b6101ee7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610158565b61017461020a366004611e2b565b610636565b61017461021d366004611e70565b610780565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610158565b5f80516020612380833981519152546001600160601b03166101af565b61026c61087c565b6040516001600160401b039091168152602001610158565b610174610292366004611e8c565b610972565b6101746102a5366004611eb5565b610a13565b61022f610ae7565b6101746102c0366004611d1f565b610c18565b6102cd610d9a565b6040516001600160e01b03199091168152602001610158565b6101ee5f8051602061238083398151915281565b604051600c8152602001610158565b5f805160206123a0833981519152546001600160a01b031661022f565b5f80610332600c610dcf565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610394573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103b89190611eea565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b81526004016103e5929190611f2c565b5f604051808303815f87803b1580156103fc575f80fd5b505af115801561040e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610477573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049b9190611f50565b905090565b6104a8611bb4565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561051e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105429190611f88565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a00161058a610ae7565b6001600160a01b031681526020018260010180546105a790611fa1565b80601f01602080910402602001604051908101604052809291908181526020018280546105d390611fa1565b801561061e5780601f106105f55761010080835404028352916020019161061e565b820191905f5260205f20905b81548152906001019060200180831161060157829003601f168201915b505050505081525091505090565b5f61049b30610e6b565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610658610419565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015610696573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ba9190611fed565b5f805160206123c08339815191528054600160401b900460ff16806106ec575080546001600160401b03808416911610155b1561070a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b17815561073483611064565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f805160206123c08339815191528054600160401b810460ff1615906001600160401b03165f811580156107b15750825b90505f826001600160401b031660011480156107cc5750303b155b9050811580156107da575080155b156107f85760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561082257845460ff60401b1916600160401b1785555b61082c878761106c565b831561087357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c604051632392b61b60e21b81526003600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156108e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090b9190612013565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af415801561094e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049b9190611fed565b336109915f805160206123a0833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146109d15760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a06576040516361798f2f60e11b81526001600160a01b03831660048201526024016109c8565b610a0f826112f1565b5050565b5f610a1e600c610dcf565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a829190611eea565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610ad5575f80fd5b505af1158015610873573d5f803e3d5ffd5b5f805f8051602061238083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b53573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b77919061203d565b15610c02576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610bd8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bfc9190611eea565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c23600c610dcf565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c889190611eea565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610cd8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610cff91908101906120ae565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d6a9190611eea565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b81526004016103e593929190612146565b5f805160206123a083398151915280545f9190600160a01b900460ff16610dc1575f610bfc565b638fb3603760e01b91505090565b5f610dd8611bb4565b5f610deb6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e539190611f88565b9250610e6183856001611351565b9395909450915050565b5f805f8051602061238083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610ed7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610efb919061203d565b15610f275780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016109c8565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610f79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f9d919061203d565b610fc55760405163b9304b0d60e01b81526001600160a01b03841660048201526024016109c8565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611017573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103b9190611f88565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b61011c6115ee565b5f805160206123c08339815191528054600160401b810460ff1615906001600160401b03165f8115801561109d5750825b90505f826001600160401b031660011480156110b85750303b155b9050811580156110c6575080155b156110e45760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561110e57845460ff60401b1916600160401b1785555b5f8087806020019051810190611124919061217d565b9150915061113382828b611626565b61113d600a61176b565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f611175610419565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af41580156111c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111ec9190612013565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561122f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112539190611eea565b600380546001600160a01b0319166001600160a01b039290921691909117905561127d600261176b565b600480546001600160a01b0319166001600160a01b03929092169190911790556112ad63fa281c5d60e01b611873565b5050831561087357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161086a565b5f805160206123a083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611359611bb4565b5f8061136d6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113ba573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113e191908101906121aa565b925060ff8516600b1461143f57604083015160ff86811691161461143a57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109c8565b6114db565b61145a836040015161144f600c90565b60ff90811691161490565b806114705750611470836040015161144f600f90565b806114865750611486836040015161144f600e90565b8061149c575061149c836040015161144f600d90565b6114db57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff808816602483015290911660448201526064016109c8565b6114e8836020015161189f565b915083156115e557816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561152c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115509190611eea565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015611598573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115bc919061203d565b156115e557604051637d71120960e11b81526001600160601b03871660048201526024016109c8565b50935093915050565b5f805160206123c083398151915254600160401b900460ff1661162457604051631afcd79f60e31b815260040160405180910390fd5b565b61162e6115ee565b6116366118e9565b6001600160a01b038216156116535761164e826118f9565b6116ca565b5f61165e600261176b565b90506116c8816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561169f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116c39190611eea565b6118f9565b505b61174683846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa15801561170a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061172e9190611f88565b60085f8560405180602001604052805f81525061190d565b611756634a531f3360e01b611873565b61176663daf9067160e01b611873565b505050565b5f61177e6001546001600160a01b031690565b604051632392b61b60e21b8152600360048201526001600160a01b03919091169063d39e604390849073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af41580156117e1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118059190612013565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865afa158015611849573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061186d9190611eea565b92915050565b61187b6115ee565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6118b26001546001600160a01b031690565b60405163bf8e179760e01b81526001600160601b03841660048201526001600160a01b03919091169063bf8e17979060240161182e565b6118f16115ee565b6116246119b2565b6119016115ee565b61190a816119e0565b50565b6119156115ee565b61191f82876119f1565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016119a883826122c5565b5050505050505050565b6119ba6115ee565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b6119e86115ee565b61190a816112f1565b6119f96115ee565b611a0281611a67565b611a0a611b6f565b6001600160a01b038216611a315760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061238083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b611a6f6115ee565b806001600160a01b03163b5f03611aa45760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c8565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152634871d8b760e11b60048201526301ffc9a790602401602060405180830381865afa925050508015611b1e575060408051601f3d908101601f19168201909252611b1b9181019061203d565b60015b611b465760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c8565b80610a0f5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016109c8565b611b776115ee565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611c01575f80fd5b81356001600160e01b031981168114611c18575f80fd5b9392505050565b80356001600160c01b031981168114611c36575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611c7157611c71611c3b565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611c9f57611c9f611c3b565b604052919050565b5f6001600160401b03821115611cbf57611cbf611c3b565b50601f01601f191660200190565b5f82601f830112611cdc575f80fd5b8135611cef611cea82611ca7565b611c77565b818152846020838601011115611d03575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611d30575f80fd5b611d3983611c1f565b915060208301356001600160401b03811115611d53575f80fd5b611d5f85828601611ccd565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611ddf608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611e23610100840182611d69565b949350505050565b5f60208284031215611e3b575f80fd5b81356001600160401b03811115611e50575f80fd5b611e2384828501611ccd565b6001600160a01b038116811461190a575f80fd5b5f8060408385031215611e81575f80fd5b8235611d3981611e5c565b5f60208284031215611e9c575f80fd5b8135611c1881611e5c565b60ff8116811461190a575f80fd5b5f8060408385031215611ec6575f80fd5b611ecf83611c1f565b91506020830135611edf81611ea7565b809150509250929050565b5f60208284031215611efa575f80fd5b8151611c1881611e5c565b6001600160601b0381511682525f602082015160406020850152611e236040850182611d69565b6001600160401b0360c01b83168152604060208201525f611e236040830184611f05565b5f60208284031215611f60575f80fd5b815162ffffff81168114611c18575f80fd5b80516001600160601b0381168114611c36575f80fd5b5f60208284031215611f98575f80fd5b611c1882611f72565b600181811c90821680611fb557607f821691505b602082108103611fd357634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b038116811461190a575f80fd5b5f60208284031215611ffd575f80fd5b8151611c1881611fd9565b8051611c3681611ea7565b5f60208284031215612023575f80fd5b8151611c1881611ea7565b80518015158114611c36575f80fd5b5f6020828403121561204d575f80fd5b611c188261202e565b8051611c3681611e5c565b5f82601f830112612070575f80fd5b815161207e611cea82611ca7565b818152846020838601011115612092575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156120be575f80fd5b81516001600160401b038111156120d3575f80fd5b8201604081850312156120e4575f80fd5b604080519081016001600160401b038111828210171561210657612106611c3b565b60405261211282611f72565b815260208201516001600160401b0381111561212c575f80fd5b61213886828501612061565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f61216a6060830185611f05565b905060ff83166040830152949350505050565b5f806040838503121561218e575f80fd5b825161219981611e5c565b6020840151909250611edf81611e5c565b5f602082840312156121ba575f80fd5b81516001600160401b038111156121cf575f80fd5b820160e081850312156121e0575f80fd5b6121e8611c4f565b6121f182611f72565b81526121ff60208301611f72565b602082015261221060408301612008565b60408201526122216060830161202e565b606082015261223260808301612056565b608082015261224360a08301612056565b60a082015260c08201516001600160401b03811115612260575f80fd5b61226c86828501612061565b60c083015250949350505050565b601f82111561176657805f5260205f20601f840160051c8101602085101561229f5750805b601f840160051c820191505b818110156122be575f81556001016122ab565b5050505050565b81516001600160401b038111156122de576122de611c3b565b6122f2816122ec8454611fa1565b8461227a565b6020601f821160018114612324575f831561230d5750848201515b5f19600385901b1c1916600184901b1784556122be565b5f84815260208120601f198516915b828110156123535787850151825560209485019460019092019101612333565b508482101561237057868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220f8ef2e0d2c0b20d4bfde3808e19ffe5499b5e0808552a4a398ffbfbc7465b9a864736f6c634300081a0033",
524
+ "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b6124b3806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610132575f3560e01c80636c741e78116100b4578063893d20e811610079578063893d20e8146102e25780638f997f6d146102ea5780638fb36037146102fd578063ada9652e1461031e578063b68d180914610332578063bf7e214f14610339575f80fd5b80636c741e781461027a57806376b707b71461029a5780637a9e5e4b146102b45780637cef4842146102c75780638899278a146102da575f80fd5b80631eff4b22116100fa5780631eff4b22146101dd578063329d6e741461021257806349bb9e4b146102255780635ab1bd5314610238578063644c45e01461025d575f80fd5b806301ffc9a714610136578063095e2b72146101775780630d8e6e2c1461018c5780630fec111c146101a8578063138461e0146101bd575b5f80fd5b610162610144366004611c96565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61018a610185366004611dbd565b610356565b005b610194610449565b60405162ffffff909116815260200161016e565b6101b06104d0565b60405161016e9190611e35565b6101c561065c565b6040516001600160601b03909116815260200161016e565b6102047f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016e565b61018a610220366004611ec9565b610666565b61018a610233366004611f0e565b6107b0565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161016e565b5f8051602061241e833981519152546001600160601b03166101c5565b6102826108ac565b6040516001600160401b03909116815260200161016e565b6102a2610938565b60405160ff909116815260200161016e565b61018a6102c2366004611f2a565b6109ac565b61018a6102d5366004611f53565b610a4d565b610204600381565b610245610b21565b61018a6102f8366004611dbd565b610c52565b610305610dd4565b6040516001600160e01b0319909116815260200161016e565b6102045f8051602061241e83398151915281565b600c6102a2565b5f8051602061243e833981519152546001600160a01b0316610245565b5f80610362600c610e09565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103e89190611f88565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610415929190611fca565b5f604051808303815f87803b15801561042c575f80fd5b505af115801561043e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb9190611fee565b905090565b6104d8611c59565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561054e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105729190612026565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105ba610b21565b6001600160a01b031681526020018260010180546105d79061203f565b80601f01602080910402602001604051908101604052809291908181526020018280546106039061203f565b801561064e5780601f106106255761010080835404028352916020019161064e565b820191905f5260205f20905b81548152906001019060200180831161063157829003601f168201915b505050505081525091505090565b5f6104cb30610ea5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610688610449565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156106c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ea919061208b565b5f8051602061245e8339815191528054600160401b900460ff168061071c575080546001600160401b03808416911610155b1561073a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556107648361109e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061245e8339815191528054600160401b810460ff1615906001600160401b03165f811580156107e15750825b90505f826001600160401b031660011480156107fc5750303b155b90508115801561080a575080155b156108285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561085257845460ff60401b1916600160401b1785555b61085c87876110a6565b83156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c6108d1610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610914573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb919061208b565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610988573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb91906120b1565b336109cb5f8051602061243e833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610a0b5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a40576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a02565b610a498261132b565b5050565b5f610a58600c610e09565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abc9190611f88565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610b0f575f80fd5b505af11580156108a3573d5f803e3d5ffd5b5f805f8051602061241e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bb191906120db565b15610c3c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c369190611f88565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c5d600c610e09565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc29190611f88565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610d12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d39919081019061214c565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da49190611f88565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b8152600401610415939291906121e4565b5f8051602061243e83398151915280545f9190600160a01b900460ff16610dfb575f610c36565b638fb3603760e01b91505090565b5f610e12611c59565b5f610e256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8d9190612026565b9250610e9b8385600161138b565b9395909450915050565b5f805f8051602061241e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3591906120db565b15610f615780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a02565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610fb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd791906120db565b610fff5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a02565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611051573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110759190612026565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b610132611625565b5f8051602061245e8339815191528054600160401b810460ff1615906001600160401b03165f811580156110d75750825b90505f826001600160401b031660011480156110f25750303b155b905081158015611100575080155b1561111e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561114857845460ff60401b1916600160401b1785555b5f808780602001905181019061115e919061221b565b9150915061116d82828b61165d565b611177600a6117a2565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6111af610449565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015611202573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061122691906120b1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611269573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128d9190611f88565b600380546001600160a01b0319166001600160a01b03929092169190911790556112b760026117a2565b600480546001600160a01b0319166001600160a01b03929092169190911790556112e763fa281c5d60e01b611839565b505083156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161089a565b5f8051602061243e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611393611c59565b5f806113a76001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113f4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261141b9190810190612248565b925060ff8516600b1461147957604083015160ff86811691161461147457604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b611515565b6114948360400151611489600c90565b60ff90811691161490565b806114aa57506114aa8360400151611489600f90565b806114c057506114c08360400151611489600e90565b806114d657506114d68360400151611489600d90565b61151557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b61151f8184611865565b9150831561161c57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611563573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115879190611f88565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156115cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115f391906120db565b1561161c57604051637d71120960e11b81526001600160601b0387166004820152602401610a02565b50935093915050565b5f8051602061245e83398151915254600160401b900460ff1661165b57604051631afcd79f60e31b815260040160405180910390fd5b565b611665611625565b61166d61191d565b6001600160a01b0382161561168a576116858261192d565b611701565b5f61169560026117a2565b90506116ff816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116fa9190611f88565b61192d565b505b61177d83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611741573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117659190612026565b60085f8560405180602001604052805f815250611941565b61178d634a531f3360e01b611839565b61179d63daf9067160e01b611839565b505050565b5f6117b56001546001600160a01b031690565b6001600160a01b031663d39e6043836117cc610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561180f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118339190611f88565b92915050565b611841611625565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6118768260400151611489600c90565b15611890576118898383602001516119e6565b9050611833565b60208201516040516305247a1760e51b81526001600160601b0390911660048201526119169084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156118e6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261190d9190810190612248565b602001516119e6565b9392505050565b611925611625565b61165b611a57565b611935611625565b61193e81611a85565b50565b611949611625565b6119538683611a96565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016119dc8382612363565b5050505050505050565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015611a33573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119169190611f88565b611a5f611625565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611a8d611625565b61193e8161132b565b611a9e611625565b611aa782611b0c565b611aaf611c14565b6001600160a01b038116611ad65760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061241e83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611b14611625565b806001600160a01b03163b5f03611b495760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611bc3575060408051601f3d908101601f19168201909252611bc0918101906120db565b60015b611beb5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b80610a495760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a02565b611c1c611625565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611ca6575f80fd5b81356001600160e01b031981168114611916575f80fd5b80356001600160c01b031981168114611cd4575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611d0f57611d0f611cd9565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611d3d57611d3d611cd9565b604052919050565b5f6001600160401b03821115611d5d57611d5d611cd9565b50601f01601f191660200190565b5f82601f830112611d7a575f80fd5b8135611d8d611d8882611d45565b611d15565b818152846020838601011115611da1575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611dce575f80fd5b611dd783611cbd565b915060208301356001600160401b03811115611df1575f80fd5b611dfd85828601611d6b565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e7d608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611ec1610100840182611e07565b949350505050565b5f60208284031215611ed9575f80fd5b81356001600160401b03811115611eee575f80fd5b611ec184828501611d6b565b6001600160a01b038116811461193e575f80fd5b5f8060408385031215611f1f575f80fd5b8235611dd781611efa565b5f60208284031215611f3a575f80fd5b813561191681611efa565b60ff8116811461193e575f80fd5b5f8060408385031215611f64575f80fd5b611f6d83611cbd565b91506020830135611f7d81611f45565b809150509250929050565b5f60208284031215611f98575f80fd5b815161191681611efa565b6001600160601b0381511682525f602082015160406020850152611ec16040850182611e07565b6001600160401b0360c01b83168152604060208201525f611ec16040830184611fa3565b5f60208284031215611ffe575f80fd5b815162ffffff81168114611916575f80fd5b80516001600160601b0381168114611cd4575f80fd5b5f60208284031215612036575f80fd5b61191682612010565b600181811c9082168061205357607f821691505b60208210810361207157634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b038116811461193e575f80fd5b5f6020828403121561209b575f80fd5b815161191681612077565b8051611cd481611f45565b5f602082840312156120c1575f80fd5b815161191681611f45565b80518015158114611cd4575f80fd5b5f602082840312156120eb575f80fd5b611916826120cc565b8051611cd481611efa565b5f82601f83011261210e575f80fd5b815161211c611d8882611d45565b818152846020838601011115612130575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561215c575f80fd5b81516001600160401b03811115612171575f80fd5b820160408185031215612182575f80fd5b604080519081016001600160401b03811182821017156121a4576121a4611cd9565b6040526121b082612010565b815260208201516001600160401b038111156121ca575f80fd5b6121d6868285016120ff565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f6122086060830185611fa3565b905060ff83166040830152949350505050565b5f806040838503121561222c575f80fd5b825161223781611efa565b6020840151909250611f7d81611efa565b5f60208284031215612258575f80fd5b81516001600160401b0381111561226d575f80fd5b820160e0818503121561227e575f80fd5b612286611ced565b61228f82612010565b815261229d60208301612010565b60208201526122ae604083016120a6565b60408201526122bf606083016120cc565b60608201526122d0608083016120f4565b60808201526122e160a083016120f4565b60a082015260c08201516001600160401b038111156122fe575f80fd5b61230a868285016120ff565b60c083015250949350505050565b601f82111561179d57805f5260205f20601f840160051c8101602085101561233d5750805b601f840160051c820191505b8181101561235c575f8155600101612349565b5050505050565b81516001600160401b0381111561237c5761237c611cd9565b6123908161238a845461203f565b84612318565b6020601f8211600181146123c2575f83156123ab5750848201515b5f19600385901b1c1916600184901b17845561235c565b5f84815260208120601f198516915b828110156123f157878501518255602094850194600190920191016123d1565b508482101561240e57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220952e25200ed1fd81be27e8b42e75f62c7e7b9477156e3ffba0a9bbfb9c2d4d2864736f6c634300081a0033",
525
+ "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610132575f3560e01c80636c741e78116100b4578063893d20e811610079578063893d20e8146102e25780638f997f6d146102ea5780638fb36037146102fd578063ada9652e1461031e578063b68d180914610332578063bf7e214f14610339575f80fd5b80636c741e781461027a57806376b707b71461029a5780637a9e5e4b146102b45780637cef4842146102c75780638899278a146102da575f80fd5b80631eff4b22116100fa5780631eff4b22146101dd578063329d6e741461021257806349bb9e4b146102255780635ab1bd5314610238578063644c45e01461025d575f80fd5b806301ffc9a714610136578063095e2b72146101775780630d8e6e2c1461018c5780630fec111c146101a8578063138461e0146101bd575b5f80fd5b610162610144366004611c96565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61018a610185366004611dbd565b610356565b005b610194610449565b60405162ffffff909116815260200161016e565b6101b06104d0565b60405161016e9190611e35565b6101c561065c565b6040516001600160601b03909116815260200161016e565b6102047f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161016e565b61018a610220366004611ec9565b610666565b61018a610233366004611f0e565b6107b0565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161016e565b5f8051602061241e833981519152546001600160601b03166101c5565b6102826108ac565b6040516001600160401b03909116815260200161016e565b6102a2610938565b60405160ff909116815260200161016e565b61018a6102c2366004611f2a565b6109ac565b61018a6102d5366004611f53565b610a4d565b610204600381565b610245610b21565b61018a6102f8366004611dbd565b610c52565b610305610dd4565b6040516001600160e01b0319909116815260200161016e565b6102045f8051602061241e83398151915281565b600c6102a2565b5f8051602061243e833981519152546001600160a01b0316610245565b5f80610362600c610e09565b92505091505f6040518060400160405280846001600160601b03168152602001858152509050816001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156103c4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103e89190611f88565b6001600160a01b0316632f61088a86836040518363ffffffff1660e01b8152600401610415929190611fca565b5f604051808303815f87803b15801561042c575f80fd5b505af115801561043e573d5f803e3d5ffd5b505050505050505050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156104a7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb9190611fee565b905090565b6104d8611c59565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561054e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105729190612026565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105ba610b21565b6001600160a01b031681526020018260010180546105d79061203f565b80601f01602080910402602001604051908101604052809291908181526020018280546106039061203f565b801561064e5780601f106106255761010080835404028352916020019161064e565b820191905f5260205f20905b81548152906001019060200180831161063157829003601f168201915b505050505081525091505090565b5f6104cb30610ea5565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c610688610449565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af41580156106c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ea919061208b565b5f8051602061245e8339815191528054600160401b900460ff168061071c575080546001600160401b03808416911610155b1561073a5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556107648361109e565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8051602061245e8339815191528054600160401b810460ff1615906001600160401b03165f811580156107e15750825b90505f826001600160401b031660011480156107fc5750303b155b90508115801561080a575080155b156108285760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561085257845460ff60401b1916600160401b1785555b61085c87876110a6565b83156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600c6108d1610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610914573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb919061208b565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610988573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104cb91906120b1565b336109cb5f8051602061243e833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614610a0b5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610a40576040516361798f2f60e11b81526001600160a01b0383166004820152602401610a02565b610a498261132b565b5050565b5f610a58600c610e09565b92505050806001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a98573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abc9190611f88565b604051633e77a42160e11b81526001600160c01b03198516600482015260ff841660248201526001600160a01b039190911690637cef4842906044015f604051808303815f87803b158015610b0f575f80fd5b505af11580156108a3573d5f803e3d5ffd5b5f805f8051602061241e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610b8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bb191906120db565b15610c3c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610c12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c369190611f88565b91505090565b54600160601b90046001600160a01b0316919050565b5f610c5d600c610e09565b925050505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc29190611f88565b60405163887b1fa960e01b81526001600160c01b0319861660048201529091505f906001600160a01b0383169063887b1fa9906024015f60405180830381865afa158015610d12573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d39919081019061214c565b9050838160200181905250826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d80573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610da49190611f88565b6001600160a01b031663a76ee018868360ff6040518463ffffffff1660e01b8152600401610415939291906121e4565b5f8051602061243e83398151915280545f9190600160a01b900460ff16610dfb575f610c36565b638fb3603760e01b91505090565b5f610e12611c59565b5f610e256001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610e69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e8d9190612026565b9250610e9b8385600161138b565b9395909450915050565b5f805f8051602061241e83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610f11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f3591906120db565b15610f615780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610a02565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015610fb3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd791906120db565b610fff5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610a02565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611051573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110759190612026565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b610132611625565b5f8051602061245e8339815191528054600160401b810460ff1615906001600160401b03165f811580156110d75750825b90505f826001600160401b031660011480156110f25750303b155b905081158015611100575080155b1561111e5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561114857845460ff60401b1916600160401b1785555b5f808780602001905181019061115e919061221b565b9150915061116d82828b61165d565b611177600a6117a2565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600f6111af610449565b60405163c9e66e2960e01b815262ffffff909116600482015273__$8eede297b65ed5a56eb3f84d8232ae93f5$__9063c9e66e2990602401602060405180830381865af4158015611202573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061122691906120b1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611269573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061128d9190611f88565b600380546001600160a01b0319166001600160a01b03929092169190911790556112b760026117a2565b600480546001600160a01b0319166001600160a01b03929092169190911790556112e763fa281c5d60e01b611839565b505083156108a357845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161089a565b5f8051602061243e83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b611393611c59565b5f806113a76001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156113f4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261141b9190810190612248565b925060ff8516600b1461147957604083015160ff86811691161461147457604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b611515565b6114948360400151611489600c90565b60ff90811691161490565b806114aa57506114aa8360400151611489600f90565b806114c057506114c08360400151611489600e90565b806114d657506114d68360400151611489600d90565b61151557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610a02565b61151f8184611865565b9150831561161c57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611563573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115879190611f88565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa1580156115cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115f391906120db565b1561161c57604051637d71120960e11b81526001600160601b0387166004820152602401610a02565b50935093915050565b5f8051602061245e83398151915254600160401b900460ff1661165b57604051631afcd79f60e31b815260040160405180910390fd5b565b611665611625565b61166d61191d565b6001600160a01b0382161561168a576116858261192d565b611701565b5f61169560026117a2565b90506116ff816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156116d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116fa9190611f88565b61192d565b505b61177d83846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611741573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117659190612026565b60085f8560405180602001604052805f815250611941565b61178d634a531f3360e01b611839565b61179d63daf9067160e01b611839565b505050565b5f6117b56001546001600160a01b031690565b6001600160a01b031663d39e6043836117cc610938565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561180f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118339190611f88565b92915050565b611841611625565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6118768260400151611489600c90565b15611890576118898383602001516119e6565b9050611833565b60208201516040516305247a1760e51b81526001600160601b0390911660048201526119169084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa1580156118e6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261190d9190810190612248565b602001516119e6565b9392505050565b611925611625565b61165b611a57565b611935611625565b61193e81611a85565b50565b611949611625565b6119538683611a96565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016119dc8382612363565b5050505050505050565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa158015611a33573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119169190611f88565b611a5f611625565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611a8d611625565b61193e8161132b565b611a9e611625565b611aa782611b0c565b611aaf611c14565b6001600160a01b038116611ad65760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061241e83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611b14611625565b806001600160a01b03163b5f03611b495760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015611bc3575060408051601f3d908101601f19168201909252611bc0918101906120db565b60015b611beb5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610a02565b80610a495760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610a02565b611c1c611625565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215611ca6575f80fd5b81356001600160e01b031981168114611916575f80fd5b80356001600160c01b031981168114611cd4575f80fd5b919050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715611d0f57611d0f611cd9565b60405290565b604051601f8201601f191681016001600160401b0381118282101715611d3d57611d3d611cd9565b604052919050565b5f6001600160401b03821115611d5d57611d5d611cd9565b50601f01601f191660200190565b5f82601f830112611d7a575f80fd5b8135611d8d611d8882611d45565b611d15565b818152846020838601011115611da1575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215611dce575f80fd5b611dd783611cbd565b915060208301356001600160401b03811115611df1575f80fd5b611dfd85828601611d6b565b9150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611e7d608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611ec1610100840182611e07565b949350505050565b5f60208284031215611ed9575f80fd5b81356001600160401b03811115611eee575f80fd5b611ec184828501611d6b565b6001600160a01b038116811461193e575f80fd5b5f8060408385031215611f1f575f80fd5b8235611dd781611efa565b5f60208284031215611f3a575f80fd5b813561191681611efa565b60ff8116811461193e575f80fd5b5f8060408385031215611f64575f80fd5b611f6d83611cbd565b91506020830135611f7d81611f45565b809150509250929050565b5f60208284031215611f98575f80fd5b815161191681611efa565b6001600160601b0381511682525f602082015160406020850152611ec16040850182611e07565b6001600160401b0360c01b83168152604060208201525f611ec16040830184611fa3565b5f60208284031215611ffe575f80fd5b815162ffffff81168114611916575f80fd5b80516001600160601b0381168114611cd4575f80fd5b5f60208284031215612036575f80fd5b61191682612010565b600181811c9082168061205357607f821691505b60208210810361207157634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b038116811461193e575f80fd5b5f6020828403121561209b575f80fd5b815161191681612077565b8051611cd481611f45565b5f602082840312156120c1575f80fd5b815161191681611f45565b80518015158114611cd4575f80fd5b5f602082840312156120eb575f80fd5b611916826120cc565b8051611cd481611efa565b5f82601f83011261210e575f80fd5b815161211c611d8882611d45565b818152846020838601011115612130575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f6020828403121561215c575f80fd5b81516001600160401b03811115612171575f80fd5b820160408185031215612182575f80fd5b604080519081016001600160401b03811182821017156121a4576121a4611cd9565b6040526121b082612010565b815260208201516001600160401b038111156121ca575f80fd5b6121d6868285016120ff565b602083015250949350505050565b6001600160401b0360c01b84168152606060208201525f6122086060830185611fa3565b905060ff83166040830152949350505050565b5f806040838503121561222c575f80fd5b825161223781611efa565b6020840151909250611f7d81611efa565b5f60208284031215612258575f80fd5b81516001600160401b0381111561226d575f80fd5b820160e0818503121561227e575f80fd5b612286611ced565b61228f82612010565b815261229d60208301612010565b60208201526122ae604083016120a6565b60408201526122bf606083016120cc565b60608201526122d0608083016120f4565b60808201526122e160a083016120f4565b60a082015260c08201516001600160401b038111156122fe575f80fd5b61230a868285016120ff565b60c083015250949350505050565b601f82111561179d57805f5260205f20601f840160051c8101602085101561233d5750805b601f840160051c820191505b8181101561235c575f8155600101612349565b5050505050565b81516001600160401b0381111561237c5761237c611cd9565b6123908161238a845461203f565b84612318565b6020601f8211600181146123c2575f83156123ab5750848201515b5f19600385901b1c1916600184901b17845561235c565b5f84815260208120601f198516915b828110156123f157878501518255602094850194600190920191016123d1565b508482101561240e57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220952e25200ed1fd81be27e8b42e75f62c7e7b9477156e3ffba0a9bbfb9c2d4d2864736f6c634300081a0033",
484
526
  "linkReferences": {
485
527
  "contracts/type/NftId.sol": {
486
528
  "NftIdLib": [
487
529
  {
488
530
  "length": 20,
489
- "start": 1455
531
+ "start": 1503
490
532
  },
491
533
  {
492
534
  "length": 20,
493
- "start": 3057
535
+ "start": 3115
494
536
  },
495
537
  {
496
538
  "length": 20,
497
- "start": 3957
539
+ "start": 4015
498
540
  }
499
541
  ]
500
542
  },
@@ -502,7 +544,7 @@
502
544
  "RoleIdLib": [
503
545
  {
504
546
  "length": 20,
505
- "start": 2389
547
+ "start": 2437
506
548
  }
507
549
  ]
508
550
  },
@@ -510,25 +552,21 @@
510
552
  "VersionLib": [
511
553
  {
512
554
  "length": 20,
513
- "start": 1301
555
+ "start": 1349
514
556
  },
515
557
  {
516
558
  "length": 20,
517
- "start": 1806
559
+ "start": 1854
518
560
  },
519
561
  {
520
562
  "length": 20,
521
- "start": 4710
563
+ "start": 4768
522
564
  }
523
565
  ],
524
566
  "VersionPartLib": [
525
567
  {
526
568
  "length": 20,
527
- "start": 2437
528
- },
529
- {
530
- "length": 20,
531
- "start": 6271
569
+ "start": 2598
532
570
  }
533
571
  ]
534
572
  }
@@ -538,15 +576,15 @@
538
576
  "NftIdLib": [
539
577
  {
540
578
  "length": 20,
541
- "start": 1241
579
+ "start": 1289
542
580
  },
543
581
  {
544
582
  "length": 20,
545
- "start": 2843
583
+ "start": 2901
546
584
  },
547
585
  {
548
586
  "length": 20,
549
- "start": 3743
587
+ "start": 3801
550
588
  }
551
589
  ]
552
590
  },
@@ -554,7 +592,7 @@
554
592
  "RoleIdLib": [
555
593
  {
556
594
  "length": 20,
557
- "start": 2175
595
+ "start": 2223
558
596
  }
559
597
  ]
560
598
  },
@@ -562,25 +600,21 @@
562
600
  "VersionLib": [
563
601
  {
564
602
  "length": 20,
565
- "start": 1087
603
+ "start": 1135
566
604
  },
567
605
  {
568
606
  "length": 20,
569
- "start": 1592
607
+ "start": 1640
570
608
  },
571
609
  {
572
610
  "length": 20,
573
- "start": 4496
611
+ "start": 4554
574
612
  }
575
613
  ],
576
614
  "VersionPartLib": [
577
615
  {
578
616
  "length": 20,
579
- "start": 2223
580
- },
581
- {
582
- "length": 20,
583
- "start": 6057
617
+ "start": 2384
584
618
  }
585
619
  ]
586
620
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/611214afb9dd0633def7529ada90c109.json"
3
+ "buildInfo": "../../../build-info/b9e8fb3b60d7fbdb59325c0d9e29453c.json"
4
4
  }