@etherisc/gif-next 0.0.2-fbe8e04-715 → 0.0.2-fc41a4e-906

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