@etherisc/gif-next 0.0.2-e0ff180-567 → 0.0.2-e14821a-976

Sign up to get free protection for your applications and to get access to all the features.
Files changed (739) hide show
  1. package/README.md +153 -22
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1088 -0
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +803 -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 +1664 -0
  10. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
  12. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1416 -0
  14. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +803 -0
  16. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
  17. package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1372 -0
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
  23. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
  25. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +659 -0
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
  27. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1247 -0
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
  29. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +818 -0
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
  31. package/artifacts/contracts/{components/IDistributionComponent.sol/IDistributionComponent.json → distribution/Distribution.sol/Distribution.json} +311 -328
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
  33. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1835 -0
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
  35. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +943 -0
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
  37. package/artifacts/contracts/{components/Component.sol/Component.json → distribution/IDistributionComponent.sol/IDistributionComponent.json} +276 -280
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
  39. package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +534 -340
  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 +1487 -0
  44. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
  45. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +818 -0
  46. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
  47. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2056 -0
  48. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
  49. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +818 -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/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
  53. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1442 -0
  54. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
  55. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +818 -0
  56. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
  57. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1174 -0
  58. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
  59. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1650 -0
  60. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
  61. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +818 -0
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
  63. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2588 -0
  64. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
  65. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +818 -0
  66. package/artifacts/contracts/instance/BaseStore.sol/BaseStore.dbg.json +4 -0
  67. package/artifacts/contracts/instance/{base/IKeyValueStore.sol/IKeyValueStore.json → BaseStore.sol/BaseStore.json} +87 -184
  68. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
  69. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
  70. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.dbg.json +4 -0
  71. package/artifacts/contracts/instance/IBaseStore.sol/IBaseStore.json +304 -0
  72. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  73. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +573 -1775
  74. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  75. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +530 -71
  76. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  77. package/artifacts/contracts/instance/Instance.sol/Instance.json +639 -2578
  78. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
  79. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2284 -0
  80. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
  81. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +850 -0
  82. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  83. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1866 -636
  84. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  85. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +571 -386
  86. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  87. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +216 -172
  88. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
  89. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3039 -0
  90. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.dbg.json +4 -0
  91. package/artifacts/contracts/instance/ProductStore.sol/ProductStore.json +3427 -0
  92. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
  93. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
  94. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
  95. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
  96. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
  97. package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
  98. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
  99. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
  100. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
  101. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
  102. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
  103. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
  104. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
  105. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
  106. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  107. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  108. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  109. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  110. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  111. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
  112. package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
  113. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
  114. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +960 -0
  115. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
  116. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +823 -0
  117. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
  118. package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
  119. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
  120. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +762 -0
  121. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
  122. package/artifacts/contracts/{instance/service/IBundleService.sol/IBundleService.json → oracle/IOracleService.sol/IOracleService.json} +328 -225
  123. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
  124. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +876 -0
  125. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
  126. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1055 -0
  127. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
  128. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +823 -0
  129. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
  130. package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +357 -488
  131. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
  132. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +818 -0
  133. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
  134. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1464 -0
  135. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
  136. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +879 -0
  137. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
  138. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
  139. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
  140. package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → pool/IPoolComponent.sol/IPoolComponent.json} +349 -284
  141. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
  142. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1397 -0
  143. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
  144. package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +382 -418
  145. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
  146. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
  147. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
  148. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1807 -0
  149. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
  150. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +879 -0
  151. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
  152. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1062 -0
  153. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
  154. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +803 -0
  155. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
  156. package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +492 -497
  157. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
  158. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +818 -0
  159. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
  160. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1546 -0
  161. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
  162. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +891 -0
  163. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
  164. package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IApplicationService.sol/IApplicationService.json} +334 -374
  165. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
  166. package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
  167. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
  168. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
  169. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
  170. package/artifacts/contracts/{instance/service/IApplicationService.sol/IApplicationService.json → product/IPricingService.sol/IPricingService.json} +185 -155
  171. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
  172. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1006 -0
  173. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
  174. package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IRiskService.sol/IRiskService.json} +223 -164
  175. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
  176. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1417 -0
  177. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
  178. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
  179. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
  180. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +867 -0
  181. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
  182. package/artifacts/contracts/product/PricingService.sol/PricingService.json +958 -0
  183. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
  184. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +827 -0
  185. package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
  186. package/artifacts/contracts/product/Product.sol/Product.json +1120 -0
  187. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
  188. package/artifacts/contracts/product/RiskService.sol/RiskService.json +886 -0
  189. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
  190. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +787 -0
  191. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  192. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
  193. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  194. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +499 -34
  195. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  196. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +315 -109
  197. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
  198. package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
  199. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  200. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
  201. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  202. package/artifacts/contracts/registry/Registry.sol/Registry.json +987 -131
  203. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
  204. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2160 -0
  205. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  206. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1087 -0
  207. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  208. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +415 -262
  209. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  210. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +227 -111
  211. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
  212. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
  213. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
  214. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
  215. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
  216. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
  217. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
  218. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +696 -0
  219. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  220. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +360 -137
  221. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
  222. package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +289 -188
  223. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
  224. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1577 -0
  225. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
  226. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +875 -0
  227. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
  228. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
  229. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
  230. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
  231. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
  232. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
  233. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
  234. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
  235. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
  236. package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +153 -138
  237. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
  238. package/artifacts/contracts/{components/Distribution.sol/Distribution.json → shared/IComponentService.sol/IComponentService.json} +584 -738
  239. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
  240. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
  241. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
  242. package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
  243. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  244. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +38 -10
  245. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  246. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
  247. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  248. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +163 -3
  249. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  250. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
  251. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  252. package/artifacts/contracts/shared/IService.sol/IService.json +98 -5
  253. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
  254. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +66 -0
  255. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
  256. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +798 -0
  257. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
  258. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
  259. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
  260. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
  261. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  262. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +57 -67
  263. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  264. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +36 -73
  265. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  266. package/artifacts/contracts/shared/Registerable.sol/Registerable.json +160 -102
  267. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  268. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
  269. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  270. package/artifacts/contracts/shared/Service.sol/Service.json +110 -111
  271. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  272. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
  273. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
  274. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
  275. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
  276. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
  277. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
  278. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +2747 -0
  279. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
  280. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
  281. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
  282. package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +50 -0
  283. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
  284. package/artifacts/contracts/staking/Staking.sol/Staking.json +3188 -0
  285. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  286. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -0
  287. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
  288. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +860 -0
  289. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
  290. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +704 -0
  291. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
  292. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1357 -0
  293. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
  294. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +779 -0
  295. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
  296. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3097 -0
  297. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
  298. package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +309 -0
  299. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
  300. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +679 -0
  301. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
  302. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
  303. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
  304. package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
  305. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
  306. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +251 -0
  307. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
  308. package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -0
  309. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
  310. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
  311. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
  312. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
  313. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
  314. package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
  315. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
  316. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
  317. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
  318. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
  319. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
  320. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
  321. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
  322. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
  323. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
  324. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
  325. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
  326. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
  327. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
  328. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
  329. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
  330. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
  331. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
  332. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
  333. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
  334. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
  335. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
  336. package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +289 -0
  337. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
  338. package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
  339. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
  340. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
  341. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
  342. package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
  343. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
  344. package/artifacts/contracts/type/String.sol/StrLib.json +180 -0
  345. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
  346. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
  347. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
  348. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
  349. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
  350. package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
  351. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
  352. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
  353. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
  354. package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +11 -1
  355. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
  356. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +669 -0
  357. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
  358. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
  359. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
  360. package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +11 -1
  361. package/contracts/accounting/AccountingService.sol +274 -0
  362. package/contracts/accounting/AccountingServiceManager.sol +38 -0
  363. package/contracts/accounting/IAccountingService.sol +47 -0
  364. package/contracts/authorization/AccessAdmin.sol +780 -0
  365. package/contracts/authorization/AccessAdminLib.sol +396 -0
  366. package/contracts/authorization/AccessManagerCloneable.sol +158 -0
  367. package/contracts/authorization/Authorization.sol +169 -0
  368. package/contracts/authorization/IAccess.sol +67 -0
  369. package/contracts/authorization/IAccessAdmin.sol +144 -0
  370. package/contracts/authorization/IAuthorization.sol +26 -0
  371. package/contracts/authorization/IServiceAuthorization.sol +78 -0
  372. package/contracts/authorization/ServiceAuthorization.sol +320 -0
  373. package/contracts/distribution/BasicDistribution.sol +140 -0
  374. package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
  375. package/contracts/distribution/Distribution.sol +245 -0
  376. package/contracts/distribution/DistributionService.sol +465 -0
  377. package/contracts/distribution/DistributionServiceManager.sol +39 -0
  378. package/contracts/distribution/IDistributionComponent.sol +45 -0
  379. package/contracts/distribution/IDistributionService.sol +115 -0
  380. package/contracts/examples/fire/DamageLevel.sol +59 -0
  381. package/contracts/examples/fire/FirePool.sol +86 -0
  382. package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
  383. package/contracts/examples/fire/FireProduct.sol +433 -0
  384. package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
  385. package/contracts/examples/fire/FireUSD.sol +26 -0
  386. package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
  387. package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
  388. package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
  389. package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
  390. package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
  391. package/contracts/examples/unpermissioned/SimpleProduct.sol +437 -0
  392. package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
  393. package/contracts/instance/BaseStore.sol +93 -0
  394. package/contracts/instance/BundleSet.sol +130 -0
  395. package/contracts/instance/IBaseStore.sol +37 -0
  396. package/contracts/instance/IInstance.sol +131 -73
  397. package/contracts/instance/IInstanceService.sol +86 -39
  398. package/contracts/instance/Instance.sol +248 -224
  399. package/contracts/instance/InstanceAdmin.sol +379 -0
  400. package/contracts/instance/InstanceAuthorizationV3.sol +275 -0
  401. package/contracts/instance/InstanceReader.sol +513 -192
  402. package/contracts/instance/InstanceService.sol +432 -394
  403. package/contracts/instance/InstanceServiceManager.sol +14 -29
  404. package/contracts/instance/InstanceStore.sol +323 -0
  405. package/contracts/instance/ProductStore.sol +290 -0
  406. package/contracts/instance/RiskSet.sol +126 -0
  407. package/contracts/instance/TargetNames.sol +10 -0
  408. package/contracts/instance/base/BalanceStore.sol +121 -0
  409. package/contracts/instance/base/Cloneable.sol +28 -0
  410. package/contracts/instance/base/ObjectCounter.sol +20 -0
  411. package/contracts/instance/base/ObjectLifecycle.sol +109 -0
  412. package/contracts/instance/base/ObjectSet.sol +77 -0
  413. package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
  414. package/contracts/instance/module/IBundle.sol +9 -11
  415. package/contracts/instance/module/IComponents.sol +43 -24
  416. package/contracts/instance/module/IDistribution.sol +25 -12
  417. package/contracts/instance/module/IPolicy.sol +71 -38
  418. package/contracts/instance/module/IRisk.sol +6 -1
  419. package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
  420. package/contracts/oracle/BasicOracle.sol +44 -0
  421. package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
  422. package/contracts/oracle/IOracle.sol +41 -0
  423. package/contracts/oracle/IOracleComponent.sol +33 -0
  424. package/contracts/oracle/IOracleService.sol +66 -0
  425. package/contracts/oracle/Oracle.sol +152 -0
  426. package/contracts/oracle/OracleService.sol +310 -0
  427. package/contracts/oracle/OracleServiceManager.sol +39 -0
  428. package/contracts/pool/BasicPool.sol +161 -0
  429. package/contracts/pool/BasicPoolAuthorization.sol +81 -0
  430. package/contracts/pool/BundleService.sol +401 -0
  431. package/contracts/pool/BundleServiceManager.sol +39 -0
  432. package/contracts/pool/IBundleService.sol +116 -0
  433. package/contracts/pool/IPoolComponent.sol +62 -0
  434. package/contracts/pool/IPoolService.sol +167 -0
  435. package/contracts/pool/Pool.sol +331 -0
  436. package/contracts/pool/PoolLib.sol +341 -0
  437. package/contracts/pool/PoolService.sol +635 -0
  438. package/contracts/pool/PoolServiceManager.sol +39 -0
  439. package/contracts/product/ApplicationService.sol +343 -0
  440. package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
  441. package/contracts/product/BasicProduct.sol +48 -0
  442. package/contracts/product/BasicProductAuthorization.sol +63 -0
  443. package/contracts/product/ClaimService.sol +642 -0
  444. package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
  445. package/contracts/{instance/service → product}/IApplicationService.sol +41 -35
  446. package/contracts/product/IClaimService.sol +136 -0
  447. package/contracts/product/IPolicyService.sol +102 -0
  448. package/contracts/product/IPricingService.sol +40 -0
  449. package/contracts/product/IProductComponent.sol +62 -0
  450. package/contracts/product/IRiskService.sol +48 -0
  451. package/contracts/product/PolicyService.sol +680 -0
  452. package/contracts/product/PolicyServiceLib.sol +139 -0
  453. package/contracts/product/PolicyServiceManager.sol +39 -0
  454. package/contracts/product/PricingService.sol +318 -0
  455. package/contracts/product/PricingServiceManager.sol +39 -0
  456. package/contracts/product/Product.sol +491 -0
  457. package/contracts/product/RiskService.sol +189 -0
  458. package/contracts/product/RiskServiceManager.sol +39 -0
  459. package/contracts/registry/ChainNft.sol +79 -40
  460. package/contracts/registry/IRegistry.sol +104 -33
  461. package/contracts/registry/IRegistryService.sol +34 -40
  462. package/contracts/registry/IRelease.sol +29 -0
  463. package/contracts/registry/ITransferInterceptor.sol +1 -2
  464. package/contracts/registry/Registry.sol +469 -200
  465. package/contracts/registry/RegistryAdmin.sol +191 -0
  466. package/contracts/registry/RegistryAuthorization.sol +336 -0
  467. package/contracts/registry/RegistryService.sol +90 -131
  468. package/contracts/registry/RegistryServiceManager.sol +23 -32
  469. package/contracts/registry/ReleaseAdmin.sol +195 -0
  470. package/contracts/registry/ReleaseLifecycle.sol +32 -0
  471. package/contracts/registry/ReleaseRegistry.sol +525 -0
  472. package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
  473. package/contracts/registry/TokenRegistry.sol +265 -64
  474. package/contracts/shared/Component.sol +210 -0
  475. package/contracts/shared/ComponentService.sol +705 -0
  476. package/contracts/shared/ComponentServiceManager.sol +38 -0
  477. package/contracts/shared/ContractLib.sol +312 -0
  478. package/contracts/shared/IComponent.sol +58 -0
  479. package/contracts/shared/IComponentService.sol +111 -0
  480. package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
  481. package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
  482. package/contracts/shared/INftOwnable.sol +6 -2
  483. package/contracts/shared/IPolicyHolder.sol +23 -14
  484. package/contracts/shared/IRegisterable.sol +22 -1
  485. package/contracts/shared/IRegistryLinked.sol +0 -1
  486. package/contracts/shared/IService.sol +12 -5
  487. package/contracts/shared/InitializableERC165.sol +49 -0
  488. package/contracts/shared/InstanceLinkedComponent.sol +192 -0
  489. package/contracts/shared/Lifecycle.sol +88 -0
  490. package/contracts/shared/NftIdSet.sol +65 -0
  491. package/contracts/shared/NftOwnable.sol +39 -30
  492. package/contracts/shared/PolicyHolder.sol +23 -41
  493. package/contracts/shared/Registerable.sol +54 -22
  494. package/contracts/shared/RegistryLinked.sol +11 -21
  495. package/contracts/shared/Service.sol +36 -41
  496. package/contracts/shared/TokenHandler.sol +322 -13
  497. package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
  498. package/contracts/staking/IStaking.sol +367 -0
  499. package/contracts/staking/IStakingService.sol +127 -0
  500. package/contracts/staking/ITargetLimitHandler.sol +17 -0
  501. package/contracts/staking/Staking.sol +797 -0
  502. package/contracts/staking/StakingLib.sol +195 -0
  503. package/contracts/staking/StakingManager.sol +53 -0
  504. package/contracts/staking/StakingReader.sol +171 -0
  505. package/contracts/staking/StakingService.sol +320 -0
  506. package/contracts/staking/StakingServiceManager.sol +46 -0
  507. package/contracts/staking/StakingStore.sol +1368 -0
  508. package/contracts/staking/TargetHandler.sol +132 -0
  509. package/contracts/staking/TargetManagerLib.sol +234 -0
  510. package/contracts/{types → type}/AddressSet.sol +1 -1
  511. package/contracts/type/Amount.sol +154 -0
  512. package/contracts/{types → type}/Blocknumber.sol +36 -13
  513. package/contracts/type/ChainId.sol +101 -0
  514. package/contracts/{types → type}/ClaimId.sol +31 -3
  515. package/contracts/{types → type}/Fee.sol +28 -26
  516. package/contracts/{types → type}/Key32.sol +2 -2
  517. package/contracts/type/Key32Set.sol +62 -0
  518. package/contracts/{types → type}/NftId.sol +21 -16
  519. package/contracts/{types → type}/NftIdSet.sol +2 -2
  520. package/contracts/type/ObjectType.sol +307 -0
  521. package/contracts/type/PayoutId.sol +82 -0
  522. package/contracts/{types → type}/Referral.sol +2 -1
  523. package/contracts/type/RequestId.sol +75 -0
  524. package/contracts/type/RiskId.sol +75 -0
  525. package/contracts/type/RoleId.sol +180 -0
  526. package/contracts/type/Seconds.sol +120 -0
  527. package/contracts/type/Selector.sol +107 -0
  528. package/contracts/{types → type}/StateId.sol +47 -4
  529. package/contracts/type/String.sol +65 -0
  530. package/contracts/{types → type}/Timestamp.sol +23 -7
  531. package/contracts/type/UFixed.sol +263 -0
  532. package/contracts/{types → type}/Version.sol +58 -7
  533. package/contracts/{shared → upgradeability}/IVersionable.sol +4 -1
  534. package/contracts/{shared → upgradeability}/ProxyManager.sol +118 -41
  535. package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +28 -0
  536. package/contracts/{shared → upgradeability}/Versionable.sol +9 -6
  537. package/package.json +12 -8
  538. package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
  539. package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
  540. package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
  541. package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
  542. package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
  543. package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
  544. package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
  545. package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
  546. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
  547. package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
  548. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
  549. package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
  550. package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
  551. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
  552. package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
  553. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
  554. package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
  555. package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
  556. package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
  557. package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
  558. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
  559. package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
  560. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
  561. package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
  562. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
  563. package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -237
  564. package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
  565. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
  566. package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
  567. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
  568. package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
  569. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
  570. package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
  571. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
  572. package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
  573. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
  574. package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
  575. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
  576. package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
  577. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
  578. package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
  579. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
  580. package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
  581. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
  582. package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
  583. package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
  584. package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
  585. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
  586. package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.json +0 -475
  587. package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
  588. package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
  589. package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
  590. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
  591. package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +0 -450
  592. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
  593. package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
  594. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
  595. package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
  596. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
  597. package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
  598. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
  599. package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
  600. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
  601. package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
  602. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
  603. package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
  604. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
  605. package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
  606. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
  607. package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
  608. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
  609. package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
  610. package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
  611. package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
  612. package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
  613. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
  614. package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
  615. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
  616. package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
  617. package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
  618. package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
  619. package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
  620. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
  621. package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
  622. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
  623. package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
  624. package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
  625. package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
  626. package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
  627. package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
  628. package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
  629. package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
  630. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
  631. package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
  632. package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
  633. package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
  634. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
  635. package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
  636. package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
  637. package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
  638. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
  639. package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
  640. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
  641. package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
  642. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
  643. package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
  644. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
  645. package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
  646. package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
  647. package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
  648. package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
  649. package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
  650. package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
  651. package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
  652. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
  653. package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
  654. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
  655. package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
  656. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
  657. package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
  658. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
  659. package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
  660. package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
  661. package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
  662. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
  663. package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
  664. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
  665. package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
  666. package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
  667. package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
  668. package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
  669. package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
  670. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
  671. package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
  672. package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
  673. package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
  674. package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
  675. package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
  676. package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
  677. package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
  678. package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
  679. package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
  680. package/contracts/components/Component.sol +0 -253
  681. package/contracts/components/Distribution.sol +0 -280
  682. package/contracts/components/IComponent.sol +0 -76
  683. package/contracts/components/IDistributionComponent.sol +0 -71
  684. package/contracts/components/IPoolComponent.sol +0 -113
  685. package/contracts/components/IProductComponent.sol +0 -40
  686. package/contracts/components/Pool.sol +0 -303
  687. package/contracts/components/Product.sol +0 -293
  688. package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
  689. package/contracts/instance/BundleManager.sol +0 -127
  690. package/contracts/instance/Cloneable.sol +0 -51
  691. package/contracts/instance/InstanceAccessManager.sol +0 -527
  692. package/contracts/instance/ObjectManager.sol +0 -82
  693. package/contracts/instance/base/ComponentService.sol +0 -121
  694. package/contracts/instance/base/IKeyValueStore.sol +0 -49
  695. package/contracts/instance/base/KeyValueStore.sol +0 -180
  696. package/contracts/instance/base/Lifecycle.sol +0 -109
  697. package/contracts/instance/module/IAccess.sol +0 -54
  698. package/contracts/instance/module/ISetup.sol +0 -33
  699. package/contracts/instance/module/ITreasury.sol +0 -23
  700. package/contracts/instance/service/ApplicationService.sol +0 -350
  701. package/contracts/instance/service/BundleService.sol +0 -431
  702. package/contracts/instance/service/BundleServiceManager.sol +0 -51
  703. package/contracts/instance/service/ClaimService.sol +0 -151
  704. package/contracts/instance/service/DistributionService.sol +0 -435
  705. package/contracts/instance/service/DistributionServiceManager.sol +0 -51
  706. package/contracts/instance/service/IBundleService.sol +0 -93
  707. package/contracts/instance/service/IClaimService.sol +0 -61
  708. package/contracts/instance/service/IDistributionService.sol +0 -99
  709. package/contracts/instance/service/IPolicyService.sol +0 -72
  710. package/contracts/instance/service/IPoolService.sol +0 -99
  711. package/contracts/instance/service/IProductService.sol +0 -40
  712. package/contracts/instance/service/PolicyService.sol +0 -362
  713. package/contracts/instance/service/PolicyServiceManager.sol +0 -54
  714. package/contracts/instance/service/PoolService.sol +0 -303
  715. package/contracts/instance/service/PoolServiceManager.sol +0 -51
  716. package/contracts/instance/service/ProductService.sol +0 -210
  717. package/contracts/instance/service/ProductServiceManager.sol +0 -54
  718. package/contracts/registry/RegistryAccessManager.sol +0 -216
  719. package/contracts/registry/ReleaseManager.sol +0 -324
  720. package/contracts/shared/ContractDeployerLib.sol +0 -72
  721. package/contracts/shared/ERC165.sol +0 -27
  722. package/contracts/shared/UpgradableProxyWithAdmin.sol +0 -16
  723. package/contracts/test/TestFee.sol +0 -25
  724. package/contracts/test/TestRegisterable.sol +0 -18
  725. package/contracts/test/TestRoleId.sol +0 -14
  726. package/contracts/test/TestService.sol +0 -25
  727. package/contracts/test/TestToken.sol +0 -26
  728. package/contracts/test/TestVersion.sol +0 -44
  729. package/contracts/test/TestVersionable.sol +0 -17
  730. package/contracts/types/Amount.sol +0 -60
  731. package/contracts/types/ChainId.sol +0 -38
  732. package/contracts/types/NumberId.sol +0 -52
  733. package/contracts/types/ObjectType.sol +0 -157
  734. package/contracts/types/PayoutId.sol +0 -54
  735. package/contracts/types/RiskId.sol +0 -43
  736. package/contracts/types/RoleId.sol +0 -97
  737. package/contracts/types/Seconds.sol +0 -54
  738. package/contracts/types/UFixed.sol +0 -326
  739. /package/contracts/{types → type}/DistributorType.sol +0 -0
@@ -0,0 +1,1416 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "AccessManagerCloneable",
4
+ "sourceName": "contracts/authorization/AccessManagerCloneable.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "bytes32",
10
+ "name": "operationId",
11
+ "type": "bytes32"
12
+ }
13
+ ],
14
+ "name": "AccessManagerAlreadyScheduled",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [],
19
+ "name": "AccessManagerBadConfirmation",
20
+ "type": "error"
21
+ },
22
+ {
23
+ "inputs": [
24
+ {
25
+ "internalType": "bytes32",
26
+ "name": "operationId",
27
+ "type": "bytes32"
28
+ }
29
+ ],
30
+ "name": "AccessManagerExpired",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "initialAdmin",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagerInvalidInitialAdmin",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "account",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AccessManagerLockedAccount",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "uint64",
59
+ "name": "roleId",
60
+ "type": "uint64"
61
+ }
62
+ ],
63
+ "name": "AccessManagerLockedRole",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [
68
+ {
69
+ "internalType": "bytes32",
70
+ "name": "operationId",
71
+ "type": "bytes32"
72
+ }
73
+ ],
74
+ "name": "AccessManagerNotReady",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [
79
+ {
80
+ "internalType": "bytes32",
81
+ "name": "operationId",
82
+ "type": "bytes32"
83
+ }
84
+ ],
85
+ "name": "AccessManagerNotScheduled",
86
+ "type": "error"
87
+ },
88
+ {
89
+ "inputs": [
90
+ {
91
+ "internalType": "address",
92
+ "name": "msgsender",
93
+ "type": "address"
94
+ },
95
+ {
96
+ "internalType": "uint64",
97
+ "name": "roleId",
98
+ "type": "uint64"
99
+ }
100
+ ],
101
+ "name": "AccessManagerUnauthorizedAccount",
102
+ "type": "error"
103
+ },
104
+ {
105
+ "inputs": [
106
+ {
107
+ "internalType": "address",
108
+ "name": "caller",
109
+ "type": "address"
110
+ },
111
+ {
112
+ "internalType": "address",
113
+ "name": "target",
114
+ "type": "address"
115
+ },
116
+ {
117
+ "internalType": "bytes4",
118
+ "name": "selector",
119
+ "type": "bytes4"
120
+ }
121
+ ],
122
+ "name": "AccessManagerUnauthorizedCall",
123
+ "type": "error"
124
+ },
125
+ {
126
+ "inputs": [
127
+ {
128
+ "internalType": "address",
129
+ "name": "msgsender",
130
+ "type": "address"
131
+ },
132
+ {
133
+ "internalType": "address",
134
+ "name": "caller",
135
+ "type": "address"
136
+ },
137
+ {
138
+ "internalType": "address",
139
+ "name": "target",
140
+ "type": "address"
141
+ },
142
+ {
143
+ "internalType": "bytes4",
144
+ "name": "selector",
145
+ "type": "bytes4"
146
+ }
147
+ ],
148
+ "name": "AccessManagerUnauthorizedCancel",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "address",
155
+ "name": "target",
156
+ "type": "address"
157
+ }
158
+ ],
159
+ "name": "AccessManagerUnauthorizedConsume",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [
164
+ {
165
+ "internalType": "address",
166
+ "name": "target",
167
+ "type": "address"
168
+ }
169
+ ],
170
+ "name": "AddressEmptyCode",
171
+ "type": "error"
172
+ },
173
+ {
174
+ "inputs": [
175
+ {
176
+ "internalType": "address",
177
+ "name": "account",
178
+ "type": "address"
179
+ }
180
+ ],
181
+ "name": "AddressInsufficientBalance",
182
+ "type": "error"
183
+ },
184
+ {
185
+ "inputs": [
186
+ {
187
+ "internalType": "address",
188
+ "name": "caller",
189
+ "type": "address"
190
+ }
191
+ ],
192
+ "name": "ErrorAccessManagerCallerAdminLocked",
193
+ "type": "error"
194
+ },
195
+ {
196
+ "inputs": [
197
+ {
198
+ "internalType": "address",
199
+ "name": "caller",
200
+ "type": "address"
201
+ }
202
+ ],
203
+ "name": "ErrorAccessManagerCallerNotAdmin",
204
+ "type": "error"
205
+ },
206
+ {
207
+ "inputs": [
208
+ {
209
+ "internalType": "VersionPart",
210
+ "name": "release",
211
+ "type": "uint8"
212
+ }
213
+ ],
214
+ "name": "ErrorAccessManagerInvalidRelease",
215
+ "type": "error"
216
+ },
217
+ {
218
+ "inputs": [
219
+ {
220
+ "internalType": "address",
221
+ "name": "registry",
222
+ "type": "address"
223
+ }
224
+ ],
225
+ "name": "ErrorAccessManagerRegistryAlreadySet",
226
+ "type": "error"
227
+ },
228
+ {
229
+ "inputs": [
230
+ {
231
+ "internalType": "address",
232
+ "name": "target",
233
+ "type": "address"
234
+ }
235
+ ],
236
+ "name": "ErrorAccessManagerTargetAdminLocked",
237
+ "type": "error"
238
+ },
239
+ {
240
+ "inputs": [
241
+ {
242
+ "internalType": "address",
243
+ "name": "registryAddress",
244
+ "type": "address"
245
+ }
246
+ ],
247
+ "name": "ErrorNotRegistry",
248
+ "type": "error"
249
+ },
250
+ {
251
+ "inputs": [],
252
+ "name": "FailedInnerCall",
253
+ "type": "error"
254
+ },
255
+ {
256
+ "inputs": [],
257
+ "name": "InvalidInitialization",
258
+ "type": "error"
259
+ },
260
+ {
261
+ "inputs": [],
262
+ "name": "NotInitializing",
263
+ "type": "error"
264
+ },
265
+ {
266
+ "inputs": [
267
+ {
268
+ "internalType": "uint8",
269
+ "name": "bits",
270
+ "type": "uint8"
271
+ },
272
+ {
273
+ "internalType": "uint256",
274
+ "name": "value",
275
+ "type": "uint256"
276
+ }
277
+ ],
278
+ "name": "SafeCastOverflowedUintDowncast",
279
+ "type": "error"
280
+ },
281
+ {
282
+ "anonymous": false,
283
+ "inputs": [
284
+ {
285
+ "indexed": false,
286
+ "internalType": "uint64",
287
+ "name": "version",
288
+ "type": "uint64"
289
+ }
290
+ ],
291
+ "name": "Initialized",
292
+ "type": "event"
293
+ },
294
+ {
295
+ "anonymous": false,
296
+ "inputs": [
297
+ {
298
+ "indexed": true,
299
+ "internalType": "bytes32",
300
+ "name": "operationId",
301
+ "type": "bytes32"
302
+ },
303
+ {
304
+ "indexed": true,
305
+ "internalType": "uint32",
306
+ "name": "nonce",
307
+ "type": "uint32"
308
+ }
309
+ ],
310
+ "name": "OperationCanceled",
311
+ "type": "event"
312
+ },
313
+ {
314
+ "anonymous": false,
315
+ "inputs": [
316
+ {
317
+ "indexed": true,
318
+ "internalType": "bytes32",
319
+ "name": "operationId",
320
+ "type": "bytes32"
321
+ },
322
+ {
323
+ "indexed": true,
324
+ "internalType": "uint32",
325
+ "name": "nonce",
326
+ "type": "uint32"
327
+ }
328
+ ],
329
+ "name": "OperationExecuted",
330
+ "type": "event"
331
+ },
332
+ {
333
+ "anonymous": false,
334
+ "inputs": [
335
+ {
336
+ "indexed": true,
337
+ "internalType": "bytes32",
338
+ "name": "operationId",
339
+ "type": "bytes32"
340
+ },
341
+ {
342
+ "indexed": true,
343
+ "internalType": "uint32",
344
+ "name": "nonce",
345
+ "type": "uint32"
346
+ },
347
+ {
348
+ "indexed": false,
349
+ "internalType": "uint48",
350
+ "name": "schedule",
351
+ "type": "uint48"
352
+ },
353
+ {
354
+ "indexed": false,
355
+ "internalType": "address",
356
+ "name": "caller",
357
+ "type": "address"
358
+ },
359
+ {
360
+ "indexed": false,
361
+ "internalType": "address",
362
+ "name": "target",
363
+ "type": "address"
364
+ },
365
+ {
366
+ "indexed": false,
367
+ "internalType": "bytes",
368
+ "name": "data",
369
+ "type": "bytes"
370
+ }
371
+ ],
372
+ "name": "OperationScheduled",
373
+ "type": "event"
374
+ },
375
+ {
376
+ "anonymous": false,
377
+ "inputs": [
378
+ {
379
+ "indexed": true,
380
+ "internalType": "uint64",
381
+ "name": "roleId",
382
+ "type": "uint64"
383
+ },
384
+ {
385
+ "indexed": true,
386
+ "internalType": "uint64",
387
+ "name": "admin",
388
+ "type": "uint64"
389
+ }
390
+ ],
391
+ "name": "RoleAdminChanged",
392
+ "type": "event"
393
+ },
394
+ {
395
+ "anonymous": false,
396
+ "inputs": [
397
+ {
398
+ "indexed": true,
399
+ "internalType": "uint64",
400
+ "name": "roleId",
401
+ "type": "uint64"
402
+ },
403
+ {
404
+ "indexed": false,
405
+ "internalType": "uint32",
406
+ "name": "delay",
407
+ "type": "uint32"
408
+ },
409
+ {
410
+ "indexed": false,
411
+ "internalType": "uint48",
412
+ "name": "since",
413
+ "type": "uint48"
414
+ }
415
+ ],
416
+ "name": "RoleGrantDelayChanged",
417
+ "type": "event"
418
+ },
419
+ {
420
+ "anonymous": false,
421
+ "inputs": [
422
+ {
423
+ "indexed": true,
424
+ "internalType": "uint64",
425
+ "name": "roleId",
426
+ "type": "uint64"
427
+ },
428
+ {
429
+ "indexed": true,
430
+ "internalType": "address",
431
+ "name": "account",
432
+ "type": "address"
433
+ },
434
+ {
435
+ "indexed": false,
436
+ "internalType": "uint32",
437
+ "name": "delay",
438
+ "type": "uint32"
439
+ },
440
+ {
441
+ "indexed": false,
442
+ "internalType": "uint48",
443
+ "name": "since",
444
+ "type": "uint48"
445
+ },
446
+ {
447
+ "indexed": false,
448
+ "internalType": "bool",
449
+ "name": "newMember",
450
+ "type": "bool"
451
+ }
452
+ ],
453
+ "name": "RoleGranted",
454
+ "type": "event"
455
+ },
456
+ {
457
+ "anonymous": false,
458
+ "inputs": [
459
+ {
460
+ "indexed": true,
461
+ "internalType": "uint64",
462
+ "name": "roleId",
463
+ "type": "uint64"
464
+ },
465
+ {
466
+ "indexed": true,
467
+ "internalType": "uint64",
468
+ "name": "guardian",
469
+ "type": "uint64"
470
+ }
471
+ ],
472
+ "name": "RoleGuardianChanged",
473
+ "type": "event"
474
+ },
475
+ {
476
+ "anonymous": false,
477
+ "inputs": [
478
+ {
479
+ "indexed": true,
480
+ "internalType": "uint64",
481
+ "name": "roleId",
482
+ "type": "uint64"
483
+ },
484
+ {
485
+ "indexed": false,
486
+ "internalType": "string",
487
+ "name": "label",
488
+ "type": "string"
489
+ }
490
+ ],
491
+ "name": "RoleLabel",
492
+ "type": "event"
493
+ },
494
+ {
495
+ "anonymous": false,
496
+ "inputs": [
497
+ {
498
+ "indexed": true,
499
+ "internalType": "uint64",
500
+ "name": "roleId",
501
+ "type": "uint64"
502
+ },
503
+ {
504
+ "indexed": true,
505
+ "internalType": "address",
506
+ "name": "account",
507
+ "type": "address"
508
+ }
509
+ ],
510
+ "name": "RoleRevoked",
511
+ "type": "event"
512
+ },
513
+ {
514
+ "anonymous": false,
515
+ "inputs": [
516
+ {
517
+ "indexed": true,
518
+ "internalType": "address",
519
+ "name": "target",
520
+ "type": "address"
521
+ },
522
+ {
523
+ "indexed": false,
524
+ "internalType": "uint32",
525
+ "name": "delay",
526
+ "type": "uint32"
527
+ },
528
+ {
529
+ "indexed": false,
530
+ "internalType": "uint48",
531
+ "name": "since",
532
+ "type": "uint48"
533
+ }
534
+ ],
535
+ "name": "TargetAdminDelayUpdated",
536
+ "type": "event"
537
+ },
538
+ {
539
+ "anonymous": false,
540
+ "inputs": [
541
+ {
542
+ "indexed": true,
543
+ "internalType": "address",
544
+ "name": "target",
545
+ "type": "address"
546
+ },
547
+ {
548
+ "indexed": false,
549
+ "internalType": "bool",
550
+ "name": "closed",
551
+ "type": "bool"
552
+ }
553
+ ],
554
+ "name": "TargetClosed",
555
+ "type": "event"
556
+ },
557
+ {
558
+ "anonymous": false,
559
+ "inputs": [
560
+ {
561
+ "indexed": true,
562
+ "internalType": "address",
563
+ "name": "target",
564
+ "type": "address"
565
+ },
566
+ {
567
+ "indexed": false,
568
+ "internalType": "bytes4",
569
+ "name": "selector",
570
+ "type": "bytes4"
571
+ },
572
+ {
573
+ "indexed": true,
574
+ "internalType": "uint64",
575
+ "name": "roleId",
576
+ "type": "uint64"
577
+ }
578
+ ],
579
+ "name": "TargetFunctionRoleUpdated",
580
+ "type": "event"
581
+ },
582
+ {
583
+ "inputs": [],
584
+ "name": "ADMIN_ROLE",
585
+ "outputs": [
586
+ {
587
+ "internalType": "uint64",
588
+ "name": "",
589
+ "type": "uint64"
590
+ }
591
+ ],
592
+ "stateMutability": "view",
593
+ "type": "function"
594
+ },
595
+ {
596
+ "inputs": [],
597
+ "name": "INITIALIZABLE_ERC165_STORAGE_LOCATION_V3_0",
598
+ "outputs": [
599
+ {
600
+ "internalType": "bytes32",
601
+ "name": "",
602
+ "type": "bytes32"
603
+ }
604
+ ],
605
+ "stateMutability": "view",
606
+ "type": "function"
607
+ },
608
+ {
609
+ "inputs": [],
610
+ "name": "PUBLIC_ROLE",
611
+ "outputs": [
612
+ {
613
+ "internalType": "uint64",
614
+ "name": "",
615
+ "type": "uint64"
616
+ }
617
+ ],
618
+ "stateMutability": "view",
619
+ "type": "function"
620
+ },
621
+ {
622
+ "inputs": [
623
+ {
624
+ "internalType": "address",
625
+ "name": "caller",
626
+ "type": "address"
627
+ },
628
+ {
629
+ "internalType": "address",
630
+ "name": "target",
631
+ "type": "address"
632
+ },
633
+ {
634
+ "internalType": "bytes4",
635
+ "name": "selector",
636
+ "type": "bytes4"
637
+ }
638
+ ],
639
+ "name": "canCall",
640
+ "outputs": [
641
+ {
642
+ "internalType": "bool",
643
+ "name": "immediate",
644
+ "type": "bool"
645
+ },
646
+ {
647
+ "internalType": "uint32",
648
+ "name": "delay",
649
+ "type": "uint32"
650
+ }
651
+ ],
652
+ "stateMutability": "view",
653
+ "type": "function"
654
+ },
655
+ {
656
+ "inputs": [
657
+ {
658
+ "internalType": "address",
659
+ "name": "caller",
660
+ "type": "address"
661
+ },
662
+ {
663
+ "internalType": "address",
664
+ "name": "target",
665
+ "type": "address"
666
+ },
667
+ {
668
+ "internalType": "bytes",
669
+ "name": "data",
670
+ "type": "bytes"
671
+ }
672
+ ],
673
+ "name": "cancel",
674
+ "outputs": [
675
+ {
676
+ "internalType": "uint32",
677
+ "name": "",
678
+ "type": "uint32"
679
+ }
680
+ ],
681
+ "stateMutability": "nonpayable",
682
+ "type": "function"
683
+ },
684
+ {
685
+ "inputs": [
686
+ {
687
+ "internalType": "address",
688
+ "name": "registry",
689
+ "type": "address"
690
+ },
691
+ {
692
+ "internalType": "VersionPart",
693
+ "name": "release",
694
+ "type": "uint8"
695
+ }
696
+ ],
697
+ "name": "completeSetup",
698
+ "outputs": [],
699
+ "stateMutability": "nonpayable",
700
+ "type": "function"
701
+ },
702
+ {
703
+ "inputs": [
704
+ {
705
+ "internalType": "address",
706
+ "name": "caller",
707
+ "type": "address"
708
+ },
709
+ {
710
+ "internalType": "bytes",
711
+ "name": "data",
712
+ "type": "bytes"
713
+ }
714
+ ],
715
+ "name": "consumeScheduledOp",
716
+ "outputs": [],
717
+ "stateMutability": "nonpayable",
718
+ "type": "function"
719
+ },
720
+ {
721
+ "inputs": [
722
+ {
723
+ "internalType": "address",
724
+ "name": "target",
725
+ "type": "address"
726
+ },
727
+ {
728
+ "internalType": "bytes",
729
+ "name": "data",
730
+ "type": "bytes"
731
+ }
732
+ ],
733
+ "name": "execute",
734
+ "outputs": [
735
+ {
736
+ "internalType": "uint32",
737
+ "name": "",
738
+ "type": "uint32"
739
+ }
740
+ ],
741
+ "stateMutability": "payable",
742
+ "type": "function"
743
+ },
744
+ {
745
+ "inputs": [],
746
+ "name": "expiration",
747
+ "outputs": [
748
+ {
749
+ "internalType": "uint32",
750
+ "name": "",
751
+ "type": "uint32"
752
+ }
753
+ ],
754
+ "stateMutability": "view",
755
+ "type": "function"
756
+ },
757
+ {
758
+ "inputs": [
759
+ {
760
+ "internalType": "uint64",
761
+ "name": "roleId",
762
+ "type": "uint64"
763
+ },
764
+ {
765
+ "internalType": "address",
766
+ "name": "account",
767
+ "type": "address"
768
+ }
769
+ ],
770
+ "name": "getAccess",
771
+ "outputs": [
772
+ {
773
+ "internalType": "uint48",
774
+ "name": "since",
775
+ "type": "uint48"
776
+ },
777
+ {
778
+ "internalType": "uint32",
779
+ "name": "currentDelay",
780
+ "type": "uint32"
781
+ },
782
+ {
783
+ "internalType": "uint32",
784
+ "name": "pendingDelay",
785
+ "type": "uint32"
786
+ },
787
+ {
788
+ "internalType": "uint48",
789
+ "name": "effect",
790
+ "type": "uint48"
791
+ }
792
+ ],
793
+ "stateMutability": "view",
794
+ "type": "function"
795
+ },
796
+ {
797
+ "inputs": [
798
+ {
799
+ "internalType": "bytes32",
800
+ "name": "id",
801
+ "type": "bytes32"
802
+ }
803
+ ],
804
+ "name": "getNonce",
805
+ "outputs": [
806
+ {
807
+ "internalType": "uint32",
808
+ "name": "",
809
+ "type": "uint32"
810
+ }
811
+ ],
812
+ "stateMutability": "view",
813
+ "type": "function"
814
+ },
815
+ {
816
+ "inputs": [],
817
+ "name": "getRegistry",
818
+ "outputs": [
819
+ {
820
+ "internalType": "contract IRegistry",
821
+ "name": "",
822
+ "type": "address"
823
+ }
824
+ ],
825
+ "stateMutability": "view",
826
+ "type": "function"
827
+ },
828
+ {
829
+ "inputs": [],
830
+ "name": "getRelease",
831
+ "outputs": [
832
+ {
833
+ "internalType": "VersionPart",
834
+ "name": "release",
835
+ "type": "uint8"
836
+ }
837
+ ],
838
+ "stateMutability": "view",
839
+ "type": "function"
840
+ },
841
+ {
842
+ "inputs": [
843
+ {
844
+ "internalType": "uint64",
845
+ "name": "roleId",
846
+ "type": "uint64"
847
+ }
848
+ ],
849
+ "name": "getRoleAdmin",
850
+ "outputs": [
851
+ {
852
+ "internalType": "uint64",
853
+ "name": "",
854
+ "type": "uint64"
855
+ }
856
+ ],
857
+ "stateMutability": "view",
858
+ "type": "function"
859
+ },
860
+ {
861
+ "inputs": [
862
+ {
863
+ "internalType": "uint64",
864
+ "name": "roleId",
865
+ "type": "uint64"
866
+ }
867
+ ],
868
+ "name": "getRoleGrantDelay",
869
+ "outputs": [
870
+ {
871
+ "internalType": "uint32",
872
+ "name": "",
873
+ "type": "uint32"
874
+ }
875
+ ],
876
+ "stateMutability": "view",
877
+ "type": "function"
878
+ },
879
+ {
880
+ "inputs": [
881
+ {
882
+ "internalType": "uint64",
883
+ "name": "roleId",
884
+ "type": "uint64"
885
+ }
886
+ ],
887
+ "name": "getRoleGuardian",
888
+ "outputs": [
889
+ {
890
+ "internalType": "uint64",
891
+ "name": "",
892
+ "type": "uint64"
893
+ }
894
+ ],
895
+ "stateMutability": "view",
896
+ "type": "function"
897
+ },
898
+ {
899
+ "inputs": [
900
+ {
901
+ "internalType": "bytes32",
902
+ "name": "id",
903
+ "type": "bytes32"
904
+ }
905
+ ],
906
+ "name": "getSchedule",
907
+ "outputs": [
908
+ {
909
+ "internalType": "uint48",
910
+ "name": "",
911
+ "type": "uint48"
912
+ }
913
+ ],
914
+ "stateMutability": "view",
915
+ "type": "function"
916
+ },
917
+ {
918
+ "inputs": [
919
+ {
920
+ "internalType": "address",
921
+ "name": "target",
922
+ "type": "address"
923
+ }
924
+ ],
925
+ "name": "getTargetAdminDelay",
926
+ "outputs": [
927
+ {
928
+ "internalType": "uint32",
929
+ "name": "",
930
+ "type": "uint32"
931
+ }
932
+ ],
933
+ "stateMutability": "view",
934
+ "type": "function"
935
+ },
936
+ {
937
+ "inputs": [
938
+ {
939
+ "internalType": "address",
940
+ "name": "target",
941
+ "type": "address"
942
+ },
943
+ {
944
+ "internalType": "bytes4",
945
+ "name": "selector",
946
+ "type": "bytes4"
947
+ }
948
+ ],
949
+ "name": "getTargetFunctionRole",
950
+ "outputs": [
951
+ {
952
+ "internalType": "uint64",
953
+ "name": "",
954
+ "type": "uint64"
955
+ }
956
+ ],
957
+ "stateMutability": "view",
958
+ "type": "function"
959
+ },
960
+ {
961
+ "inputs": [
962
+ {
963
+ "internalType": "uint64",
964
+ "name": "roleId",
965
+ "type": "uint64"
966
+ },
967
+ {
968
+ "internalType": "address",
969
+ "name": "account",
970
+ "type": "address"
971
+ },
972
+ {
973
+ "internalType": "uint32",
974
+ "name": "executionDelay",
975
+ "type": "uint32"
976
+ }
977
+ ],
978
+ "name": "grantRole",
979
+ "outputs": [],
980
+ "stateMutability": "nonpayable",
981
+ "type": "function"
982
+ },
983
+ {
984
+ "inputs": [
985
+ {
986
+ "internalType": "uint64",
987
+ "name": "roleId",
988
+ "type": "uint64"
989
+ },
990
+ {
991
+ "internalType": "address",
992
+ "name": "account",
993
+ "type": "address"
994
+ }
995
+ ],
996
+ "name": "hasRole",
997
+ "outputs": [
998
+ {
999
+ "internalType": "bool",
1000
+ "name": "isMember",
1001
+ "type": "bool"
1002
+ },
1003
+ {
1004
+ "internalType": "uint32",
1005
+ "name": "executionDelay",
1006
+ "type": "uint32"
1007
+ }
1008
+ ],
1009
+ "stateMutability": "view",
1010
+ "type": "function"
1011
+ },
1012
+ {
1013
+ "inputs": [
1014
+ {
1015
+ "internalType": "address",
1016
+ "name": "caller",
1017
+ "type": "address"
1018
+ },
1019
+ {
1020
+ "internalType": "address",
1021
+ "name": "target",
1022
+ "type": "address"
1023
+ },
1024
+ {
1025
+ "internalType": "bytes",
1026
+ "name": "data",
1027
+ "type": "bytes"
1028
+ }
1029
+ ],
1030
+ "name": "hashOperation",
1031
+ "outputs": [
1032
+ {
1033
+ "internalType": "bytes32",
1034
+ "name": "",
1035
+ "type": "bytes32"
1036
+ }
1037
+ ],
1038
+ "stateMutability": "view",
1039
+ "type": "function"
1040
+ },
1041
+ {
1042
+ "inputs": [
1043
+ {
1044
+ "internalType": "address",
1045
+ "name": "admin",
1046
+ "type": "address"
1047
+ }
1048
+ ],
1049
+ "name": "initialize",
1050
+ "outputs": [],
1051
+ "stateMutability": "nonpayable",
1052
+ "type": "function"
1053
+ },
1054
+ {
1055
+ "inputs": [],
1056
+ "name": "isLocked",
1057
+ "outputs": [
1058
+ {
1059
+ "internalType": "bool",
1060
+ "name": "",
1061
+ "type": "bool"
1062
+ }
1063
+ ],
1064
+ "stateMutability": "view",
1065
+ "type": "function"
1066
+ },
1067
+ {
1068
+ "inputs": [
1069
+ {
1070
+ "internalType": "address",
1071
+ "name": "target",
1072
+ "type": "address"
1073
+ }
1074
+ ],
1075
+ "name": "isTargetClosed",
1076
+ "outputs": [
1077
+ {
1078
+ "internalType": "bool",
1079
+ "name": "",
1080
+ "type": "bool"
1081
+ }
1082
+ ],
1083
+ "stateMutability": "view",
1084
+ "type": "function"
1085
+ },
1086
+ {
1087
+ "inputs": [
1088
+ {
1089
+ "internalType": "uint64",
1090
+ "name": "roleId",
1091
+ "type": "uint64"
1092
+ },
1093
+ {
1094
+ "internalType": "string",
1095
+ "name": "label",
1096
+ "type": "string"
1097
+ }
1098
+ ],
1099
+ "name": "labelRole",
1100
+ "outputs": [],
1101
+ "stateMutability": "nonpayable",
1102
+ "type": "function"
1103
+ },
1104
+ {
1105
+ "inputs": [],
1106
+ "name": "minSetback",
1107
+ "outputs": [
1108
+ {
1109
+ "internalType": "uint32",
1110
+ "name": "",
1111
+ "type": "uint32"
1112
+ }
1113
+ ],
1114
+ "stateMutability": "view",
1115
+ "type": "function"
1116
+ },
1117
+ {
1118
+ "inputs": [
1119
+ {
1120
+ "internalType": "bytes[]",
1121
+ "name": "data",
1122
+ "type": "bytes[]"
1123
+ }
1124
+ ],
1125
+ "name": "multicall",
1126
+ "outputs": [
1127
+ {
1128
+ "internalType": "bytes[]",
1129
+ "name": "results",
1130
+ "type": "bytes[]"
1131
+ }
1132
+ ],
1133
+ "stateMutability": "nonpayable",
1134
+ "type": "function"
1135
+ },
1136
+ {
1137
+ "inputs": [
1138
+ {
1139
+ "internalType": "uint64",
1140
+ "name": "roleId",
1141
+ "type": "uint64"
1142
+ },
1143
+ {
1144
+ "internalType": "address",
1145
+ "name": "callerConfirmation",
1146
+ "type": "address"
1147
+ }
1148
+ ],
1149
+ "name": "renounceRole",
1150
+ "outputs": [],
1151
+ "stateMutability": "nonpayable",
1152
+ "type": "function"
1153
+ },
1154
+ {
1155
+ "inputs": [
1156
+ {
1157
+ "internalType": "uint64",
1158
+ "name": "roleId",
1159
+ "type": "uint64"
1160
+ },
1161
+ {
1162
+ "internalType": "address",
1163
+ "name": "account",
1164
+ "type": "address"
1165
+ }
1166
+ ],
1167
+ "name": "revokeRole",
1168
+ "outputs": [],
1169
+ "stateMutability": "nonpayable",
1170
+ "type": "function"
1171
+ },
1172
+ {
1173
+ "inputs": [
1174
+ {
1175
+ "internalType": "address",
1176
+ "name": "target",
1177
+ "type": "address"
1178
+ },
1179
+ {
1180
+ "internalType": "bytes",
1181
+ "name": "data",
1182
+ "type": "bytes"
1183
+ },
1184
+ {
1185
+ "internalType": "uint48",
1186
+ "name": "when",
1187
+ "type": "uint48"
1188
+ }
1189
+ ],
1190
+ "name": "schedule",
1191
+ "outputs": [
1192
+ {
1193
+ "internalType": "bytes32",
1194
+ "name": "operationId",
1195
+ "type": "bytes32"
1196
+ },
1197
+ {
1198
+ "internalType": "uint32",
1199
+ "name": "nonce",
1200
+ "type": "uint32"
1201
+ }
1202
+ ],
1203
+ "stateMutability": "nonpayable",
1204
+ "type": "function"
1205
+ },
1206
+ {
1207
+ "inputs": [
1208
+ {
1209
+ "internalType": "uint64",
1210
+ "name": "roleId",
1211
+ "type": "uint64"
1212
+ },
1213
+ {
1214
+ "internalType": "uint32",
1215
+ "name": "newDelay",
1216
+ "type": "uint32"
1217
+ }
1218
+ ],
1219
+ "name": "setGrantDelay",
1220
+ "outputs": [],
1221
+ "stateMutability": "nonpayable",
1222
+ "type": "function"
1223
+ },
1224
+ {
1225
+ "inputs": [
1226
+ {
1227
+ "internalType": "bool",
1228
+ "name": "locked",
1229
+ "type": "bool"
1230
+ }
1231
+ ],
1232
+ "name": "setLocked",
1233
+ "outputs": [],
1234
+ "stateMutability": "nonpayable",
1235
+ "type": "function"
1236
+ },
1237
+ {
1238
+ "inputs": [
1239
+ {
1240
+ "internalType": "uint64",
1241
+ "name": "roleId",
1242
+ "type": "uint64"
1243
+ },
1244
+ {
1245
+ "internalType": "uint64",
1246
+ "name": "admin",
1247
+ "type": "uint64"
1248
+ }
1249
+ ],
1250
+ "name": "setRoleAdmin",
1251
+ "outputs": [],
1252
+ "stateMutability": "nonpayable",
1253
+ "type": "function"
1254
+ },
1255
+ {
1256
+ "inputs": [
1257
+ {
1258
+ "internalType": "uint64",
1259
+ "name": "roleId",
1260
+ "type": "uint64"
1261
+ },
1262
+ {
1263
+ "internalType": "uint64",
1264
+ "name": "guardian",
1265
+ "type": "uint64"
1266
+ }
1267
+ ],
1268
+ "name": "setRoleGuardian",
1269
+ "outputs": [],
1270
+ "stateMutability": "nonpayable",
1271
+ "type": "function"
1272
+ },
1273
+ {
1274
+ "inputs": [
1275
+ {
1276
+ "internalType": "address",
1277
+ "name": "target",
1278
+ "type": "address"
1279
+ },
1280
+ {
1281
+ "internalType": "uint32",
1282
+ "name": "newDelay",
1283
+ "type": "uint32"
1284
+ }
1285
+ ],
1286
+ "name": "setTargetAdminDelay",
1287
+ "outputs": [],
1288
+ "stateMutability": "nonpayable",
1289
+ "type": "function"
1290
+ },
1291
+ {
1292
+ "inputs": [
1293
+ {
1294
+ "internalType": "address",
1295
+ "name": "target",
1296
+ "type": "address"
1297
+ },
1298
+ {
1299
+ "internalType": "bool",
1300
+ "name": "closed",
1301
+ "type": "bool"
1302
+ }
1303
+ ],
1304
+ "name": "setTargetClosed",
1305
+ "outputs": [],
1306
+ "stateMutability": "nonpayable",
1307
+ "type": "function"
1308
+ },
1309
+ {
1310
+ "inputs": [
1311
+ {
1312
+ "internalType": "address",
1313
+ "name": "target",
1314
+ "type": "address"
1315
+ },
1316
+ {
1317
+ "internalType": "bytes4[]",
1318
+ "name": "selectors",
1319
+ "type": "bytes4[]"
1320
+ },
1321
+ {
1322
+ "internalType": "uint64",
1323
+ "name": "roleId",
1324
+ "type": "uint64"
1325
+ }
1326
+ ],
1327
+ "name": "setTargetFunctionRole",
1328
+ "outputs": [],
1329
+ "stateMutability": "nonpayable",
1330
+ "type": "function"
1331
+ },
1332
+ {
1333
+ "inputs": [
1334
+ {
1335
+ "internalType": "bytes4",
1336
+ "name": "interfaceId",
1337
+ "type": "bytes4"
1338
+ }
1339
+ ],
1340
+ "name": "supportsInterface",
1341
+ "outputs": [
1342
+ {
1343
+ "internalType": "bool",
1344
+ "name": "",
1345
+ "type": "bool"
1346
+ }
1347
+ ],
1348
+ "stateMutability": "view",
1349
+ "type": "function"
1350
+ },
1351
+ {
1352
+ "inputs": [
1353
+ {
1354
+ "internalType": "address",
1355
+ "name": "target",
1356
+ "type": "address"
1357
+ },
1358
+ {
1359
+ "internalType": "address",
1360
+ "name": "newAuthority",
1361
+ "type": "address"
1362
+ }
1363
+ ],
1364
+ "name": "updateAuthority",
1365
+ "outputs": [],
1366
+ "stateMutability": "nonpayable",
1367
+ "type": "function"
1368
+ }
1369
+ ],
1370
+ "bytecode": "0x6080604052348015600e575f80fd5b5061321c8061001c5f395ff3fe608060405260043610610233575f3560e01c80635ab1bd5311610129578063ac9650d8116100a8578063d1f856ee1161006d578063d1f856ee14610745578063d22b598914610764578063d6bb62c614610783578063f801a698146107a2578063fe0776f5146107db575f80fd5b8063ac9650d81461068b578063b7009613146106b7578063b7d2b162146106f2578063c4d66de814610711578063cc1b6c8114610730575f80fd5b806394c7d7ee116100ee57806394c7d7ee146105f2578063a166aa8914610611578063a4e2d63414610630578063a64d95ce1461064d578063abd9bd2a1461066c575f80fd5b80635ab1bd53146105515780636d5115bd1461057757806375b238fc1461059657806376b707b7146105a9578063853551b8146105d3575f80fd5b80633078f114116101b55780634665096d1161017a5780634665096d146104b15780634c1da1e2146104c657806352962952146104e5578063530dd4561461050457806355298fbc14610523575f80fd5b80633078f114146103ca57806330cae187146104235780633adc277a146104425780633ca7c02a146104785780634136a33c14610492575f80fd5b806318ff183c116101fb57806318ff183c1461033b5780631cff79cd1461035a5780631ed8cf461461036d578063211e28b61461038c57806325c471a0146103ab575f80fd5b806301ffc9a71461023757806308d6122d146102905780630b0a93ba146102b157806312be8727146102e8578063167bd3951461031c575b5f80fd5b348015610242575f80fd5b5061027b610251366004612a09565b6001600160e01b0319165f9081525f805160206131c7833981519152602052604090205460ff1690565b60405190151581526020015b60405180910390f35b34801561029b575f80fd5b506102af6102aa366004612a93565b6107fa565b005b3480156102bc575f80fd5b506102d06102cb366004612af5565b61084c565b6040516001600160401b039091168152602001610287565b3480156102f3575f80fd5b50610307610302366004612af5565b610883565b60405163ffffffff9091168152602001610287565b348015610327575f80fd5b506102af610336366004612b1b565b6108cd565b348015610346575f80fd5b506102af610355366004612b52565b6108e3565b610307610368366004612bbb565b610945565b348015610378575f80fd5b506102af610387366004612c0b565b610a86565b348015610397575f80fd5b506102af6103a6366004612c3c565b610c0c565b3480156103b6575f80fd5b506102af6103c5366004612c6a565b610c58565b3480156103d5575f80fd5b506103e96103e4366004612cac565b610c7a565b604051610287949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561042e575f80fd5b506102af61043d366004612cc6565b610ced565b34801561044d575f80fd5b5061046161045c366004612cf7565b610cff565b60405165ffffffffffff9091168152602001610287565b348015610483575f80fd5b506102d06001600160401b0381565b34801561049d575f80fd5b506103076104ac366004612cf7565b610d41565b3480156104bc575f80fd5b5062093a80610307565b3480156104d1575f80fd5b506103076104e0366004612d0e565b610d6c565b3480156104f0575f80fd5b506102af6104ff366004612cc6565b610da6565b34801561050f575f80fd5b506102d061051e366004612af5565b610db8565b34801561052e575f80fd5b506105435f805160206131c783398151915281565b604051908152602001610287565b34801561055c575f80fd5b505f546040516001600160a01b039091168152602001610287565b348015610582575f80fd5b506102d0610591366004612d29565b610de8565b3480156105a1575f80fd5b506102d05f81565b3480156105b4575f80fd5b505f54600160a01b900460ff1660405160ff9091168152602001610287565b3480156105de575f80fd5b506102af6105ed366004612d55565b610e2f565b3480156105fd575f80fd5b506102af61060c366004612bbb565b610ec6565b34801561061c575f80fd5b5061027b61062b366004612d0e565b610f70565b34801561063b575f80fd5b505f54600160a81b900460ff1661027b565b348015610658575f80fd5b506102af610667366004612d70565b610fa7565b348015610677575f80fd5b50610543610686366004612d98565b610fb9565b348015610696575f80fd5b506106aa6106a5366004612df8565b610ff1565b6040516102879190612e2a565b3480156106c2575f80fd5b506106d66106d1366004612eae565b6110d6565b60408051921515835263ffffffff909116602083015201610287565b3480156106fd575f80fd5b506102af61070c366004612cac565b611125565b34801561071c575f80fd5b506102af61072b366004612d0e565b61113c565b34801561073b575f80fd5b5062069780610307565b348015610750575f80fd5b506106d661075f366004612cac565b61125f565b34801561076f575f80fd5b506102af61077e366004612ef6565b6112d8565b34801561078e575f80fd5b5061030761079d366004612d98565b6112ea565b3480156107ad575f80fd5b506107c16107bc366004612f12565b61144d565b6040805192835263ffffffff909116602083015201610287565b3480156107e6575f80fd5b506102af6107f5366004612cac565b6115e9565b610802611612565b5f5b828110156108455761083d8585858481811061082257610822612f7f565b90506020020160208101906108379190612a09565b84611689565b600101610804565b5050505050565b5f80610856611715565b6001600160401b039384165f9081526001918201602052604090200154600160401b900490921692915050565b5f8061088d611715565b6001600160401b0384165f9081526001828101602052604090912001549091506108c690600160801b90046001600160701b0316611739565b9392505050565b6108d5611612565b6108df8282611757565b5050565b6108eb611612565b604051637a9e5e4b60e01b81526001600160a01b038281166004830152831690637a9e5e4b906024015f604051808303815f87803b15801561092b575f80fd5b505af115801561093d573d5f803e3d5ffd5b505050505050565b5f8061094f611715565b9050335f80610960838989896117fb565b9150915081158015610976575063ffffffff8116155b156109c9578288610987898961184c565b6040516381c6f24b60e01b81526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b5f6109d6848a8a8a610fb9565b90505f63ffffffff83161515806109fc57506109f182610cff565b65ffffffffffff1615155b15610a0d57610a0a82611863565b90505b6003860154610a258b610a208c8c61184c565b611974565b8760030181905550610a6e8b8b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152503492506119b6915050565b50600390960195909555509293505050509392505050565b5f610a915f3361125f565b50905080610ab45760405163f30cccb960e01b81523360048201526024016109c0565b604051632b10f60d60e21b815260ff8316600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015610b04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b289190612f93565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff1680610b6d575080546001600160401b03808416911610155b15610b8b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610bb585611a4f565b610bbe84611a92565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b5f610c175f3361125f565b50905080610c3a5760405163f30cccb960e01b81523360048201526024016109c0565b505f8054911515600160a81b0260ff60a81b19909216919091179055565b610c60611612565b610c748383610c6e86610883565b84611b47565b50505050565b5f805f805f610c87611715565b6001600160401b0388165f90815260018201602090815260408083206001600160a01b038b1684529091529020805465ffffffffffff8116975091925090610cde90600160301b90046001600160701b0316611da1565b979a9199509750945050505050565b610cf5611612565b6108df8282611dc2565b5f80610d09611715565b5f84815260028201602052604090205490915065ffffffffffff16610d2d81611e72565b610d375780610d39565b5f5b949350505050565b5f80610d4b611715565b5f93845260020160205250506040902054600160301b900463ffffffff1690565b5f80610d76611715565b6001600160a01b0384165f908152602082905260409020600101549091506108c6906001600160701b0316611739565b610dae611612565b6108df8282611ea0565b5f80610dc2611715565b6001600160401b039384165f908152600191820160205260409020015490921692915050565b5f80610df2611715565b6001600160a01b0385165f908152602091825260408082206001600160e01b03198716835290925220546001600160401b03169150505b92915050565b610e37611612565b6001600160401b0383161580610e5557506001600160401b03838116145b15610e7e5760405163061c6a4360e21b81526001600160401b03841660048201526024016109c0565b826001600160401b03167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eb9929190612fd2565b60405180910390a2505050565b60408051638fb3603760e01b80825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f05573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f299190612fe5565b6001600160e01b03191614610f5c57604051630641fee960e31b81526001600160a01b03821660048201526024016109c0565b610845610f6b85838686610fb9565b611863565b5f80610f7a611715565b6001600160a01b039093165f9081526020939093525050604090206001015460ff600160701b9091041690565b610faf611612565b6108df8282611f5e565b5f84848484604051602001610fd19493929190613000565b604051602081830303815290604052805190602001209050949350505050565b604080515f815260208101909152606090826001600160401b0381111561101a5761101a613067565b60405190808252806020026020018201604052801561104d57816020015b60608152602001906001900390816110385790505b5091505f5b838110156110ce576110a93086868481811061107057611070612f7f565b9050602002810190611082919061307b565b85604051602001611095939291906130d4565b604051602081830303815290604052612088565b8382815181106110bb576110bb612f7f565b6020908102919091010152600101611052565b505092915050565b5f80548190600160a81b900460ff161561110e5760405163738ba2f760e01b81526001600160a01b03851660048201526024016109c0565b6111198585856120fa565b90969095509350505050565b61112d611612565b611137828261217b565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156111805750825b90505f826001600160401b0316600114801561119b5750303b155b9050811580156111a9575080155b156111c75760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156111f157845460ff60401b1916600160401b1785555b6111f9612276565b611202866122c9565b6112126309990e3960e41b6122da565b831561093d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b5f8067fffffffffffffffe196001600160401b038516016112855750600190505f6112d1565b5f806112918686610c7a565b5050915091508165ffffffffffff165f141580156112c657506112b2612314565b65ffffffffffff168265ffffffffffff1611155b935091506112d19050565b9250929050565b6112e0611612565b6108df8282612323565b5f806112f4611715565b9050335f611302868661184c565b90505f61131189898989610fb9565b5f81815260028601602052604081205491925065ffffffffffff90911690036113505760405163060a299b60e41b8152600481018290526024016109c0565b826001600160a01b0316896001600160a01b0316146113e9575f6113745f8561125f565b5090505f61138e6113886102cb8c87610de8565b8661125f565b5090508115801561139d575080155b156113e657604051630ff89d4760e21b81526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109c0565b50505b5f818152600285016020526040808220805465ffffffffffff1916908190559051600160301b90910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b5f805f611458611715565b9050335f611468828a8a8a6117fb565b9150505f8163ffffffff1661147b612314565b61148591906130e9565b905063ffffffff821615806114bb57505f8765ffffffffffff161180156114bb57508065ffffffffffff168765ffffffffffff16105b156114cc57828a6109878b8b61184c565b6114e68765ffffffffffff168265ffffffffffff166123eb565b96506114f4838b8b8b610fb9565b95506114ff86612400565b836002015f8781526020019081526020015f205f0160069054906101000a900463ffffffff16600101945086846002015f8881526020019081526020015f205f015f6101000a81548165ffffffffffff021916908365ffffffffffff16021790555084846002015f8881526020019081526020015f205f0160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516115d4959493929190613107565b60405180910390a35050505094509492505050565b6001600160a01b038116331461112d57604051635f159e6360e01b815260040160405180910390fd5b335f8061162083823661245a565b9150915081611137578063ffffffff165f0361167a575f611641813661250b565b5060405163f07e038f60e01b81526001600160a01b03871660048201526001600160401b038216602482015290925060440190506109c0565b610c74610f6b84305f36610fb9565b5f611692611715565b6001600160a01b0385165f818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff19166001600160401b03891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b7f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0090565b5f8061174d836001600160701b0316611da1565b5090949350505050565b5f611760611715565b9050306001600160a01b0384160361179657604051630b40d17960e31b81526001600160a01b03841660048201526024016109c0565b6001600160a01b0383165f81815260208390526040908190206001018054851515600160701b0260ff60701b19909116179055517f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb13890610eb990851515815260200190565b5f80306001600160a01b038616036118215761181886858561245a565b91509150611843565b6004831061183d5761183886866106d1878761184c565b611818565b505f9050805b94509492505050565b5f61185a6004828486613040565b6108c69161314c565b5f8061186d611715565b5f84815260028201602052604081205491925065ffffffffffff821691600160301b900463ffffffff16908290036118bb5760405163060a299b60e41b8152600481018690526024016109c0565b6118c3612314565b65ffffffffffff168265ffffffffffff1611156118f657604051630c65b5bd60e11b8152600481018690526024016109c0565b6118ff82611e72565b1561192057604051631e2975b960e21b8152600481018690526024016109c0565b5f858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b6060814710156119db5760405163cd78605960e01b81523060048201526024016109c0565b5f80856001600160a01b031684866040516119f69190613184565b5f6040518083038185875af1925050503d805f8114611a30576040519150601f19603f3d011682016040523d82523d5f602084013e611a35565b606091505b5091509150611a458683836126cc565b9695505050505050565b5f546001600160a01b031615611a86575f5460405163e869a54d60e01b81526001600160a01b0390911660048201526024016109c0565b611a8f81612728565b50565b60405163a52ec52960e01b815260ff8216600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063a52ec52990602401602060405180830381865af4158015611ae2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b06919061318f565b611b28576040516324bf213560e21b815260ff821660048201526024016109c0565b5f805460ff909216600160a01b0260ff60a01b19909216919091179055565b5f80611b51611715565b905067fffffffffffffffe196001600160401b03871601611b905760405163061c6a4360e21b81526001600160401b03871660048201526024016109c0565b6001600160401b0386165f90815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611c84578563ffffffff16611bdd612314565b611be791906130e9565b905060405180604001604052808265ffffffffffff168152602001611c158763ffffffff1663ffffffff1690565b6001600160701b039081169091526001600160401b038a165f90815260018601602090815260408083206001600160a01b038d1684528252909120835181549490920151909216600160301b026001600160a01b031990931665ffffffffffff90911617919091179055611d32565b6001600160401b0388165f90815260018401602090815260408083206001600160a01b038b168452909152812054611ccf91600160301b9091046001600160701b03169087906127f3565b6001600160401b038a165f90815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b03909316600160301b0273ffffffffffffffffffffffffffff000000000000199093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b038916916001600160401b038b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b5f805f611db584611db0612314565b612899565b9250925092509193909250565b5f611dcb611715565b90506001600160401b0383161580611deb57506001600160401b03838116145b15611e145760405163061c6a4360e21b81526001600160401b03841660048201526024016109c0565b6001600160401b038381165f81815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b5f611e7b612314565b65ffffffffffff16611e9062093a80846130e9565b65ffffffffffff16111592915050565b5f611ea9611715565b90506001600160401b0383161580611ec957506001600160401b03838116145b15611ef25760405163061c6a4360e21b81526001600160401b03841660048201526024016109c0565b6001600160401b038381165f8181526001848101602052604080832090910180546fffffffffffffffff00000000000000001916600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b5f611f67611715565b905067fffffffffffffffe196001600160401b03841601611fa65760405163061c6a4360e21b81526001600160401b03841660048201526024016109c0565b6001600160401b0383165f9081526001828101602052604082200154611fe090600160801b90046001600160701b031684620697806127f3565b6001600160401b0386165f81815260018087016020526040918290200180546001600160701b03909516600160801b026dffffffffffffffffffffffffffff60801b199095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061207a908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b60605f80846001600160a01b0316846040516120a49190613184565b5f60405180830381855af49150503d805f81146120dc576040519150601f19603f3d011682016040523d82523d5f602084013e6120e1565b606091505b50915091506120f18583836126cc565b95945050505050565b5f8061210584610f70565b1561211457505f905080612173565b306001600160a01b038616036121385761212e84846128eb565b5f91509150612173565b5f6121438585610de8565b90505f80612151838961125f565b9150915081612161575f8061216b565b63ffffffff811615815b945094505050505b935093915050565b5f80612185611715565b905067fffffffffffffffe196001600160401b038516016121c45760405163061c6a4360e21b81526001600160401b03851660048201526024016109c0565b6001600160401b0384165f90815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612209575f915050610e29565b6001600160401b0384165f81815260018301602090815260408083206001600160a01b038816808552925280832080546001600160a01b0319169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b61227e61290f565b6301ffc9a760e01b5f525f805160206131c78339815191526020527f7449848146f4dbd52693c0731b5cd097b0a676ddfe6ffc213ebb4853f36e5619805460ff19166001179055565b565b6122d161290f565b611a8f81612958565b6122e261290f565b6001600160e01b031981165f9081525f805160206131c783398151915260205260409020805460ff1916600117905550565b5f61231e42612995565b905090565b5f61232c611715565b90505f61236283620697806001600160a01b0387165f908152602086905260409020600101546001600160701b031691906127f3565b6001600160a01b0386165f818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161207a565b5f8183116123f957816108c6565b5090919050565b5f612409611715565b5f83815260028201602052604090205490915065ffffffffffff168015801590612439575061243781611e72565b155b156111375760405163813e945960e01b8152600481018490526024016109c0565b5f80600483101561246f57505f905080612173565b306001600160a01b038616036124925761212e3061248d868661184c565b6128eb565b5f805f61249f878761250b565b925092509250826124b8575f8094509450505050612173565b5f806124c4848b61125f565b91509150816124dd575f80965096505050505050612173565b6124f38363ffffffff168263ffffffff166123eb565b63ffffffff8116159b909a5098505050505050505050565b5f8080600484101561252457505f9150819050806126c5565b5f61252f868661184c565b90506001600160e01b031981166310a6aa3760e31b148061256057506001600160e01b031981166330cae18760e01b145b8061257b57506001600160e01b0319811663294b14a960e11b145b8061259657506001600160e01b03198116635326cae760e11b145b806125b157506001600160e01b0319811663d22b598960e01b145b156125c65760015f80935093509350506126c5565b6001600160e01b0319811663063fc60f60e21b14806125f557506001600160e01b0319811663167bd39560e01b145b8061261057506001600160e01b031981166308d6122d60e01b145b1561264f575f61262460246004888a613040565b8101906126319190612d0e565b90505f61263d82610d6c565b600196505f955093506126c592505050565b6001600160e01b0319811663012e238d60e51b148061267e57506001600160e01b03198116635be958b160e11b145b156126ba575f61269260246004888a613040565b81019061269f9190612af5565b905060016126ac82610db8565b5f94509450945050506126c5565b5f805f935093509350505b9250925092565b6060826126e1576126dc826129cb565b6108c6565b81511580156126f857506001600160a01b0384163b155b1561272157604051639996b31560e01b81526001600160a01b03851660048201526024016109c0565b50806108c6565b61273061290f565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015612786573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127aa919061318f565b6127d25760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c0565b5f80546001600160a01b0319166001600160a01b0392909216919091179055565b5f805f612808866001600160701b0316611739565b90505f6128438563ffffffff168763ffffffff168463ffffffff161161282e575f612838565b61283888856131aa565b63ffffffff166123eb565b90508063ffffffff16612854612314565b61285e91906130e9565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b5f808069ffffffffffffffffffff602086901c166001600160701b03861665ffffffffffff604088901c81169087168111156128d7578282826128db565b815f805b9550955095505050509250925092565b5f806128f5611715565b90506129018484611974565b600390910154149392505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166122c757604051631afcd79f60e31b815260040160405180910390fd5b61296061290f565b6001600160a01b03811661298957604051630409d6d160e11b81525f60048201526024016109c0565b6108df5f825f80611b47565b5f65ffffffffffff8211156129c7576040516306dfcc6560e41b815260306004820152602481018390526044016109c0565b5090565b8051156129db5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6001600160e01b031981168114611a8f575f80fd5b5f60208284031215612a19575f80fd5b81356108c6816129f4565b6001600160a01b0381168114611a8f575f80fd5b5f8083601f840112612a48575f80fd5b5081356001600160401b03811115612a5e575f80fd5b6020830191508360208260051b85010111156112d1575f80fd5b80356001600160401b0381168114612a8e575f80fd5b919050565b5f805f8060608587031215612aa6575f80fd5b8435612ab181612a24565b935060208501356001600160401b03811115612acb575f80fd5b612ad787828801612a38565b9094509250612aea905060408601612a78565b905092959194509250565b5f60208284031215612b05575f80fd5b6108c682612a78565b8015158114611a8f575f80fd5b5f8060408385031215612b2c575f80fd5b8235612b3781612a24565b91506020830135612b4781612b0e565b809150509250929050565b5f8060408385031215612b63575f80fd5b8235612b6e81612a24565b91506020830135612b4781612a24565b5f8083601f840112612b8e575f80fd5b5081356001600160401b03811115612ba4575f80fd5b6020830191508360208285010111156112d1575f80fd5b5f805f60408486031215612bcd575f80fd5b8335612bd881612a24565b925060208401356001600160401b03811115612bf2575f80fd5b612bfe86828701612b7e565b9497909650939450505050565b5f8060408385031215612c1c575f80fd5b8235612c2781612a24565b9150602083013560ff81168114612b47575f80fd5b5f60208284031215612c4c575f80fd5b81356108c681612b0e565b803563ffffffff81168114612a8e575f80fd5b5f805f60608486031215612c7c575f80fd5b612c8584612a78565b92506020840135612c9581612a24565b9150612ca360408501612c57565b90509250925092565b5f8060408385031215612cbd575f80fd5b612b6e83612a78565b5f8060408385031215612cd7575f80fd5b612ce083612a78565b9150612cee60208401612a78565b90509250929050565b5f60208284031215612d07575f80fd5b5035919050565b5f60208284031215612d1e575f80fd5b81356108c681612a24565b5f8060408385031215612d3a575f80fd5b8235612d4581612a24565b91506020830135612b47816129f4565b5f805f60408486031215612d67575f80fd5b612bd884612a78565b5f8060408385031215612d81575f80fd5b612d8a83612a78565b9150612cee60208401612c57565b5f805f8060608587031215612dab575f80fd5b8435612db681612a24565b93506020850135612dc681612a24565b925060408501356001600160401b03811115612de0575f80fd5b612dec87828801612b7e565b95989497509550505050565b5f8060208385031215612e09575f80fd5b82356001600160401b03811115612e1e575f80fd5b61111985828601612a38565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015612ea257603f19878603018452815180518087528060208301602089015e5f602082890101526020601f19601f83011688010196505050602082019150602084019350600181019050612e50565b50929695505050505050565b5f805f60608486031215612ec0575f80fd5b8335612ecb81612a24565b92506020840135612edb81612a24565b91506040840135612eeb816129f4565b809150509250925092565b5f8060408385031215612f07575f80fd5b8235612d8a81612a24565b5f805f8060608587031215612f25575f80fd5b8435612f3081612a24565b935060208501356001600160401b03811115612f4a575f80fd5b612f5687828801612b7e565b909450925050604085013565ffffffffffff81168114612f74575f80fd5b939692955090935050565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215612fa3575f80fd5b5051919050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b602081525f610d39602083018486612faa565b5f60208284031215612ff5575f80fd5b81516108c6816129f4565b6001600160a01b038581168252841660208201526060604082018190525f90611a459083018486612faa565b634e487b7160e01b5f52601160045260245ffd5b5f808585111561304e575f80fd5b8386111561305a575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f808335601e19843603018112613090575f80fd5b8301803591506001600160401b038211156130a9575f80fd5b6020019150368190038213156112d1575f80fd5b5f81518060208401855e5f93019283525090919050565b828482375f8382015f8152611a4581856130bd565b65ffffffffffff8181168382160190811115610e2957610e2961302c565b65ffffffffffff861681526001600160a01b038581166020830152841660408201526080606082018190525f906131419083018486612faa565b979650505050505050565b80356001600160e01b0319811690600484101561317d576001600160e01b0319600485900360031b81901b82161691505b5092915050565b5f6108c682846130bd565b5f6020828403121561319f575f80fd5b81516108c681612b0e565b63ffffffff8281168282160390811115610e2957610e2961302c56fe2c5de3b4947d23a15785cdf804e1e581a3c5f54c0357f66e3f442def0f390100a2646970667358221220c34977d5397ed894ee4c722ca99f1f07ae7903cc436f66b40da756d5cbe9868764736f6c634300081a0033",
1371
+ "deployedBytecode": "0x608060405260043610610233575f3560e01c80635ab1bd5311610129578063ac9650d8116100a8578063d1f856ee1161006d578063d1f856ee14610745578063d22b598914610764578063d6bb62c614610783578063f801a698146107a2578063fe0776f5146107db575f80fd5b8063ac9650d81461068b578063b7009613146106b7578063b7d2b162146106f2578063c4d66de814610711578063cc1b6c8114610730575f80fd5b806394c7d7ee116100ee57806394c7d7ee146105f2578063a166aa8914610611578063a4e2d63414610630578063a64d95ce1461064d578063abd9bd2a1461066c575f80fd5b80635ab1bd53146105515780636d5115bd1461057757806375b238fc1461059657806376b707b7146105a9578063853551b8146105d3575f80fd5b80633078f114116101b55780634665096d1161017a5780634665096d146104b15780634c1da1e2146104c657806352962952146104e5578063530dd4561461050457806355298fbc14610523575f80fd5b80633078f114146103ca57806330cae187146104235780633adc277a146104425780633ca7c02a146104785780634136a33c14610492575f80fd5b806318ff183c116101fb57806318ff183c1461033b5780631cff79cd1461035a5780631ed8cf461461036d578063211e28b61461038c57806325c471a0146103ab575f80fd5b806301ffc9a71461023757806308d6122d146102905780630b0a93ba146102b157806312be8727146102e8578063167bd3951461031c575b5f80fd5b348015610242575f80fd5b5061027b610251366004612a09565b6001600160e01b0319165f9081525f805160206131c7833981519152602052604090205460ff1690565b60405190151581526020015b60405180910390f35b34801561029b575f80fd5b506102af6102aa366004612a93565b6107fa565b005b3480156102bc575f80fd5b506102d06102cb366004612af5565b61084c565b6040516001600160401b039091168152602001610287565b3480156102f3575f80fd5b50610307610302366004612af5565b610883565b60405163ffffffff9091168152602001610287565b348015610327575f80fd5b506102af610336366004612b1b565b6108cd565b348015610346575f80fd5b506102af610355366004612b52565b6108e3565b610307610368366004612bbb565b610945565b348015610378575f80fd5b506102af610387366004612c0b565b610a86565b348015610397575f80fd5b506102af6103a6366004612c3c565b610c0c565b3480156103b6575f80fd5b506102af6103c5366004612c6a565b610c58565b3480156103d5575f80fd5b506103e96103e4366004612cac565b610c7a565b604051610287949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561042e575f80fd5b506102af61043d366004612cc6565b610ced565b34801561044d575f80fd5b5061046161045c366004612cf7565b610cff565b60405165ffffffffffff9091168152602001610287565b348015610483575f80fd5b506102d06001600160401b0381565b34801561049d575f80fd5b506103076104ac366004612cf7565b610d41565b3480156104bc575f80fd5b5062093a80610307565b3480156104d1575f80fd5b506103076104e0366004612d0e565b610d6c565b3480156104f0575f80fd5b506102af6104ff366004612cc6565b610da6565b34801561050f575f80fd5b506102d061051e366004612af5565b610db8565b34801561052e575f80fd5b506105435f805160206131c783398151915281565b604051908152602001610287565b34801561055c575f80fd5b505f546040516001600160a01b039091168152602001610287565b348015610582575f80fd5b506102d0610591366004612d29565b610de8565b3480156105a1575f80fd5b506102d05f81565b3480156105b4575f80fd5b505f54600160a01b900460ff1660405160ff9091168152602001610287565b3480156105de575f80fd5b506102af6105ed366004612d55565b610e2f565b3480156105fd575f80fd5b506102af61060c366004612bbb565b610ec6565b34801561061c575f80fd5b5061027b61062b366004612d0e565b610f70565b34801561063b575f80fd5b505f54600160a81b900460ff1661027b565b348015610658575f80fd5b506102af610667366004612d70565b610fa7565b348015610677575f80fd5b50610543610686366004612d98565b610fb9565b348015610696575f80fd5b506106aa6106a5366004612df8565b610ff1565b6040516102879190612e2a565b3480156106c2575f80fd5b506106d66106d1366004612eae565b6110d6565b60408051921515835263ffffffff909116602083015201610287565b3480156106fd575f80fd5b506102af61070c366004612cac565b611125565b34801561071c575f80fd5b506102af61072b366004612d0e565b61113c565b34801561073b575f80fd5b5062069780610307565b348015610750575f80fd5b506106d661075f366004612cac565b61125f565b34801561076f575f80fd5b506102af61077e366004612ef6565b6112d8565b34801561078e575f80fd5b5061030761079d366004612d98565b6112ea565b3480156107ad575f80fd5b506107c16107bc366004612f12565b61144d565b6040805192835263ffffffff909116602083015201610287565b3480156107e6575f80fd5b506102af6107f5366004612cac565b6115e9565b610802611612565b5f5b828110156108455761083d8585858481811061082257610822612f7f565b90506020020160208101906108379190612a09565b84611689565b600101610804565b5050505050565b5f80610856611715565b6001600160401b039384165f9081526001918201602052604090200154600160401b900490921692915050565b5f8061088d611715565b6001600160401b0384165f9081526001828101602052604090912001549091506108c690600160801b90046001600160701b0316611739565b9392505050565b6108d5611612565b6108df8282611757565b5050565b6108eb611612565b604051637a9e5e4b60e01b81526001600160a01b038281166004830152831690637a9e5e4b906024015f604051808303815f87803b15801561092b575f80fd5b505af115801561093d573d5f803e3d5ffd5b505050505050565b5f8061094f611715565b9050335f80610960838989896117fb565b9150915081158015610976575063ffffffff8116155b156109c9578288610987898961184c565b6040516381c6f24b60e01b81526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b5f6109d6848a8a8a610fb9565b90505f63ffffffff83161515806109fc57506109f182610cff565b65ffffffffffff1615155b15610a0d57610a0a82611863565b90505b6003860154610a258b610a208c8c61184c565b611974565b8760030181905550610a6e8b8b8b8080601f0160208091040260200160405190810160405280939291908181526020018383808284375f920191909152503492506119b6915050565b50600390960195909555509293505050509392505050565b5f610a915f3361125f565b50905080610ab45760405163f30cccb960e01b81523360048201526024016109c0565b604051632b10f60d60e21b815260ff8316600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015610b04573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b289190612f93565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b900460ff1680610b6d575080546001600160401b03808416911610155b15610b8b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b178155610bb585611a4f565b610bbe84611a92565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b5f610c175f3361125f565b50905080610c3a5760405163f30cccb960e01b81523360048201526024016109c0565b505f8054911515600160a81b0260ff60a81b19909216919091179055565b610c60611612565b610c748383610c6e86610883565b84611b47565b50505050565b5f805f805f610c87611715565b6001600160401b0388165f90815260018201602090815260408083206001600160a01b038b1684529091529020805465ffffffffffff8116975091925090610cde90600160301b90046001600160701b0316611da1565b979a9199509750945050505050565b610cf5611612565b6108df8282611dc2565b5f80610d09611715565b5f84815260028201602052604090205490915065ffffffffffff16610d2d81611e72565b610d375780610d39565b5f5b949350505050565b5f80610d4b611715565b5f93845260020160205250506040902054600160301b900463ffffffff1690565b5f80610d76611715565b6001600160a01b0384165f908152602082905260409020600101549091506108c6906001600160701b0316611739565b610dae611612565b6108df8282611ea0565b5f80610dc2611715565b6001600160401b039384165f908152600191820160205260409020015490921692915050565b5f80610df2611715565b6001600160a01b0385165f908152602091825260408082206001600160e01b03198716835290925220546001600160401b03169150505b92915050565b610e37611612565b6001600160401b0383161580610e5557506001600160401b03838116145b15610e7e5760405163061c6a4360e21b81526001600160401b03841660048201526024016109c0565b826001600160401b03167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610eb9929190612fd2565b60405180910390a2505050565b60408051638fb3603760e01b80825291513392918391638fb36037916004808201926020929091908290030181865afa158015610f05573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f299190612fe5565b6001600160e01b03191614610f5c57604051630641fee960e31b81526001600160a01b03821660048201526024016109c0565b610845610f6b85838686610fb9565b611863565b5f80610f7a611715565b6001600160a01b039093165f9081526020939093525050604090206001015460ff600160701b9091041690565b610faf611612565b6108df8282611f5e565b5f84848484604051602001610fd19493929190613000565b604051602081830303815290604052805190602001209050949350505050565b604080515f815260208101909152606090826001600160401b0381111561101a5761101a613067565b60405190808252806020026020018201604052801561104d57816020015b60608152602001906001900390816110385790505b5091505f5b838110156110ce576110a93086868481811061107057611070612f7f565b9050602002810190611082919061307b565b85604051602001611095939291906130d4565b604051602081830303815290604052612088565b8382815181106110bb576110bb612f7f565b6020908102919091010152600101611052565b505092915050565b5f80548190600160a81b900460ff161561110e5760405163738ba2f760e01b81526001600160a01b03851660048201526024016109c0565b6111198585856120fa565b90969095509350505050565b61112d611612565b611137828261217b565b505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f811580156111805750825b90505f826001600160401b0316600114801561119b5750303b155b9050811580156111a9575080155b156111c75760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156111f157845460ff60401b1916600160401b1785555b6111f9612276565b611202866122c9565b6112126309990e3960e41b6122da565b831561093d57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050505050565b5f8067fffffffffffffffe196001600160401b038516016112855750600190505f6112d1565b5f806112918686610c7a565b5050915091508165ffffffffffff165f141580156112c657506112b2612314565b65ffffffffffff168265ffffffffffff1611155b935091506112d19050565b9250929050565b6112e0611612565b6108df8282612323565b5f806112f4611715565b9050335f611302868661184c565b90505f61131189898989610fb9565b5f81815260028601602052604081205491925065ffffffffffff90911690036113505760405163060a299b60e41b8152600481018290526024016109c0565b826001600160a01b0316896001600160a01b0316146113e9575f6113745f8561125f565b5090505f61138e6113886102cb8c87610de8565b8661125f565b5090508115801561139d575080155b156113e657604051630ff89d4760e21b81526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109c0565b50505b5f818152600285016020526040808220805465ffffffffffff1916908190559051600160301b90910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b5f805f611458611715565b9050335f611468828a8a8a6117fb565b9150505f8163ffffffff1661147b612314565b61148591906130e9565b905063ffffffff821615806114bb57505f8765ffffffffffff161180156114bb57508065ffffffffffff168765ffffffffffff16105b156114cc57828a6109878b8b61184c565b6114e68765ffffffffffff168265ffffffffffff166123eb565b96506114f4838b8b8b610fb9565b95506114ff86612400565b836002015f8781526020019081526020015f205f0160069054906101000a900463ffffffff16600101945086846002015f8881526020019081526020015f205f015f6101000a81548165ffffffffffff021916908365ffffffffffff16021790555084846002015f8881526020019081526020015f205f0160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516115d4959493929190613107565b60405180910390a35050505094509492505050565b6001600160a01b038116331461112d57604051635f159e6360e01b815260040160405180910390fd5b335f8061162083823661245a565b9150915081611137578063ffffffff165f0361167a575f611641813661250b565b5060405163f07e038f60e01b81526001600160a01b03871660048201526001600160401b038216602482015290925060440190506109c0565b610c74610f6b84305f36610fb9565b5f611692611715565b6001600160a01b0385165f818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff19166001600160401b03891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b7f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0090565b5f8061174d836001600160701b0316611da1565b5090949350505050565b5f611760611715565b9050306001600160a01b0384160361179657604051630b40d17960e31b81526001600160a01b03841660048201526024016109c0565b6001600160a01b0383165f81815260208390526040908190206001018054851515600160701b0260ff60701b19909116179055517f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb13890610eb990851515815260200190565b5f80306001600160a01b038616036118215761181886858561245a565b91509150611843565b6004831061183d5761183886866106d1878761184c565b611818565b505f9050805b94509492505050565b5f61185a6004828486613040565b6108c69161314c565b5f8061186d611715565b5f84815260028201602052604081205491925065ffffffffffff821691600160301b900463ffffffff16908290036118bb5760405163060a299b60e41b8152600481018690526024016109c0565b6118c3612314565b65ffffffffffff168265ffffffffffff1611156118f657604051630c65b5bd60e11b8152600481018690526024016109c0565b6118ff82611e72565b1561192057604051631e2975b960e21b8152600481018690526024016109c0565b5f858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b6060814710156119db5760405163cd78605960e01b81523060048201526024016109c0565b5f80856001600160a01b031684866040516119f69190613184565b5f6040518083038185875af1925050503d805f8114611a30576040519150601f19603f3d011682016040523d82523d5f602084013e611a35565b606091505b5091509150611a458683836126cc565b9695505050505050565b5f546001600160a01b031615611a86575f5460405163e869a54d60e01b81526001600160a01b0390911660048201526024016109c0565b611a8f81612728565b50565b60405163a52ec52960e01b815260ff8216600482015273__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063a52ec52990602401602060405180830381865af4158015611ae2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b06919061318f565b611b28576040516324bf213560e21b815260ff821660048201526024016109c0565b5f805460ff909216600160a01b0260ff60a01b19909216919091179055565b5f80611b51611715565b905067fffffffffffffffe196001600160401b03871601611b905760405163061c6a4360e21b81526001600160401b03871660048201526024016109c0565b6001600160401b0386165f90815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611c84578563ffffffff16611bdd612314565b611be791906130e9565b905060405180604001604052808265ffffffffffff168152602001611c158763ffffffff1663ffffffff1690565b6001600160701b039081169091526001600160401b038a165f90815260018601602090815260408083206001600160a01b038d1684528252909120835181549490920151909216600160301b026001600160a01b031990931665ffffffffffff90911617919091179055611d32565b6001600160401b0388165f90815260018401602090815260408083206001600160a01b038b168452909152812054611ccf91600160301b9091046001600160701b03169087906127f3565b6001600160401b038a165f90815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b03909316600160301b0273ffffffffffffffffffffffffffff000000000000199093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b038916916001600160401b038b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b5f805f611db584611db0612314565b612899565b9250925092509193909250565b5f611dcb611715565b90506001600160401b0383161580611deb57506001600160401b03838116145b15611e145760405163061c6a4360e21b81526001600160401b03841660048201526024016109c0565b6001600160401b038381165f81815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b5f611e7b612314565b65ffffffffffff16611e9062093a80846130e9565b65ffffffffffff16111592915050565b5f611ea9611715565b90506001600160401b0383161580611ec957506001600160401b03838116145b15611ef25760405163061c6a4360e21b81526001600160401b03841660048201526024016109c0565b6001600160401b038381165f8181526001848101602052604080832090910180546fffffffffffffffff00000000000000001916600160401b958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b5f611f67611715565b905067fffffffffffffffe196001600160401b03841601611fa65760405163061c6a4360e21b81526001600160401b03841660048201526024016109c0565b6001600160401b0383165f9081526001828101602052604082200154611fe090600160801b90046001600160701b031684620697806127f3565b6001600160401b0386165f81815260018087016020526040918290200180546001600160701b03909516600160801b026dffffffffffffffffffffffffffff60801b199095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b489061207a908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b60605f80846001600160a01b0316846040516120a49190613184565b5f60405180830381855af49150503d805f81146120dc576040519150601f19603f3d011682016040523d82523d5f602084013e6120e1565b606091505b50915091506120f18583836126cc565b95945050505050565b5f8061210584610f70565b1561211457505f905080612173565b306001600160a01b038616036121385761212e84846128eb565b5f91509150612173565b5f6121438585610de8565b90505f80612151838961125f565b9150915081612161575f8061216b565b63ffffffff811615815b945094505050505b935093915050565b5f80612185611715565b905067fffffffffffffffe196001600160401b038516016121c45760405163061c6a4360e21b81526001600160401b03851660048201526024016109c0565b6001600160401b0384165f90815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612209575f915050610e29565b6001600160401b0384165f81815260018301602090815260408083206001600160a01b038816808552925280832080546001600160a01b0319169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b61227e61290f565b6301ffc9a760e01b5f525f805160206131c78339815191526020527f7449848146f4dbd52693c0731b5cd097b0a676ddfe6ffc213ebb4853f36e5619805460ff19166001179055565b565b6122d161290f565b611a8f81612958565b6122e261290f565b6001600160e01b031981165f9081525f805160206131c783398151915260205260409020805460ff1916600117905550565b5f61231e42612995565b905090565b5f61232c611715565b90505f61236283620697806001600160a01b0387165f908152602086905260409020600101546001600160701b031691906127f3565b6001600160a01b0386165f818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c910161207a565b5f8183116123f957816108c6565b5090919050565b5f612409611715565b5f83815260028201602052604090205490915065ffffffffffff168015801590612439575061243781611e72565b155b156111375760405163813e945960e01b8152600481018490526024016109c0565b5f80600483101561246f57505f905080612173565b306001600160a01b038616036124925761212e3061248d868661184c565b6128eb565b5f805f61249f878761250b565b925092509250826124b8575f8094509450505050612173565b5f806124c4848b61125f565b91509150816124dd575f80965096505050505050612173565b6124f38363ffffffff168263ffffffff166123eb565b63ffffffff8116159b909a5098505050505050505050565b5f8080600484101561252457505f9150819050806126c5565b5f61252f868661184c565b90506001600160e01b031981166310a6aa3760e31b148061256057506001600160e01b031981166330cae18760e01b145b8061257b57506001600160e01b0319811663294b14a960e11b145b8061259657506001600160e01b03198116635326cae760e11b145b806125b157506001600160e01b0319811663d22b598960e01b145b156125c65760015f80935093509350506126c5565b6001600160e01b0319811663063fc60f60e21b14806125f557506001600160e01b0319811663167bd39560e01b145b8061261057506001600160e01b031981166308d6122d60e01b145b1561264f575f61262460246004888a613040565b8101906126319190612d0e565b90505f61263d82610d6c565b600196505f955093506126c592505050565b6001600160e01b0319811663012e238d60e51b148061267e57506001600160e01b03198116635be958b160e11b145b156126ba575f61269260246004888a613040565b81019061269f9190612af5565b905060016126ac82610db8565b5f94509450945050506126c5565b5f805f935093509350505b9250925092565b6060826126e1576126dc826129cb565b6108c6565b81511580156126f857506001600160a01b0384163b155b1561272157604051639996b31560e01b81526001600160a01b03851660048201526024016109c0565b50806108c6565b61273061290f565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015612786573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127aa919061318f565b6127d25760405163fdeac91f60e01b81526001600160a01b03821660048201526024016109c0565b5f80546001600160a01b0319166001600160a01b0392909216919091179055565b5f805f612808866001600160701b0316611739565b90505f6128438563ffffffff168763ffffffff168463ffffffff161161282e575f612838565b61283888856131aa565b63ffffffff166123eb565b90508063ffffffff16612854612314565b61285e91906130e9565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b5f808069ffffffffffffffffffff602086901c166001600160701b03861665ffffffffffff604088901c81169087168111156128d7578282826128db565b815f805b9550955095505050509250925092565b5f806128f5611715565b90506129018484611974565b600390910154149392505050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff166122c757604051631afcd79f60e31b815260040160405180910390fd5b61296061290f565b6001600160a01b03811661298957604051630409d6d160e11b81525f60048201526024016109c0565b6108df5f825f80611b47565b5f65ffffffffffff8211156129c7576040516306dfcc6560e41b815260306004820152602481018390526044016109c0565b5090565b8051156129db5780518082602001fd5b604051630a12f52160e11b815260040160405180910390fd5b6001600160e01b031981168114611a8f575f80fd5b5f60208284031215612a19575f80fd5b81356108c6816129f4565b6001600160a01b0381168114611a8f575f80fd5b5f8083601f840112612a48575f80fd5b5081356001600160401b03811115612a5e575f80fd5b6020830191508360208260051b85010111156112d1575f80fd5b80356001600160401b0381168114612a8e575f80fd5b919050565b5f805f8060608587031215612aa6575f80fd5b8435612ab181612a24565b935060208501356001600160401b03811115612acb575f80fd5b612ad787828801612a38565b9094509250612aea905060408601612a78565b905092959194509250565b5f60208284031215612b05575f80fd5b6108c682612a78565b8015158114611a8f575f80fd5b5f8060408385031215612b2c575f80fd5b8235612b3781612a24565b91506020830135612b4781612b0e565b809150509250929050565b5f8060408385031215612b63575f80fd5b8235612b6e81612a24565b91506020830135612b4781612a24565b5f8083601f840112612b8e575f80fd5b5081356001600160401b03811115612ba4575f80fd5b6020830191508360208285010111156112d1575f80fd5b5f805f60408486031215612bcd575f80fd5b8335612bd881612a24565b925060208401356001600160401b03811115612bf2575f80fd5b612bfe86828701612b7e565b9497909650939450505050565b5f8060408385031215612c1c575f80fd5b8235612c2781612a24565b9150602083013560ff81168114612b47575f80fd5b5f60208284031215612c4c575f80fd5b81356108c681612b0e565b803563ffffffff81168114612a8e575f80fd5b5f805f60608486031215612c7c575f80fd5b612c8584612a78565b92506020840135612c9581612a24565b9150612ca360408501612c57565b90509250925092565b5f8060408385031215612cbd575f80fd5b612b6e83612a78565b5f8060408385031215612cd7575f80fd5b612ce083612a78565b9150612cee60208401612a78565b90509250929050565b5f60208284031215612d07575f80fd5b5035919050565b5f60208284031215612d1e575f80fd5b81356108c681612a24565b5f8060408385031215612d3a575f80fd5b8235612d4581612a24565b91506020830135612b47816129f4565b5f805f60408486031215612d67575f80fd5b612bd884612a78565b5f8060408385031215612d81575f80fd5b612d8a83612a78565b9150612cee60208401612c57565b5f805f8060608587031215612dab575f80fd5b8435612db681612a24565b93506020850135612dc681612a24565b925060408501356001600160401b03811115612de0575f80fd5b612dec87828801612b7e565b95989497509550505050565b5f8060208385031215612e09575f80fd5b82356001600160401b03811115612e1e575f80fd5b61111985828601612a38565b5f602082016020835280845180835260408501915060408160051b8601019250602086015f5b82811015612ea257603f19878603018452815180518087528060208301602089015e5f602082890101526020601f19601f83011688010196505050602082019150602084019350600181019050612e50565b50929695505050505050565b5f805f60608486031215612ec0575f80fd5b8335612ecb81612a24565b92506020840135612edb81612a24565b91506040840135612eeb816129f4565b809150509250925092565b5f8060408385031215612f07575f80fd5b8235612d8a81612a24565b5f805f8060608587031215612f25575f80fd5b8435612f3081612a24565b935060208501356001600160401b03811115612f4a575f80fd5b612f5687828801612b7e565b909450925050604085013565ffffffffffff81168114612f74575f80fd5b939692955090935050565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215612fa3575f80fd5b5051919050565b81835281816020850137505f828201602090810191909152601f909101601f19169091010190565b602081525f610d39602083018486612faa565b5f60208284031215612ff5575f80fd5b81516108c6816129f4565b6001600160a01b038581168252841660208201526060604082018190525f90611a459083018486612faa565b634e487b7160e01b5f52601160045260245ffd5b5f808585111561304e575f80fd5b8386111561305a575f80fd5b5050820193919092039150565b634e487b7160e01b5f52604160045260245ffd5b5f808335601e19843603018112613090575f80fd5b8301803591506001600160401b038211156130a9575f80fd5b6020019150368190038213156112d1575f80fd5b5f81518060208401855e5f93019283525090919050565b828482375f8382015f8152611a4581856130bd565b65ffffffffffff8181168382160190811115610e2957610e2961302c565b65ffffffffffff861681526001600160a01b038581166020830152841660408201526080606082018190525f906131419083018486612faa565b979650505050505050565b80356001600160e01b0319811690600484101561317d576001600160e01b0319600485900360031b81901b82161691505b5092915050565b5f6108c682846130bd565b5f6020828403121561319f575f80fd5b81516108c681612b0e565b63ffffffff8281168282160390811115610e2957610e2961302c56fe2c5de3b4947d23a15785cdf804e1e581a3c5f54c0357f66e3f442def0f390100a2646970667358221220c34977d5397ed894ee4c722ca99f1f07ae7903cc436f66b40da756d5cbe9868764736f6c634300081a0033",
1372
+ "linkReferences": {
1373
+ "contracts/shared/ContractLib.sol": {
1374
+ "ContractLib": [
1375
+ {
1376
+ "length": 20,
1377
+ "start": 10090
1378
+ }
1379
+ ]
1380
+ },
1381
+ "contracts/type/Version.sol": {
1382
+ "VersionPartLib": [
1383
+ {
1384
+ "length": 20,
1385
+ "start": 2792
1386
+ },
1387
+ {
1388
+ "length": 20,
1389
+ "start": 6854
1390
+ }
1391
+ ]
1392
+ }
1393
+ },
1394
+ "deployedLinkReferences": {
1395
+ "contracts/shared/ContractLib.sol": {
1396
+ "ContractLib": [
1397
+ {
1398
+ "length": 20,
1399
+ "start": 10062
1400
+ }
1401
+ ]
1402
+ },
1403
+ "contracts/type/Version.sol": {
1404
+ "VersionPartLib": [
1405
+ {
1406
+ "length": 20,
1407
+ "start": 2764
1408
+ },
1409
+ {
1410
+ "length": 20,
1411
+ "start": 6826
1412
+ }
1413
+ ]
1414
+ }
1415
+ }
1416
+ }