@etherisc/gif-next 0.0.2-f15b559-661 → 0.0.2-f1b01e0-214

Sign up to get free protection for your applications and to get access to all the features.
Files changed (396) hide show
  1. package/README.md +43 -0
  2. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +1 -1
  3. package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +38 -38
  4. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +1 -1
  5. package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +26 -26
  6. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +1 -1
  7. package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +6 -6
  8. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
  9. package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +366 -251
  10. package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +1 -1
  11. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
  12. package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +673 -0
  13. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
  14. package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +8 -39
  15. package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
  16. package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +101 -28
  17. package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
  18. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
  19. package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +283 -189
  20. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
  21. package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +37 -5
  22. package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
  23. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
  24. package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +2 -2
  25. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
  26. package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +32 -145
  27. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
  28. package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +101 -46
  29. package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
  30. package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1 -87
  31. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
  32. package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +160 -89
  33. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
  34. package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +56 -52
  35. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
  36. package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +1 -87
  37. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
  38. package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +68 -5
  39. package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +1 -1
  40. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +1 -1
  41. package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +44 -74
  42. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +1 -1
  43. package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +101 -46
  44. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +1 -1
  45. package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +94 -124
  46. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +1 -1
  47. package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +101 -46
  48. package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +1 -1
  49. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +1 -1
  50. package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +82 -173
  51. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +1 -1
  52. package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +101 -46
  53. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +1 -1
  54. package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +20 -63
  55. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +1 -1
  56. package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +69 -112
  57. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +1 -1
  58. package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +101 -46
  59. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +1 -1
  60. package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +95 -138
  61. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +1 -1
  62. package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +101 -46
  63. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +1 -1
  64. package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +2 -2
  65. package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
  66. package/artifacts/contracts/instance/IInstance.sol/IInstance.json +104 -8
  67. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
  68. package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +62 -13
  69. package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
  70. package/artifacts/contracts/instance/Instance.sol/Instance.json +119 -26
  71. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
  72. package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +520 -413
  73. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
  74. package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +101 -46
  75. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
  76. package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +225 -196
  77. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
  78. package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +94 -65
  79. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
  80. package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +26 -36
  81. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
  82. package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +356 -346
  83. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +1 -1
  84. package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +2 -2
  85. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
  86. package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
  87. package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
  88. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
  89. package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
  90. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
  91. package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +2 -2
  92. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +1 -1
  93. package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +2 -2
  94. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +1 -1
  95. package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +20 -20
  96. package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
  97. package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
  98. package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
  99. package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
  100. package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
  101. package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +1 -1
  102. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
  103. package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +14 -35
  104. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
  105. package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +98 -35
  106. package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
  107. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
  108. package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +0 -21
  109. package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
  110. package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
  111. package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +0 -21
  112. package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
  113. package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +42 -42
  114. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
  115. package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +31 -31
  116. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
  117. package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +22 -43
  118. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
  119. package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +101 -46
  120. package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
  121. package/artifacts/contracts/pool/BundleService.sol/BundleService.json +64 -64
  122. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
  123. package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +39 -39
  124. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
  125. package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +6 -6
  126. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
  127. package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +10 -31
  128. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
  129. package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +18 -18
  130. package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
  131. package/artifacts/contracts/pool/Pool.sol/Pool.json +10 -31
  132. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +1 -1
  133. package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +34 -34
  134. package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
  135. package/artifacts/contracts/pool/PoolService.sol/PoolService.json +80 -80
  136. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
  137. package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +41 -41
  138. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
  139. package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +90 -24
  140. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
  141. package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +34 -22
  142. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
  143. package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +27 -48
  144. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
  145. package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +101 -46
  146. package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
  147. package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +78 -78
  148. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
  149. package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +50 -50
  150. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
  151. package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +42 -0
  152. package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
  153. package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
  154. package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
  155. package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +21 -0
  156. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
  157. package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +21 -42
  158. package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +1 -1
  159. package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +21 -0
  160. package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
  161. package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +62 -62
  162. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +1 -1
  163. package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +32 -32
  164. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
  165. package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +41 -41
  166. package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
  167. package/artifacts/contracts/product/PricingService.sol/PricingService.json +63 -82
  168. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
  169. package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +31 -51
  170. package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
  171. package/artifacts/contracts/product/Product.sol/Product.json +21 -42
  172. package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +1 -1
  173. package/artifacts/contracts/product/RiskService.sol/RiskService.json +55 -26
  174. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +1 -1
  175. package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +27 -23
  176. package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
  177. package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
  178. package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
  179. package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +1 -1
  180. package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
  181. package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
  182. package/artifacts/contracts/registry/Registry.sol/Registry.json +2 -2
  183. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
  184. package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +445 -355
  185. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
  186. package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +878 -0
  187. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
  188. package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +18 -18
  189. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
  190. package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +19 -19
  191. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +1 -1
  192. package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +481 -376
  193. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
  194. package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +2 -2
  195. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +1 -1
  196. package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +128 -124
  197. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
  198. package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +6 -6
  199. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
  200. package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +2 -2
  201. package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
  202. package/artifacts/contracts/shared/Component.sol/Component.json +0 -21
  203. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
  204. package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +114 -129
  205. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
  206. package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +45 -49
  207. package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
  208. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +1 -1
  209. package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +60 -4
  210. package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +1 -1
  211. package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +1 -1
  212. package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +1 -1
  213. package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +1 -1
  214. package/artifacts/contracts/shared/IComponent.sol/IComponent.json +0 -21
  215. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
  216. package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +44 -51
  217. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
  218. package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +0 -21
  219. package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
  220. package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
  221. package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
  222. package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
  223. package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
  224. package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
  225. package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
  226. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +1 -1
  227. package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +2 -2
  228. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
  229. package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +0 -21
  230. package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
  231. package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
  232. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +1 -1
  233. package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +2 -2
  234. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
  235. package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +2 -2
  236. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
  237. package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +2 -2
  238. package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
  239. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
  240. package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
  241. package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
  242. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
  243. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +2 -2
  244. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +1 -1
  245. package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +2 -2
  246. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +1 -1
  247. package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +2 -2
  248. package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +1 -1
  249. package/artifacts/contracts/staking/IStaking.sol/IStaking.json +83 -39
  250. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
  251. package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +75 -4
  252. package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
  253. package/artifacts/contracts/staking/Staking.sol/Staking.json +133 -94
  254. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
  255. package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
  256. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
  257. package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +2 -2
  258. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
  259. package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +41 -37
  260. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
  261. package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +34 -61
  262. package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
  263. package/artifacts/contracts/staking/StakingService.sol/StakingService.json +109 -30
  264. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
  265. package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +27 -23
  266. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
  267. package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +148 -134
  268. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
  269. package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +47 -37
  270. package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
  271. package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
  272. package/artifacts/contracts/type/Amount.sol/AmountLib.json +10 -10
  273. package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
  274. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
  275. package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +2 -2
  276. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
  277. package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +2 -2
  278. package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
  279. package/artifacts/contracts/type/Fee.sol/FeeLib.json +93 -37
  280. package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
  281. package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
  282. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +1 -1
  283. package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +2 -2
  284. package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
  285. package/artifacts/contracts/type/NftId.sol/NftIdLib.json +2 -2
  286. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
  287. package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
  288. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
  289. package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +33 -31
  290. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
  291. package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +2 -2
  292. package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
  293. package/artifacts/contracts/type/Referral.sol/ReferralLib.json +2 -2
  294. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
  295. package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +2 -2
  296. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
  297. package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +2 -2
  298. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
  299. package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +2 -2
  300. package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
  301. package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
  302. package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
  303. package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
  304. package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
  305. package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
  306. package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
  307. package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +60 -36
  308. package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
  309. package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -2
  310. package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
  311. package/artifacts/contracts/type/Version.sol/VersionPartLib.json +56 -2
  312. package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +1 -1
  313. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +1 -1
  314. package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +4 -4
  315. package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
  316. package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +1 -1
  317. package/contracts/accounting/IAccountingService.sol +2 -2
  318. package/contracts/authorization/AccessAdmin.sol +201 -186
  319. package/contracts/authorization/AccessAdminLib.sol +183 -0
  320. package/contracts/authorization/AccessManagerCloneable.sol +40 -31
  321. package/contracts/authorization/Authorization.sol +61 -33
  322. package/contracts/authorization/IAccess.sol +13 -5
  323. package/contracts/authorization/IAccessAdmin.sol +63 -36
  324. package/contracts/authorization/IAuthorization.sol +6 -0
  325. package/contracts/distribution/BasicDistribution.sol +6 -6
  326. package/contracts/distribution/BasicDistributionAuthorization.sol +1 -1
  327. package/contracts/distribution/Distribution.sol +3 -48
  328. package/contracts/distribution/DistributionService.sol +57 -30
  329. package/contracts/distribution/IDistributionComponent.sol +0 -9
  330. package/contracts/distribution/IDistributionService.sol +4 -2
  331. package/contracts/examples/fire/FirePool.sol +0 -4
  332. package/contracts/examples/fire/FireProduct.sol +0 -4
  333. package/contracts/examples/unpermissioned/SimpleDistribution.sol +32 -8
  334. package/contracts/examples/unpermissioned/SimpleOracle.sol +4 -8
  335. package/contracts/examples/unpermissioned/SimplePool.sol +0 -4
  336. package/contracts/examples/unpermissioned/SimpleProduct.sol +0 -4
  337. package/contracts/instance/IInstance.sol +45 -9
  338. package/contracts/instance/IInstanceService.sol +19 -3
  339. package/contracts/instance/Instance.sol +73 -16
  340. package/contracts/instance/InstanceAdmin.sol +120 -107
  341. package/contracts/instance/InstanceAuthorizationV3.sol +43 -21
  342. package/contracts/instance/InstanceReader.sol +13 -0
  343. package/contracts/instance/InstanceService.sol +128 -73
  344. package/contracts/instance/module/IBundle.sol +6 -5
  345. package/contracts/instance/module/IComponents.sol +16 -5
  346. package/contracts/instance/module/IDistribution.sol +19 -7
  347. package/contracts/instance/module/IPolicy.sol +28 -8
  348. package/contracts/instance/module/IRisk.sol +2 -0
  349. package/contracts/oracle/BasicOracle.sol +1 -3
  350. package/contracts/oracle/BasicOracleAuthorization.sol +1 -1
  351. package/contracts/oracle/IOracle.sol +9 -4
  352. package/contracts/oracle/Oracle.sol +0 -2
  353. package/contracts/pool/BasicPool.sol +0 -2
  354. package/contracts/pool/BasicPoolAuthorization.sol +1 -1
  355. package/contracts/pool/Pool.sol +0 -2
  356. package/contracts/pool/PoolService.sol +1 -3
  357. package/contracts/product/ApplicationService.sol +21 -6
  358. package/contracts/product/BasicProduct.sol +0 -2
  359. package/contracts/product/BasicProductAuthorization.sol +1 -1
  360. package/contracts/product/IApplicationService.sol +3 -0
  361. package/contracts/product/IPricingService.sol +1 -0
  362. package/contracts/product/IRiskService.sol +3 -0
  363. package/contracts/product/PolicyService.sol +0 -18
  364. package/contracts/product/PricingService.sol +11 -6
  365. package/contracts/product/Product.sol +0 -2
  366. package/contracts/product/RiskService.sol +10 -0
  367. package/contracts/registry/IRegistry.sol +4 -0
  368. package/contracts/registry/RegistryAdmin.sol +133 -229
  369. package/contracts/registry/RegistryAuthorization.sol +267 -0
  370. package/contracts/registry/ReleaseAdmin.sol +30 -22
  371. package/contracts/registry/ReleaseRegistry.sol +39 -33
  372. package/contracts/registry/ServiceAuthorizationV3.sol +87 -3
  373. package/contracts/shared/Component.sol +13 -30
  374. package/contracts/shared/ComponentService.sol +58 -42
  375. package/contracts/shared/ContractLib.sol +28 -0
  376. package/contracts/shared/IComponent.sol +0 -3
  377. package/contracts/shared/IComponentService.sol +9 -9
  378. package/contracts/shared/InitializableERC165.sol +9 -1
  379. package/contracts/shared/InstanceLinkedComponent.sol +0 -2
  380. package/contracts/shared/NftOwnable.sol +1 -1
  381. package/contracts/shared/Registerable.sol +1 -4
  382. package/contracts/shared/TokenHandler.sol +5 -4
  383. package/contracts/staking/IStaking.sol +12 -2
  384. package/contracts/staking/IStakingService.sol +8 -1
  385. package/contracts/staking/Staking.sol +35 -15
  386. package/contracts/staking/{StakeManagerLib.sol → StakingLib.sol} +79 -22
  387. package/contracts/staking/StakingReader.sol +5 -15
  388. package/contracts/staking/StakingService.sol +36 -2
  389. package/contracts/staking/StakingStore.sol +2 -1
  390. package/contracts/type/Fee.sol +8 -8
  391. package/contracts/type/ObjectType.sol +5 -14
  392. package/contracts/type/UFixed.sol +27 -10
  393. package/contracts/type/Version.sol +39 -0
  394. package/package.json +2 -2
  395. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +0 -4
  396. package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +0 -440
@@ -3,8 +3,8 @@ pragma solidity ^0.8.20;
3
3
 
4
4
  import {Math} from "@openzeppelin/contracts/utils/math/Math.sol";
5
5
 
6
- /// @dev UFixed is a fixed point number with 18 decimals precision.
7
- type UFixed is uint256;
6
+ /// @dev UFixed is a 160-bit fixed point number with 15 decimals precision.
7
+ type UFixed is uint160;
8
8
 
9
9
  using {
10
10
  addUFixed as +,
@@ -41,7 +41,7 @@ function subUFixed(UFixed a, UFixed b) pure returns (UFixed) {
41
41
 
42
42
  function mulUFixed(UFixed a, UFixed b) pure returns (UFixed) {
43
43
  return
44
- UFixed.wrap(Math.mulDiv(UFixed.unwrap(a), UFixed.unwrap(b), 10 ** 18));
44
+ UFixed.wrap(uint160(Math.mulDiv(UFixed.unwrap(a), UFixed.unwrap(b), 10 ** 15)));
45
45
  }
46
46
 
47
47
  function divUFixed(UFixed a, UFixed b) pure returns (UFixed) {
@@ -50,7 +50,7 @@ function divUFixed(UFixed a, UFixed b) pure returns (UFixed) {
50
50
  }
51
51
 
52
52
  return
53
- UFixed.wrap(Math.mulDiv(UFixed.unwrap(a), 10 ** 18, UFixed.unwrap(b)));
53
+ UFixed.wrap(uint160(Math.mulDiv(UFixed.unwrap(a), 10 ** 15, UFixed.unwrap(b))));
54
54
  }
55
55
 
56
56
  function gtUFixed(UFixed a, UFixed b) pure returns (bool isGreaterThan) {
@@ -100,7 +100,9 @@ library UFixedLib {
100
100
  error UFixedLibExponentTooSmall(int8 exp);
101
101
  error UFixedLibExponentTooLarge(int8 exp);
102
102
 
103
- int8 public constant EXP = 18;
103
+ error UFixedLibNumberTooLarge(uint256 number);
104
+
105
+ int8 public constant EXP = 15;
104
106
  uint256 public constant MULTIPLIER = 10 ** uint256(int256(EXP));
105
107
  uint256 public constant MULTIPLIER_HALF = MULTIPLIER / 2;
106
108
 
@@ -119,9 +121,14 @@ library UFixedLib {
119
121
  return uint8(2);
120
122
  }
121
123
 
122
- /// @dev Converts the uint256 to a UFixed.
124
+ /// @dev Converts the uint256 to a uint160 based UFixed.
125
+ /// This method reverts if the number is too large to fit in a uint160.
123
126
  function toUFixed(uint256 a) public pure returns (UFixed) {
124
- return UFixed.wrap(a * MULTIPLIER);
127
+ uint256 n = a * MULTIPLIER;
128
+ if (n > type(uint160).max) {
129
+ revert UFixedLibNumberTooLarge(a);
130
+ }
131
+ return UFixed.wrap(uint160(n));
125
132
  }
126
133
 
127
134
  /// @dev Converts the uint256 to a UFixed with given exponent.
@@ -129,11 +136,17 @@ library UFixedLib {
129
136
  if (EXP + exp < 0) {
130
137
  revert UFixedLibExponentTooSmall(exp);
131
138
  }
132
- if (EXP + exp > 64) {
139
+ if (EXP + exp > 48) {
133
140
  revert UFixedLibExponentTooLarge(exp);
134
141
  }
135
142
 
136
- return UFixed.wrap(a * 10 ** uint8(EXP + exp));
143
+ uint256 n = a * 10 ** uint8(EXP + exp);
144
+
145
+ if (n > type(uint160).max) {
146
+ revert UFixedLibNumberTooLarge(n);
147
+ }
148
+
149
+ return UFixed.wrap(uint160(n));
137
150
  }
138
151
 
139
152
  /// @dev returns the decimals precision of the UFixed type
@@ -235,7 +248,11 @@ library UFixedLib {
235
248
  }
236
249
 
237
250
  function one() public pure returns (UFixed) {
238
- return UFixed.wrap(MULTIPLIER);
251
+ return UFixed.wrap(uint160(MULTIPLIER));
252
+ }
253
+
254
+ function max() public pure returns (UFixed) {
255
+ return UFixed.wrap(type(uint160).max);
239
256
  }
240
257
 
241
258
  /// @dev return the absolute delta between two UFixed numbers
@@ -8,7 +8,9 @@ using {
8
8
  versionPartEq as ==,
9
9
  versionPartNe as !=,
10
10
  VersionPartLib.eqz,
11
+ VersionPartLib.gtz,
11
12
  VersionPartLib.toInt,
13
+ VersionPartLib.toString,
12
14
  VersionPartLib.isValidRelease
13
15
  }
14
16
  for VersionPart global;
@@ -18,6 +20,9 @@ function versionPartEq(VersionPart a, VersionPart b) pure returns(bool isSame) {
18
20
  function versionPartNe(VersionPart a, VersionPart b) pure returns(bool isSame) { return VersionPart.unwrap(a) != VersionPart.unwrap(b); }
19
21
 
20
22
  library VersionPartLib {
23
+
24
+ error ErrorReleaseTooBig(VersionPart releaseMax, VersionPart release);
25
+
21
26
  function releaseMin() public pure returns (VersionPart) { return toVersionPart(3); }
22
27
  function releaseMax() public pure returns (VersionPart) { return toVersionPart(99); }
23
28
 
@@ -26,7 +31,41 @@ library VersionPartLib {
26
31
  return 3 <= releaseInt && releaseInt <= 99;
27
32
  }
28
33
 
34
+ function toString(VersionPart a) external pure returns (string memory) {
35
+ if (a > releaseMax()) {
36
+ revert ErrorReleaseTooBig(releaseMax(), a);
37
+ }
38
+
39
+ uint256 value = VersionPart.unwrap(a);
40
+ if (value == 0) {
41
+ return "0";
42
+ }
43
+
44
+ uint256 temp = value;
45
+ uint256 digits = 0;
46
+ while (temp != 0) {
47
+ digits++;
48
+ temp /= 10;
49
+ }
50
+
51
+ bytes memory buffer = new bytes(digits);
52
+ uint index = digits - 1;
53
+
54
+ temp = value;
55
+ while (temp != 0) {
56
+ buffer[index] = bytes1(uint8(48 + temp % 10));
57
+ temp /= 10;
58
+
59
+ if (index > 0) {
60
+ index--;
61
+ }
62
+ }
63
+
64
+ return string(buffer);
65
+ }
66
+
29
67
  function eqz(VersionPart a) external pure returns(bool) { return VersionPart.unwrap(a) == 0; }
68
+ function gtz(VersionPart a) external pure returns(bool) { return VersionPart.unwrap(a) > 0; }
30
69
  function toInt(VersionPart a) external pure returns(uint256) { return VersionPart.unwrap(a); }
31
70
  function toVersionPart(uint256 a) public pure returns(VersionPart) { return VersionPart.wrap(uint8(a)); }
32
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etherisc/gif-next",
3
- "version": "0.0.2-f15b559-661",
3
+ "version": "0.0.2-f1b01e0-214",
4
4
  "description": "This is the repository for the next version of the Generic Insurance Framework (GIF) smart contracts. ",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "@typescript-eslint/parser": "^8.1.0",
37
37
  "antlr4ng-cli": "^2.0.0",
38
38
  "dotenv": "^16.3.1",
39
- "eslint": "^8.50.0",
39
+ "eslint": "^9.9.1",
40
40
  "hardhat": "^2.17.2",
41
41
  "prettier": "^3.0.3",
42
42
  "prettier-plugin-solidity": "^1.1.3",
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/fe6349146d06341fb21f060b157460cc.json"
4
- }
@@ -1,440 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "StakeManagerLib",
4
- "sourceName": "contracts/staking/StakeManagerLib.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "NftId",
10
- "name": "targetNftId",
11
- "type": "uint96"
12
- }
13
- ],
14
- "name": "ErrorStakingNotTarget",
15
- "type": "error"
16
- },
17
- {
18
- "inputs": [
19
- {
20
- "internalType": "NftId",
21
- "name": "targetNftId",
22
- "type": "uint96"
23
- }
24
- ],
25
- "name": "ErrorStakingStakeAmountZero",
26
- "type": "error"
27
- },
28
- {
29
- "inputs": [
30
- {
31
- "internalType": "NftId",
32
- "name": "stakeNftId",
33
- "type": "uint96"
34
- },
35
- {
36
- "internalType": "Timestamp",
37
- "name": "lockedUntil",
38
- "type": "uint40"
39
- }
40
- ],
41
- "name": "ErrorStakingStakeLocked",
42
- "type": "error"
43
- },
44
- {
45
- "inputs": [
46
- {
47
- "internalType": "NftId",
48
- "name": "targetNftId",
49
- "type": "uint96"
50
- }
51
- ],
52
- "name": "ErrorStakingTargetNotActive",
53
- "type": "error"
54
- },
55
- {
56
- "inputs": [],
57
- "name": "MathOverflowedMulDiv",
58
- "type": "error"
59
- },
60
- {
61
- "inputs": [],
62
- "name": "UFixedLibDivisionByZero",
63
- "type": "error"
64
- },
65
- {
66
- "inputs": [
67
- {
68
- "internalType": "UFixed",
69
- "name": "rewardRate",
70
- "type": "uint256"
71
- },
72
- {
73
- "internalType": "Seconds",
74
- "name": "duration",
75
- "type": "uint40"
76
- },
77
- {
78
- "internalType": "Amount",
79
- "name": "stakeAmount",
80
- "type": "uint96"
81
- }
82
- ],
83
- "name": "calculateRewardAmount",
84
- "outputs": [
85
- {
86
- "internalType": "Amount",
87
- "name": "rewardAmount",
88
- "type": "uint96"
89
- }
90
- ],
91
- "stateMutability": "pure",
92
- "type": "function"
93
- },
94
- {
95
- "inputs": [
96
- {
97
- "internalType": "contract StakingReader",
98
- "name": "stakingReader",
99
- "type": "StakingReader"
100
- },
101
- {
102
- "internalType": "NftId",
103
- "name": "stakeNftId",
104
- "type": "uint96"
105
- },
106
- {
107
- "internalType": "UFixed",
108
- "name": "rewardRate",
109
- "type": "uint256"
110
- }
111
- ],
112
- "name": "calculateRewardIncrease",
113
- "outputs": [
114
- {
115
- "internalType": "Amount",
116
- "name": "rewardIncreaseAmount",
117
- "type": "uint96"
118
- },
119
- {
120
- "internalType": "Amount",
121
- "name": "totalDipAmount",
122
- "type": "uint96"
123
- }
124
- ],
125
- "stateMutability": "view",
126
- "type": "function"
127
- },
128
- {
129
- "inputs": [
130
- {
131
- "internalType": "contract StakingReader",
132
- "name": "stakingReader",
133
- "type": "StakingReader"
134
- },
135
- {
136
- "internalType": "NftId",
137
- "name": "targetNftId",
138
- "type": "uint96"
139
- },
140
- {
141
- "internalType": "Amount",
142
- "name": "dipAmount",
143
- "type": "uint96"
144
- }
145
- ],
146
- "name": "checkCreateParameters",
147
- "outputs": [
148
- {
149
- "internalType": "Timestamp",
150
- "name": "lockedUntil",
151
- "type": "uint40"
152
- }
153
- ],
154
- "stateMutability": "view",
155
- "type": "function"
156
- },
157
- {
158
- "inputs": [
159
- {
160
- "internalType": "contract StakingReader",
161
- "name": "stakingReader",
162
- "type": "StakingReader"
163
- },
164
- {
165
- "internalType": "NftId",
166
- "name": "targetNftId",
167
- "type": "uint96"
168
- },
169
- {
170
- "internalType": "Amount",
171
- "name": "dipAmount",
172
- "type": "uint96"
173
- }
174
- ],
175
- "name": "checkDipAmount",
176
- "outputs": [],
177
- "stateMutability": "pure",
178
- "type": "function"
179
- },
180
- {
181
- "inputs": [
182
- {
183
- "internalType": "contract StakingReader",
184
- "name": "stakingReader",
185
- "type": "StakingReader"
186
- },
187
- {
188
- "internalType": "NftId",
189
- "name": "stakeNftId",
190
- "type": "uint96"
191
- }
192
- ],
193
- "name": "checkStakeParameters",
194
- "outputs": [
195
- {
196
- "internalType": "UFixed",
197
- "name": "rewardRate",
198
- "type": "uint256"
199
- },
200
- {
201
- "internalType": "Seconds",
202
- "name": "lockingPeriod",
203
- "type": "uint40"
204
- }
205
- ],
206
- "stateMutability": "view",
207
- "type": "function"
208
- },
209
- {
210
- "inputs": [
211
- {
212
- "internalType": "contract StakingReader",
213
- "name": "stakingReader",
214
- "type": "StakingReader"
215
- },
216
- {
217
- "internalType": "NftId",
218
- "name": "targetNftId",
219
- "type": "uint96"
220
- }
221
- ],
222
- "name": "checkTarget",
223
- "outputs": [
224
- {
225
- "internalType": "Seconds",
226
- "name": "lockingPeriod",
227
- "type": "uint40"
228
- }
229
- ],
230
- "stateMutability": "view",
231
- "type": "function"
232
- },
233
- {
234
- "inputs": [
235
- {
236
- "internalType": "contract StakingReader",
237
- "name": "stakingReader",
238
- "type": "StakingReader"
239
- },
240
- {
241
- "internalType": "NftId",
242
- "name": "stakeNftId",
243
- "type": "uint96"
244
- }
245
- ],
246
- "name": "checkUnstakeParameters",
247
- "outputs": [
248
- {
249
- "internalType": "UFixed",
250
- "name": "rewardRate",
251
- "type": "uint256"
252
- },
253
- {
254
- "internalType": "Seconds",
255
- "name": "lockingPeriod",
256
- "type": "uint40"
257
- }
258
- ],
259
- "stateMutability": "view",
260
- "type": "function"
261
- },
262
- {
263
- "inputs": [
264
- {
265
- "internalType": "Seconds",
266
- "name": "duration",
267
- "type": "uint40"
268
- }
269
- ],
270
- "name": "getYearFraction",
271
- "outputs": [
272
- {
273
- "internalType": "UFixed",
274
- "name": "yearFraction",
275
- "type": "uint256"
276
- }
277
- ],
278
- "stateMutability": "pure",
279
- "type": "function"
280
- }
281
- ],
282
- "bytecode": "0x6114dc610034600b8282823980515f1a607314602857634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040526004361061009b575f3560e01c8063746c22b81161006e578063746c22b81461012c578063b3eff9e11461013f578063d6b40e611461016d578063e048754d14610180578063e2a70ae3146101b3575f80fd5b80630fcf5d081461009f578063377e04ae146100db5780636d7b7389146101045780636feca3ff14610117575b5f80fd5b8180156100aa575f80fd5b506100be6100b936600461116f565b6101d4565b6040516001600160601b0390911681526020015b60405180910390f35b6100ee6100e93660046111dc565b6104ce565b60405164ffffffffff90911681526020016100d2565b6100be610112366004611225565b61067d565b61012a610125366004611264565b61071e565b005b6100ee61013a366004611264565b6107c5565b61015261014d3660046111dc565b6108d7565b6040805192835264ffffffffff9091166020830152016100d2565b61015261017b3660046111dc565b610a10565b61019361018e366004611291565b610ba8565b604080516001600160601b039384168152929091166020830152016100d2565b6101c66101c13660046112cf565b610d59565b6040519081526020016100d2565b5f805f6101e18786610a10565b915091505f806101f2898886610ba8565b915091506102008187610fb6565b60405163677d3feb60e11b81526001600160601b03891660048201529095505f906001600160a01b038c169063cefa7fd690602401602060405180830381865afa158015610250573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061027491906112ea565b6040516330f4419960e01b81526001600160601b03808b1660048301528083166024830152851660448201529091506001600160a01b038a16906330f44199906064015f604051808303815f87803b1580156102ce575f80fd5b505af11580156102e0573d5f803e3d5ffd5b5050604051633861317f60e01b81526001600160601b03808c16600483015280851660248301528a1660448201526001600160a01b038c169250633861317f91506064015f604051808303815f87803b15801561033b575f80fd5b505af115801561034d573d5f803e3d5ffd5b50505050886001600160a01b0316634b51da0c89604051806020016040528073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156103b3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103d79190611305565b6040516352bcc5a760e11b815264ffffffffff9182166004820152908a16602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015610434573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104589190611305565b64ffffffffff9081169091526040516001600160e01b031960e086901b1681526001600160601b03909316600484015290511660248201526044015f604051808303815f87803b1580156104aa575f80fd5b505af11580156104bc573d5f803e3d5ffd5b50505050505050505095945050505050565b60405163134fc55b60e11b81526001600160601b03821660048201525f906001600160a01b0384169063269f8ab690602401602060405180830381865afa15801561051b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061053f9190611320565b61056c576040516396cff01560e01b81526001600160601b03831660048201526024015b60405180910390fd5b60405163777d185760e01b81526001600160601b03831660048201526001600160a01b0384169063777d185790602401602060405180830381865afa1580156105b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105db9190611320565b6106035760405163d0c1638160e01b81526001600160601b0383166004820152602401610563565b60405163153d412560e31b81526001600160601b03831660048201526001600160a01b0384169063a9ea092890602401608060405180830381865afa15801561064e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610672919061133f565b604001519392505050565b5f8061069161068b85610d59565b86611041565b604051632c34efe560e11b81526001600160601b03851660048201526024810182905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af41580156106f1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061071591906112ea565b95945050505050565b604051630a4d29dd60e31b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610774573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107989190611320565b156107c057604051625e4daf60e71b81526001600160601b0383166004820152602401610563565b505050565b5f806107d185856104ce565b90506107de85858561071e565b5f73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610826573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061084a9190611305565b6040516352bcc5a760e11b815264ffffffffff80831660048301528416602482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af41580156108a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108cd9190611305565b9695505050505050565b6040516301f33ce360e21b81526001600160601b03821660048201525f90819081906001600160a01b038616906307ccf38c90602401602060405180830381865afa158015610928573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061094c91906113c5565b90506109cf815f015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561099c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c09190611305565b64ffffffffff90811691161190565b15610a0857805160405163187bc0bd60e21b81526001600160601b038616600482015264ffffffffff9091166024820152604401610563565b509250929050565b604051632a4e656b60e01b81526001600160601b03821660048201525f90819081906001600160a01b03861690632a4e656b90602401602060405180830381865afa158015610a61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a8591906112ea565b60405163777d185760e01b81526001600160601b03821660048201529091506001600160a01b0386169063777d185790602401602060405180830381865afa158015610ad3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af79190611320565b610b1f5760405163d0c1638160e01b81526001600160601b0382166004820152602401610563565b60405163153d412560e31b81526001600160601b03821660048201525f906001600160a01b0387169063a9ea092890602401608060405180830381865afa158015610b6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b90919061133f565b60608101516040909101519097909650945050505050565b60405160016279fab360e01b031981526001600160601b03831660048201525f9081908190819081906001600160a01b0389169063ff86054d90602401606060405180830381865afa158015610c00573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c24919061141d565b604051633682752160e21b815264ffffffffff8216600482015292955090935091505f9073__$71e292c09eace9601b3e21e68a1278917a$__90630c67422c9073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015610c9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc2919061145c565b610ccc9042611473565b6040518263ffffffff1660e01b8152600401610cea91815260200190565b602060405180830381865af4158015610d05573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d299190611305565b9050610d3687828661067d565b9550610d4b610d458585610fb6565b87610fb6565b945050505050935093915050565b604051633682752160e21b815264ffffffffff821660048201525f90610fb09073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e9073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015610dcf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610df3919061145c565b6040518263ffffffff1660e01b8152600401610e1191815260200190565b602060405180830381865af4158015610e2c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e50919061145c565b73__$bf7bc340cbb9229ef1de2c568356e67902$__6345ebb61e73__$71e292c09eace9601b3e21e68a1278917a$__63f27c3bf66040518163ffffffff1660e01b8152600401602060405180830381865af4158015610eb1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ed59190611305565b604051633682752160e21b815264ffffffffff909116600482015273__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015610f2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4e919061145c565b6040518263ffffffff1660e01b8152600401610f6c91815260200190565b602060405180830381865af4158015610f87573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fab919061145c565b611055565b92915050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015611016573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103a91906112ea565b9392505050565b5f61103a8383670de0b6b3a7640000611085565b5f815f0361107657604051630f6c8fc360e21b815260040160405180910390fd5b61103a83670de0b6b3a7640000845b5f838302815f1985870982811083820303915050805f036110b9578382816110af576110af611492565b049250505061103a565b8084116110d95760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b6001600160a01b0381168114611158575f80fd5b50565b6001600160601b0381168114611158575f80fd5b5f805f805f60a08688031215611183575f80fd5b853561118e81611144565b9450602086013561119e81611144565b935060408601356111ae81611144565b925060608601356111be8161115b565b915060808601356111ce8161115b565b809150509295509295909350565b5f80604083850312156111ed575f80fd5b82356111f881611144565b915060208301356112088161115b565b809150509250929050565b64ffffffffff81168114611158575f80fd5b5f805f60608486031215611237575f80fd5b83359250602084013561124981611213565b915060408401356112598161115b565b809150509250925092565b5f805f60608486031215611276575f80fd5b833561128181611144565b925060208401356112498161115b565b5f805f606084860312156112a3575f80fd5b83356112ae81611144565b925060208401356112be8161115b565b929592945050506040919091013590565b5f602082840312156112df575f80fd5b813561103a81611213565b5f602082840312156112fa575f80fd5b815161103a8161115b565b5f60208284031215611315575f80fd5b815161103a81611213565b5f60208284031215611330575f80fd5b8151801515811461103a575f80fd5b5f6080828403128015611350575f80fd5b506040516080810167ffffffffffffffff8111828210171561138057634e487b7160e01b5f52604160045260245ffd5b604052825160ff81168114611393575f80fd5b81526020838101519082015260408301516113ad81611213565b60408201526060928301519281019290925250919050565b5f60208284031280156113d6575f80fd5b506040516020810167ffffffffffffffff8111828210171561140657634e487b7160e01b5f52604160045260245ffd5b604052825161141481611213565b81529392505050565b5f805f6060848603121561142f575f80fd5b835161143a8161115b565b602085015190935061144b8161115b565b604085015190925061125981611213565b5f6020828403121561146c575f80fd5b5051919050565b81810381811115610fb057634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52601260045260245ffdfea26469706673582212205b0c7b67cd230bc125955d86d10e671e7c3685d17a9a2b95fb8c492fb18b297164736f6c634300081a0033",
283
- "deployedBytecode": "0x730000000000000000000000000000000000000000301460806040526004361061009b575f3560e01c8063746c22b81161006e578063746c22b81461012c578063b3eff9e11461013f578063d6b40e611461016d578063e048754d14610180578063e2a70ae3146101b3575f80fd5b80630fcf5d081461009f578063377e04ae146100db5780636d7b7389146101045780636feca3ff14610117575b5f80fd5b8180156100aa575f80fd5b506100be6100b936600461116f565b6101d4565b6040516001600160601b0390911681526020015b60405180910390f35b6100ee6100e93660046111dc565b6104ce565b60405164ffffffffff90911681526020016100d2565b6100be610112366004611225565b61067d565b61012a610125366004611264565b61071e565b005b6100ee61013a366004611264565b6107c5565b61015261014d3660046111dc565b6108d7565b6040805192835264ffffffffff9091166020830152016100d2565b61015261017b3660046111dc565b610a10565b61019361018e366004611291565b610ba8565b604080516001600160601b039384168152929091166020830152016100d2565b6101c66101c13660046112cf565b610d59565b6040519081526020016100d2565b5f805f6101e18786610a10565b915091505f806101f2898886610ba8565b915091506102008187610fb6565b60405163677d3feb60e11b81526001600160601b03891660048201529095505f906001600160a01b038c169063cefa7fd690602401602060405180830381865afa158015610250573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061027491906112ea565b6040516330f4419960e01b81526001600160601b03808b1660048301528083166024830152851660448201529091506001600160a01b038a16906330f44199906064015f604051808303815f87803b1580156102ce575f80fd5b505af11580156102e0573d5f803e3d5ffd5b5050604051633861317f60e01b81526001600160601b03808c16600483015280851660248301528a1660448201526001600160a01b038c169250633861317f91506064015f604051808303815f87803b15801561033b575f80fd5b505af115801561034d573d5f803e3d5ffd5b50505050886001600160a01b0316634b51da0c89604051806020016040528073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156103b3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103d79190611305565b6040516352bcc5a760e11b815264ffffffffff9182166004820152908a16602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015610434573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104589190611305565b64ffffffffff9081169091526040516001600160e01b031960e086901b1681526001600160601b03909316600484015290511660248201526044015f604051808303815f87803b1580156104aa575f80fd5b505af11580156104bc573d5f803e3d5ffd5b50505050505050505095945050505050565b60405163134fc55b60e11b81526001600160601b03821660048201525f906001600160a01b0384169063269f8ab690602401602060405180830381865afa15801561051b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061053f9190611320565b61056c576040516396cff01560e01b81526001600160601b03831660048201526024015b60405180910390fd5b60405163777d185760e01b81526001600160601b03831660048201526001600160a01b0384169063777d185790602401602060405180830381865afa1580156105b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105db9190611320565b6106035760405163d0c1638160e01b81526001600160601b0383166004820152602401610563565b60405163153d412560e31b81526001600160601b03831660048201526001600160a01b0384169063a9ea092890602401608060405180830381865afa15801561064e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610672919061133f565b604001519392505050565b5f8061069161068b85610d59565b86611041565b604051632c34efe560e11b81526001600160601b03851660048201526024810182905290915073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af41580156106f1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061071591906112ea565b95945050505050565b604051630a4d29dd60e31b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610774573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107989190611320565b156107c057604051625e4daf60e71b81526001600160601b0383166004820152602401610563565b505050565b5f806107d185856104ce565b90506107de85858561071e565b5f73__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610826573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061084a9190611305565b6040516352bcc5a760e11b815264ffffffffff80831660048301528416602482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af41580156108a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108cd9190611305565b9695505050505050565b6040516301f33ce360e21b81526001600160601b03821660048201525f90819081906001600160a01b038616906307ccf38c90602401602060405180830381865afa158015610928573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061094c91906113c5565b90506109cf815f015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561099c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109c09190611305565b64ffffffffff90811691161190565b15610a0857805160405163187bc0bd60e21b81526001600160601b038616600482015264ffffffffff9091166024820152604401610563565b509250929050565b604051632a4e656b60e01b81526001600160601b03821660048201525f90819081906001600160a01b03861690632a4e656b90602401602060405180830381865afa158015610a61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a8591906112ea565b60405163777d185760e01b81526001600160601b03821660048201529091506001600160a01b0386169063777d185790602401602060405180830381865afa158015610ad3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610af79190611320565b610b1f5760405163d0c1638160e01b81526001600160601b0382166004820152602401610563565b60405163153d412560e31b81526001600160601b03821660048201525f906001600160a01b0387169063a9ea092890602401608060405180830381865afa158015610b6c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b90919061133f565b60608101516040909101519097909650945050505050565b60405160016279fab360e01b031981526001600160601b03831660048201525f9081908190819081906001600160a01b0389169063ff86054d90602401606060405180830381865afa158015610c00573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c24919061141d565b604051633682752160e21b815264ffffffffff8216600482015292955090935091505f9073__$71e292c09eace9601b3e21e68a1278917a$__90630c67422c9073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af4158015610c9e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc2919061145c565b610ccc9042611473565b6040518263ffffffff1660e01b8152600401610cea91815260200190565b602060405180830381865af4158015610d05573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d299190611305565b9050610d3687828661067d565b9550610d4b610d458585610fb6565b87610fb6565b945050505050935093915050565b604051633682752160e21b815264ffffffffff821660048201525f90610fb09073__$bf7bc340cbb9229ef1de2c568356e67902$__906345ebb61e9073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015610dcf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610df3919061145c565b6040518263ffffffff1660e01b8152600401610e1191815260200190565b602060405180830381865af4158015610e2c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e50919061145c565b73__$bf7bc340cbb9229ef1de2c568356e67902$__6345ebb61e73__$71e292c09eace9601b3e21e68a1278917a$__63f27c3bf66040518163ffffffff1660e01b8152600401602060405180830381865af4158015610eb1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ed59190611305565b604051633682752160e21b815264ffffffffff909116600482015273__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af4158015610f2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f4e919061145c565b6040518263ffffffff1660e01b8152600401610f6c91815260200190565b602060405180830381865af4158015610f87573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fab919061145c565b611055565b92915050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015611016573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061103a91906112ea565b9392505050565b5f61103a8383670de0b6b3a7640000611085565b5f815f0361107657604051630f6c8fc360e21b815260040160405180910390fd5b61103a83670de0b6b3a7640000845b5f838302815f1985870982811083820303915050805f036110b9578382816110af576110af611492565b049250505061103a565b8084116110d95760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b6001600160a01b0381168114611158575f80fd5b50565b6001600160601b0381168114611158575f80fd5b5f805f805f60a08688031215611183575f80fd5b853561118e81611144565b9450602086013561119e81611144565b935060408601356111ae81611144565b925060608601356111be8161115b565b915060808601356111ce8161115b565b809150509295509295909350565b5f80604083850312156111ed575f80fd5b82356111f881611144565b915060208301356112088161115b565b809150509250929050565b64ffffffffff81168114611158575f80fd5b5f805f60608486031215611237575f80fd5b83359250602084013561124981611213565b915060408401356112598161115b565b809150509250925092565b5f805f60608486031215611276575f80fd5b833561128181611144565b925060208401356112498161115b565b5f805f606084860312156112a3575f80fd5b83356112ae81611144565b925060208401356112be8161115b565b929592945050506040919091013590565b5f602082840312156112df575f80fd5b813561103a81611213565b5f602082840312156112fa575f80fd5b815161103a8161115b565b5f60208284031215611315575f80fd5b815161103a81611213565b5f60208284031215611330575f80fd5b8151801515811461103a575f80fd5b5f6080828403128015611350575f80fd5b506040516080810167ffffffffffffffff8111828210171561138057634e487b7160e01b5f52604160045260245ffd5b604052825160ff81168114611393575f80fd5b81526020838101519082015260408301516113ad81611213565b60408201526060928301519281019290925250919050565b5f60208284031280156113d6575f80fd5b506040516020810167ffffffffffffffff8111828210171561140657634e487b7160e01b5f52604160045260245ffd5b604052825161141481611213565b81529392505050565b5f805f6060848603121561142f575f80fd5b835161143a8161115b565b602085015190935061144b8161115b565b604085015190925061125981611213565b5f6020828403121561146c575f80fd5b5051919050565b81810381811115610fb057634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52601260045260245ffdfea26469706673582212205b0c7b67cd230bc125955d86d10e671e7c3685d17a9a2b95fb8c492fb18b297164736f6c634300081a0033",
284
- "linkReferences": {
285
- "contracts/type/Amount.sol": {
286
- "AmountLib": [
287
- {
288
- "length": 20,
289
- "start": 1773
290
- },
291
- {
292
- "length": 20,
293
- "start": 1904
294
- },
295
- {
296
- "length": 20,
297
- "start": 4114
298
- }
299
- ]
300
- },
301
- "contracts/type/Seconds.sol": {
302
- "SecondsLib": [
303
- {
304
- "length": 20,
305
- "start": 3198
306
- },
307
- {
308
- "length": 20,
309
- "start": 3531
310
- },
311
- {
312
- "length": 20,
313
- "start": 3744
314
- },
315
- {
316
- "length": 20,
317
- "start": 3878
318
- }
319
- ]
320
- },
321
- "contracts/type/Timestamp.sol": {
322
- "TimestampLib": [
323
- {
324
- "length": 20,
325
- "start": 930
326
- },
327
- {
328
- "length": 20,
329
- "start": 1072
330
- },
331
- {
332
- "length": 20,
333
- "start": 2069
334
- },
335
- {
336
- "length": 20,
337
- "start": 2213
338
- },
339
- {
340
- "length": 20,
341
- "start": 2443
342
- },
343
- {
344
- "length": 20,
345
- "start": 3226
346
- }
347
- ]
348
- },
349
- "contracts/type/UFixed.sol": {
350
- "UFixedLib": [
351
- {
352
- "length": 20,
353
- "start": 3503
354
- },
355
- {
356
- "length": 20,
357
- "start": 3718
358
- }
359
- ]
360
- }
361
- },
362
- "deployedLinkReferences": {
363
- "contracts/type/Amount.sol": {
364
- "AmountLib": [
365
- {
366
- "length": 20,
367
- "start": 1721
368
- },
369
- {
370
- "length": 20,
371
- "start": 1852
372
- },
373
- {
374
- "length": 20,
375
- "start": 4062
376
- }
377
- ]
378
- },
379
- "contracts/type/Seconds.sol": {
380
- "SecondsLib": [
381
- {
382
- "length": 20,
383
- "start": 3146
384
- },
385
- {
386
- "length": 20,
387
- "start": 3479
388
- },
389
- {
390
- "length": 20,
391
- "start": 3692
392
- },
393
- {
394
- "length": 20,
395
- "start": 3826
396
- }
397
- ]
398
- },
399
- "contracts/type/Timestamp.sol": {
400
- "TimestampLib": [
401
- {
402
- "length": 20,
403
- "start": 878
404
- },
405
- {
406
- "length": 20,
407
- "start": 1020
408
- },
409
- {
410
- "length": 20,
411
- "start": 2017
412
- },
413
- {
414
- "length": 20,
415
- "start": 2161
416
- },
417
- {
418
- "length": 20,
419
- "start": 2391
420
- },
421
- {
422
- "length": 20,
423
- "start": 3174
424
- }
425
- ]
426
- },
427
- "contracts/type/UFixed.sol": {
428
- "UFixedLib": [
429
- {
430
- "length": 20,
431
- "start": 3451
432
- },
433
- {
434
- "length": 20,
435
- "start": 3666
436
- }
437
- ]
438
- }
439
- }
440
- }