@etherisc/gif-next 0.0.2-ffba655 → 3.0.0-06d5e8b-738

Sign up to get free protection for your applications and to get access to all the features.
Files changed (703) hide show
  1. package/README.md +278 -68
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +810 -0
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -0
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1723 -0
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +2053 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +817 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1400 -0
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +465 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +407 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +652 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1234 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +844 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +939 -0
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +950 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +838 -0
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -0
  40. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
  41. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
  42. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
  43. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1474 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +844 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2043 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +844 -0
  50. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
  51. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
  52. package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.dbg.json +4 -0
  53. package/artifacts/contracts/examples/flight/FlightLib.sol/FlightLib.json +728 -0
  54. package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.dbg.json +4 -0
  55. package/artifacts/contracts/examples/flight/FlightMessageVerifier.sol/FlightMessageVerifier.json +229 -0
  56. package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/flight/FlightOracle.sol/FlightOracle.json +1234 -0
  58. package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.dbg.json +4 -0
  59. package/artifacts/contracts/examples/flight/FlightOracleAuthorization.sol/FlightOracleAuthorization.json +896 -0
  60. package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.dbg.json +4 -0
  61. package/artifacts/contracts/examples/flight/FlightPool.sol/FlightPool.json +1466 -0
  62. package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.dbg.json +4 -0
  63. package/artifacts/contracts/examples/flight/FlightPoolAuthorization.sol/FlightPoolAuthorization.json +844 -0
  64. package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.dbg.json +4 -0
  65. package/artifacts/contracts/examples/flight/FlightProduct.sol/FlightProduct.json +2497 -0
  66. package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.dbg.json +4 -0
  67. package/artifacts/contracts/examples/flight/FlightProductAuthorization.sol/FlightProductAuthorization.json +891 -0
  68. package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.dbg.json +4 -0
  69. package/artifacts/contracts/examples/flight/FlightUSD.sol/FlightUSD.json +586 -0
  70. package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.dbg.json +4 -0
  71. package/artifacts/contracts/examples/flight/originalV1.sol/FlightDelayChainlink.json +901 -0
  72. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  73. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1429 -0
  74. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  75. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +844 -0
  76. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  77. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1161 -0
  78. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  79. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1637 -0
  80. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  81. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +844 -0
  82. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  83. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2575 -0
  84. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  85. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +844 -0
  86. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
  87. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.json +332 -0
  88. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  89. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  90. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
  91. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
  92. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  93. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +734 -451
  94. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
  95. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +1102 -0
  96. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  97. package/artifacts/contracts/instance/Instance.sol/Instance.json +810 -530
  98. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  99. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2388 -0
  100. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  101. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +872 -0
  102. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
  103. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2652 -0
  104. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
  105. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1348 -0
  106. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
  107. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +792 -0
  108. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  109. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3039 -0
  110. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
  111. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -0
  112. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  113. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
  114. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  115. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  116. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  117. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
  118. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  119. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  120. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  121. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  122. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  123. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  124. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  125. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  126. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
  127. package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
  128. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
  129. package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IComponents.sol/IComponents.json} +2 -2
  130. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
  131. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
  132. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
  133. package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
  134. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
  135. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
  136. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  137. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  138. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  139. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +947 -0
  140. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  141. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +849 -0
  142. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  143. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  144. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  145. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +762 -0
  146. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  147. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
  148. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  149. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +863 -0
  150. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  151. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
  152. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  153. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +830 -0
  154. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  155. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1232 -0
  156. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  157. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +844 -0
  158. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  159. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1438 -0
  160. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  161. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +886 -0
  162. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  163. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
  164. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  165. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +895 -0
  166. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  167. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
  168. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  169. package/artifacts/contracts/pool/Pool.sol/Pool.json +1015 -0
  170. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  171. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
  172. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  173. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
  174. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  175. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +886 -0
  176. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  177. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
  178. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  179. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +810 -0
  180. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  181. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1149 -0
  182. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  183. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +844 -0
  184. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  185. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1536 -0
  186. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  187. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +906 -0
  188. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  189. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
  190. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  191. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
  192. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  193. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
  194. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  195. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
  196. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  197. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1006 -0
  198. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  199. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +665 -0
  200. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  201. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -0
  202. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  203. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  204. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  205. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +874 -0
  206. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  207. package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
  208. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  209. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +834 -0
  210. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  211. package/artifacts/contracts/product/Product.sol/Product.json +1107 -0
  212. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  213. package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
  214. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  215. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +794 -0
  216. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  217. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
  218. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  219. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1055 -113
  220. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
  221. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1072 -0
  222. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  223. package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → registry/IRelease.sol/IRelease.json} +6 -6
  224. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
  225. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
  226. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  227. package/artifacts/contracts/registry/Registry.sol/Registry.json +1543 -176
  228. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  229. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2243 -0
  230. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  231. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1137 -0
  232. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
  233. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1298 -0
  234. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
  235. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +793 -0
  236. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  237. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2259 -0
  238. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  239. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  240. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  241. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1395 -0
  242. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  243. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +705 -0
  244. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
  245. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +721 -0
  246. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  247. package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
  248. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  249. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
  250. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  251. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +882 -0
  252. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  253. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  254. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  255. package/artifacts/contracts/{registry/IRegistry.sol/IOwnable.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
  256. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  257. package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
  258. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  259. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  260. package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.dbg.json +4 -0
  261. package/artifacts/contracts/shared/IAuthorizedComponent.sol/IAuthorizedComponent.json +633 -0
  262. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  263. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +620 -0
  264. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  265. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
  266. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  267. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
  268. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  269. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +146 -0
  270. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
  271. package/artifacts/contracts/{registry/IRegistry.sol/IRegisterable.json → shared/INftOwnable.sol/INftOwnable.json} +72 -72
  272. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
  273. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
  274. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
  275. package/artifacts/contracts/{instance/component/ComponentModule.sol/ComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +179 -158
  276. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
  277. package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
  278. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
  279. package/artifacts/contracts/shared/IService.sol/IService.json +428 -0
  280. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  281. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
  282. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  283. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +785 -0
  284. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  285. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  286. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  287. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  288. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
  289. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +228 -0
  290. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
  291. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
  292. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
  293. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +397 -0
  294. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
  295. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
  296. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
  297. package/artifacts/contracts/shared/Service.sol/Service.json +482 -0
  298. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
  299. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
  300. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  301. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  302. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  303. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  304. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  305. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +2747 -0
  306. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  307. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
  308. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
  309. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
  310. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  311. package/artifacts/contracts/staking/Staking.sol/Staking.json +3175 -0
  312. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  313. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
  314. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  315. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +867 -0
  316. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  317. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
  318. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  319. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
  320. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  321. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +786 -0
  322. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  323. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3097 -0
  324. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
  325. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
  326. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  327. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -0
  328. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  329. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  330. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  331. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  332. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  333. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +270 -0
  334. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
  335. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
  336. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  337. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  338. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  339. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  340. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  341. package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
  342. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  343. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  344. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  345. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  346. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  347. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  348. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  349. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  350. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  351. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +238 -0
  352. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  353. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  354. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  355. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +161 -0
  356. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  357. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  358. package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.dbg.json +4 -0
  359. package/artifacts/contracts/type/RequestIdSet.sol/LibRequestIdSet.json +33 -0
  360. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  361. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  362. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  363. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  364. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  365. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +308 -0
  366. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  367. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  368. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  369. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  370. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  371. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  372. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  373. package/artifacts/contracts/type/String.sol/StrLib.json +199 -0
  374. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  375. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +344 -0
  376. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  377. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
  378. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  379. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  380. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  381. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  382. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  383. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +65 -0
  384. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  385. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +672 -0
  386. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  387. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +142 -0
  388. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  389. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +88 -0
  390. package/contracts/accounting/AccountingService.sol +274 -0
  391. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  392. package/contracts/accounting/IAccountingService.sol +47 -0
  393. package/contracts/authorization/AccessAdmin.sol +681 -0
  394. package/contracts/authorization/AccessAdminLib.sol +695 -0
  395. package/contracts/authorization/AccessManagerCloneable.sol +140 -0
  396. package/contracts/authorization/Authorization.sol +190 -0
  397. package/contracts/authorization/IAccess.sol +66 -0
  398. package/contracts/authorization/IAccessAdmin.sol +142 -0
  399. package/contracts/authorization/IAuthorization.sol +26 -0
  400. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  401. package/contracts/authorization/ServiceAuthorization.sol +300 -0
  402. package/contracts/distribution/BasicDistribution.sol +140 -0
  403. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  404. package/contracts/distribution/Distribution.sol +245 -0
  405. package/contracts/distribution/DistributionService.sol +448 -0
  406. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  407. package/contracts/distribution/IDistributionComponent.sol +45 -0
  408. package/contracts/distribution/IDistributionService.sol +115 -0
  409. package/contracts/examples/fire/DamageLevel.sol +59 -0
  410. package/contracts/examples/fire/FirePool.sol +86 -0
  411. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  412. package/contracts/examples/fire/FireProduct.sol +433 -0
  413. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  414. package/contracts/examples/fire/FireUSD.sol +26 -0
  415. package/contracts/examples/flight/FlightLib.sol +300 -0
  416. package/contracts/examples/flight/FlightMessageVerifier.sol +128 -0
  417. package/contracts/examples/flight/FlightOracle.sol +171 -0
  418. package/contracts/examples/flight/FlightOracleAuthorization.sol +53 -0
  419. package/contracts/examples/flight/FlightPool.sol +89 -0
  420. package/contracts/examples/flight/FlightPoolAuthorization.sol +37 -0
  421. package/contracts/examples/flight/FlightProduct.sol +685 -0
  422. package/contracts/examples/flight/FlightProductAuthorization.sol +69 -0
  423. package/contracts/examples/flight/FlightUSD.sol +28 -0
  424. package/contracts/examples/flight/originalV1.sol +396 -0
  425. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  426. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  427. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  428. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  429. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  430. package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
  431. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  432. package/contracts/instance/BaseStore.sol +93 -0
  433. package/contracts/instance/BundleSet.sol +130 -0
  434. package/contracts/instance/IBaseStore.sol +37 -0
  435. package/contracts/instance/IInstance.sol +151 -15
  436. package/contracts/instance/IInstanceService.sol +119 -0
  437. package/contracts/instance/Instance.sol +332 -45
  438. package/contracts/instance/InstanceAdmin.sol +306 -0
  439. package/contracts/instance/InstanceAuthorizationV3.sol +275 -0
  440. package/contracts/instance/InstanceReader.sol +634 -0
  441. package/contracts/instance/InstanceService.sol +514 -0
  442. package/contracts/instance/InstanceServiceManager.sol +39 -0
  443. package/contracts/instance/InstanceStore.sol +323 -0
  444. package/contracts/instance/ProductStore.sol +290 -0
  445. package/contracts/instance/RiskSet.sol +126 -0
  446. package/contracts/instance/TargetNames.sol +10 -0
  447. package/contracts/instance/base/BalanceStore.sol +121 -0
  448. package/contracts/instance/base/Cloneable.sol +28 -0
  449. package/contracts/instance/base/ObjectCounter.sol +20 -0
  450. package/contracts/instance/base/ObjectLifecycle.sol +109 -0
  451. package/contracts/instance/base/ObjectSet.sol +77 -0
  452. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  453. package/contracts/instance/module/IBundle.sol +21 -0
  454. package/contracts/instance/module/IComponents.sol +60 -0
  455. package/contracts/instance/module/IDistribution.sol +54 -0
  456. package/contracts/instance/module/IPolicy.sol +105 -0
  457. package/contracts/instance/module/IRisk.sol +16 -0
  458. package/contracts/mock/Dip.sol +26 -0
  459. package/contracts/oracle/BasicOracle.sol +44 -0
  460. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  461. package/contracts/oracle/IOracle.sol +41 -0
  462. package/contracts/oracle/IOracleComponent.sol +33 -0
  463. package/contracts/oracle/IOracleService.sol +66 -0
  464. package/contracts/oracle/Oracle.sol +152 -0
  465. package/contracts/oracle/OracleService.sol +310 -0
  466. package/contracts/oracle/OracleServiceManager.sol +39 -0
  467. package/contracts/pool/BasicPool.sol +161 -0
  468. package/contracts/pool/BasicPoolAuthorization.sol +81 -0
  469. package/contracts/pool/BundleService.sol +386 -0
  470. package/contracts/pool/BundleServiceManager.sol +39 -0
  471. package/contracts/pool/IBundleService.sol +116 -0
  472. package/contracts/pool/IPoolComponent.sol +62 -0
  473. package/contracts/pool/IPoolService.sol +170 -0
  474. package/contracts/pool/Pool.sol +331 -0
  475. package/contracts/pool/PoolLib.sol +341 -0
  476. package/contracts/pool/PoolService.sol +614 -0
  477. package/contracts/pool/PoolServiceManager.sol +39 -0
  478. package/contracts/product/ApplicationService.sol +327 -0
  479. package/contracts/product/ApplicationServiceManager.sol +38 -0
  480. package/contracts/product/BasicProduct.sol +48 -0
  481. package/contracts/product/BasicProductAuthorization.sol +64 -0
  482. package/contracts/product/ClaimService.sol +626 -0
  483. package/contracts/product/ClaimServiceManager.sol +38 -0
  484. package/contracts/product/IApplicationService.sol +88 -0
  485. package/contracts/product/IClaimService.sol +136 -0
  486. package/contracts/product/IPolicyService.sol +102 -0
  487. package/contracts/product/IPricingService.sol +40 -0
  488. package/contracts/product/IProductComponent.sol +62 -0
  489. package/contracts/product/IRiskService.sol +48 -0
  490. package/contracts/product/PolicyService.sol +645 -0
  491. package/contracts/product/PolicyServiceLib.sol +139 -0
  492. package/contracts/product/PolicyServiceManager.sol +39 -0
  493. package/contracts/product/PricingService.sol +306 -0
  494. package/contracts/product/PricingServiceManager.sol +39 -0
  495. package/contracts/product/Product.sol +491 -0
  496. package/contracts/product/RiskService.sol +189 -0
  497. package/contracts/product/RiskServiceManager.sol +39 -0
  498. package/contracts/registry/ChainNft.sol +176 -100
  499. package/contracts/registry/IRegistry.sol +149 -47
  500. package/contracts/registry/IRegistryService.sol +62 -0
  501. package/contracts/registry/IRelease.sol +29 -0
  502. package/contracts/registry/ITransferInterceptor.sol +6 -0
  503. package/contracts/registry/Registry.sol +671 -117
  504. package/contracts/registry/RegistryAdmin.sol +179 -0
  505. package/contracts/registry/RegistryAuthorization.sol +337 -0
  506. package/contracts/registry/RegistryService.sol +241 -0
  507. package/contracts/registry/RegistryServiceManager.sol +53 -0
  508. package/contracts/registry/ReleaseAdmin.sol +206 -0
  509. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  510. package/contracts/registry/ReleaseRegistry.sol +525 -0
  511. package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
  512. package/contracts/registry/TokenRegistry.sol +317 -0
  513. package/contracts/shared/Component.sol +210 -0
  514. package/contracts/shared/ComponentService.sol +691 -0
  515. package/contracts/shared/ComponentServiceManager.sol +38 -0
  516. package/contracts/shared/ContractLib.sol +312 -0
  517. package/contracts/shared/EcdsaChecker.sol +5 -0
  518. package/contracts/shared/IAuthorizedComponent.sol +15 -0
  519. package/contracts/shared/IComponent.sol +58 -0
  520. package/contracts/shared/IComponentService.sol +111 -0
  521. package/contracts/shared/IInstanceLinkedComponent.sol +27 -0
  522. package/contracts/shared/ILifecycle.sol +31 -0
  523. package/contracts/shared/INftOwnable.sol +27 -0
  524. package/contracts/shared/IPolicyHolder.sol +35 -0
  525. package/contracts/shared/IRegisterable.sol +36 -0
  526. package/contracts/shared/IRegistryLinked.sol +11 -0
  527. package/contracts/shared/IService.sol +23 -0
  528. package/contracts/shared/InitializableERC165.sol +35 -0
  529. package/contracts/shared/InstanceLinkedComponent.sol +233 -0
  530. package/contracts/shared/Lifecycle.sol +88 -0
  531. package/contracts/shared/NftIdSet.sol +65 -0
  532. package/contracts/shared/NftOwnable.sol +129 -0
  533. package/contracts/shared/PolicyHolder.sol +63 -0
  534. package/contracts/shared/Registerable.sol +106 -0
  535. package/contracts/shared/RegistryLinked.sol +38 -0
  536. package/contracts/shared/Service.sol +67 -0
  537. package/contracts/shared/TokenHandler.sol +342 -0
  538. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  539. package/contracts/staking/IStaking.sol +366 -0
  540. package/contracts/staking/IStakingService.sol +127 -0
  541. package/contracts/staking/ITargetLimitHandler.sol +17 -0
  542. package/contracts/staking/Staking.sol +797 -0
  543. package/contracts/staking/StakingLib.sol +195 -0
  544. package/contracts/staking/StakingManager.sol +53 -0
  545. package/contracts/staking/StakingReader.sol +171 -0
  546. package/contracts/staking/StakingService.sol +321 -0
  547. package/contracts/staking/StakingServiceManager.sol +46 -0
  548. package/contracts/staking/StakingStore.sol +1368 -0
  549. package/contracts/staking/TargetHandler.sol +132 -0
  550. package/contracts/staking/TargetManagerLib.sol +234 -0
  551. package/contracts/type/AddressSet.sol +58 -0
  552. package/contracts/type/Amount.sol +154 -0
  553. package/contracts/type/Blocknumber.sol +137 -0
  554. package/contracts/type/ChainId.sol +101 -0
  555. package/contracts/type/ClaimId.sol +80 -0
  556. package/contracts/type/DistributorType.sol +55 -0
  557. package/contracts/type/Fee.sol +66 -0
  558. package/contracts/type/Key32.sol +50 -0
  559. package/contracts/type/Key32Set.sol +62 -0
  560. package/contracts/type/NftId.sol +85 -0
  561. package/contracts/type/NftIdSet.sol +62 -0
  562. package/contracts/type/ObjectType.sol +278 -0
  563. package/contracts/type/PayoutId.sol +82 -0
  564. package/contracts/type/Referral.sol +96 -0
  565. package/contracts/type/RequestId.sol +75 -0
  566. package/contracts/type/RequestIdSet.sol +62 -0
  567. package/contracts/type/RiskId.sol +75 -0
  568. package/contracts/type/RoleId.sol +180 -0
  569. package/contracts/type/Seconds.sol +124 -0
  570. package/contracts/type/Selector.sol +107 -0
  571. package/contracts/type/StateId.sol +149 -0
  572. package/contracts/type/String.sol +95 -0
  573. package/contracts/type/Timestamp.sol +152 -0
  574. package/contracts/type/UFixed.sol +263 -0
  575. package/contracts/type/Version.sol +159 -0
  576. package/contracts/upgradeability/IVersionable.sol +56 -0
  577. package/contracts/upgradeability/ProxyManager.sol +246 -0
  578. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
  579. package/contracts/upgradeability/Versionable.sol +62 -0
  580. package/package.json +27 -7
  581. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  582. package/artifacts/contracts/components/Component.sol/Component.json +0 -179
  583. package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
  584. package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
  585. package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
  586. package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
  587. package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
  588. package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
  589. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  590. package/artifacts/contracts/components/Pool.sol/Pool.json +0 -213
  591. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  592. package/artifacts/contracts/components/Product.sol/Product.json +0 -231
  593. package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
  594. package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
  595. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
  596. package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
  597. package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
  598. package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
  599. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
  600. package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
  601. package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
  602. package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
  603. package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
  604. package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
  605. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
  606. package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
  607. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
  608. package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
  609. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
  610. package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
  611. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
  612. package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
  613. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
  614. package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
  615. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
  616. package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
  617. package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
  618. package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
  619. package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
  620. package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
  621. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
  622. package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
  623. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
  624. package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
  625. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
  626. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
  627. package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -147
  628. package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
  629. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
  630. package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
  631. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
  632. package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
  633. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
  634. package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
  635. package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
  636. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
  637. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
  638. package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
  639. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
  640. package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
  641. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
  642. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
  643. package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
  644. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
  645. package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
  646. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
  647. package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
  648. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
  649. package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
  650. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
  651. package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
  652. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
  653. package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -167
  654. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
  655. package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
  656. package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
  657. package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
  658. package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
  659. package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
  660. package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
  661. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
  662. package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
  663. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  664. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  665. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  666. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  667. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  668. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
  669. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  670. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
  671. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
  672. package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -453
  673. package/contracts/components/Component.sol +0 -62
  674. package/contracts/components/IPool.sol +0 -9
  675. package/contracts/components/IProduct.sol +0 -12
  676. package/contracts/components/Pool.sol +0 -29
  677. package/contracts/components/Product.sol +0 -66
  678. package/contracts/experiment/errors/Require.sol +0 -33
  679. package/contracts/experiment/errors/Revert.sol +0 -39
  680. package/contracts/experiment/inheritance/A.sol +0 -56
  681. package/contracts/experiment/inheritance/B.sol +0 -23
  682. package/contracts/experiment/inheritance/C.sol +0 -28
  683. package/contracts/experiment/inheritance/IA.sol +0 -18
  684. package/contracts/experiment/inheritance/IB.sol +0 -9
  685. package/contracts/experiment/inheritance/IC.sol +0 -11
  686. package/contracts/experiment/types/TypeA.sol +0 -42
  687. package/contracts/experiment/types/TypeB.sol +0 -24
  688. package/contracts/instance/access/Access.sol +0 -218
  689. package/contracts/instance/access/IAccess.sol +0 -83
  690. package/contracts/instance/component/ComponentModule.sol +0 -248
  691. package/contracts/instance/component/IComponent.sol +0 -95
  692. package/contracts/instance/policy/IPolicy.sol +0 -66
  693. package/contracts/instance/policy/PolicyModule.sol +0 -107
  694. package/contracts/instance/pool/IPoolModule.sol +0 -41
  695. package/contracts/instance/pool/PoolModule.sol +0 -86
  696. package/contracts/instance/product/IProductService.sol +0 -46
  697. package/contracts/instance/product/ProductService.sol +0 -108
  698. package/contracts/registry/IChainNft.sol +0 -18
  699. package/contracts/types/Blocknumber.sol +0 -60
  700. package/contracts/types/ChainId.sol +0 -30
  701. package/contracts/types/NftId.sol +0 -35
  702. package/contracts/types/Timestamp.sol +0 -55
  703. package/contracts/types/UFixed.sol +0 -211
@@ -0,0 +1,2053 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "AccessAdminLib",
4
+ "sourceName": "contracts/authorization/AccessAdminLib.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "ErrorAccessAdminAccessManagerEmptyName",
9
+ "type": "error"
10
+ },
11
+ {
12
+ "inputs": [
13
+ {
14
+ "internalType": "address",
15
+ "name": "authorization",
16
+ "type": "address"
17
+ }
18
+ ],
19
+ "name": "ErrorAccessAdminAlreadyInitialized",
20
+ "type": "error"
21
+ },
22
+ {
23
+ "inputs": [
24
+ {
25
+ "internalType": "address",
26
+ "name": "authority",
27
+ "type": "address"
28
+ }
29
+ ],
30
+ "name": "ErrorAccessAdminAuthorityNotContract",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "authorization",
38
+ "type": "address"
39
+ },
40
+ {
41
+ "internalType": "ObjectType",
42
+ "name": "expectedDomain",
43
+ "type": "uint8"
44
+ },
45
+ {
46
+ "internalType": "ObjectType",
47
+ "name": "actualDomain",
48
+ "type": "uint8"
49
+ }
50
+ ],
51
+ "name": "ErrorAccessAdminDomainMismatch",
52
+ "type": "error"
53
+ },
54
+ {
55
+ "inputs": [],
56
+ "name": "ErrorAccessAdminFunctionNameEmpty",
57
+ "type": "error"
58
+ },
59
+ {
60
+ "inputs": [
61
+ {
62
+ "internalType": "address",
63
+ "name": "target",
64
+ "type": "address"
65
+ },
66
+ {
67
+ "internalType": "enum IAccess.TargetType",
68
+ "name": "serviceTargetType",
69
+ "type": "uint8"
70
+ }
71
+ ],
72
+ "name": "ErrorAccessAdminInvalidServiceType",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [
77
+ {
78
+ "internalType": "address",
79
+ "name": "target",
80
+ "type": "address"
81
+ },
82
+ {
83
+ "internalType": "enum IAccess.TargetType",
84
+ "name": "targetType",
85
+ "type": "uint8"
86
+ }
87
+ ],
88
+ "name": "ErrorAccessAdminInvalidTargetType",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "ErrorAccessAdminInvalidUseOfAdminRole",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [],
98
+ "name": "ErrorAccessAdminInvalidUseOfPublicRole",
99
+ "type": "error"
100
+ },
101
+ {
102
+ "inputs": [
103
+ {
104
+ "internalType": "address",
105
+ "name": "authorization",
106
+ "type": "address"
107
+ }
108
+ ],
109
+ "name": "ErrorAccessAdminNotAuthorization",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [
114
+ {
115
+ "internalType": "address",
116
+ "name": "target",
117
+ "type": "address"
118
+ }
119
+ ],
120
+ "name": "ErrorAccessAdminNotComponentOrCustomTarget",
121
+ "type": "error"
122
+ },
123
+ {
124
+ "inputs": [
125
+ {
126
+ "internalType": "address",
127
+ "name": "registerable",
128
+ "type": "address"
129
+ }
130
+ ],
131
+ "name": "ErrorAccessAdminNotRegistered",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "address",
138
+ "name": "registry",
139
+ "type": "address"
140
+ }
141
+ ],
142
+ "name": "ErrorAccessAdminNotRegistry",
143
+ "type": "error"
144
+ },
145
+ {
146
+ "inputs": [
147
+ {
148
+ "internalType": "address",
149
+ "name": "serviceAuthorization",
150
+ "type": "address"
151
+ }
152
+ ],
153
+ "name": "ErrorAccessAdminNotServiceAuthorization",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [
158
+ {
159
+ "internalType": "address",
160
+ "name": "authorization",
161
+ "type": "address"
162
+ },
163
+ {
164
+ "internalType": "VersionPart",
165
+ "name": "expectedRelease",
166
+ "type": "uint8"
167
+ },
168
+ {
169
+ "internalType": "VersionPart",
170
+ "name": "actualRelease",
171
+ "type": "uint8"
172
+ }
173
+ ],
174
+ "name": "ErrorAccessAdminReleaseMismatch",
175
+ "type": "error"
176
+ },
177
+ {
178
+ "inputs": [
179
+ {
180
+ "internalType": "RoleId",
181
+ "name": "adminRoleId",
182
+ "type": "uint64"
183
+ }
184
+ ],
185
+ "name": "ErrorAccessAdminRoleAdminNotExisting",
186
+ "type": "error"
187
+ },
188
+ {
189
+ "inputs": [
190
+ {
191
+ "internalType": "RoleId",
192
+ "name": "roleId",
193
+ "type": "uint64"
194
+ },
195
+ {
196
+ "internalType": "string",
197
+ "name": "name",
198
+ "type": "string"
199
+ }
200
+ ],
201
+ "name": "ErrorAccessAdminRoleAlreadyCreated",
202
+ "type": "error"
203
+ },
204
+ {
205
+ "inputs": [
206
+ {
207
+ "internalType": "RoleId",
208
+ "name": "roleId",
209
+ "type": "uint64"
210
+ }
211
+ ],
212
+ "name": "ErrorAccessAdminRoleIsPaused",
213
+ "type": "error"
214
+ },
215
+ {
216
+ "inputs": [
217
+ {
218
+ "internalType": "RoleId",
219
+ "name": "roleId",
220
+ "type": "uint64"
221
+ },
222
+ {
223
+ "internalType": "string",
224
+ "name": "name",
225
+ "type": "string"
226
+ },
227
+ {
228
+ "internalType": "RoleId",
229
+ "name": "existingRoleId",
230
+ "type": "uint64"
231
+ }
232
+ ],
233
+ "name": "ErrorAccessAdminRoleNameAlreadyExists",
234
+ "type": "error"
235
+ },
236
+ {
237
+ "inputs": [
238
+ {
239
+ "internalType": "RoleId",
240
+ "name": "roleId",
241
+ "type": "uint64"
242
+ }
243
+ ],
244
+ "name": "ErrorAccessAdminRoleNameEmpty",
245
+ "type": "error"
246
+ },
247
+ {
248
+ "inputs": [
249
+ {
250
+ "internalType": "RoleId",
251
+ "name": "roleId",
252
+ "type": "uint64"
253
+ }
254
+ ],
255
+ "name": "ErrorAccessAdminRoleUnknown",
256
+ "type": "error"
257
+ },
258
+ {
259
+ "inputs": [],
260
+ "name": "ErrorAccessAdminSelectorZero",
261
+ "type": "error"
262
+ },
263
+ {
264
+ "inputs": [
265
+ {
266
+ "internalType": "address",
267
+ "name": "target",
268
+ "type": "address"
269
+ },
270
+ {
271
+ "internalType": "string",
272
+ "name": "name",
273
+ "type": "string"
274
+ }
275
+ ],
276
+ "name": "ErrorAccessAdminTargetAlreadyCreated",
277
+ "type": "error"
278
+ },
279
+ {
280
+ "inputs": [
281
+ {
282
+ "internalType": "address",
283
+ "name": "expectedAuthority",
284
+ "type": "address"
285
+ },
286
+ {
287
+ "internalType": "address",
288
+ "name": "actualAuthority",
289
+ "type": "address"
290
+ }
291
+ ],
292
+ "name": "ErrorAccessAdminTargetAuthorityMismatch",
293
+ "type": "error"
294
+ },
295
+ {
296
+ "inputs": [
297
+ {
298
+ "internalType": "address",
299
+ "name": "target",
300
+ "type": "address"
301
+ },
302
+ {
303
+ "internalType": "string",
304
+ "name": "name",
305
+ "type": "string"
306
+ },
307
+ {
308
+ "internalType": "address",
309
+ "name": "existingTarget",
310
+ "type": "address"
311
+ }
312
+ ],
313
+ "name": "ErrorAccessAdminTargetNameAlreadyExists",
314
+ "type": "error"
315
+ },
316
+ {
317
+ "inputs": [
318
+ {
319
+ "internalType": "address",
320
+ "name": "target",
321
+ "type": "address"
322
+ }
323
+ ],
324
+ "name": "ErrorAccessAdminTargetNameEmpty",
325
+ "type": "error"
326
+ },
327
+ {
328
+ "inputs": [
329
+ {
330
+ "internalType": "address",
331
+ "name": "target",
332
+ "type": "address"
333
+ }
334
+ ],
335
+ "name": "ErrorAccessAdminTargetNotAccessManaged",
336
+ "type": "error"
337
+ },
338
+ {
339
+ "inputs": [
340
+ {
341
+ "internalType": "address",
342
+ "name": "target",
343
+ "type": "address"
344
+ }
345
+ ],
346
+ "name": "ErrorAccessAdminTargetNotCreated",
347
+ "type": "error"
348
+ },
349
+ {
350
+ "inputs": [
351
+ {
352
+ "internalType": "address",
353
+ "name": "target",
354
+ "type": "address"
355
+ },
356
+ {
357
+ "internalType": "ObjectType",
358
+ "name": "expectedType",
359
+ "type": "uint8"
360
+ },
361
+ {
362
+ "internalType": "ObjectType",
363
+ "name": "actualType",
364
+ "type": "uint8"
365
+ }
366
+ ],
367
+ "name": "ErrorAccessAdminTargetTypeMismatch",
368
+ "type": "error"
369
+ },
370
+ {
371
+ "inputs": [],
372
+ "name": "ADMIN_ROLE_NAME",
373
+ "outputs": [
374
+ {
375
+ "internalType": "string",
376
+ "name": "",
377
+ "type": "string"
378
+ }
379
+ ],
380
+ "stateMutability": "pure",
381
+ "type": "function"
382
+ },
383
+ {
384
+ "inputs": [],
385
+ "name": "COMPONENT_ROLE_FACTOR",
386
+ "outputs": [
387
+ {
388
+ "internalType": "uint64",
389
+ "name": "",
390
+ "type": "uint64"
391
+ }
392
+ ],
393
+ "stateMutability": "view",
394
+ "type": "function"
395
+ },
396
+ {
397
+ "inputs": [],
398
+ "name": "COMPONENT_ROLE_MAX",
399
+ "outputs": [
400
+ {
401
+ "internalType": "uint64",
402
+ "name": "",
403
+ "type": "uint64"
404
+ }
405
+ ],
406
+ "stateMutability": "view",
407
+ "type": "function"
408
+ },
409
+ {
410
+ "inputs": [],
411
+ "name": "COMPONENT_ROLE_MIN",
412
+ "outputs": [
413
+ {
414
+ "internalType": "uint64",
415
+ "name": "",
416
+ "type": "uint64"
417
+ }
418
+ ],
419
+ "stateMutability": "view",
420
+ "type": "function"
421
+ },
422
+ {
423
+ "inputs": [],
424
+ "name": "CORE_ROLE_MIN",
425
+ "outputs": [
426
+ {
427
+ "internalType": "uint64",
428
+ "name": "",
429
+ "type": "uint64"
430
+ }
431
+ ],
432
+ "stateMutability": "view",
433
+ "type": "function"
434
+ },
435
+ {
436
+ "inputs": [],
437
+ "name": "CUSTOM_ROLE_MIN",
438
+ "outputs": [
439
+ {
440
+ "internalType": "uint64",
441
+ "name": "",
442
+ "type": "uint64"
443
+ }
444
+ ],
445
+ "stateMutability": "view",
446
+ "type": "function"
447
+ },
448
+ {
449
+ "inputs": [],
450
+ "name": "INSTANCE_ROLE_MIN",
451
+ "outputs": [
452
+ {
453
+ "internalType": "uint64",
454
+ "name": "",
455
+ "type": "uint64"
456
+ }
457
+ ],
458
+ "stateMutability": "view",
459
+ "type": "function"
460
+ },
461
+ {
462
+ "inputs": [],
463
+ "name": "PUBLIC_ROLE_NAME",
464
+ "outputs": [
465
+ {
466
+ "internalType": "string",
467
+ "name": "",
468
+ "type": "string"
469
+ }
470
+ ],
471
+ "stateMutability": "pure",
472
+ "type": "function"
473
+ },
474
+ {
475
+ "inputs": [],
476
+ "name": "ROLE_SUFFIX",
477
+ "outputs": [
478
+ {
479
+ "internalType": "string",
480
+ "name": "",
481
+ "type": "string"
482
+ }
483
+ ],
484
+ "stateMutability": "view",
485
+ "type": "function"
486
+ },
487
+ {
488
+ "inputs": [],
489
+ "name": "SERVICE_DOMAIN_ROLE_FACTOR",
490
+ "outputs": [
491
+ {
492
+ "internalType": "uint64",
493
+ "name": "",
494
+ "type": "uint64"
495
+ }
496
+ ],
497
+ "stateMutability": "view",
498
+ "type": "function"
499
+ },
500
+ {
501
+ "inputs": [],
502
+ "name": "SERVICE_ROLE_FACTOR",
503
+ "outputs": [
504
+ {
505
+ "internalType": "uint64",
506
+ "name": "",
507
+ "type": "uint64"
508
+ }
509
+ ],
510
+ "stateMutability": "view",
511
+ "type": "function"
512
+ },
513
+ {
514
+ "inputs": [],
515
+ "name": "SERVICE_ROLE_MIN",
516
+ "outputs": [
517
+ {
518
+ "internalType": "uint64",
519
+ "name": "",
520
+ "type": "uint64"
521
+ }
522
+ ],
523
+ "stateMutability": "view",
524
+ "type": "function"
525
+ },
526
+ {
527
+ "inputs": [],
528
+ "name": "TOKEN_HANDLER_SUFFIX",
529
+ "outputs": [
530
+ {
531
+ "internalType": "string",
532
+ "name": "",
533
+ "type": "string"
534
+ }
535
+ ],
536
+ "stateMutability": "view",
537
+ "type": "function"
538
+ },
539
+ {
540
+ "inputs": [],
541
+ "name": "adminRoleInfo",
542
+ "outputs": [
543
+ {
544
+ "components": [
545
+ {
546
+ "internalType": "RoleId",
547
+ "name": "adminRoleId",
548
+ "type": "uint64"
549
+ },
550
+ {
551
+ "internalType": "enum IAccess.TargetType",
552
+ "name": "targetType",
553
+ "type": "IAccess.TargetType"
554
+ },
555
+ {
556
+ "internalType": "uint32",
557
+ "name": "maxMemberCount",
558
+ "type": "uint32"
559
+ },
560
+ {
561
+ "internalType": "Timestamp",
562
+ "name": "createdAt",
563
+ "type": "uint40"
564
+ },
565
+ {
566
+ "internalType": "Timestamp",
567
+ "name": "pausedAt",
568
+ "type": "uint40"
569
+ },
570
+ {
571
+ "internalType": "Blocknumber",
572
+ "name": "lastUpdateIn",
573
+ "type": "uint40"
574
+ },
575
+ {
576
+ "internalType": "Str",
577
+ "name": "name",
578
+ "type": "bytes32"
579
+ }
580
+ ],
581
+ "internalType": "struct IAccess.RoleInfo",
582
+ "name": "",
583
+ "type": "tuple"
584
+ }
585
+ ],
586
+ "stateMutability": "view",
587
+ "type": "function"
588
+ },
589
+ {
590
+ "inputs": [
591
+ {
592
+ "internalType": "address",
593
+ "name": "authorizationOld",
594
+ "type": "address"
595
+ },
596
+ {
597
+ "internalType": "address",
598
+ "name": "authorization",
599
+ "type": "address"
600
+ },
601
+ {
602
+ "internalType": "ObjectType",
603
+ "name": "expectedDomain",
604
+ "type": "uint8"
605
+ },
606
+ {
607
+ "internalType": "VersionPart",
608
+ "name": "expectedRelease",
609
+ "type": "uint8"
610
+ },
611
+ {
612
+ "internalType": "bool",
613
+ "name": "expectServiceAuthorization",
614
+ "type": "bool"
615
+ },
616
+ {
617
+ "internalType": "bool",
618
+ "name": "checkAlreadyInitialized",
619
+ "type": "bool"
620
+ }
621
+ ],
622
+ "name": "checkAuthorization",
623
+ "outputs": [],
624
+ "stateMutability": "view",
625
+ "type": "function"
626
+ },
627
+ {
628
+ "inputs": [
629
+ {
630
+ "internalType": "contract IAccessAdmin",
631
+ "name": "accessAdmin",
632
+ "type": "IAccessAdmin"
633
+ },
634
+ {
635
+ "internalType": "contract IAuthorization",
636
+ "name": "instanceAuthorization",
637
+ "type": "IAuthorization"
638
+ },
639
+ {
640
+ "internalType": "address",
641
+ "name": "componentAddress",
642
+ "type": "address"
643
+ },
644
+ {
645
+ "internalType": "ObjectType",
646
+ "name": "expectedType",
647
+ "type": "uint8"
648
+ }
649
+ ],
650
+ "name": "checkComponentInitialization",
651
+ "outputs": [
652
+ {
653
+ "internalType": "contract IAuthorization",
654
+ "name": "componentAuthorization",
655
+ "type": "IAuthorization"
656
+ }
657
+ ],
658
+ "stateMutability": "view",
659
+ "type": "function"
660
+ },
661
+ {
662
+ "inputs": [
663
+ {
664
+ "internalType": "address",
665
+ "name": "authority",
666
+ "type": "address"
667
+ },
668
+ {
669
+ "internalType": "string",
670
+ "name": "adminName",
671
+ "type": "string"
672
+ }
673
+ ],
674
+ "name": "checkInitParameters",
675
+ "outputs": [],
676
+ "stateMutability": "view",
677
+ "type": "function"
678
+ },
679
+ {
680
+ "inputs": [
681
+ {
682
+ "internalType": "address",
683
+ "name": "registry",
684
+ "type": "address"
685
+ },
686
+ {
687
+ "internalType": "address",
688
+ "name": "target",
689
+ "type": "address"
690
+ },
691
+ {
692
+ "internalType": "ObjectType",
693
+ "name": "expectedType",
694
+ "type": "uint8"
695
+ }
696
+ ],
697
+ "name": "checkIsRegistered",
698
+ "outputs": [],
699
+ "stateMutability": "view",
700
+ "type": "function"
701
+ },
702
+ {
703
+ "inputs": [
704
+ {
705
+ "internalType": "RoleId",
706
+ "name": "roleId",
707
+ "type": "uint64"
708
+ }
709
+ ],
710
+ "name": "checkNotAdminOrPublicRole",
711
+ "outputs": [],
712
+ "stateMutability": "pure",
713
+ "type": "function"
714
+ },
715
+ {
716
+ "inputs": [
717
+ {
718
+ "internalType": "address",
719
+ "name": "registry",
720
+ "type": "address"
721
+ }
722
+ ],
723
+ "name": "checkRegistry",
724
+ "outputs": [],
725
+ "stateMutability": "view",
726
+ "type": "function"
727
+ },
728
+ {
729
+ "inputs": [
730
+ {
731
+ "internalType": "contract IAccessAdmin",
732
+ "name": "accessAdmin",
733
+ "type": "IAccessAdmin"
734
+ },
735
+ {
736
+ "internalType": "RoleId",
737
+ "name": "roleId",
738
+ "type": "uint64"
739
+ },
740
+ {
741
+ "components": [
742
+ {
743
+ "internalType": "RoleId",
744
+ "name": "adminRoleId",
745
+ "type": "uint64"
746
+ },
747
+ {
748
+ "internalType": "enum IAccess.TargetType",
749
+ "name": "targetType",
750
+ "type": "IAccess.TargetType"
751
+ },
752
+ {
753
+ "internalType": "uint32",
754
+ "name": "maxMemberCount",
755
+ "type": "uint32"
756
+ },
757
+ {
758
+ "internalType": "Timestamp",
759
+ "name": "createdAt",
760
+ "type": "uint40"
761
+ },
762
+ {
763
+ "internalType": "Timestamp",
764
+ "name": "pausedAt",
765
+ "type": "uint40"
766
+ },
767
+ {
768
+ "internalType": "Blocknumber",
769
+ "name": "lastUpdateIn",
770
+ "type": "uint40"
771
+ },
772
+ {
773
+ "internalType": "Str",
774
+ "name": "name",
775
+ "type": "bytes32"
776
+ }
777
+ ],
778
+ "internalType": "struct IAccess.RoleInfo",
779
+ "name": "info",
780
+ "type": "tuple"
781
+ },
782
+ {
783
+ "internalType": "bool",
784
+ "name": "revertOnExistingRole",
785
+ "type": "bool"
786
+ }
787
+ ],
788
+ "name": "checkRoleCreation",
789
+ "outputs": [
790
+ {
791
+ "internalType": "bool",
792
+ "name": "isAdminOrPublicRole",
793
+ "type": "bool"
794
+ }
795
+ ],
796
+ "stateMutability": "view",
797
+ "type": "function"
798
+ },
799
+ {
800
+ "inputs": [
801
+ {
802
+ "internalType": "contract IAccessAdmin",
803
+ "name": "accessAdmin",
804
+ "type": "IAccessAdmin"
805
+ },
806
+ {
807
+ "internalType": "address",
808
+ "name": "target",
809
+ "type": "address"
810
+ },
811
+ {
812
+ "internalType": "RoleId",
813
+ "name": "roleId",
814
+ "type": "uint64"
815
+ },
816
+ {
817
+ "internalType": "bool",
818
+ "name": "onlyComponentOrContractTargets",
819
+ "type": "bool"
820
+ }
821
+ ],
822
+ "name": "checkTargetAndRoleForFunctions",
823
+ "outputs": [],
824
+ "stateMutability": "view",
825
+ "type": "function"
826
+ },
827
+ {
828
+ "inputs": [
829
+ {
830
+ "internalType": "contract IAccessAdmin",
831
+ "name": "accessAdmin",
832
+ "type": "IAccessAdmin"
833
+ },
834
+ {
835
+ "internalType": "address",
836
+ "name": "target",
837
+ "type": "address"
838
+ },
839
+ {
840
+ "internalType": "string",
841
+ "name": "targetName",
842
+ "type": "string"
843
+ },
844
+ {
845
+ "internalType": "bool",
846
+ "name": "checkAuthority",
847
+ "type": "bool"
848
+ }
849
+ ],
850
+ "name": "checkTargetCreation",
851
+ "outputs": [],
852
+ "stateMutability": "view",
853
+ "type": "function"
854
+ },
855
+ {
856
+ "inputs": [
857
+ {
858
+ "internalType": "contract IAccessAdmin",
859
+ "name": "accessAdmin",
860
+ "type": "IAccessAdmin"
861
+ },
862
+ {
863
+ "internalType": "address",
864
+ "name": "target",
865
+ "type": "address"
866
+ }
867
+ ],
868
+ "name": "checkTargetExists",
869
+ "outputs": [],
870
+ "stateMutability": "view",
871
+ "type": "function"
872
+ },
873
+ {
874
+ "inputs": [
875
+ {
876
+ "internalType": "string",
877
+ "name": "name",
878
+ "type": "string"
879
+ }
880
+ ],
881
+ "name": "coreRoleInfo",
882
+ "outputs": [
883
+ {
884
+ "components": [
885
+ {
886
+ "internalType": "RoleId",
887
+ "name": "adminRoleId",
888
+ "type": "uint64"
889
+ },
890
+ {
891
+ "internalType": "enum IAccess.TargetType",
892
+ "name": "targetType",
893
+ "type": "IAccess.TargetType"
894
+ },
895
+ {
896
+ "internalType": "uint32",
897
+ "name": "maxMemberCount",
898
+ "type": "uint32"
899
+ },
900
+ {
901
+ "internalType": "Timestamp",
902
+ "name": "createdAt",
903
+ "type": "uint40"
904
+ },
905
+ {
906
+ "internalType": "Timestamp",
907
+ "name": "pausedAt",
908
+ "type": "uint40"
909
+ },
910
+ {
911
+ "internalType": "Blocknumber",
912
+ "name": "lastUpdateIn",
913
+ "type": "uint40"
914
+ },
915
+ {
916
+ "internalType": "Str",
917
+ "name": "name",
918
+ "type": "bytes32"
919
+ }
920
+ ],
921
+ "internalType": "struct IAccess.RoleInfo",
922
+ "name": "",
923
+ "type": "tuple"
924
+ }
925
+ ],
926
+ "stateMutability": "view",
927
+ "type": "function"
928
+ },
929
+ {
930
+ "inputs": [],
931
+ "name": "getAdminRole",
932
+ "outputs": [
933
+ {
934
+ "internalType": "RoleId",
935
+ "name": "adminRoleId",
936
+ "type": "uint64"
937
+ }
938
+ ],
939
+ "stateMutability": "pure",
940
+ "type": "function"
941
+ },
942
+ {
943
+ "inputs": [
944
+ {
945
+ "internalType": "contract IAccessAdmin",
946
+ "name": "accessAdmin",
947
+ "type": "IAccessAdmin"
948
+ },
949
+ {
950
+ "internalType": "contract IAuthorization",
951
+ "name": "authorization",
952
+ "type": "IAuthorization"
953
+ },
954
+ {
955
+ "internalType": "RoleId",
956
+ "name": "roleId",
957
+ "type": "uint64"
958
+ }
959
+ ],
960
+ "name": "getAuthorizedRole",
961
+ "outputs": [
962
+ {
963
+ "internalType": "RoleId",
964
+ "name": "authorizedRoleId",
965
+ "type": "uint64"
966
+ }
967
+ ],
968
+ "stateMutability": "view",
969
+ "type": "function"
970
+ },
971
+ {
972
+ "inputs": [
973
+ {
974
+ "internalType": "uint64",
975
+ "name": "index",
976
+ "type": "uint64"
977
+ }
978
+ ],
979
+ "name": "getCustomRoleId",
980
+ "outputs": [
981
+ {
982
+ "internalType": "RoleId",
983
+ "name": "customRoleId",
984
+ "type": "uint64"
985
+ }
986
+ ],
987
+ "stateMutability": "pure",
988
+ "type": "function"
989
+ },
990
+ {
991
+ "inputs": [
992
+ {
993
+ "internalType": "contract AccessManagerCloneable",
994
+ "name": "authority",
995
+ "type": "AccessManagerCloneable"
996
+ },
997
+ {
998
+ "internalType": "address",
999
+ "name": "target",
1000
+ "type": "address"
1001
+ },
1002
+ {
1003
+ "internalType": "Selector",
1004
+ "name": "selector",
1005
+ "type": "bytes4"
1006
+ }
1007
+ ],
1008
+ "name": "getFunctionRoleId",
1009
+ "outputs": [
1010
+ {
1011
+ "internalType": "RoleId",
1012
+ "name": "functionRoleId",
1013
+ "type": "uint64"
1014
+ }
1015
+ ],
1016
+ "stateMutability": "view",
1017
+ "type": "function"
1018
+ },
1019
+ {
1020
+ "inputs": [
1021
+ {
1022
+ "internalType": "ObjectType",
1023
+ "name": "serviceDomain",
1024
+ "type": "uint8"
1025
+ }
1026
+ ],
1027
+ "name": "getGenericServiceRoleId",
1028
+ "outputs": [
1029
+ {
1030
+ "internalType": "RoleId",
1031
+ "name": "serviceRoleId",
1032
+ "type": "uint64"
1033
+ }
1034
+ ],
1035
+ "stateMutability": "pure",
1036
+ "type": "function"
1037
+ },
1038
+ {
1039
+ "inputs": [],
1040
+ "name": "getPublicRole",
1041
+ "outputs": [
1042
+ {
1043
+ "internalType": "RoleId",
1044
+ "name": "publicRoleId",
1045
+ "type": "uint64"
1046
+ }
1047
+ ],
1048
+ "stateMutability": "pure",
1049
+ "type": "function"
1050
+ },
1051
+ {
1052
+ "inputs": [
1053
+ {
1054
+ "internalType": "contract IAccessAdmin",
1055
+ "name": "accessAdmin",
1056
+ "type": "IAccessAdmin"
1057
+ },
1058
+ {
1059
+ "internalType": "RoleId",
1060
+ "name": "roleId",
1061
+ "type": "uint64"
1062
+ }
1063
+ ],
1064
+ "name": "getRoleName",
1065
+ "outputs": [
1066
+ {
1067
+ "internalType": "string",
1068
+ "name": "",
1069
+ "type": "string"
1070
+ }
1071
+ ],
1072
+ "stateMutability": "view",
1073
+ "type": "function"
1074
+ },
1075
+ {
1076
+ "inputs": [
1077
+ {
1078
+ "components": [
1079
+ {
1080
+ "internalType": "Str",
1081
+ "name": "name",
1082
+ "type": "bytes32"
1083
+ },
1084
+ {
1085
+ "internalType": "Selector",
1086
+ "name": "selector",
1087
+ "type": "bytes4"
1088
+ },
1089
+ {
1090
+ "internalType": "Timestamp",
1091
+ "name": "createdAt",
1092
+ "type": "uint40"
1093
+ },
1094
+ {
1095
+ "internalType": "Blocknumber",
1096
+ "name": "lastUpdateIn",
1097
+ "type": "uint40"
1098
+ }
1099
+ ],
1100
+ "internalType": "struct IAccess.FunctionInfo[]",
1101
+ "name": "functions",
1102
+ "type": "tuple[]"
1103
+ }
1104
+ ],
1105
+ "name": "getSelectors",
1106
+ "outputs": [
1107
+ {
1108
+ "internalType": "bytes4[]",
1109
+ "name": "selectors",
1110
+ "type": "bytes4[]"
1111
+ }
1112
+ ],
1113
+ "stateMutability": "pure",
1114
+ "type": "function"
1115
+ },
1116
+ {
1117
+ "inputs": [
1118
+ {
1119
+ "internalType": "address",
1120
+ "name": "serviceAddress",
1121
+ "type": "address"
1122
+ },
1123
+ {
1124
+ "internalType": "enum IAccess.TargetType",
1125
+ "name": "serviceTargetType",
1126
+ "type": "IAccess.TargetType"
1127
+ }
1128
+ ],
1129
+ "name": "getServiceRoleId",
1130
+ "outputs": [
1131
+ {
1132
+ "internalType": "RoleId",
1133
+ "name": "serviceRoleId",
1134
+ "type": "uint64"
1135
+ }
1136
+ ],
1137
+ "stateMutability": "view",
1138
+ "type": "function"
1139
+ },
1140
+ {
1141
+ "inputs": [
1142
+ {
1143
+ "internalType": "address",
1144
+ "name": "target",
1145
+ "type": "address"
1146
+ },
1147
+ {
1148
+ "internalType": "enum IAccess.TargetType",
1149
+ "name": "targetType",
1150
+ "type": "IAccess.TargetType"
1151
+ },
1152
+ {
1153
+ "internalType": "uint64",
1154
+ "name": "index",
1155
+ "type": "uint64"
1156
+ }
1157
+ ],
1158
+ "name": "getTargetRoleId",
1159
+ "outputs": [
1160
+ {
1161
+ "internalType": "RoleId",
1162
+ "name": "targetRoleId",
1163
+ "type": "uint64"
1164
+ }
1165
+ ],
1166
+ "stateMutability": "view",
1167
+ "type": "function"
1168
+ },
1169
+ {
1170
+ "inputs": [
1171
+ {
1172
+ "internalType": "address",
1173
+ "name": "target",
1174
+ "type": "address"
1175
+ },
1176
+ {
1177
+ "internalType": "string",
1178
+ "name": "targetName",
1179
+ "type": "string"
1180
+ },
1181
+ {
1182
+ "internalType": "enum IAccess.TargetType",
1183
+ "name": "targetType",
1184
+ "type": "IAccess.TargetType"
1185
+ }
1186
+ ],
1187
+ "name": "getTokenHandler",
1188
+ "outputs": [
1189
+ {
1190
+ "internalType": "address",
1191
+ "name": "tokenHandler",
1192
+ "type": "address"
1193
+ },
1194
+ {
1195
+ "internalType": "string",
1196
+ "name": "tokenHandlerName",
1197
+ "type": "string"
1198
+ }
1199
+ ],
1200
+ "stateMutability": "view",
1201
+ "type": "function"
1202
+ },
1203
+ {
1204
+ "inputs": [
1205
+ {
1206
+ "internalType": "ObjectType",
1207
+ "name": "serviceDomain",
1208
+ "type": "uint8"
1209
+ },
1210
+ {
1211
+ "internalType": "VersionPart",
1212
+ "name": "release",
1213
+ "type": "uint8"
1214
+ }
1215
+ ],
1216
+ "name": "getVersionedServiceRoleId",
1217
+ "outputs": [
1218
+ {
1219
+ "internalType": "RoleId",
1220
+ "name": "serviceRoleId",
1221
+ "type": "uint64"
1222
+ }
1223
+ ],
1224
+ "stateMutability": "pure",
1225
+ "type": "function"
1226
+ },
1227
+ {
1228
+ "inputs": [
1229
+ {
1230
+ "internalType": "string",
1231
+ "name": "name",
1232
+ "type": "string"
1233
+ }
1234
+ ],
1235
+ "name": "isAdminOrPublicRole",
1236
+ "outputs": [
1237
+ {
1238
+ "internalType": "bool",
1239
+ "name": "",
1240
+ "type": "bool"
1241
+ }
1242
+ ],
1243
+ "stateMutability": "view",
1244
+ "type": "function"
1245
+ },
1246
+ {
1247
+ "inputs": [
1248
+ {
1249
+ "internalType": "string",
1250
+ "name": "name",
1251
+ "type": "string"
1252
+ }
1253
+ ],
1254
+ "name": "isAdminRoleName",
1255
+ "outputs": [
1256
+ {
1257
+ "internalType": "bool",
1258
+ "name": "",
1259
+ "type": "bool"
1260
+ }
1261
+ ],
1262
+ "stateMutability": "pure",
1263
+ "type": "function"
1264
+ },
1265
+ {
1266
+ "inputs": [
1267
+ {
1268
+ "internalType": "RoleId",
1269
+ "name": "roleId",
1270
+ "type": "uint64"
1271
+ }
1272
+ ],
1273
+ "name": "isCustomRole",
1274
+ "outputs": [
1275
+ {
1276
+ "internalType": "bool",
1277
+ "name": "",
1278
+ "type": "bool"
1279
+ }
1280
+ ],
1281
+ "stateMutability": "pure",
1282
+ "type": "function"
1283
+ },
1284
+ {
1285
+ "inputs": [
1286
+ {
1287
+ "internalType": "RoleId",
1288
+ "name": "roleId",
1289
+ "type": "uint64"
1290
+ }
1291
+ ],
1292
+ "name": "isDynamicRoleId",
1293
+ "outputs": [
1294
+ {
1295
+ "internalType": "bool",
1296
+ "name": "",
1297
+ "type": "bool"
1298
+ }
1299
+ ],
1300
+ "stateMutability": "pure",
1301
+ "type": "function"
1302
+ },
1303
+ {
1304
+ "inputs": [],
1305
+ "name": "publicRoleInfo",
1306
+ "outputs": [
1307
+ {
1308
+ "components": [
1309
+ {
1310
+ "internalType": "RoleId",
1311
+ "name": "adminRoleId",
1312
+ "type": "uint64"
1313
+ },
1314
+ {
1315
+ "internalType": "enum IAccess.TargetType",
1316
+ "name": "targetType",
1317
+ "type": "IAccess.TargetType"
1318
+ },
1319
+ {
1320
+ "internalType": "uint32",
1321
+ "name": "maxMemberCount",
1322
+ "type": "uint32"
1323
+ },
1324
+ {
1325
+ "internalType": "Timestamp",
1326
+ "name": "createdAt",
1327
+ "type": "uint40"
1328
+ },
1329
+ {
1330
+ "internalType": "Timestamp",
1331
+ "name": "pausedAt",
1332
+ "type": "uint40"
1333
+ },
1334
+ {
1335
+ "internalType": "Blocknumber",
1336
+ "name": "lastUpdateIn",
1337
+ "type": "uint40"
1338
+ },
1339
+ {
1340
+ "internalType": "Str",
1341
+ "name": "name",
1342
+ "type": "bytes32"
1343
+ }
1344
+ ],
1345
+ "internalType": "struct IAccess.RoleInfo",
1346
+ "name": "",
1347
+ "type": "tuple"
1348
+ }
1349
+ ],
1350
+ "stateMutability": "view",
1351
+ "type": "function"
1352
+ },
1353
+ {
1354
+ "inputs": [
1355
+ {
1356
+ "internalType": "RoleId",
1357
+ "name": "adminRoleId",
1358
+ "type": "uint64"
1359
+ },
1360
+ {
1361
+ "internalType": "enum IAccess.TargetType",
1362
+ "name": "targetType",
1363
+ "type": "IAccess.TargetType"
1364
+ },
1365
+ {
1366
+ "internalType": "uint32",
1367
+ "name": "maxMemberCount",
1368
+ "type": "uint32"
1369
+ },
1370
+ {
1371
+ "internalType": "string",
1372
+ "name": "roleName",
1373
+ "type": "string"
1374
+ }
1375
+ ],
1376
+ "name": "roleInfo",
1377
+ "outputs": [
1378
+ {
1379
+ "components": [
1380
+ {
1381
+ "internalType": "RoleId",
1382
+ "name": "adminRoleId",
1383
+ "type": "uint64"
1384
+ },
1385
+ {
1386
+ "internalType": "enum IAccess.TargetType",
1387
+ "name": "targetType",
1388
+ "type": "IAccess.TargetType"
1389
+ },
1390
+ {
1391
+ "internalType": "uint32",
1392
+ "name": "maxMemberCount",
1393
+ "type": "uint32"
1394
+ },
1395
+ {
1396
+ "internalType": "Timestamp",
1397
+ "name": "createdAt",
1398
+ "type": "uint40"
1399
+ },
1400
+ {
1401
+ "internalType": "Timestamp",
1402
+ "name": "pausedAt",
1403
+ "type": "uint40"
1404
+ },
1405
+ {
1406
+ "internalType": "Blocknumber",
1407
+ "name": "lastUpdateIn",
1408
+ "type": "uint40"
1409
+ },
1410
+ {
1411
+ "internalType": "Str",
1412
+ "name": "name",
1413
+ "type": "bytes32"
1414
+ }
1415
+ ],
1416
+ "internalType": "struct IAccess.RoleInfo",
1417
+ "name": "info",
1418
+ "type": "tuple"
1419
+ }
1420
+ ],
1421
+ "stateMutability": "view",
1422
+ "type": "function"
1423
+ },
1424
+ {
1425
+ "inputs": [
1426
+ {
1427
+ "internalType": "string",
1428
+ "name": "serviceName",
1429
+ "type": "string"
1430
+ }
1431
+ ],
1432
+ "name": "serviceRoleInfo",
1433
+ "outputs": [
1434
+ {
1435
+ "components": [
1436
+ {
1437
+ "internalType": "RoleId",
1438
+ "name": "adminRoleId",
1439
+ "type": "uint64"
1440
+ },
1441
+ {
1442
+ "internalType": "enum IAccess.TargetType",
1443
+ "name": "targetType",
1444
+ "type": "IAccess.TargetType"
1445
+ },
1446
+ {
1447
+ "internalType": "uint32",
1448
+ "name": "maxMemberCount",
1449
+ "type": "uint32"
1450
+ },
1451
+ {
1452
+ "internalType": "Timestamp",
1453
+ "name": "createdAt",
1454
+ "type": "uint40"
1455
+ },
1456
+ {
1457
+ "internalType": "Timestamp",
1458
+ "name": "pausedAt",
1459
+ "type": "uint40"
1460
+ },
1461
+ {
1462
+ "internalType": "Blocknumber",
1463
+ "name": "lastUpdateIn",
1464
+ "type": "uint40"
1465
+ },
1466
+ {
1467
+ "internalType": "Str",
1468
+ "name": "name",
1469
+ "type": "bytes32"
1470
+ }
1471
+ ],
1472
+ "internalType": "struct IAccess.RoleInfo",
1473
+ "name": "",
1474
+ "type": "tuple"
1475
+ }
1476
+ ],
1477
+ "stateMutability": "view",
1478
+ "type": "function"
1479
+ },
1480
+ {
1481
+ "inputs": [
1482
+ {
1483
+ "internalType": "bytes4",
1484
+ "name": "selector",
1485
+ "type": "bytes4"
1486
+ },
1487
+ {
1488
+ "internalType": "string",
1489
+ "name": "name",
1490
+ "type": "string"
1491
+ }
1492
+ ],
1493
+ "name": "toFunction",
1494
+ "outputs": [
1495
+ {
1496
+ "components": [
1497
+ {
1498
+ "internalType": "Str",
1499
+ "name": "name",
1500
+ "type": "bytes32"
1501
+ },
1502
+ {
1503
+ "internalType": "Selector",
1504
+ "name": "selector",
1505
+ "type": "bytes4"
1506
+ },
1507
+ {
1508
+ "internalType": "Timestamp",
1509
+ "name": "createdAt",
1510
+ "type": "uint40"
1511
+ },
1512
+ {
1513
+ "internalType": "Blocknumber",
1514
+ "name": "lastUpdateIn",
1515
+ "type": "uint40"
1516
+ }
1517
+ ],
1518
+ "internalType": "struct IAccess.FunctionInfo",
1519
+ "name": "",
1520
+ "type": "tuple"
1521
+ }
1522
+ ],
1523
+ "stateMutability": "view",
1524
+ "type": "function"
1525
+ },
1526
+ {
1527
+ "inputs": [
1528
+ {
1529
+ "internalType": "contract IAccessAdmin",
1530
+ "name": "accessAdmin",
1531
+ "type": "IAccessAdmin"
1532
+ },
1533
+ {
1534
+ "internalType": "Str",
1535
+ "name": "functionName",
1536
+ "type": "bytes32"
1537
+ },
1538
+ {
1539
+ "internalType": "RoleId",
1540
+ "name": "roleId",
1541
+ "type": "uint64"
1542
+ }
1543
+ ],
1544
+ "name": "toFunctionGrantingString",
1545
+ "outputs": [
1546
+ {
1547
+ "internalType": "string",
1548
+ "name": "",
1549
+ "type": "string"
1550
+ }
1551
+ ],
1552
+ "stateMutability": "view",
1553
+ "type": "function"
1554
+ },
1555
+ {
1556
+ "inputs": [
1557
+ {
1558
+ "internalType": "string",
1559
+ "name": "name",
1560
+ "type": "string"
1561
+ }
1562
+ ],
1563
+ "name": "toRoleName",
1564
+ "outputs": [
1565
+ {
1566
+ "internalType": "string",
1567
+ "name": "",
1568
+ "type": "string"
1569
+ }
1570
+ ],
1571
+ "stateMutability": "pure",
1572
+ "type": "function"
1573
+ }
1574
+ ],
1575
+ "bytecode": "0x6143e7610034600b8282823980515f1a607314602857634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe7300000000000000000000000000000000000000003014608060405260043610610297575f3560e01c80638308ceb11161016c578063bcfb11b0116100d5578063ceaaf86b1161008f578063ceaaf86b146105e3578063cf291648146105ed578063d09ce86c14610600578063d27e68a914610608578063d4c3026c14610629578063e03aefc21461063c575f80fd5b8063bcfb11b014610577578063c354279a1461057f578063c5d0105614610592578063c68eb455146105a5578063c87a86c4146105b8578063caf3ba4a146103ee575f80fd5b8063aec48fc711610126578063aec48fc71461052a578063b05601aa146103ee578063b1d4d5c314610532578063b3d2fe4614610556578063b3ecf23614610569578063bc62a0a51461056f575f80fd5b80638308ceb1146104da5780638f83fd63146104e7578063915f1dbb146104865780639b7ec44c146104fa578063a400335c1461050d578063a43e328114610520575f80fd5b806346729cd21161020e5780635b55eef2116101c85780635b55eef2146104735780636126bf441461048657806361890d9b1461048e578063650cbf89146104a157806366048929146104b45780637d09289c146104c7575f80fd5b806346729cd2146103ee5780634924730a146103f75780634eaf40a21461040a57806351f2b1e11461041d5780635917626e146104305780635aa3d72714610450575f80fd5b80630ccbae511161025f5780630ccbae511461033457806315fb0abb1461033e578063195746e91461039f57806337c339e5146103b25780634068538c146103c5578063448111d7146103ce575f80fd5b806303d6f9be1461029b57806304c713a7146102cb57806305b81b9f146102f957806305bc847d1461030c5780630781a7f014610321575b5f80fd5b6102ae6102a93660046133fc565b61064f565b6040516001600160401b0390911681526020015b60405180910390f35b6102ec604051806040016040528060028152602001610a8d60f31b81525081565b6040516102c29190613461565b6102ae610307366004613473565b6107e6565b61031f61031a3660046134a2565b6109dd565b005b6102ae61032f3660046134d1565b610a45565b6102ae620186a081565b61035161034c366004613634565b610ba8565b6040516102c291905f6080820190508251825263ffffffff60e01b602084015116602083015264ffffffffff604084015116604083015264ffffffffff606084015116606083015292915050565b6102ae6103ad36600461368c565b610e16565b6102ec6103c03660046136b9565b61100c565b6102ae614a3881565b6103e16103dc36600461370c565b611054565b6040516102c2919061380b565b6102ae6103e881565b61031f61040536600461386f565b61117d565b61031f6104183660046138df565b6116b0565b61031f61042b36600461395d565b61199a565b61044361043e36600461399a565b611a2e565b6040516102c29190613a3e565b61046361045e3660046136b9565b611c5b565b60405190151581526020016102c2565b6102ae6104813660046134a2565b611d60565b6102ae606481565b61046361049c3660046134a2565b611db4565b6104436104af3660046136b9565b611e47565b6104636104c23660046134a2565b611e5d565b61031f6104d5366004613abc565b611ea4565b6001600160401b036102ae565b6102ec6104f5366004613ad8565b611f67565b61031f610508366004613b0c565b612011565b61046361051b366004613b49565b612174565b6102ae6201adb081565b610443612606565b6102ec604051806040016040528060058152602001645f526f6c6560d81b81525081565b6102ec610564366004613c25565b612626565b5f6102ae565b6102ec6127b8565b6102ec6127db565b61031f61058d366004613c51565b6127ff565b6102ae6105a0366004613c9f565b612923565b6104636105b33660046136b9565b612a91565b6105cb6105c6366004613cdc565b612ab5565b6040516001600160a01b0390911681526020016102c2565b6102ae620f424081565b6104436105fb3660046136b9565b612c01565b610443612c16565b61061b610616366004613d2a565b612c2d565b6040516102c2929190613d7e565b6102ae610637366004613da1565b612e58565b61031f61064a366004613dcd565b613093565b604051632b10f60d60e21b815260ff821660048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af41580156106bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e19190613de8565b604051632b10f60d60e21b815260ff8716600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af4158015610731573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107559190613e1e565b610761906103e8613e4d565b61076d906103e8613e76565b6001600160601b03166107809190613e95565b6040518263ffffffff1660e01b815260040161079e91815260200190565b602060405180830381865af41580156107b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107dd9190613ea8565b90505b92915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b73__$b659da7d8a6d2d32aa6c1e17da23dc2174$__63fbcaa8ed6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610848573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086c9190613ece565b604051632b10f60d60e21b815260ff909116600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af41580156108bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108e19190613de8565b604051632b10f60d60e21b815260ff8616600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af4158015610931573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109559190613e1e565b610961906103e8613e4d565b61096d906103e8613e76565b6001600160601b03166109809190613e95565b6040518263ffffffff1660e01b815260040161099e91815260200190565b602060405180830381865af41580156109b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107e09190613ea8565b6109fa816109e9613135565b6001600160401b0390811691161490565b15610a1857604051639034e22f60e01b815260040160405180910390fd5b610a24816109e96131aa565b15610a425760405163366fac4360e11b815260040160405180910390fd5b50565b604051635bfa502760e01b81526001600160401b03821660048201525f9081906001600160a01b03851690635bfa50279060240160e060405180830381865afa158015610a94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab89190613ef4565b60c00151604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af4158015610b0a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610b319190810190613fbf565b604051634e56802960e11b81529091506001600160a01b03861690639cad005290610b60908490600401613461565b6040805180830381865afa158015610b7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b9e919061400e565b5095945050505050565b604080516080810182525f8082526020820181905291810182905260608101919091526001600160e01b03198316610bf357604051633f6ec33560e21b815260040160405180910390fd5b81515f03610c145760405163c075994d60e01b815260040160405180910390fd5b60408051608081019182905263cdc23e6960e01b9091528073__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69610c538660848501613461565b602060405180830381865af4158015610c6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c929190613de8565b8152604051636b15ee8b60e01b81526001600160e01b03198616600482015260209091019073__$0904195350e4c23ecb1d51df0a32586dcd$__90636b15ee8b90602401602060405180830381865af4158015610cf1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d15919061403b565b6001600160e01b031916815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8f9190614056565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610de2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e069190614056565b64ffffffffff1690529392505050565b5f6001836007811115610e2b57610e2b613a0a565b03610ec25773__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b610e55846064614071565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ebb9190613ea8565b9050611005565b6003836007811115610ed657610ed6613a0a565b1480610ef357506002836007811115610ef157610ef1613a0a565b145b15610f0257610ebb8484612e58565b6004836007811115610f1657610f16613a0a565b03610f425773__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b610e5584620186a0614071565b6005836007811115610f5657610f56613a0a565b03610f825773__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b610e55846201adb0614071565b6007836007811115610f9657610f96613a0a565b1480610fb357506006836007811115610fb157610fb1613a0a565b145b15610fdf5773__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b610e5584620f4240614071565b838360405163058666f560e21b8152600401610ffc929190614090565b60405180910390fd5b9392505050565b606081604051806040016040528060058152602001645f526f6c6560d81b81525060405160200161103e9291906140c4565b6040516020818303038152906040529050919050565b8051606090806001600160401b038111156110715761107161352e565b60405190808252806020026020018201604052801561109a578160200160208202803683370190505b5091505f5b81811015611176578381815181106110b9576110b96140d8565b6020908102919091018101510151604051636ea1af2560e11b81526001600160e01b0319909116600482015273__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af415801561111f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611143919061403b565b838281518110611155576111556140d8565b6001600160e01b03199092166020928302919091019091015260010161109f565b5050919050565b60405163302d508560e11b81526001600160a01b03848116600483015285169063605aa10a90602401602060405180830381865afa1580156111c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111e591906140ec565b156112e6576040516312e1ebc560e01b81526001600160a01b0380851660048301528491908616906312e1ebc59060240160a060405180830381865afa158015611231573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112559190614107565b51604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af41580156112a4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112cb9190810190613fbf565b604051630bf898a560e31b8152600401610ffc929190613d7e565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e699061131f908690600401613461565b602060405180830381865af415801561133a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061135e9190613de8565b60405163a9dbaf2560e01b81526004810182905290915073__$9a094f9b231ed0f5f85a69be8408d93180$__9063a9dbaf2590602401602060405180830381865af41580156113af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d39190613de8565b5f036113fd57604051638a0b84e560e01b81526001600160a01b0385166004820152602401610ffc565b604051631a0358a960e11b8152600481018290525f906001600160a01b03871690633406b15290602401602060405180830381865afa158015611442573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061146691906141a0565b90506001600160a01b038116156114965784848260405163375fd50360e11b8152600401610ffc939291906141bb565b6040516303d2026b60e21b81526001600160a01b038616600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90630f4809ac90602401602060405180830381865af41580156114ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151091906140ec565b61153857604051637693f8d560e01b81526001600160a01b0386166004820152602401610ffc565b82156116a8575f856001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561157b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061159f91906141a0565b9050866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061160191906141a0565b6001600160a01b0316816001600160a01b0316146116a657866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611655573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061167991906141a0565b604051630deaa28d60e31b81526001600160a01b0391821660048201529082166024820152604401610ffc565b505b505050505050565b8080156116c557506001600160a01b03861615155b156116ee57604051631032fd6b60e01b81526001600160a01b0387166004820152602401610ffc565b811561179f5760405163d905700760e01b815273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d90570079061173390889062d1d15b60e11b906004016141f6565b602060405180830381865af415801561174e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061177291906140ec565b61179a5760405163bea2481f60e01b81526001600160a01b0386166004820152602401610ffc565b611846565b60405163d905700760e01b815273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d9057007906117df908890635a183bdb60e11b906004016141f6565b602060405180830381865af41580156117fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061181e91906140ec565b61184657604051637737699b60e01b81526001600160a01b0386166004820152602401610ffc565b5f856001600160a01b031663b68d18096040518163ffffffff1660e01b8152600401602060405180830381865afa158015611883573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118a79190613ece565b905060ff808216908616146118eb5760405163a1eb7bc960e01b81526001600160a01b038716600482015260ff808716602483015282166044820152606401610ffc565b5f866001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611928573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061194c9190613ece565b905060ff8082169086161461199057604051630fc1a0bf60e41b81526001600160a01b038816600482015260ff808716602483015282166044820152606401610ffc565b5050505050505050565b60405163302d508560e11b81526001600160a01b03828116600483015283169063605aa10a90602401602060405180830381865afa1580156119de573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a0291906140ec565b611a2a57604051630a504d9560e11b81526001600160a01b0382166004820152602401610ffc565b5050565b611a366133b2565b6040518060e00160405280866001600160401b03168152602001856007811115611a6257611a62613a0a565b81526020018463ffffffff16815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611aba573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ade9190614056565b64ffffffffff16815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b31573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b559190614056565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ba8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bcc9190614056565b64ffffffffff16815260200173__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69856040518263ffffffff1660e01b8152600401611c0f9190613461565b602060405180830381865af4158015611c2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c4e9190613de8565b905290505b949350505050565b5f73__$9a094f9b231ed0f5f85a69be8408d93180$__6321a4964283611c7f6127b8565b6040518363ffffffff1660e01b8152600401611c9c929190614219565b602060405180830381865af4158015611cb7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cdb91906140ec565b806107e0575073__$9a094f9b231ed0f5f85a69be8408d93180$__6321a4964283611d046127db565b6040518363ffffffff1660e01b8152600401611d21929190614219565b602060405180830381865af4158015611d3c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107e091906140ec565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b611d8884620f4240614071565b6040516001600160e01b031960e084901b1681526001600160401b03909116600482015260240161099e565b604051631517388760e21b81526001600160401b03821660048201525f90620f42409073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c906024015b602060405180830381865af4158015611e12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e369190613ea8565b6001600160401b0316101592915050565b611e4f6133b2565b6107e05f6003600185611a2e565b604051631517388760e21b81526001600160401b03821660048201525f906201adb09073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401611df7565b604051631627905560e01b81526001600160a01b038316600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015611efa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f1e91906140ec565b611f465760405163a91c340960e01b81526001600160a01b0383166004820152602401610ffc565b80515f03611a2a5760405163ea69a8ad60e01b815260040160405180910390fd5b604051631623433d60e31b81526004810183905260609073__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af4158015611fb7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611fde9190810190613fbf565b611fe88584612626565b604051602001611ff9929190614246565b60405160208183030381529060405290509392505050565b61201a83613093565b6040516308b09a5f60e41b81526001600160a01b0383811660048301525f9190851690638b09a5f0906024015f60405180830381865afa158015612060573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526120879190810190614286565b604090810151905163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af41580156120df573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061210391906140ec565b1561212c57604051633b69638960e11b81526001600160a01b0384166004820152602401610ffc565b60ff8082169083161461216e5760405163b1feebfb60e01b81526001600160a01b038416600482015260ff808416602483015282166044820152606401610ffc565b50505050565b5f612181846109e9613135565b806121935750612193846109e96131aa565b156121a057506001611c53565b818015612217575060405163c6a0017960e01b81526001600160401b03851660048201526001600160a01b0386169063c6a0017990602401602060405180830381865afa1580156121f3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061221791906140ec565b1561232157604051635bfa502760e01b81526001600160401b038516600482015284906001600160a01b03871690635bfa50279060240160e060405180830381865afa158015612269573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061228d9190613ef4565b60c00151604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af41580156122df573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123069190810190613fbf565b60405163c2f92fd360e01b8152600401610ffc929190614356565b825160405163c6a0017960e01b81526001600160401b0390911660048201526001600160a01b0386169063c6a0017990602401602060405180830381865afa15801561236f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061239391906140ec565b6123be578251604051634731add760e11b81526001600160401b039091166004820152602401610ffc565b60c083015160405163a9dbaf2560e01b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063a9dbaf2590602401602060405180830381865af4158015612412573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124369190613de8565b5f036124605760405163ce242fe760e01b81526001600160401b0385166004820152602401610ffc565b5f80866001600160a01b0316639cad005273__$9a094f9b231ed0f5f85a69be8408d93180$__63b11a19e88860c001516040518263ffffffff1660e01b81526004016124ae91815260200190565b5f60405180830381865af41580156124c8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124ef9190810190613fbf565b6040518263ffffffff1660e01b815260040161250b9190613461565b6040805180830381865afa158015612525573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612549919061400e565b915091508380156125575750805b156125fa5760c0850151604051631623433d60e31b8152879173__$9a094f9b231ed0f5f85a69be8408d93180$__9163b11a19e89161259c9160040190815260200190565b5f60405180830381865af41580156125b6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125dd9190810190613fbf565b8360405163ab0b63a360e01b8152600401610ffc93929190614377565b505f9695505050505050565b61260e6133b2565b6126215f600763ffffffff61043e6127db565b905090565b60405163c6a0017960e01b81526001600160401b03821660048201526060906001600160a01b0384169063c6a0017990602401602060405180830381865afa158015612674573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061269891906140ec565b1561278c57604051635bfa502760e01b81526001600160401b03831660048201526001600160a01b03841690635bfa50279060240160e060405180830381865afa1580156126e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061270c9190613ef4565b60c00151604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af415801561275e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127859190810190613fbf565b90506107e0565b5060408051808201909152600e81526d1e3ab735b737bbb716b937b6329f60911b602082015292915050565b60408051808201909152600981526841646d696e526f6c6560b81b602082015290565b60408051808201909152600a8152695075626c6963526f6c6560b01b602082015290565b6040516312e1ebc560e01b81526001600160a01b0384811660048301525f91908616906312e1ebc59060240160a060405180830381865afa158015612846573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286a9190614107565b6020015190505f81600781111561288357612883613a0a565b036128ac57604051630a504d9560e11b81526001600160a01b0385166004820152602401610ffc565b811561290f5760058160078111156128c6576128c6613a0a565b141580156128e6575060068160078111156128e3576128e3613a0a565b14155b1561290f5760405163f25d9d3960e01b81526001600160a01b0385166004820152602401610ffc565b61291c85846001806131ea565b5050505050565b604051636ea1af2560e11b81526001600160e01b0319821660048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906001600160a01b03871690636d5115bd90879073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af41580156129ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129cf919061403b565b6040518363ffffffff1660e01b81526004016129ec9291906141f6565b602060405180830381865afa158015612a07573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a2b9190613ea8565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015612a6d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c539190613ea8565b5f73__$9a094f9b231ed0f5f85a69be8408d93180$__6321a4964283611d046127b8565b5f612b20856001600160a01b0316635ab1bd536040518163ffffffff1660e01b8152600401602060405180830381865afa158015612af5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b1991906141a0565b8484612011565b5f856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b819190613ece565b90505f849050806001600160a01b0316636bd1c0eb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bc3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612be791906141a0565b9250612bf7868486855f806116b0565b5050949350505050565b612c096133b2565b6107e05f60018085611a2e565b612c1e6133b2565b6126215f60018061043e6127b8565b5f60606005836007811115612c4457612c44613a0a565b14158015612c6457506001836007811115612c6157612c61613a0a565b14155b15612c8057505060408051602081019091525f80825290612e50565b604051631627905560e01b81526001600160a01b038616600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015612cd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cfa91906140ec565b612d1557505060408051602081019091525f80825290612e50565b60405163d905700760e01b815273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790612d559088906306e9e5ff60e31b906004016141f6565b602060405180830381865af4158015612d70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d9491906140ec565b612daf57505060408051602081019091525f80825290612e50565b846001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa158015612deb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e0f91906141a0565b915083604051806040016040528060028152602001610a8d60f31b815250604051602001612e3e9291906140c4565b60405160208183030381529060405290505b935093915050565b5f826003836007811115612e6e57612e6e613a0a565b03612fbd5773__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe826001600160a01b031663b68d18096040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ec9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612eed9190613ece565b836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f4d9190613ece565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865af4158015612f91573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fb59190613ea8565b9150506107e0565b6002836007811115612fd157612fd1613a0a565b036130765773__$1d92393fa9ccd763988368ce8a1cb90d26$__63383ff861826001600160a01b031663b68d18096040518163ffffffff1660e01b8152600401602060405180830381865afa15801561302c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130509190613ece565b6040516001600160e01b031960e084901b16815260ff9091166004820152602401612f76565b838360405163f46de64d60e01b8152600401610ffc929190614090565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156130e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061310d91906140ec565b610a425760405163375acd0b60e11b81526001600160a01b0382166004820152602401610ffc565b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af4158015613186573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126219190613ea8565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240161316b565b60405163c6a0017960e01b81526001600160401b03841660048201526001600160a01b0385169063c6a0017990602401602060405180830381865afa158015613235573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325991906140ec565b61328157604051632ed3a17160e11b81526001600160401b0384166004820152602401610ffc565b81801561337b5750604051635bfa502760e01b81526001600160401b038416600482015261337b906001600160a01b03861690635bfa50279060240160e060405180830381865afa1580156132d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132fc9190613ef4565b6080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613347573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061336b9190614056565b64ffffffffff9081169116111590565b156133a4576040516332d0641160e21b81526001600160401b0384166004820152602401610ffc565b8061216e5761216e836109dd565b6040805160e081019091525f808252602082019081525f6020820181905260408201819052606082018190526080820181905260a09091015290565b60ff81168114610a42575f80fd5b5f806040838503121561340d575f80fd5b8235613418816133ee565b91506020830135613428816133ee565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6107dd6020830184613433565b5f60208284031215613483575f80fd5b8135611005816133ee565b6001600160401b0381168114610a42575f80fd5b5f602082840312156134b2575f80fd5b81356110058161348e565b6001600160a01b0381168114610a42575f80fd5b5f805f606084860312156134e3575f80fd5b83356134ee816134bd565b925060208401356134fe816134bd565b9150604084013561350e8161348e565b809150509250925092565b6001600160e01b031981168114610a42575f80fd5b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b03811182821017156135645761356461352e565b60405290565b60405160e081016001600160401b03811182821017156135645761356461352e565b604051601f8201601f191681016001600160401b03811182821017156135b4576135b461352e565b604052919050565b5f6001600160401b038211156135d4576135d461352e565b50601f01601f191660200190565b5f82601f8301126135f1575f80fd5b81356136046135ff826135bc565b61358c565b818152846020838601011115613618575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215613645575f80fd5b823561365081613519565b915060208301356001600160401b0381111561366a575f80fd5b613676858286016135e2565b9150509250929050565b60088110610a42575f80fd5b5f805f6060848603121561369e575f80fd5b83356136a9816134bd565b925060208401356134fe81613680565b5f602082840312156136c9575f80fd5b81356001600160401b038111156136de575f80fd5b611c53848285016135e2565b64ffffffffff81168114610a42575f80fd5b8035613707816136ea565b919050565b5f6020828403121561371c575f80fd5b81356001600160401b03811115613731575f80fd5b8201601f81018413613741575f80fd5b80356001600160401b0381111561375a5761375a61352e565b61376960208260051b0161358c565b8082825260208201915060208360071b85010192508683111561378a575f80fd5b6020840193505b8284101561380157608084880312156137a8575f80fd5b6137b0613542565b8435815260208501356137c281613519565b602082015260408501356137d5816136ea565b604082015260608501356137e8816136ea565b6060820152825260809390930192602090910190613791565b9695505050505050565b602080825282518282018190525f918401906040840190835b8181101561384c5783516001600160e01b031916835260209384019390920191600101613824565b509095945050505050565b8015158114610a42575f80fd5b803561370781613857565b5f805f8060808587031215613882575f80fd5b843561388d816134bd565b9350602085013561389d816134bd565b925060408501356001600160401b038111156138b7575f80fd5b6138c3878288016135e2565b92505060608501356138d481613857565b939692955090935050565b5f805f805f8060c087890312156138f4575f80fd5b86356138ff816134bd565b9550602087013561390f816134bd565b9450604087013561391f816133ee565b9350606087013561392f816133ee565b9250608087013561393f81613857565b915060a087013561394f81613857565b809150509295509295509295565b5f806040838503121561396e575f80fd5b8235613979816134bd565b91506020830135613428816134bd565b63ffffffff81168114610a42575f80fd5b5f805f80608085870312156139ad575f80fd5b84356139b88161348e565b935060208501356139c881613680565b925060408501356139d881613989565b915060608501356001600160401b038111156139f2575f80fd5b6139fe878288016135e2565b91505092959194509250565b634e487b7160e01b5f52602160045260245ffd5b60088110613a3a57634e487b7160e01b5f52602160045260245ffd5b9052565b81516001600160401b0316815260208083015160e0830191613a6290840182613a1e565b5063ffffffff604084015116604083015264ffffffffff606084015116606083015264ffffffffff608084015116608083015260a0830151613aad60a084018264ffffffffff169052565b5060c092830151919092015290565b5f8060408385031215613acd575f80fd5b8235613650816134bd565b5f805f60608486031215613aea575f80fd5b8335613af5816134bd565b925060208401359150604084013561350e8161348e565b5f805f60608486031215613b1e575f80fd5b8335613b29816134bd565b92506020840135613b39816134bd565b9150604084013561350e816133ee565b5f805f80848603610140811215613b5e575f80fd5b8535613b69816134bd565b94506020860135613b798161348e565b935060e0603f1982011215613b8c575f80fd5b50613b9561356a565b6040860135613ba38161348e565b81526060860135613bb381613680565b60208201526080860135613bc681613989565b604082015260a0860135613bd9816136ea565b6060820152613bea60c087016136fc565b6080820152613bfb60e087016136fc565b60a082015261010086013560c08201529150613c1a6101208601613864565b905092959194509250565b5f8060408385031215613c36575f80fd5b8235613c41816134bd565b915060208301356134288161348e565b5f805f8060808587031215613c64575f80fd5b8435613c6f816134bd565b93506020850135613c7f816134bd565b92506040850135613c8f8161348e565b915060608501356138d481613857565b5f805f60608486031215613cb1575f80fd5b8335613cbc816134bd565b92506020840135613ccc816134bd565b9150604084013561350e81613519565b5f805f8060808587031215613cef575f80fd5b8435613cfa816134bd565b93506020850135613d0a816134bd565b92506040850135613d1a816134bd565b915060608501356138d4816133ee565b5f805f60608486031215613d3c575f80fd5b8335613d47816134bd565b925060208401356001600160401b03811115613d61575f80fd5b613d6d868287016135e2565b925050604084013561350e81613680565b6001600160a01b03831681526040602082018190525f90611c5390830184613433565b5f8060408385031215613db2575f80fd5b8235613dbd816134bd565b9150602083013561342881613680565b5f60208284031215613ddd575f80fd5b8135611005816134bd565b5f60208284031215613df8575f80fd5b5051919050565b6001600160601b0381168114610a42575f80fd5b805161370781613dff565b5f60208284031215613e2e575f80fd5b815161100581613dff565b634e487b7160e01b5f52601160045260245ffd5b6001600160601b038181168382160290811690818114613e6f57613e6f613e39565b5092915050565b6001600160601b0381811683821601908111156107e0576107e0613e39565b808201808211156107e0576107e0613e39565b5f60208284031215613eb8575f80fd5b81516110058161348e565b8051613707816133ee565b5f60208284031215613ede575f80fd5b8151611005816133ee565b8051613707816136ea565b5f60e0828403128015613f05575f80fd5b50613f0e61356a565b8251613f198161348e565b81526020830151613f2981613680565b60208201526040830151613f3c81613989565b60408201526060830151613f4f816136ea565b6060820152613f6060808401613ee9565b6080820152613f7160a08401613ee9565b60a082015260c0928301519281019290925250919050565b5f613f966135ff846135bc565b9050828152838383011115613fa9575f80fd5b8282602083015e5f602084830101529392505050565b5f60208284031215613fcf575f80fd5b81516001600160401b03811115613fe4575f80fd5b8201601f81018413613ff4575f80fd5b611c5384825160208401613f89565b805161370781613857565b5f806040838503121561401f575f80fd5b825161402a8161348e565b602084015190925061342881613857565b5f6020828403121561404b575f80fd5b815161100581613519565b5f60208284031215614066575f80fd5b8151611005816136ea565b6001600160401b0381811683821601908111156107e0576107e0613e39565b6001600160a01b0383168152604081016110056020830184613a1e565b5f81518060208401855e5f93019283525090919050565b5f611c536140d283866140ad565b846140ad565b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156140fc575f80fd5b815161100581613857565b5f60a0828403128015614118575f80fd5b5060405160a081016001600160401b038111828210171561413b5761413b61352e565b60405282518152602083015161415081613680565b602082015260408301516141638161348e565b60408201526060830151614176816136ea565b60608201526080830151614189816136ea565b60808201529392505050565b8051613707816134bd565b5f602082840312156141b0575f80fd5b8151611005816134bd565b6001600160a01b03841681526060602082018190525f906141de90830185613433565b905060018060a01b0383166040830152949350505050565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b604081525f61422b6040830185613433565b828103602084015261423d8185613433565b95945050505050565b5f61425182856140ad565b63014149d160e51b815261423d60048201856140ad565b5f82601f830112614277575f80fd5b6107dd83835160208501613f89565b5f60208284031215614296575f80fd5b81516001600160401b038111156142ab575f80fd5b820160e081850312156142bc575f80fd5b6142c461356a565b6142cd82613e13565b81526142db60208301613e13565b60208201526142ec60408301613ec3565b60408201526142fd60608301614003565b606082015261430e60808301614195565b608082015261431f60a08301614195565b60a082015260c08201516001600160401b0381111561433c575f80fd5b61434886828501614268565b60c083015250949350505050565b6001600160401b0383168152604060208201525f611c536040830184613433565b6001600160401b0384168152606060208201525f6143986060830185613433565b90506001600160401b038316604083015294935050505056fea26469706673582212201ad642975e7e8b29664ae215e4b26b0c5a8698e735cde26fd3ebc31443421b2e64736f6c634300081a0033",
1576
+ "deployedBytecode": "0x7300000000000000000000000000000000000000003014608060405260043610610297575f3560e01c80638308ceb11161016c578063bcfb11b0116100d5578063ceaaf86b1161008f578063ceaaf86b146105e3578063cf291648146105ed578063d09ce86c14610600578063d27e68a914610608578063d4c3026c14610629578063e03aefc21461063c575f80fd5b8063bcfb11b014610577578063c354279a1461057f578063c5d0105614610592578063c68eb455146105a5578063c87a86c4146105b8578063caf3ba4a146103ee575f80fd5b8063aec48fc711610126578063aec48fc71461052a578063b05601aa146103ee578063b1d4d5c314610532578063b3d2fe4614610556578063b3ecf23614610569578063bc62a0a51461056f575f80fd5b80638308ceb1146104da5780638f83fd63146104e7578063915f1dbb146104865780639b7ec44c146104fa578063a400335c1461050d578063a43e328114610520575f80fd5b806346729cd21161020e5780635b55eef2116101c85780635b55eef2146104735780636126bf441461048657806361890d9b1461048e578063650cbf89146104a157806366048929146104b45780637d09289c146104c7575f80fd5b806346729cd2146103ee5780634924730a146103f75780634eaf40a21461040a57806351f2b1e11461041d5780635917626e146104305780635aa3d72714610450575f80fd5b80630ccbae511161025f5780630ccbae511461033457806315fb0abb1461033e578063195746e91461039f57806337c339e5146103b25780634068538c146103c5578063448111d7146103ce575f80fd5b806303d6f9be1461029b57806304c713a7146102cb57806305b81b9f146102f957806305bc847d1461030c5780630781a7f014610321575b5f80fd5b6102ae6102a93660046133fc565b61064f565b6040516001600160401b0390911681526020015b60405180910390f35b6102ec604051806040016040528060028152602001610a8d60f31b81525081565b6040516102c29190613461565b6102ae610307366004613473565b6107e6565b61031f61031a3660046134a2565b6109dd565b005b6102ae61032f3660046134d1565b610a45565b6102ae620186a081565b61035161034c366004613634565b610ba8565b6040516102c291905f6080820190508251825263ffffffff60e01b602084015116602083015264ffffffffff604084015116604083015264ffffffffff606084015116606083015292915050565b6102ae6103ad36600461368c565b610e16565b6102ec6103c03660046136b9565b61100c565b6102ae614a3881565b6103e16103dc36600461370c565b611054565b6040516102c2919061380b565b6102ae6103e881565b61031f61040536600461386f565b61117d565b61031f6104183660046138df565b6116b0565b61031f61042b36600461395d565b61199a565b61044361043e36600461399a565b611a2e565b6040516102c29190613a3e565b61046361045e3660046136b9565b611c5b565b60405190151581526020016102c2565b6102ae6104813660046134a2565b611d60565b6102ae606481565b61046361049c3660046134a2565b611db4565b6104436104af3660046136b9565b611e47565b6104636104c23660046134a2565b611e5d565b61031f6104d5366004613abc565b611ea4565b6001600160401b036102ae565b6102ec6104f5366004613ad8565b611f67565b61031f610508366004613b0c565b612011565b61046361051b366004613b49565b612174565b6102ae6201adb081565b610443612606565b6102ec604051806040016040528060058152602001645f526f6c6560d81b81525081565b6102ec610564366004613c25565b612626565b5f6102ae565b6102ec6127b8565b6102ec6127db565b61031f61058d366004613c51565b6127ff565b6102ae6105a0366004613c9f565b612923565b6104636105b33660046136b9565b612a91565b6105cb6105c6366004613cdc565b612ab5565b6040516001600160a01b0390911681526020016102c2565b6102ae620f424081565b6104436105fb3660046136b9565b612c01565b610443612c16565b61061b610616366004613d2a565b612c2d565b6040516102c2929190613d7e565b6102ae610637366004613da1565b612e58565b61031f61064a366004613dcd565b613093565b604051632b10f60d60e21b815260ff821660048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af41580156106bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e19190613de8565b604051632b10f60d60e21b815260ff8716600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af4158015610731573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107559190613e1e565b610761906103e8613e4d565b61076d906103e8613e76565b6001600160601b03166107809190613e95565b6040518263ffffffff1660e01b815260040161079e91815260200190565b602060405180830381865af41580156107b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107dd9190613ea8565b90505b92915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b73__$b659da7d8a6d2d32aa6c1e17da23dc2174$__63fbcaa8ed6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610848573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086c9190613ece565b604051632b10f60d60e21b815260ff909116600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af41580156108bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108e19190613de8565b604051632b10f60d60e21b815260ff8616600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af4158015610931573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109559190613e1e565b610961906103e8613e4d565b61096d906103e8613e76565b6001600160601b03166109809190613e95565b6040518263ffffffff1660e01b815260040161099e91815260200190565b602060405180830381865af41580156109b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107e09190613ea8565b6109fa816109e9613135565b6001600160401b0390811691161490565b15610a1857604051639034e22f60e01b815260040160405180910390fd5b610a24816109e96131aa565b15610a425760405163366fac4360e11b815260040160405180910390fd5b50565b604051635bfa502760e01b81526001600160401b03821660048201525f9081906001600160a01b03851690635bfa50279060240160e060405180830381865afa158015610a94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ab89190613ef4565b60c00151604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af4158015610b0a573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610b319190810190613fbf565b604051634e56802960e11b81529091506001600160a01b03861690639cad005290610b60908490600401613461565b6040805180830381865afa158015610b7a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b9e919061400e565b5095945050505050565b604080516080810182525f8082526020820181905291810182905260608101919091526001600160e01b03198316610bf357604051633f6ec33560e21b815260040160405180910390fd5b81515f03610c145760405163c075994d60e01b815260040160405180910390fd5b60408051608081019182905263cdc23e6960e01b9091528073__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69610c538660848501613461565b602060405180830381865af4158015610c6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c929190613de8565b8152604051636b15ee8b60e01b81526001600160e01b03198616600482015260209091019073__$0904195350e4c23ecb1d51df0a32586dcd$__90636b15ee8b90602401602060405180830381865af4158015610cf1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d15919061403b565b6001600160e01b031916815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8f9190614056565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610de2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e069190614056565b64ffffffffff1690529392505050565b5f6001836007811115610e2b57610e2b613a0a565b03610ec25773__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b610e55846064614071565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015610e97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ebb9190613ea8565b9050611005565b6003836007811115610ed657610ed6613a0a565b1480610ef357506002836007811115610ef157610ef1613a0a565b145b15610f0257610ebb8484612e58565b6004836007811115610f1657610f16613a0a565b03610f425773__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b610e5584620186a0614071565b6005836007811115610f5657610f56613a0a565b03610f825773__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b610e55846201adb0614071565b6007836007811115610f9657610f96613a0a565b1480610fb357506006836007811115610fb157610fb1613a0a565b145b15610fdf5773__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b610e5584620f4240614071565b838360405163058666f560e21b8152600401610ffc929190614090565b60405180910390fd5b9392505050565b606081604051806040016040528060058152602001645f526f6c6560d81b81525060405160200161103e9291906140c4565b6040516020818303038152906040529050919050565b8051606090806001600160401b038111156110715761107161352e565b60405190808252806020026020018201604052801561109a578160200160208202803683370190505b5091505f5b81811015611176578381815181106110b9576110b96140d8565b6020908102919091018101510151604051636ea1af2560e11b81526001600160e01b0319909116600482015273__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af415801561111f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611143919061403b565b838281518110611155576111556140d8565b6001600160e01b03199092166020928302919091019091015260010161109f565b5050919050565b60405163302d508560e11b81526001600160a01b03848116600483015285169063605aa10a90602401602060405180830381865afa1580156111c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111e591906140ec565b156112e6576040516312e1ebc560e01b81526001600160a01b0380851660048301528491908616906312e1ebc59060240160a060405180830381865afa158015611231573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112559190614107565b51604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af41580156112a4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112cb9190810190613fbf565b604051630bf898a560e31b8152600401610ffc929190613d7e565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e699061131f908690600401613461565b602060405180830381865af415801561133a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061135e9190613de8565b60405163a9dbaf2560e01b81526004810182905290915073__$9a094f9b231ed0f5f85a69be8408d93180$__9063a9dbaf2590602401602060405180830381865af41580156113af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d39190613de8565b5f036113fd57604051638a0b84e560e01b81526001600160a01b0385166004820152602401610ffc565b604051631a0358a960e11b8152600481018290525f906001600160a01b03871690633406b15290602401602060405180830381865afa158015611442573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061146691906141a0565b90506001600160a01b038116156114965784848260405163375fd50360e11b8152600401610ffc939291906141bb565b6040516303d2026b60e21b81526001600160a01b038616600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90630f4809ac90602401602060405180830381865af41580156114ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151091906140ec565b61153857604051637693f8d560e01b81526001600160a01b0386166004820152602401610ffc565b82156116a8575f856001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561157b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061159f91906141a0565b9050866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156115dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061160191906141a0565b6001600160a01b0316816001600160a01b0316146116a657866001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611655573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061167991906141a0565b604051630deaa28d60e31b81526001600160a01b0391821660048201529082166024820152604401610ffc565b505b505050505050565b8080156116c557506001600160a01b03861615155b156116ee57604051631032fd6b60e01b81526001600160a01b0387166004820152602401610ffc565b811561179f5760405163d905700760e01b815273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d90570079061173390889062d1d15b60e11b906004016141f6565b602060405180830381865af415801561174e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061177291906140ec565b61179a5760405163bea2481f60e01b81526001600160a01b0386166004820152602401610ffc565b611846565b60405163d905700760e01b815273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d9057007906117df908890635a183bdb60e11b906004016141f6565b602060405180830381865af41580156117fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061181e91906140ec565b61184657604051637737699b60e01b81526001600160a01b0386166004820152602401610ffc565b5f856001600160a01b031663b68d18096040518163ffffffff1660e01b8152600401602060405180830381865afa158015611883573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118a79190613ece565b905060ff808216908616146118eb5760405163a1eb7bc960e01b81526001600160a01b038716600482015260ff808716602483015282166044820152606401610ffc565b5f866001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611928573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061194c9190613ece565b905060ff8082169086161461199057604051630fc1a0bf60e41b81526001600160a01b038816600482015260ff808716602483015282166044820152606401610ffc565b5050505050505050565b60405163302d508560e11b81526001600160a01b03828116600483015283169063605aa10a90602401602060405180830381865afa1580156119de573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a0291906140ec565b611a2a57604051630a504d9560e11b81526001600160a01b0382166004820152602401610ffc565b5050565b611a366133b2565b6040518060e00160405280866001600160401b03168152602001856007811115611a6257611a62613a0a565b81526020018463ffffffff16815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611aba573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ade9190614056565b64ffffffffff16815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b31573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b559190614056565b64ffffffffff16815260200173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ba8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bcc9190614056565b64ffffffffff16815260200173__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69856040518263ffffffff1660e01b8152600401611c0f9190613461565b602060405180830381865af4158015611c2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c4e9190613de8565b905290505b949350505050565b5f73__$9a094f9b231ed0f5f85a69be8408d93180$__6321a4964283611c7f6127b8565b6040518363ffffffff1660e01b8152600401611c9c929190614219565b602060405180830381865af4158015611cb7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cdb91906140ec565b806107e0575073__$9a094f9b231ed0f5f85a69be8408d93180$__6321a4964283611d046127db565b6040518363ffffffff1660e01b8152600401611d21929190614219565b602060405180830381865af4158015611d3c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107e091906140ec565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__6368aebf7b611d8884620f4240614071565b6040516001600160e01b031960e084901b1681526001600160401b03909116600482015260240161099e565b604051631517388760e21b81526001600160401b03821660048201525f90620f42409073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c906024015b602060405180830381865af4158015611e12573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e369190613ea8565b6001600160401b0316101592915050565b611e4f6133b2565b6107e05f6003600185611a2e565b604051631517388760e21b81526001600160401b03821660048201525f906201adb09073__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401611df7565b604051631627905560e01b81526001600160a01b038316600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015611efa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f1e91906140ec565b611f465760405163a91c340960e01b81526001600160a01b0383166004820152602401610ffc565b80515f03611a2a5760405163ea69a8ad60e01b815260040160405180910390fd5b604051631623433d60e31b81526004810183905260609073__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af4158015611fb7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611fde9190810190613fbf565b611fe88584612626565b604051602001611ff9929190614246565b60405160208183030381529060405290509392505050565b61201a83613093565b6040516308b09a5f60e41b81526001600160a01b0383811660048301525f9190851690638b09a5f0906024015f60405180830381865afa158015612060573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526120879190810190614286565b604090810151905163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af41580156120df573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061210391906140ec565b1561212c57604051633b69638960e11b81526001600160a01b0384166004820152602401610ffc565b60ff8082169083161461216e5760405163b1feebfb60e01b81526001600160a01b038416600482015260ff808416602483015282166044820152606401610ffc565b50505050565b5f612181846109e9613135565b806121935750612193846109e96131aa565b156121a057506001611c53565b818015612217575060405163c6a0017960e01b81526001600160401b03851660048201526001600160a01b0386169063c6a0017990602401602060405180830381865afa1580156121f3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061221791906140ec565b1561232157604051635bfa502760e01b81526001600160401b038516600482015284906001600160a01b03871690635bfa50279060240160e060405180830381865afa158015612269573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061228d9190613ef4565b60c00151604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af41580156122df573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123069190810190613fbf565b60405163c2f92fd360e01b8152600401610ffc929190614356565b825160405163c6a0017960e01b81526001600160401b0390911660048201526001600160a01b0386169063c6a0017990602401602060405180830381865afa15801561236f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061239391906140ec565b6123be578251604051634731add760e11b81526001600160401b039091166004820152602401610ffc565b60c083015160405163a9dbaf2560e01b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063a9dbaf2590602401602060405180830381865af4158015612412573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124369190613de8565b5f036124605760405163ce242fe760e01b81526001600160401b0385166004820152602401610ffc565b5f80866001600160a01b0316639cad005273__$9a094f9b231ed0f5f85a69be8408d93180$__63b11a19e88860c001516040518263ffffffff1660e01b81526004016124ae91815260200190565b5f60405180830381865af41580156124c8573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526124ef9190810190613fbf565b6040518263ffffffff1660e01b815260040161250b9190613461565b6040805180830381865afa158015612525573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612549919061400e565b915091508380156125575750805b156125fa5760c0850151604051631623433d60e31b8152879173__$9a094f9b231ed0f5f85a69be8408d93180$__9163b11a19e89161259c9160040190815260200190565b5f60405180830381865af41580156125b6573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526125dd9190810190613fbf565b8360405163ab0b63a360e01b8152600401610ffc93929190614377565b505f9695505050505050565b61260e6133b2565b6126215f600763ffffffff61043e6127db565b905090565b60405163c6a0017960e01b81526001600160401b03821660048201526060906001600160a01b0384169063c6a0017990602401602060405180830381865afa158015612674573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061269891906140ec565b1561278c57604051635bfa502760e01b81526001600160401b03831660048201526001600160a01b03841690635bfa50279060240160e060405180830381865afa1580156126e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061270c9190613ef4565b60c00151604051631623433d60e31b8152600481019190915273__$9a094f9b231ed0f5f85a69be8408d93180$__9063b11a19e8906024015f60405180830381865af415801561275e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526127859190810190613fbf565b90506107e0565b5060408051808201909152600e81526d1e3ab735b737bbb716b937b6329f60911b602082015292915050565b60408051808201909152600981526841646d696e526f6c6560b81b602082015290565b60408051808201909152600a8152695075626c6963526f6c6560b01b602082015290565b6040516312e1ebc560e01b81526001600160a01b0384811660048301525f91908616906312e1ebc59060240160a060405180830381865afa158015612846573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061286a9190614107565b6020015190505f81600781111561288357612883613a0a565b036128ac57604051630a504d9560e11b81526001600160a01b0385166004820152602401610ffc565b811561290f5760058160078111156128c6576128c6613a0a565b141580156128e6575060068160078111156128e3576128e3613a0a565b14155b1561290f5760405163f25d9d3960e01b81526001600160a01b0385166004820152602401610ffc565b61291c85846001806131ea565b5050505050565b604051636ea1af2560e11b81526001600160e01b0319821660048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906001600160a01b03871690636d5115bd90879073__$0904195350e4c23ecb1d51df0a32586dcd$__9063dd435e4a90602401602060405180830381865af41580156129ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129cf919061403b565b6040518363ffffffff1660e01b81526004016129ec9291906141f6565b602060405180830381865afa158015612a07573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a2b9190613ea8565b6040516001600160e01b031960e084901b1681526001600160401b039091166004820152602401602060405180830381865af4158015612a6d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c539190613ea8565b5f73__$9a094f9b231ed0f5f85a69be8408d93180$__6321a4964283611d046127b8565b5f612b20856001600160a01b0316635ab1bd536040518163ffffffff1660e01b8152600401602060405180830381865afa158015612af5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b1991906141a0565b8484612011565b5f856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612b5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b819190613ece565b90505f849050806001600160a01b0316636bd1c0eb6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612bc3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612be791906141a0565b9250612bf7868486855f806116b0565b5050949350505050565b612c096133b2565b6107e05f60018085611a2e565b612c1e6133b2565b6126215f60018061043e6127b8565b5f60606005836007811115612c4457612c44613a0a565b14158015612c6457506001836007811115612c6157612c61613a0a565b14155b15612c8057505060408051602081019091525f80825290612e50565b604051631627905560e01b81526001600160a01b038616600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90631627905590602401602060405180830381865af4158015612cd6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cfa91906140ec565b612d1557505060408051602081019091525f80825290612e50565b60405163d905700760e01b815273__$fb599632d08395912d9d70eb2f0f93b5e2$__9063d905700790612d559088906306e9e5ff60e31b906004016141f6565b602060405180830381865af4158015612d70573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d9491906140ec565b612daf57505060408051602081019091525f80825290612e50565b846001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa158015612deb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e0f91906141a0565b915083604051806040016040528060028152602001610a8d60f31b815250604051602001612e3e9291906140c4565b60405160208183030381529060405290505b935093915050565b5f826003836007811115612e6e57612e6e613a0a565b03612fbd5773__$1d92393fa9ccd763988368ce8a1cb90d26$__63645ceefe826001600160a01b031663b68d18096040518163ffffffff1660e01b8152600401602060405180830381865afa158015612ec9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612eed9190613ece565b836001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f29573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f4d9190613ece565b6040516001600160e01b031960e085901b16815260ff9283166004820152911660248201526044015b602060405180830381865af4158015612f91573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fb59190613ea8565b9150506107e0565b6002836007811115612fd157612fd1613a0a565b036130765773__$1d92393fa9ccd763988368ce8a1cb90d26$__63383ff861826001600160a01b031663b68d18096040518163ffffffff1660e01b8152600401602060405180830381865afa15801561302c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130509190613ece565b6040516001600160e01b031960e084901b16815260ff9091166004820152602401612f76565b838360405163f46de64d60e01b8152600401610ffc929190614090565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af41580156130e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061310d91906140ec565b610a425760405163375acd0b60e11b81526001600160a01b0382166004820152602401610ffc565b6040516368aebf7b60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af4158015613186573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126219190613ea8565b6040516368aebf7b60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b9060240161316b565b60405163c6a0017960e01b81526001600160401b03841660048201526001600160a01b0385169063c6a0017990602401602060405180830381865afa158015613235573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061325991906140ec565b61328157604051632ed3a17160e11b81526001600160401b0384166004820152602401610ffc565b81801561337b5750604051635bfa502760e01b81526001600160401b038416600482015261337b906001600160a01b03861690635bfa50279060240160e060405180830381865afa1580156132d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906132fc9190613ef4565b6080015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613347573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061336b9190614056565b64ffffffffff9081169116111590565b156133a4576040516332d0641160e21b81526001600160401b0384166004820152602401610ffc565b8061216e5761216e836109dd565b6040805160e081019091525f808252602082019081525f6020820181905260408201819052606082018190526080820181905260a09091015290565b60ff81168114610a42575f80fd5b5f806040838503121561340d575f80fd5b8235613418816133ee565b91506020830135613428816133ee565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6107dd6020830184613433565b5f60208284031215613483575f80fd5b8135611005816133ee565b6001600160401b0381168114610a42575f80fd5b5f602082840312156134b2575f80fd5b81356110058161348e565b6001600160a01b0381168114610a42575f80fd5b5f805f606084860312156134e3575f80fd5b83356134ee816134bd565b925060208401356134fe816134bd565b9150604084013561350e8161348e565b809150509250925092565b6001600160e01b031981168114610a42575f80fd5b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b03811182821017156135645761356461352e565b60405290565b60405160e081016001600160401b03811182821017156135645761356461352e565b604051601f8201601f191681016001600160401b03811182821017156135b4576135b461352e565b604052919050565b5f6001600160401b038211156135d4576135d461352e565b50601f01601f191660200190565b5f82601f8301126135f1575f80fd5b81356136046135ff826135bc565b61358c565b818152846020838601011115613618575f80fd5b816020850160208301375f918101602001919091529392505050565b5f8060408385031215613645575f80fd5b823561365081613519565b915060208301356001600160401b0381111561366a575f80fd5b613676858286016135e2565b9150509250929050565b60088110610a42575f80fd5b5f805f6060848603121561369e575f80fd5b83356136a9816134bd565b925060208401356134fe81613680565b5f602082840312156136c9575f80fd5b81356001600160401b038111156136de575f80fd5b611c53848285016135e2565b64ffffffffff81168114610a42575f80fd5b8035613707816136ea565b919050565b5f6020828403121561371c575f80fd5b81356001600160401b03811115613731575f80fd5b8201601f81018413613741575f80fd5b80356001600160401b0381111561375a5761375a61352e565b61376960208260051b0161358c565b8082825260208201915060208360071b85010192508683111561378a575f80fd5b6020840193505b8284101561380157608084880312156137a8575f80fd5b6137b0613542565b8435815260208501356137c281613519565b602082015260408501356137d5816136ea565b604082015260608501356137e8816136ea565b6060820152825260809390930192602090910190613791565b9695505050505050565b602080825282518282018190525f918401906040840190835b8181101561384c5783516001600160e01b031916835260209384019390920191600101613824565b509095945050505050565b8015158114610a42575f80fd5b803561370781613857565b5f805f8060808587031215613882575f80fd5b843561388d816134bd565b9350602085013561389d816134bd565b925060408501356001600160401b038111156138b7575f80fd5b6138c3878288016135e2565b92505060608501356138d481613857565b939692955090935050565b5f805f805f8060c087890312156138f4575f80fd5b86356138ff816134bd565b9550602087013561390f816134bd565b9450604087013561391f816133ee565b9350606087013561392f816133ee565b9250608087013561393f81613857565b915060a087013561394f81613857565b809150509295509295509295565b5f806040838503121561396e575f80fd5b8235613979816134bd565b91506020830135613428816134bd565b63ffffffff81168114610a42575f80fd5b5f805f80608085870312156139ad575f80fd5b84356139b88161348e565b935060208501356139c881613680565b925060408501356139d881613989565b915060608501356001600160401b038111156139f2575f80fd5b6139fe878288016135e2565b91505092959194509250565b634e487b7160e01b5f52602160045260245ffd5b60088110613a3a57634e487b7160e01b5f52602160045260245ffd5b9052565b81516001600160401b0316815260208083015160e0830191613a6290840182613a1e565b5063ffffffff604084015116604083015264ffffffffff606084015116606083015264ffffffffff608084015116608083015260a0830151613aad60a084018264ffffffffff169052565b5060c092830151919092015290565b5f8060408385031215613acd575f80fd5b8235613650816134bd565b5f805f60608486031215613aea575f80fd5b8335613af5816134bd565b925060208401359150604084013561350e8161348e565b5f805f60608486031215613b1e575f80fd5b8335613b29816134bd565b92506020840135613b39816134bd565b9150604084013561350e816133ee565b5f805f80848603610140811215613b5e575f80fd5b8535613b69816134bd565b94506020860135613b798161348e565b935060e0603f1982011215613b8c575f80fd5b50613b9561356a565b6040860135613ba38161348e565b81526060860135613bb381613680565b60208201526080860135613bc681613989565b604082015260a0860135613bd9816136ea565b6060820152613bea60c087016136fc565b6080820152613bfb60e087016136fc565b60a082015261010086013560c08201529150613c1a6101208601613864565b905092959194509250565b5f8060408385031215613c36575f80fd5b8235613c41816134bd565b915060208301356134288161348e565b5f805f8060808587031215613c64575f80fd5b8435613c6f816134bd565b93506020850135613c7f816134bd565b92506040850135613c8f8161348e565b915060608501356138d481613857565b5f805f60608486031215613cb1575f80fd5b8335613cbc816134bd565b92506020840135613ccc816134bd565b9150604084013561350e81613519565b5f805f8060808587031215613cef575f80fd5b8435613cfa816134bd565b93506020850135613d0a816134bd565b92506040850135613d1a816134bd565b915060608501356138d4816133ee565b5f805f60608486031215613d3c575f80fd5b8335613d47816134bd565b925060208401356001600160401b03811115613d61575f80fd5b613d6d868287016135e2565b925050604084013561350e81613680565b6001600160a01b03831681526040602082018190525f90611c5390830184613433565b5f8060408385031215613db2575f80fd5b8235613dbd816134bd565b9150602083013561342881613680565b5f60208284031215613ddd575f80fd5b8135611005816134bd565b5f60208284031215613df8575f80fd5b5051919050565b6001600160601b0381168114610a42575f80fd5b805161370781613dff565b5f60208284031215613e2e575f80fd5b815161100581613dff565b634e487b7160e01b5f52601160045260245ffd5b6001600160601b038181168382160290811690818114613e6f57613e6f613e39565b5092915050565b6001600160601b0381811683821601908111156107e0576107e0613e39565b808201808211156107e0576107e0613e39565b5f60208284031215613eb8575f80fd5b81516110058161348e565b8051613707816133ee565b5f60208284031215613ede575f80fd5b8151611005816133ee565b8051613707816136ea565b5f60e0828403128015613f05575f80fd5b50613f0e61356a565b8251613f198161348e565b81526020830151613f2981613680565b60208201526040830151613f3c81613989565b60408201526060830151613f4f816136ea565b6060820152613f6060808401613ee9565b6080820152613f7160a08401613ee9565b60a082015260c0928301519281019290925250919050565b5f613f966135ff846135bc565b9050828152838383011115613fa9575f80fd5b8282602083015e5f602084830101529392505050565b5f60208284031215613fcf575f80fd5b81516001600160401b03811115613fe4575f80fd5b8201601f81018413613ff4575f80fd5b611c5384825160208401613f89565b805161370781613857565b5f806040838503121561401f575f80fd5b825161402a8161348e565b602084015190925061342881613857565b5f6020828403121561404b575f80fd5b815161100581613519565b5f60208284031215614066575f80fd5b8151611005816136ea565b6001600160401b0381811683821601908111156107e0576107e0613e39565b6001600160a01b0383168152604081016110056020830184613a1e565b5f81518060208401855e5f93019283525090919050565b5f611c536140d283866140ad565b846140ad565b634e487b7160e01b5f52603260045260245ffd5b5f602082840312156140fc575f80fd5b815161100581613857565b5f60a0828403128015614118575f80fd5b5060405160a081016001600160401b038111828210171561413b5761413b61352e565b60405282518152602083015161415081613680565b602082015260408301516141638161348e565b60408201526060830151614176816136ea565b60608201526080830151614189816136ea565b60808201529392505050565b8051613707816134bd565b5f602082840312156141b0575f80fd5b8151611005816134bd565b6001600160a01b03841681526060602082018190525f906141de90830185613433565b905060018060a01b0383166040830152949350505050565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b604081525f61422b6040830185613433565b828103602084015261423d8185613433565b95945050505050565b5f61425182856140ad565b63014149d160e51b815261423d60048201856140ad565b5f82601f830112614277575f80fd5b6107dd83835160208501613f89565b5f60208284031215614296575f80fd5b81516001600160401b038111156142ab575f80fd5b820160e081850312156142bc575f80fd5b6142c461356a565b6142cd82613e13565b81526142db60208301613e13565b60208201526142ec60408301613ec3565b60408201526142fd60608301614003565b606082015261430e60808301614195565b608082015261431f60a08301614195565b60a082015260c08201516001600160401b0381111561433c575f80fd5b61434886828501614268565b60c083015250949350505050565b6001600160401b0383168152604060208201525f611c536040830184613433565b6001600160401b0384168152606060208201525f6143986060830185613433565b90506001600160401b038316604083015294935050505056fea26469706673582212201ad642975e7e8b29664ae215e4b26b0c5a8698e735cde26fd3ebc31443421b2e64736f6c634300081a0033",
1577
+ "linkReferences": {
1578
+ "contracts/shared/ContractLib.sol": {
1579
+ "ContractLib": [
1580
+ {
1581
+ "length": 20,
1582
+ "start": 5352
1583
+ },
1584
+ {
1585
+ "length": 20,
1586
+ "start": 5943
1587
+ },
1588
+ {
1589
+ "length": 20,
1590
+ "start": 6114
1591
+ },
1592
+ {
1593
+ "length": 20,
1594
+ "start": 7926
1595
+ },
1596
+ {
1597
+ "length": 20,
1598
+ "start": 11474
1599
+ },
1600
+ {
1601
+ "length": 20,
1602
+ "start": 11608
1603
+ },
1604
+ {
1605
+ "length": 20,
1606
+ "start": 12517
1607
+ }
1608
+ ]
1609
+ },
1610
+ "contracts/type/Blocknumber.sol": {
1611
+ "BlocknumberLib": [
1612
+ {
1613
+ "length": 20,
1614
+ "start": 3537
1615
+ },
1616
+ {
1617
+ "length": 20,
1618
+ "start": 7063
1619
+ }
1620
+ ]
1621
+ },
1622
+ "contracts/type/ObjectType.sol": {
1623
+ "ObjectTypeLib": [
1624
+ {
1625
+ "length": 20,
1626
+ "start": 1837
1627
+ },
1628
+ {
1629
+ "length": 20,
1630
+ "start": 2349
1631
+ },
1632
+ {
1633
+ "length": 20,
1634
+ "start": 8411
1635
+ }
1636
+ ]
1637
+ },
1638
+ "contracts/type/RoleId.sol": {
1639
+ "RoleIdLib": [
1640
+ {
1641
+ "length": 20,
1642
+ "start": 1693
1643
+ },
1644
+ {
1645
+ "length": 20,
1646
+ "start": 2077
1647
+ },
1648
+ {
1649
+ "length": 20,
1650
+ "start": 3686
1651
+ },
1652
+ {
1653
+ "length": 20,
1654
+ "start": 3921
1655
+ },
1656
+ {
1657
+ "length": 20,
1658
+ "start": 3985
1659
+ },
1660
+ {
1661
+ "length": 20,
1662
+ "start": 4078
1663
+ },
1664
+ {
1665
+ "length": 20,
1666
+ "start": 7575
1667
+ },
1668
+ {
1669
+ "length": 20,
1670
+ "start": 7693
1671
+ },
1672
+ {
1673
+ "length": 20,
1674
+ "start": 7862
1675
+ },
1676
+ {
1677
+ "length": 20,
1678
+ "start": 10616
1679
+ },
1680
+ {
1681
+ "length": 20,
1682
+ "start": 11945
1683
+ },
1684
+ {
1685
+ "length": 20,
1686
+ "start": 12300
1687
+ },
1688
+ {
1689
+ "length": 20,
1690
+ "start": 12673
1691
+ },
1692
+ {
1693
+ "length": 20,
1694
+ "start": 12796
1695
+ }
1696
+ ]
1697
+ },
1698
+ "contracts/type/Selector.sol": {
1699
+ "SelectorLib": [
1700
+ {
1701
+ "length": 20,
1702
+ "start": 3309
1703
+ },
1704
+ {
1705
+ "length": 20,
1706
+ "start": 4379
1707
+ },
1708
+ {
1709
+ "length": 20,
1710
+ "start": 10663
1711
+ }
1712
+ ]
1713
+ },
1714
+ "contracts/type/String.sol": {
1715
+ "StrLib": [
1716
+ {
1717
+ "length": 20,
1718
+ "start": 2823
1719
+ },
1720
+ {
1721
+ "length": 20,
1722
+ "start": 3170
1723
+ },
1724
+ {
1725
+ "length": 20,
1726
+ "start": 4769
1727
+ },
1728
+ {
1729
+ "length": 20,
1730
+ "start": 4907
1731
+ },
1732
+ {
1733
+ "length": 20,
1734
+ "start": 5035
1735
+ },
1736
+ {
1737
+ "length": 20,
1738
+ "start": 7182
1739
+ },
1740
+ {
1741
+ "length": 20,
1742
+ "start": 7314
1743
+ },
1744
+ {
1745
+ "length": 20,
1746
+ "start": 7447
1747
+ },
1748
+ {
1749
+ "length": 20,
1750
+ "start": 8116
1751
+ },
1752
+ {
1753
+ "length": 20,
1754
+ "start": 8924
1755
+ },
1756
+ {
1757
+ "length": 20,
1758
+ "start": 9230
1759
+ },
1760
+ {
1761
+ "length": 20,
1762
+ "start": 9383
1763
+ },
1764
+ {
1765
+ "length": 20,
1766
+ "start": 9638
1767
+ },
1768
+ {
1769
+ "length": 20,
1770
+ "start": 10075
1771
+ },
1772
+ {
1773
+ "length": 20,
1774
+ "start": 10952
1775
+ }
1776
+ ]
1777
+ },
1778
+ "contracts/type/Timestamp.sol": {
1779
+ "TimestampLib": [
1780
+ {
1781
+ "length": 20,
1782
+ "start": 3418
1783
+ },
1784
+ {
1785
+ "length": 20,
1786
+ "start": 6825
1787
+ },
1788
+ {
1789
+ "length": 20,
1790
+ "start": 6944
1791
+ },
1792
+ {
1793
+ "length": 20,
1794
+ "start": 13110
1795
+ }
1796
+ ]
1797
+ },
1798
+ "contracts/type/Version.sol": {
1799
+ "VersionPartLib": [
1800
+ {
1801
+ "length": 20,
1802
+ "start": 1721
1803
+ },
1804
+ {
1805
+ "length": 20,
1806
+ "start": 2103
1807
+ },
1808
+ {
1809
+ "length": 20,
1810
+ "start": 2233
1811
+ }
1812
+ ]
1813
+ }
1814
+ },
1815
+ "deployedLinkReferences": {
1816
+ "contracts/shared/ContractLib.sol": {
1817
+ "ContractLib": [
1818
+ {
1819
+ "length": 20,
1820
+ "start": 5300
1821
+ },
1822
+ {
1823
+ "length": 20,
1824
+ "start": 5891
1825
+ },
1826
+ {
1827
+ "length": 20,
1828
+ "start": 6062
1829
+ },
1830
+ {
1831
+ "length": 20,
1832
+ "start": 7874
1833
+ },
1834
+ {
1835
+ "length": 20,
1836
+ "start": 11422
1837
+ },
1838
+ {
1839
+ "length": 20,
1840
+ "start": 11556
1841
+ },
1842
+ {
1843
+ "length": 20,
1844
+ "start": 12465
1845
+ }
1846
+ ]
1847
+ },
1848
+ "contracts/type/Blocknumber.sol": {
1849
+ "BlocknumberLib": [
1850
+ {
1851
+ "length": 20,
1852
+ "start": 3485
1853
+ },
1854
+ {
1855
+ "length": 20,
1856
+ "start": 7011
1857
+ }
1858
+ ]
1859
+ },
1860
+ "contracts/type/ObjectType.sol": {
1861
+ "ObjectTypeLib": [
1862
+ {
1863
+ "length": 20,
1864
+ "start": 1785
1865
+ },
1866
+ {
1867
+ "length": 20,
1868
+ "start": 2297
1869
+ },
1870
+ {
1871
+ "length": 20,
1872
+ "start": 8359
1873
+ }
1874
+ ]
1875
+ },
1876
+ "contracts/type/RoleId.sol": {
1877
+ "RoleIdLib": [
1878
+ {
1879
+ "length": 20,
1880
+ "start": 1641
1881
+ },
1882
+ {
1883
+ "length": 20,
1884
+ "start": 2025
1885
+ },
1886
+ {
1887
+ "length": 20,
1888
+ "start": 3634
1889
+ },
1890
+ {
1891
+ "length": 20,
1892
+ "start": 3869
1893
+ },
1894
+ {
1895
+ "length": 20,
1896
+ "start": 3933
1897
+ },
1898
+ {
1899
+ "length": 20,
1900
+ "start": 4026
1901
+ },
1902
+ {
1903
+ "length": 20,
1904
+ "start": 7523
1905
+ },
1906
+ {
1907
+ "length": 20,
1908
+ "start": 7641
1909
+ },
1910
+ {
1911
+ "length": 20,
1912
+ "start": 7810
1913
+ },
1914
+ {
1915
+ "length": 20,
1916
+ "start": 10564
1917
+ },
1918
+ {
1919
+ "length": 20,
1920
+ "start": 11893
1921
+ },
1922
+ {
1923
+ "length": 20,
1924
+ "start": 12248
1925
+ },
1926
+ {
1927
+ "length": 20,
1928
+ "start": 12621
1929
+ },
1930
+ {
1931
+ "length": 20,
1932
+ "start": 12744
1933
+ }
1934
+ ]
1935
+ },
1936
+ "contracts/type/Selector.sol": {
1937
+ "SelectorLib": [
1938
+ {
1939
+ "length": 20,
1940
+ "start": 3257
1941
+ },
1942
+ {
1943
+ "length": 20,
1944
+ "start": 4327
1945
+ },
1946
+ {
1947
+ "length": 20,
1948
+ "start": 10611
1949
+ }
1950
+ ]
1951
+ },
1952
+ "contracts/type/String.sol": {
1953
+ "StrLib": [
1954
+ {
1955
+ "length": 20,
1956
+ "start": 2771
1957
+ },
1958
+ {
1959
+ "length": 20,
1960
+ "start": 3118
1961
+ },
1962
+ {
1963
+ "length": 20,
1964
+ "start": 4717
1965
+ },
1966
+ {
1967
+ "length": 20,
1968
+ "start": 4855
1969
+ },
1970
+ {
1971
+ "length": 20,
1972
+ "start": 4983
1973
+ },
1974
+ {
1975
+ "length": 20,
1976
+ "start": 7130
1977
+ },
1978
+ {
1979
+ "length": 20,
1980
+ "start": 7262
1981
+ },
1982
+ {
1983
+ "length": 20,
1984
+ "start": 7395
1985
+ },
1986
+ {
1987
+ "length": 20,
1988
+ "start": 8064
1989
+ },
1990
+ {
1991
+ "length": 20,
1992
+ "start": 8872
1993
+ },
1994
+ {
1995
+ "length": 20,
1996
+ "start": 9178
1997
+ },
1998
+ {
1999
+ "length": 20,
2000
+ "start": 9331
2001
+ },
2002
+ {
2003
+ "length": 20,
2004
+ "start": 9586
2005
+ },
2006
+ {
2007
+ "length": 20,
2008
+ "start": 10023
2009
+ },
2010
+ {
2011
+ "length": 20,
2012
+ "start": 10900
2013
+ }
2014
+ ]
2015
+ },
2016
+ "contracts/type/Timestamp.sol": {
2017
+ "TimestampLib": [
2018
+ {
2019
+ "length": 20,
2020
+ "start": 3366
2021
+ },
2022
+ {
2023
+ "length": 20,
2024
+ "start": 6773
2025
+ },
2026
+ {
2027
+ "length": 20,
2028
+ "start": 6892
2029
+ },
2030
+ {
2031
+ "length": 20,
2032
+ "start": 13058
2033
+ }
2034
+ ]
2035
+ },
2036
+ "contracts/type/Version.sol": {
2037
+ "VersionPartLib": [
2038
+ {
2039
+ "length": 20,
2040
+ "start": 1669
2041
+ },
2042
+ {
2043
+ "length": 20,
2044
+ "start": 2051
2045
+ },
2046
+ {
2047
+ "length": 20,
2048
+ "start": 2181
2049
+ }
2050
+ ]
2051
+ }
2052
+ }
2053
+ }