@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f18fb8b-243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +279 -24
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1253 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1032 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1505 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1191 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1394 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +826 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +900 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +843 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +280 -1494
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +473 -1765
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1626 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1735 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1160 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +734 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3591 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +182 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1155 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +772 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +1063 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1034 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +730 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1477 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1134 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +754 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +703 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +959 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1078 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1269 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1453 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +742 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +863 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +730 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1299 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1315 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +822 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +256 -221
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +772 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +720 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +966 -0
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IProductService.sol/IProductService.json} +207 -171
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1183 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +766 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +1012 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1257 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +708 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +702 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +199 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +591 -34
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1123 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +821 -107
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1746 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1452 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +721 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +1159 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +896 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1487 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +784 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +539 -0
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +631 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +880 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +718 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +104 -141
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +207 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +163 -143
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +16 -125
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +996 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +244 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +320 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +617 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +255 -23
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +507 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +150 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +29 -115
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +460 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2005 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +761 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1343 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +718 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2237 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +86 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +293 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +10 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +498 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +49 -0
- package/contracts/authorization/AccessAdmin.sol +591 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +218 -0
- package/contracts/authorization/IAccess.sol +48 -0
- package/contracts/authorization/IAccessAdmin.sol +136 -0
- package/contracts/authorization/IAuthorization.sol +54 -0
- package/contracts/authorization/IModuleAuthorization.sol +21 -0
- package/contracts/authorization/IServiceAuthorization.sol +38 -0
- package/contracts/authorization/ModuleAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +90 -0
- package/contracts/distribution/BasicDistribution.sol +149 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +43 -0
- package/contracts/distribution/Distribution.sol +283 -0
- package/contracts/distribution/DistributionService.sol +302 -0
- package/contracts/distribution/DistributionServiceManager.sol +42 -0
- package/contracts/distribution/IDistributionComponent.sol +48 -0
- package/contracts/distribution/IDistributionService.sol +85 -0
- package/contracts/instance/BundleManager.sol +126 -0
- package/contracts/instance/IInstance.sol +78 -44
- package/contracts/instance/IInstanceService.sol +92 -0
- package/contracts/instance/Instance.sol +238 -52
- package/contracts/instance/InstanceAdmin.sol +266 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +202 -0
- package/contracts/instance/InstanceReader.sol +405 -0
- package/contracts/instance/InstanceService.sol +443 -0
- package/contracts/instance/InstanceServiceManager.sol +44 -0
- package/contracts/instance/InstanceStore.sol +276 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +106 -0
- package/contracts/instance/base/ObjectManager.sol +79 -0
- package/contracts/instance/module/IAccess.sol +46 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +52 -0
- package/contracts/instance/module/IDistribution.sol +42 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +5 -5
- package/contracts/oracle/BasicOracle.sol +48 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +32 -0
- package/contracts/oracle/IOracleService.sol +65 -0
- package/contracts/oracle/Oracle.sol +157 -0
- package/contracts/oracle/OracleService.sol +278 -0
- package/contracts/oracle/OracleServiceManager.sol +42 -0
- package/contracts/pool/BasicPool.sol +164 -0
- package/contracts/pool/BasicPoolAuthorization.sol +49 -0
- package/contracts/pool/BundleService.sol +296 -0
- package/contracts/pool/BundleServiceManager.sol +42 -0
- package/contracts/pool/IBundleService.sol +106 -0
- package/contracts/pool/IPoolComponent.sol +52 -0
- package/contracts/pool/IPoolService.sol +150 -0
- package/contracts/pool/Pool.sol +311 -0
- package/contracts/pool/PoolService.sol +452 -0
- package/contracts/pool/PoolServiceManager.sol +42 -0
- package/contracts/product/ApplicationService.sol +254 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +82 -0
- package/contracts/product/BasicProductAuthorization.sol +40 -0
- package/contracts/product/ClaimService.sol +442 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +62 -0
- package/contracts/product/IClaimService.sol +99 -0
- package/contracts/product/IPolicyService.sol +78 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +39 -0
- package/contracts/product/IProductService.sol +33 -0
- package/contracts/product/PolicyService.sol +475 -0
- package/contracts/product/PolicyServiceManager.sol +42 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +42 -0
- package/contracts/product/Product.sol +392 -0
- package/contracts/product/ProductService.sol +124 -0
- package/contracts/product/ProductServiceManager.sol +42 -0
- package/contracts/registry/ChainNft.sol +95 -37
- package/contracts/registry/IRegistry.sol +93 -29
- package/contracts/registry/IRegistryService.sol +69 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +478 -281
- package/contracts/registry/RegistryAdmin.sol +365 -0
- package/contracts/registry/RegistryService.sol +266 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseLifecycle.sol +27 -0
- package/contracts/registry/ReleaseManager.sol +487 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +200 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/Component.sol +281 -0
- package/contracts/shared/ComponentService.sol +581 -0
- package/contracts/shared/ComponentServiceManager.sol +35 -0
- package/contracts/shared/ComponentVerifyingService.sol +117 -0
- package/contracts/shared/ERC165.sol +15 -9
- package/contracts/shared/IComponent.sol +70 -0
- package/contracts/shared/IComponentService.sol +102 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +50 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +4 -5
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +45 -0
- package/contracts/shared/IRegisterable.sol +10 -19
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/IVersionable.sol +38 -37
- package/contracts/shared/InitializableCustom.sol +177 -0
- package/contracts/shared/InstanceLinkedComponent.sol +151 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +77 -0
- package/contracts/shared/NftIdSetManager.sol +65 -0
- package/contracts/shared/NftOwnable.sol +107 -0
- package/contracts/shared/PolicyHolder.sol +102 -0
- package/contracts/shared/ProxyManager.sol +199 -0
- package/contracts/shared/Registerable.sol +54 -65
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +83 -0
- package/contracts/shared/TokenHandler.sol +58 -0
- package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
- package/contracts/shared/Versionable.sol +38 -68
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +153 -0
- package/contracts/staking/StakeManagerLib.sol +231 -0
- package/contracts/staking/Staking.sol +513 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +54 -0
- package/contracts/staking/StakingReader.sol +187 -0
- package/contracts/staking/StakingService.sol +411 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +615 -0
- package/contracts/staking/TargetManagerLib.sol +207 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +128 -0
- package/contracts/{types → type}/Blocknumber.sol +21 -3
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +8 -3
- package/contracts/{types → type}/NftId.sol +21 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +275 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +89 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +43 -0
- package/contracts/type/RoleId.sol +174 -0
- package/contracts/type/Seconds.sol +81 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +39 -5
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +27 -14
- package/contracts/type/UFixed.sol +332 -0
- package/contracts/{types → type}/Version.sol +15 -2
- package/package.json +11 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -38
- package/contracts/types/UFixed.sol +0 -209
| @@ -0,0 +1,129 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "SelectorLib",
         | 
| 4 | 
            +
              "sourceName": "contracts/type/Selector.sol",
         | 
| 5 | 
            +
              "abi": [
         | 
| 6 | 
            +
                {
         | 
| 7 | 
            +
                  "inputs": [
         | 
| 8 | 
            +
                    {
         | 
| 9 | 
            +
                      "internalType": "Selector",
         | 
| 10 | 
            +
                      "name": "s1",
         | 
| 11 | 
            +
                      "type": "bytes4"
         | 
| 12 | 
            +
                    },
         | 
| 13 | 
            +
                    {
         | 
| 14 | 
            +
                      "internalType": "Selector",
         | 
| 15 | 
            +
                      "name": "s2",
         | 
| 16 | 
            +
                      "type": "bytes4"
         | 
| 17 | 
            +
                    }
         | 
| 18 | 
            +
                  ],
         | 
| 19 | 
            +
                  "name": "eq",
         | 
| 20 | 
            +
                  "outputs": [
         | 
| 21 | 
            +
                    {
         | 
| 22 | 
            +
                      "internalType": "bool",
         | 
| 23 | 
            +
                      "name": "isSame",
         | 
| 24 | 
            +
                      "type": "bool"
         | 
| 25 | 
            +
                    }
         | 
| 26 | 
            +
                  ],
         | 
| 27 | 
            +
                  "stateMutability": "pure",
         | 
| 28 | 
            +
                  "type": "function"
         | 
| 29 | 
            +
                },
         | 
| 30 | 
            +
                {
         | 
| 31 | 
            +
                  "inputs": [
         | 
| 32 | 
            +
                    {
         | 
| 33 | 
            +
                      "internalType": "Selector",
         | 
| 34 | 
            +
                      "name": "s",
         | 
| 35 | 
            +
                      "type": "bytes4"
         | 
| 36 | 
            +
                    }
         | 
| 37 | 
            +
                  ],
         | 
| 38 | 
            +
                  "name": "eqz",
         | 
| 39 | 
            +
                  "outputs": [
         | 
| 40 | 
            +
                    {
         | 
| 41 | 
            +
                      "internalType": "bool",
         | 
| 42 | 
            +
                      "name": "",
         | 
| 43 | 
            +
                      "type": "bool"
         | 
| 44 | 
            +
                    }
         | 
| 45 | 
            +
                  ],
         | 
| 46 | 
            +
                  "stateMutability": "pure",
         | 
| 47 | 
            +
                  "type": "function"
         | 
| 48 | 
            +
                },
         | 
| 49 | 
            +
                {
         | 
| 50 | 
            +
                  "inputs": [
         | 
| 51 | 
            +
                    {
         | 
| 52 | 
            +
                      "internalType": "Selector",
         | 
| 53 | 
            +
                      "name": "s1",
         | 
| 54 | 
            +
                      "type": "bytes4"
         | 
| 55 | 
            +
                    },
         | 
| 56 | 
            +
                    {
         | 
| 57 | 
            +
                      "internalType": "Selector",
         | 
| 58 | 
            +
                      "name": "s2",
         | 
| 59 | 
            +
                      "type": "bytes4"
         | 
| 60 | 
            +
                    }
         | 
| 61 | 
            +
                  ],
         | 
| 62 | 
            +
                  "name": "ne",
         | 
| 63 | 
            +
                  "outputs": [
         | 
| 64 | 
            +
                    {
         | 
| 65 | 
            +
                      "internalType": "bool",
         | 
| 66 | 
            +
                      "name": "isDifferent",
         | 
| 67 | 
            +
                      "type": "bool"
         | 
| 68 | 
            +
                    }
         | 
| 69 | 
            +
                  ],
         | 
| 70 | 
            +
                  "stateMutability": "pure",
         | 
| 71 | 
            +
                  "type": "function"
         | 
| 72 | 
            +
                },
         | 
| 73 | 
            +
                {
         | 
| 74 | 
            +
                  "inputs": [
         | 
| 75 | 
            +
                    {
         | 
| 76 | 
            +
                      "internalType": "Selector",
         | 
| 77 | 
            +
                      "name": "s",
         | 
| 78 | 
            +
                      "type": "bytes4"
         | 
| 79 | 
            +
                    }
         | 
| 80 | 
            +
                  ],
         | 
| 81 | 
            +
                  "name": "toBytes4",
         | 
| 82 | 
            +
                  "outputs": [
         | 
| 83 | 
            +
                    {
         | 
| 84 | 
            +
                      "internalType": "bytes4",
         | 
| 85 | 
            +
                      "name": "",
         | 
| 86 | 
            +
                      "type": "bytes4"
         | 
| 87 | 
            +
                    }
         | 
| 88 | 
            +
                  ],
         | 
| 89 | 
            +
                  "stateMutability": "pure",
         | 
| 90 | 
            +
                  "type": "function"
         | 
| 91 | 
            +
                },
         | 
| 92 | 
            +
                {
         | 
| 93 | 
            +
                  "inputs": [
         | 
| 94 | 
            +
                    {
         | 
| 95 | 
            +
                      "internalType": "bytes4",
         | 
| 96 | 
            +
                      "name": "selector",
         | 
| 97 | 
            +
                      "type": "bytes4"
         | 
| 98 | 
            +
                    }
         | 
| 99 | 
            +
                  ],
         | 
| 100 | 
            +
                  "name": "toSelector",
         | 
| 101 | 
            +
                  "outputs": [
         | 
| 102 | 
            +
                    {
         | 
| 103 | 
            +
                      "internalType": "Selector",
         | 
| 104 | 
            +
                      "name": "",
         | 
| 105 | 
            +
                      "type": "bytes4"
         | 
| 106 | 
            +
                    }
         | 
| 107 | 
            +
                  ],
         | 
| 108 | 
            +
                  "stateMutability": "pure",
         | 
| 109 | 
            +
                  "type": "function"
         | 
| 110 | 
            +
                },
         | 
| 111 | 
            +
                {
         | 
| 112 | 
            +
                  "inputs": [],
         | 
| 113 | 
            +
                  "name": "zero",
         | 
| 114 | 
            +
                  "outputs": [
         | 
| 115 | 
            +
                    {
         | 
| 116 | 
            +
                      "internalType": "Selector",
         | 
| 117 | 
            +
                      "name": "",
         | 
| 118 | 
            +
                      "type": "bytes4"
         | 
| 119 | 
            +
                    }
         | 
| 120 | 
            +
                  ],
         | 
| 121 | 
            +
                  "stateMutability": "pure",
         | 
| 122 | 
            +
                  "type": "function"
         | 
| 123 | 
            +
                }
         | 
| 124 | 
            +
              ],
         | 
| 125 | 
            +
              "bytecode": "0x6101b8610034600b8282823980515f1a607314602857634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040526004361061006b575f3560e01c806301c401d71461006f57806325431b16146100a457806332ad87b1146100c55780636b15ee8b146100e1578063bc1b392d1461010b578063dd435e4a146100e1575b5f80fd5b61008f61007d366004610129565b6001600160e01b031990811691161490565b60405190151581526020015b60405180910390f35b61008f6100b2366004610129565b6001600160e01b03199081169116141590565b61008f6100d3366004610160565b6001600160e01b0319161590565b6100f26100ef366004610160565b90565b6040516001600160e01b0319909116815260200161009b565b5f6100f2565b6001600160e01b031981168114610126575f80fd5b50565b5f806040838503121561013a575f80fd5b823561014581610111565b9150602083013561015581610111565b809150509250929050565b5f60208284031215610170575f80fd5b813561017b81610111565b939250505056fea2646970667358221220808b1010b727b91a67a8c8ac2da233bd416eb2c89d3092462fb741252a65285f64736f6c634300081a0033",
         | 
| 126 | 
            +
              "deployedBytecode": "0x730000000000000000000000000000000000000000301460806040526004361061006b575f3560e01c806301c401d71461006f57806325431b16146100a457806332ad87b1146100c55780636b15ee8b146100e1578063bc1b392d1461010b578063dd435e4a146100e1575b5f80fd5b61008f61007d366004610129565b6001600160e01b031990811691161490565b60405190151581526020015b60405180910390f35b61008f6100b2366004610129565b6001600160e01b03199081169116141590565b61008f6100d3366004610160565b6001600160e01b0319161590565b6100f26100ef366004610160565b90565b6040516001600160e01b0319909116815260200161009b565b5f6100f2565b6001600160e01b031981168114610126575f80fd5b50565b5f806040838503121561013a575f80fd5b823561014581610111565b9150602083013561015581610111565b809150509250929050565b5f60208284031215610170575f80fd5b813561017b81610111565b939250505056fea2646970667358221220808b1010b727b91a67a8c8ac2da233bd416eb2c89d3092462fb741252a65285f64736f6c634300081a0033",
         | 
| 127 | 
            +
              "linkReferences": {},
         | 
| 128 | 
            +
              "deployedLinkReferences": {}
         | 
| 129 | 
            +
            }
         | 
| @@ -0,0 +1,10 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "SelectorSetLib",
         | 
| 4 | 
            +
              "sourceName": "contracts/type/Selector.sol",
         | 
| 5 | 
            +
              "abi": [],
         | 
| 6 | 
            +
              "bytecode": "0x610462610034600b8282823980515f1a607314602857634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040526004361061006b575f3560e01c806312462a721461006f57806379ed9dc514610097578063868b3e07146100aa5780639f6e99a8146100ca578063dbb64db8146100eb578063dfe63db91461010a575b5f80fd5b61008261007d366004610374565b541590565b60405190151581526020015b60405180910390f35b6100826100a536600461038b565b610136565b6100bc6100b8366004610374565b5490565b60405190815260200161008e565b8180156100d5575f80fd5b506100e96100e436600461038b565b61015a565b005b8180156100f6575f80fd5b506100e961010536600461038b565b6102b7565b61011d6101183660046103c5565b610336565b6040516001600160e01b0319909116815260200161008e565b6001600160e01b031981165f90815260018301602052604090205415155b92915050565b6001600160e01b031981165f9081526001830160205260408120549081900361018257505050565b5f61018e6001836103e5565b84549091505f906101a1906001906103e5565b9050818114610253575f855f0182815481106101bf576101bf610404565b905f5260205f2090600891828204019190066004029054906101000a900460e01b905080865f0184815481106101f7576101f7610404565b905f5260205f2090600891828204019190066004026101000a81548163ffffffff021916908360e01c021790555083866001015f836001600160e01b0319166001600160e01b03191681526020019081526020015f2081905550505b845485908061026457610264610418565b5f828152602080822060085f1990940193840401805463ffffffff600460078716026101000a0219169055919092556001600160e01b031990951681526001959095019093525050604082209190915550565b6001600160e01b031981165f908152600183016020526040902054156102db575050565b8154600180820184555f84815260208082206008850401805463ffffffff60079096166004026101000a958602191660e087901c959095029490941790935584546001600160e01b0319909416815293019052604090912055565b5f825f01828154811061034b5761034b610404565b905f5260205f2090600891828204019190066004029054906101000a900460e01b905092915050565b5f60208284031215610384575f80fd5b5035919050565b5f806040838503121561039c575f80fd5b8235915060208301356001600160e01b0319811681146103ba575f80fd5b809150509250929050565b5f80604083850312156103d6575f80fd5b50508035926020909101359150565b8181038181111561015457634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52603160045260245ffdfea2646970667358221220be45fa341af1e5ea7609fb292d7db6209a77cc59a8db4b1c744804dd0bf7674e64736f6c634300081a0033",
         | 
| 7 | 
            +
              "deployedBytecode": "0x730000000000000000000000000000000000000000301460806040526004361061006b575f3560e01c806312462a721461006f57806379ed9dc514610097578063868b3e07146100aa5780639f6e99a8146100ca578063dbb64db8146100eb578063dfe63db91461010a575b5f80fd5b61008261007d366004610374565b541590565b60405190151581526020015b60405180910390f35b6100826100a536600461038b565b610136565b6100bc6100b8366004610374565b5490565b60405190815260200161008e565b8180156100d5575f80fd5b506100e96100e436600461038b565b61015a565b005b8180156100f6575f80fd5b506100e961010536600461038b565b6102b7565b61011d6101183660046103c5565b610336565b6040516001600160e01b0319909116815260200161008e565b6001600160e01b031981165f90815260018301602052604090205415155b92915050565b6001600160e01b031981165f9081526001830160205260408120549081900361018257505050565b5f61018e6001836103e5565b84549091505f906101a1906001906103e5565b9050818114610253575f855f0182815481106101bf576101bf610404565b905f5260205f2090600891828204019190066004029054906101000a900460e01b905080865f0184815481106101f7576101f7610404565b905f5260205f2090600891828204019190066004026101000a81548163ffffffff021916908360e01c021790555083866001015f836001600160e01b0319166001600160e01b03191681526020019081526020015f2081905550505b845485908061026457610264610418565b5f828152602080822060085f1990940193840401805463ffffffff600460078716026101000a0219169055919092556001600160e01b031990951681526001959095019093525050604082209190915550565b6001600160e01b031981165f908152600183016020526040902054156102db575050565b8154600180820184555f84815260208082206008850401805463ffffffff60079096166004026101000a958602191660e087901c959095029490941790935584546001600160e01b0319909416815293019052604090912055565b5f825f01828154811061034b5761034b610404565b905f5260205f2090600891828204019190066004029054906101000a900460e01b905092915050565b5f60208284031215610384575f80fd5b5035919050565b5f806040838503121561039c575f80fd5b8235915060208301356001600160e01b0319811681146103ba575f80fd5b809150509250929050565b5f80604083850312156103d6575f80fd5b50508035926020909101359150565b8181038181111561015457634e487b7160e01b5f52601160045260245ffd5b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52603160045260245ffdfea2646970667358221220be45fa341af1e5ea7609fb292d7db6209a77cc59a8db4b1c744804dd0bf7674e64736f6c634300081a0033",
         | 
| 8 | 
            +
              "linkReferences": {},
         | 
| 9 | 
            +
              "deployedLinkReferences": {}
         | 
| 10 | 
            +
            }
         | 
| @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "_format": "hh-sol-artifact-1",
         | 
| 3 3 | 
             
              "contractName": "StateIdLib",
         | 
| 4 | 
            -
              "sourceName": "contracts/ | 
| 4 | 
            +
              "sourceName": "contracts/type/StateId.sol",
         | 
| 5 5 | 
             
              "abi": [
         | 
| 6 6 | 
             
                {
         | 
| 7 7 | 
             
                  "inputs": [
         | 
| @@ -85,8 +85,8 @@ | |
| 85 85 | 
             
                  "type": "function"
         | 
| 86 86 | 
             
                }
         | 
| 87 87 | 
             
              ],
         | 
| 88 | 
            -
              "bytecode": " | 
| 89 | 
            -
              "deployedBytecode": " | 
| 88 | 
            +
              "bytecode": "0x610184610034600b8282823980515f1a607314602857634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe7300000000000000000000000000000000000000003014608060405260043610610055575f3560e01c80632c2f8a67146100595780636f91962014610081578063ac43d83414610096578063b2466acf146100c7575b5f80fd5b61006c610067366004610104565b6100dd565b60405190151581526020015b60405180910390f35b61006c61008f366004610135565b60ff161590565b6100aa6100a4366004610135565b60ff1690565b6040516bffffffffffffffffffffffff9091168152602001610078565b61006c6100d5366004610135565b60ff16151590565b5f60ff808416908316145b9392505050565b803560ff811681146100ff575f80fd5b919050565b5f8060408385031215610115575f80fd5b61011e836100ef565b915061012c602084016100ef565b90509250929050565b5f60208284031215610145575f80fd5b6100e8826100ef56fea264697066735822122006b46b33ddb2f4701fd0151c656584e781bb09d86522fc52637fd83aab71fb0464736f6c634300081a0033",
         | 
| 89 | 
            +
              "deployedBytecode": "0x7300000000000000000000000000000000000000003014608060405260043610610055575f3560e01c80632c2f8a67146100595780636f91962014610081578063ac43d83414610096578063b2466acf146100c7575b5f80fd5b61006c610067366004610104565b6100dd565b60405190151581526020015b60405180910390f35b61006c61008f366004610135565b60ff161590565b6100aa6100a4366004610135565b60ff1690565b6040516bffffffffffffffffffffffff9091168152602001610078565b61006c6100d5366004610135565b60ff16151590565b5f60ff808416908316145b9392505050565b803560ff811681146100ff575f80fd5b919050565b5f8060408385031215610115575f80fd5b61011e836100ef565b915061012c602084016100ef565b90509250929050565b5f60208284031215610145575f80fd5b6100e8826100ef56fea264697066735822122006b46b33ddb2f4701fd0151c656584e781bb09d86522fc52637fd83aab71fb0464736f6c634300081a0033",
         | 
| 90 90 | 
             
              "linkReferences": {},
         | 
| 91 91 | 
             
              "deployedLinkReferences": {}
         | 
| 92 92 | 
             
            }
         | 
| @@ -0,0 +1,132 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "StrLib",
         | 
| 4 | 
            +
              "sourceName": "contracts/type/String.sol",
         | 
| 5 | 
            +
              "abi": [
         | 
| 6 | 
            +
                {
         | 
| 7 | 
            +
                  "inputs": [],
         | 
| 8 | 
            +
                  "name": "InvalidShortString",
         | 
| 9 | 
            +
                  "type": "error"
         | 
| 10 | 
            +
                },
         | 
| 11 | 
            +
                {
         | 
| 12 | 
            +
                  "inputs": [
         | 
| 13 | 
            +
                    {
         | 
| 14 | 
            +
                      "internalType": "string",
         | 
| 15 | 
            +
                      "name": "str",
         | 
| 16 | 
            +
                      "type": "string"
         | 
| 17 | 
            +
                    }
         | 
| 18 | 
            +
                  ],
         | 
| 19 | 
            +
                  "name": "StringTooLong",
         | 
| 20 | 
            +
                  "type": "error"
         | 
| 21 | 
            +
                },
         | 
| 22 | 
            +
                {
         | 
| 23 | 
            +
                  "inputs": [
         | 
| 24 | 
            +
                    {
         | 
| 25 | 
            +
                      "internalType": "Str",
         | 
| 26 | 
            +
                      "name": "s1",
         | 
| 27 | 
            +
                      "type": "bytes32"
         | 
| 28 | 
            +
                    },
         | 
| 29 | 
            +
                    {
         | 
| 30 | 
            +
                      "internalType": "Str",
         | 
| 31 | 
            +
                      "name": "s2",
         | 
| 32 | 
            +
                      "type": "bytes32"
         | 
| 33 | 
            +
                    }
         | 
| 34 | 
            +
                  ],
         | 
| 35 | 
            +
                  "name": "eq",
         | 
| 36 | 
            +
                  "outputs": [
         | 
| 37 | 
            +
                    {
         | 
| 38 | 
            +
                      "internalType": "bool",
         | 
| 39 | 
            +
                      "name": "",
         | 
| 40 | 
            +
                      "type": "bool"
         | 
| 41 | 
            +
                    }
         | 
| 42 | 
            +
                  ],
         | 
| 43 | 
            +
                  "stateMutability": "pure",
         | 
| 44 | 
            +
                  "type": "function"
         | 
| 45 | 
            +
                },
         | 
| 46 | 
            +
                {
         | 
| 47 | 
            +
                  "inputs": [
         | 
| 48 | 
            +
                    {
         | 
| 49 | 
            +
                      "internalType": "Str",
         | 
| 50 | 
            +
                      "name": "str",
         | 
| 51 | 
            +
                      "type": "bytes32"
         | 
| 52 | 
            +
                    }
         | 
| 53 | 
            +
                  ],
         | 
| 54 | 
            +
                  "name": "length",
         | 
| 55 | 
            +
                  "outputs": [
         | 
| 56 | 
            +
                    {
         | 
| 57 | 
            +
                      "internalType": "uint256",
         | 
| 58 | 
            +
                      "name": "byteLength",
         | 
| 59 | 
            +
                      "type": "uint256"
         | 
| 60 | 
            +
                    }
         | 
| 61 | 
            +
                  ],
         | 
| 62 | 
            +
                  "stateMutability": "pure",
         | 
| 63 | 
            +
                  "type": "function"
         | 
| 64 | 
            +
                },
         | 
| 65 | 
            +
                {
         | 
| 66 | 
            +
                  "inputs": [
         | 
| 67 | 
            +
                    {
         | 
| 68 | 
            +
                      "internalType": "Str",
         | 
| 69 | 
            +
                      "name": "s1",
         | 
| 70 | 
            +
                      "type": "bytes32"
         | 
| 71 | 
            +
                    },
         | 
| 72 | 
            +
                    {
         | 
| 73 | 
            +
                      "internalType": "Str",
         | 
| 74 | 
            +
                      "name": "s2",
         | 
| 75 | 
            +
                      "type": "bytes32"
         | 
| 76 | 
            +
                    }
         | 
| 77 | 
            +
                  ],
         | 
| 78 | 
            +
                  "name": "ne",
         | 
| 79 | 
            +
                  "outputs": [
         | 
| 80 | 
            +
                    {
         | 
| 81 | 
            +
                      "internalType": "bool",
         | 
| 82 | 
            +
                      "name": "",
         | 
| 83 | 
            +
                      "type": "bool"
         | 
| 84 | 
            +
                    }
         | 
| 85 | 
            +
                  ],
         | 
| 86 | 
            +
                  "stateMutability": "pure",
         | 
| 87 | 
            +
                  "type": "function"
         | 
| 88 | 
            +
                },
         | 
| 89 | 
            +
                {
         | 
| 90 | 
            +
                  "inputs": [
         | 
| 91 | 
            +
                    {
         | 
| 92 | 
            +
                      "internalType": "string",
         | 
| 93 | 
            +
                      "name": "str",
         | 
| 94 | 
            +
                      "type": "string"
         | 
| 95 | 
            +
                    }
         | 
| 96 | 
            +
                  ],
         | 
| 97 | 
            +
                  "name": "toStr",
         | 
| 98 | 
            +
                  "outputs": [
         | 
| 99 | 
            +
                    {
         | 
| 100 | 
            +
                      "internalType": "Str",
         | 
| 101 | 
            +
                      "name": "",
         | 
| 102 | 
            +
                      "type": "bytes32"
         | 
| 103 | 
            +
                    }
         | 
| 104 | 
            +
                  ],
         | 
| 105 | 
            +
                  "stateMutability": "pure",
         | 
| 106 | 
            +
                  "type": "function"
         | 
| 107 | 
            +
                },
         | 
| 108 | 
            +
                {
         | 
| 109 | 
            +
                  "inputs": [
         | 
| 110 | 
            +
                    {
         | 
| 111 | 
            +
                      "internalType": "Str",
         | 
| 112 | 
            +
                      "name": "str",
         | 
| 113 | 
            +
                      "type": "bytes32"
         | 
| 114 | 
            +
                    }
         | 
| 115 | 
            +
                  ],
         | 
| 116 | 
            +
                  "name": "toString",
         | 
| 117 | 
            +
                  "outputs": [
         | 
| 118 | 
            +
                    {
         | 
| 119 | 
            +
                      "internalType": "string",
         | 
| 120 | 
            +
                      "name": "",
         | 
| 121 | 
            +
                      "type": "string"
         | 
| 122 | 
            +
                    }
         | 
| 123 | 
            +
                  ],
         | 
| 124 | 
            +
                  "stateMutability": "pure",
         | 
| 125 | 
            +
                  "type": "function"
         | 
| 126 | 
            +
                }
         | 
| 127 | 
            +
              ],
         | 
| 128 | 
            +
              "bytecode": "0x610362610034600b8282823980515f1a607314602857634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe7300000000000000000000000000000000000000003014608060405260043610610060575f3560e01c80633447c0301461006457806354fe3eb71461008b578063a9dbaf251461009e578063b11a19e8146100bf578063cdc23e69146100df575b5f80fd5b6100766100723660046101c1565b1490565b60405190151581526020015b60405180910390f35b6100766100993660046101c1565b141590565b6100b16100ac3660046101e1565b6100f2565b604051908152602001610082565b6100d26100cd3660046101e1565b610102565b6040516100829190610226565b6100b16100ed366004610253565b61010d565b5f6100fc82610117565b92915050565b60606100fc8261013e565b5f6100fc8261017b565b5f60ff8216601f8111156100fc57604051632cd44ac360e21b815260040160405180910390fd5b60605f61014a83610117565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f80829050601f815111156101ae578260405163305a27a960e01b81526004016101a59190610226565b60405180910390fd5b80516101b982610306565b179392505050565b5f80604083850312156101d2575f80fd5b50508035926020909101359150565b5f602082840312156101f1575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61023860208301846101f8565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b5f60208284031215610263575f80fd5b813567ffffffffffffffff811115610279575f80fd5b8201601f81018413610289575f80fd5b803567ffffffffffffffff8111156102a3576102a361023f565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156102d2576102d261023f565b6040528181528282016020018610156102e9575f80fd5b816020840160208301375f91810160200191909152949350505050565b80516020808301519190811015610326575f198160200360031b1b821691505b5091905056fea264697066735822122045aeab2cdbf10b9735c27f2bbb6569ef5b3a0d949b83b21e258434be954e8b5964736f6c634300081a0033",
         | 
| 129 | 
            +
              "deployedBytecode": "0x7300000000000000000000000000000000000000003014608060405260043610610060575f3560e01c80633447c0301461006457806354fe3eb71461008b578063a9dbaf251461009e578063b11a19e8146100bf578063cdc23e69146100df575b5f80fd5b6100766100723660046101c1565b1490565b60405190151581526020015b60405180910390f35b6100766100993660046101c1565b141590565b6100b16100ac3660046101e1565b6100f2565b604051908152602001610082565b6100d26100cd3660046101e1565b610102565b6040516100829190610226565b6100b16100ed366004610253565b61010d565b5f6100fc82610117565b92915050565b60606100fc8261013e565b5f6100fc8261017b565b5f60ff8216601f8111156100fc57604051632cd44ac360e21b815260040160405180910390fd5b60605f61014a83610117565b6040805160208082528183019092529192505f91906020820181803683375050509182525060208101929092525090565b5f80829050601f815111156101ae578260405163305a27a960e01b81526004016101a59190610226565b60405180910390fd5b80516101b982610306565b179392505050565b5f80604083850312156101d2575f80fd5b50508035926020909101359150565b5f602082840312156101f1575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f61023860208301846101f8565b9392505050565b634e487b7160e01b5f52604160045260245ffd5b5f60208284031215610263575f80fd5b813567ffffffffffffffff811115610279575f80fd5b8201601f81018413610289575f80fd5b803567ffffffffffffffff8111156102a3576102a361023f565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156102d2576102d261023f565b6040528181528282016020018610156102e9575f80fd5b816020840160208301375f91810160200191909152949350505050565b80516020808301519190811015610326575f198160200360031b1b821691505b5091905056fea264697066735822122045aeab2cdbf10b9735c27f2bbb6569ef5b3a0d949b83b21e258434be954e8b5964736f6c634300081a0033",
         | 
| 130 | 
            +
              "linkReferences": {},
         | 
| 131 | 
            +
              "deployedLinkReferences": {}
         | 
| 132 | 
            +
            }
         | 
| @@ -0,0 +1,293 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "TimestampLib",
         | 
| 4 | 
            +
              "sourceName": "contracts/type/Timestamp.sol",
         | 
| 5 | 
            +
              "abi": [
         | 
| 6 | 
            +
                {
         | 
| 7 | 
            +
                  "inputs": [
         | 
| 8 | 
            +
                    {
         | 
| 9 | 
            +
                      "internalType": "Timestamp",
         | 
| 10 | 
            +
                      "name": "timestamp",
         | 
| 11 | 
            +
                      "type": "uint40"
         | 
| 12 | 
            +
                    },
         | 
| 13 | 
            +
                    {
         | 
| 14 | 
            +
                      "internalType": "Seconds",
         | 
| 15 | 
            +
                      "name": "duration",
         | 
| 16 | 
            +
                      "type": "uint40"
         | 
| 17 | 
            +
                    }
         | 
| 18 | 
            +
                  ],
         | 
| 19 | 
            +
                  "name": "addSeconds",
         | 
| 20 | 
            +
                  "outputs": [
         | 
| 21 | 
            +
                    {
         | 
| 22 | 
            +
                      "internalType": "Timestamp",
         | 
| 23 | 
            +
                      "name": "",
         | 
| 24 | 
            +
                      "type": "uint40"
         | 
| 25 | 
            +
                    }
         | 
| 26 | 
            +
                  ],
         | 
| 27 | 
            +
                  "stateMutability": "pure",
         | 
| 28 | 
            +
                  "type": "function"
         | 
| 29 | 
            +
                },
         | 
| 30 | 
            +
                {
         | 
| 31 | 
            +
                  "inputs": [],
         | 
| 32 | 
            +
                  "name": "blockTimestamp",
         | 
| 33 | 
            +
                  "outputs": [
         | 
| 34 | 
            +
                    {
         | 
| 35 | 
            +
                      "internalType": "Timestamp",
         | 
| 36 | 
            +
                      "name": "",
         | 
| 37 | 
            +
                      "type": "uint40"
         | 
| 38 | 
            +
                    }
         | 
| 39 | 
            +
                  ],
         | 
| 40 | 
            +
                  "stateMutability": "view",
         | 
| 41 | 
            +
                  "type": "function"
         | 
| 42 | 
            +
                },
         | 
| 43 | 
            +
                {
         | 
| 44 | 
            +
                  "inputs": [
         | 
| 45 | 
            +
                    {
         | 
| 46 | 
            +
                      "internalType": "Timestamp",
         | 
| 47 | 
            +
                      "name": "a",
         | 
| 48 | 
            +
                      "type": "uint40"
         | 
| 49 | 
            +
                    },
         | 
| 50 | 
            +
                    {
         | 
| 51 | 
            +
                      "internalType": "Timestamp",
         | 
| 52 | 
            +
                      "name": "b",
         | 
| 53 | 
            +
                      "type": "uint40"
         | 
| 54 | 
            +
                    }
         | 
| 55 | 
            +
                  ],
         | 
| 56 | 
            +
                  "name": "eq",
         | 
| 57 | 
            +
                  "outputs": [
         | 
| 58 | 
            +
                    {
         | 
| 59 | 
            +
                      "internalType": "bool",
         | 
| 60 | 
            +
                      "name": "isSame",
         | 
| 61 | 
            +
                      "type": "bool"
         | 
| 62 | 
            +
                    }
         | 
| 63 | 
            +
                  ],
         | 
| 64 | 
            +
                  "stateMutability": "pure",
         | 
| 65 | 
            +
                  "type": "function"
         | 
| 66 | 
            +
                },
         | 
| 67 | 
            +
                {
         | 
| 68 | 
            +
                  "inputs": [
         | 
| 69 | 
            +
                    {
         | 
| 70 | 
            +
                      "internalType": "Timestamp",
         | 
| 71 | 
            +
                      "name": "timestamp",
         | 
| 72 | 
            +
                      "type": "uint40"
         | 
| 73 | 
            +
                    }
         | 
| 74 | 
            +
                  ],
         | 
| 75 | 
            +
                  "name": "eqz",
         | 
| 76 | 
            +
                  "outputs": [
         | 
| 77 | 
            +
                    {
         | 
| 78 | 
            +
                      "internalType": "bool",
         | 
| 79 | 
            +
                      "name": "",
         | 
| 80 | 
            +
                      "type": "bool"
         | 
| 81 | 
            +
                    }
         | 
| 82 | 
            +
                  ],
         | 
| 83 | 
            +
                  "stateMutability": "pure",
         | 
| 84 | 
            +
                  "type": "function"
         | 
| 85 | 
            +
                },
         | 
| 86 | 
            +
                {
         | 
| 87 | 
            +
                  "inputs": [
         | 
| 88 | 
            +
                    {
         | 
| 89 | 
            +
                      "internalType": "Timestamp",
         | 
| 90 | 
            +
                      "name": "a",
         | 
| 91 | 
            +
                      "type": "uint40"
         | 
| 92 | 
            +
                    },
         | 
| 93 | 
            +
                    {
         | 
| 94 | 
            +
                      "internalType": "Timestamp",
         | 
| 95 | 
            +
                      "name": "b",
         | 
| 96 | 
            +
                      "type": "uint40"
         | 
| 97 | 
            +
                    }
         | 
| 98 | 
            +
                  ],
         | 
| 99 | 
            +
                  "name": "gt",
         | 
| 100 | 
            +
                  "outputs": [
         | 
| 101 | 
            +
                    {
         | 
| 102 | 
            +
                      "internalType": "bool",
         | 
| 103 | 
            +
                      "name": "isAfter",
         | 
| 104 | 
            +
                      "type": "bool"
         | 
| 105 | 
            +
                    }
         | 
| 106 | 
            +
                  ],
         | 
| 107 | 
            +
                  "stateMutability": "pure",
         | 
| 108 | 
            +
                  "type": "function"
         | 
| 109 | 
            +
                },
         | 
| 110 | 
            +
                {
         | 
| 111 | 
            +
                  "inputs": [
         | 
| 112 | 
            +
                    {
         | 
| 113 | 
            +
                      "internalType": "Timestamp",
         | 
| 114 | 
            +
                      "name": "a",
         | 
| 115 | 
            +
                      "type": "uint40"
         | 
| 116 | 
            +
                    },
         | 
| 117 | 
            +
                    {
         | 
| 118 | 
            +
                      "internalType": "Timestamp",
         | 
| 119 | 
            +
                      "name": "b",
         | 
| 120 | 
            +
                      "type": "uint40"
         | 
| 121 | 
            +
                    }
         | 
| 122 | 
            +
                  ],
         | 
| 123 | 
            +
                  "name": "gte",
         | 
| 124 | 
            +
                  "outputs": [
         | 
| 125 | 
            +
                    {
         | 
| 126 | 
            +
                      "internalType": "bool",
         | 
| 127 | 
            +
                      "name": "isAfterOrSame",
         | 
| 128 | 
            +
                      "type": "bool"
         | 
| 129 | 
            +
                    }
         | 
| 130 | 
            +
                  ],
         | 
| 131 | 
            +
                  "stateMutability": "pure",
         | 
| 132 | 
            +
                  "type": "function"
         | 
| 133 | 
            +
                },
         | 
| 134 | 
            +
                {
         | 
| 135 | 
            +
                  "inputs": [
         | 
| 136 | 
            +
                    {
         | 
| 137 | 
            +
                      "internalType": "Timestamp",
         | 
| 138 | 
            +
                      "name": "timestamp",
         | 
| 139 | 
            +
                      "type": "uint40"
         | 
| 140 | 
            +
                    }
         | 
| 141 | 
            +
                  ],
         | 
| 142 | 
            +
                  "name": "gtz",
         | 
| 143 | 
            +
                  "outputs": [
         | 
| 144 | 
            +
                    {
         | 
| 145 | 
            +
                      "internalType": "bool",
         | 
| 146 | 
            +
                      "name": "",
         | 
| 147 | 
            +
                      "type": "bool"
         | 
| 148 | 
            +
                    }
         | 
| 149 | 
            +
                  ],
         | 
| 150 | 
            +
                  "stateMutability": "pure",
         | 
| 151 | 
            +
                  "type": "function"
         | 
| 152 | 
            +
                },
         | 
| 153 | 
            +
                {
         | 
| 154 | 
            +
                  "inputs": [
         | 
| 155 | 
            +
                    {
         | 
| 156 | 
            +
                      "internalType": "Timestamp",
         | 
| 157 | 
            +
                      "name": "a",
         | 
| 158 | 
            +
                      "type": "uint40"
         | 
| 159 | 
            +
                    },
         | 
| 160 | 
            +
                    {
         | 
| 161 | 
            +
                      "internalType": "Timestamp",
         | 
| 162 | 
            +
                      "name": "b",
         | 
| 163 | 
            +
                      "type": "uint40"
         | 
| 164 | 
            +
                    }
         | 
| 165 | 
            +
                  ],
         | 
| 166 | 
            +
                  "name": "lt",
         | 
| 167 | 
            +
                  "outputs": [
         | 
| 168 | 
            +
                    {
         | 
| 169 | 
            +
                      "internalType": "bool",
         | 
| 170 | 
            +
                      "name": "isBefore",
         | 
| 171 | 
            +
                      "type": "bool"
         | 
| 172 | 
            +
                    }
         | 
| 173 | 
            +
                  ],
         | 
| 174 | 
            +
                  "stateMutability": "pure",
         | 
| 175 | 
            +
                  "type": "function"
         | 
| 176 | 
            +
                },
         | 
| 177 | 
            +
                {
         | 
| 178 | 
            +
                  "inputs": [
         | 
| 179 | 
            +
                    {
         | 
| 180 | 
            +
                      "internalType": "Timestamp",
         | 
| 181 | 
            +
                      "name": "a",
         | 
| 182 | 
            +
                      "type": "uint40"
         | 
| 183 | 
            +
                    },
         | 
| 184 | 
            +
                    {
         | 
| 185 | 
            +
                      "internalType": "Timestamp",
         | 
| 186 | 
            +
                      "name": "b",
         | 
| 187 | 
            +
                      "type": "uint40"
         | 
| 188 | 
            +
                    }
         | 
| 189 | 
            +
                  ],
         | 
| 190 | 
            +
                  "name": "lte",
         | 
| 191 | 
            +
                  "outputs": [
         | 
| 192 | 
            +
                    {
         | 
| 193 | 
            +
                      "internalType": "bool",
         | 
| 194 | 
            +
                      "name": "isBeforeOrSame",
         | 
| 195 | 
            +
                      "type": "bool"
         | 
| 196 | 
            +
                    }
         | 
| 197 | 
            +
                  ],
         | 
| 198 | 
            +
                  "stateMutability": "pure",
         | 
| 199 | 
            +
                  "type": "function"
         | 
| 200 | 
            +
                },
         | 
| 201 | 
            +
                {
         | 
| 202 | 
            +
                  "inputs": [],
         | 
| 203 | 
            +
                  "name": "max",
         | 
| 204 | 
            +
                  "outputs": [
         | 
| 205 | 
            +
                    {
         | 
| 206 | 
            +
                      "internalType": "Timestamp",
         | 
| 207 | 
            +
                      "name": "",
         | 
| 208 | 
            +
                      "type": "uint40"
         | 
| 209 | 
            +
                    }
         | 
| 210 | 
            +
                  ],
         | 
| 211 | 
            +
                  "stateMutability": "pure",
         | 
| 212 | 
            +
                  "type": "function"
         | 
| 213 | 
            +
                },
         | 
| 214 | 
            +
                {
         | 
| 215 | 
            +
                  "inputs": [
         | 
| 216 | 
            +
                    {
         | 
| 217 | 
            +
                      "internalType": "Timestamp",
         | 
| 218 | 
            +
                      "name": "a",
         | 
| 219 | 
            +
                      "type": "uint40"
         | 
| 220 | 
            +
                    },
         | 
| 221 | 
            +
                    {
         | 
| 222 | 
            +
                      "internalType": "Timestamp",
         | 
| 223 | 
            +
                      "name": "b",
         | 
| 224 | 
            +
                      "type": "uint40"
         | 
| 225 | 
            +
                    }
         | 
| 226 | 
            +
                  ],
         | 
| 227 | 
            +
                  "name": "ne",
         | 
| 228 | 
            +
                  "outputs": [
         | 
| 229 | 
            +
                    {
         | 
| 230 | 
            +
                      "internalType": "bool",
         | 
| 231 | 
            +
                      "name": "isDifferent",
         | 
| 232 | 
            +
                      "type": "bool"
         | 
| 233 | 
            +
                    }
         | 
| 234 | 
            +
                  ],
         | 
| 235 | 
            +
                  "stateMutability": "pure",
         | 
| 236 | 
            +
                  "type": "function"
         | 
| 237 | 
            +
                },
         | 
| 238 | 
            +
                {
         | 
| 239 | 
            +
                  "inputs": [
         | 
| 240 | 
            +
                    {
         | 
| 241 | 
            +
                      "internalType": "Timestamp",
         | 
| 242 | 
            +
                      "name": "timestamp",
         | 
| 243 | 
            +
                      "type": "uint40"
         | 
| 244 | 
            +
                    }
         | 
| 245 | 
            +
                  ],
         | 
| 246 | 
            +
                  "name": "toInt",
         | 
| 247 | 
            +
                  "outputs": [
         | 
| 248 | 
            +
                    {
         | 
| 249 | 
            +
                      "internalType": "uint256",
         | 
| 250 | 
            +
                      "name": "",
         | 
| 251 | 
            +
                      "type": "uint256"
         | 
| 252 | 
            +
                    }
         | 
| 253 | 
            +
                  ],
         | 
| 254 | 
            +
                  "stateMutability": "pure",
         | 
| 255 | 
            +
                  "type": "function"
         | 
| 256 | 
            +
                },
         | 
| 257 | 
            +
                {
         | 
| 258 | 
            +
                  "inputs": [],
         | 
| 259 | 
            +
                  "name": "zero",
         | 
| 260 | 
            +
                  "outputs": [
         | 
| 261 | 
            +
                    {
         | 
| 262 | 
            +
                      "internalType": "Timestamp",
         | 
| 263 | 
            +
                      "name": "",
         | 
| 264 | 
            +
                      "type": "uint40"
         | 
| 265 | 
            +
                    }
         | 
| 266 | 
            +
                  ],
         | 
| 267 | 
            +
                  "stateMutability": "pure",
         | 
| 268 | 
            +
                  "type": "function"
         | 
| 269 | 
            +
                }
         | 
| 270 | 
            +
              ],
         | 
| 271 | 
            +
              "bytecode": "0x6103dc610034600b8282823980515f1a607314602857634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100d6575f3560e01c8063a5798b4e11610093578063bc1b392d1161006e578063bc1b392d146101a4578063c24922ce146101aa578063da09d484146101bd578063ddf3d631146101e3575f80fd5b8063a5798b4e14610178578063adb618321461018b578063add9ce9914610191575f80fd5b80636ac5db19146100da578063790a38ad146100fc57806383ffcdef146101255780638d38cd4b1461013857806394335b1a146101525780639df8763914610165575b5f80fd5b64ffffffffff5b60405164ffffffffff90911681526020015b60405180910390f35b61011561010a366004610317565b64ffffffffff161590565b60405190151581526020016100f3565b610115610133366004610339565b6101f6565b610115610146366004610317565b64ffffffffff16151590565b610115610160366004610339565b61020e565b610115610173366004610339565b610222565b6100e1610186366004610339565b610235565b426100e1565b61011561019f366004610339565b6102c7565b5f6100e1565b6101156101b8366004610339565b6102da565b6101d56101cb366004610317565b64ffffffffff1690565b6040519081526020016100f3565b6101156101f1366004610339565b6102ee565b5f64ffffffffff808316908416115b90505b92915050565b5f64ffffffffff8083169084161115610205565b5f64ffffffffff80841690831614610205565b604051633682752160e21b815264ffffffffff821660048201525f906102059073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af415801561028f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102b39190610370565b6102c49064ffffffffff8616610387565b90565b5f64ffffffffff80831690841610610205565b5f64ffffffffff8083169084161015610205565b5f64ffffffffff8084169083161415610205565b64ffffffffff81168114610314575f80fd5b50565b5f60208284031215610327575f80fd5b813561033281610302565b9392505050565b5f806040838503121561034a575f80fd5b823561035581610302565b9150602083013561036581610302565b809150509250929050565b5f60208284031215610380575f80fd5b5051919050565b8082018082111561020857634e487b7160e01b5f52601160045260245ffdfea2646970667358221220178c0d987f4f1d3fdb44d3a94a6db5ec1f1270fc65fc8ea13f2e5ad50a0303d164736f6c634300081a0033",
         | 
| 272 | 
            +
              "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600436106100d6575f3560e01c8063a5798b4e11610093578063bc1b392d1161006e578063bc1b392d146101a4578063c24922ce146101aa578063da09d484146101bd578063ddf3d631146101e3575f80fd5b8063a5798b4e14610178578063adb618321461018b578063add9ce9914610191575f80fd5b80636ac5db19146100da578063790a38ad146100fc57806383ffcdef146101255780638d38cd4b1461013857806394335b1a146101525780639df8763914610165575b5f80fd5b64ffffffffff5b60405164ffffffffff90911681526020015b60405180910390f35b61011561010a366004610317565b64ffffffffff161590565b60405190151581526020016100f3565b610115610133366004610339565b6101f6565b610115610146366004610317565b64ffffffffff16151590565b610115610160366004610339565b61020e565b610115610173366004610339565b610222565b6100e1610186366004610339565b610235565b426100e1565b61011561019f366004610339565b6102c7565b5f6100e1565b6101156101b8366004610339565b6102da565b6101d56101cb366004610317565b64ffffffffff1690565b6040519081526020016100f3565b6101156101f1366004610339565b6102ee565b5f64ffffffffff808316908416115b90505b92915050565b5f64ffffffffff8083169084161115610205565b5f64ffffffffff80841690831614610205565b604051633682752160e21b815264ffffffffff821660048201525f906102059073__$71e292c09eace9601b3e21e68a1278917a$__9063da09d48490602401602060405180830381865af415801561028f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102b39190610370565b6102c49064ffffffffff8616610387565b90565b5f64ffffffffff80831690841610610205565b5f64ffffffffff8083169084161015610205565b5f64ffffffffff8084169083161415610205565b64ffffffffff81168114610314575f80fd5b50565b5f60208284031215610327575f80fd5b813561033281610302565b9392505050565b5f806040838503121561034a575f80fd5b823561035581610302565b9150602083013561036581610302565b809150509250929050565b5f60208284031215610380575f80fd5b5051919050565b8082018082111561020857634e487b7160e01b5f52601160045260245ffdfea2646970667358221220178c0d987f4f1d3fdb44d3a94a6db5ec1f1270fc65fc8ea13f2e5ad50a0303d164736f6c634300081a0033",
         | 
| 273 | 
            +
              "linkReferences": {
         | 
| 274 | 
            +
                "contracts/type/Seconds.sol": {
         | 
| 275 | 
            +
                  "SecondsLib": [
         | 
| 276 | 
            +
                    {
         | 
| 277 | 
            +
                      "length": 20,
         | 
| 278 | 
            +
                      "start": 651
         | 
| 279 | 
            +
                    }
         | 
| 280 | 
            +
                  ]
         | 
| 281 | 
            +
                }
         | 
| 282 | 
            +
              },
         | 
| 283 | 
            +
              "deployedLinkReferences": {
         | 
| 284 | 
            +
                "contracts/type/Seconds.sol": {
         | 
| 285 | 
            +
                  "SecondsLib": [
         | 
| 286 | 
            +
                    {
         | 
| 287 | 
            +
                      "length": 20,
         | 
| 288 | 
            +
                      "start": 599
         | 
| 289 | 
            +
                    }
         | 
| 290 | 
            +
                  ]
         | 
| 291 | 
            +
                }
         | 
| 292 | 
            +
              }
         | 
| 293 | 
            +
            }
         | 
| @@ -0,0 +1,10 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "MathLib",
         | 
| 4 | 
            +
              "sourceName": "contracts/type/UFixed.sol",
         | 
| 5 | 
            +
              "abi": [],
         | 
| 6 | 
            +
              "bytecode": "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212202cc980bf0a430ee2301014388bd392a4e0ea428e49d43fae39937ef0e86afdc464736f6c634300081a0033",
         | 
| 7 | 
            +
              "deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f80fdfea26469706673582212202cc980bf0a430ee2301014388bd392a4e0ea428e49d43fae39937ef0e86afdc464736f6c634300081a0033",
         | 
| 8 | 
            +
              "linkReferences": {},
         | 
| 9 | 
            +
              "deployedLinkReferences": {}
         | 
| 10 | 
            +
            }
         |