@etherisc/gif-next 0.0.2-eb1b869-461 → 0.0.2-eb4b6ab-521
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 +405 -20
 - package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
 - package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
 - package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
 - package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
 - package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1341 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
 - package/artifacts/contracts/{registry/IRegistry.sol/IOwnable.json → authorization/AccessAdmin.sol/IAccessManagedChecker.json} +4 -4
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1434 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
 - package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
 - package/artifacts/contracts/{instance/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 +1092 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1322 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
 - package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1016 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1501 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +860 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +915 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1008 -0
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1475 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2040 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1479 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +470 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1195 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1655 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +502 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2408 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +470 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.json +299 -1057
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +759 -0
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +430 -1243
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1800 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +574 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2339 -0
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1025 -0
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +744 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3718 -0
 - package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -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 +223 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
 - package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
 - package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -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/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
 - package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IDistribution.sol/IDistribution.json} +2 -2
 - package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
 - package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
 - package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
 - package/artifacts/contracts/instance/{treasury/ITreasury.sol/ITreasury.json → module/IRisk.sol/IRisk.json} +2 -2
 - 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 +959 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -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 +774 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +875 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1252 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1367 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +820 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +946 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +907 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1309 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.json +1027 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1626 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +792 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +813 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +728 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1161 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1538 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +860 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +597 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1082 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +968 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +602 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1018 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +453 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1320 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +930 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
 - package/artifacts/contracts/product/Product.sol/Product.json +1119 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +637 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +724 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1030 -27
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1043 -0
 - package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
 - package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +1547 -119
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1861 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1269 -0
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +735 -0
 - package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1795 -0
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
 - package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1325 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -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 +707 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1597 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +824 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +485 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +541 -0
 - package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
 - package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
 - package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
 - package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
 - package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.json +632 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1221 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +709 -0
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
 - package/artifacts/contracts/{instance/lifecycle → shared}/ILifecycle.sol/ILifecycle.json +65 -53
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
 - package/artifacts/contracts/{registry/Registry.sol/Registerable.json → shared/INftOwnable.sol/INftOwnable.json} +57 -76
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
 - package/artifacts/contracts/{instance/component/ComponentModule.sol/ComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +165 -135
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IService.sol/IService.json +399 -0
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
 - package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +797 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
 - package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
 - package/artifacts/contracts/{instance/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/Lifecycle.sol/Lifecycle.json} +50 -58
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +378 -0
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
 - package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
 - package/artifacts/contracts/shared/Service.sol/Service.json +453 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +822 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1447 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1067 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
 - package/artifacts/contracts/staking/Staking.sol/Staking.json +1849 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +788 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1272 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +732 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
 - package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -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 +398 -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 +203 -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 +317 -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/Key32Set.sol/LibKey32Set.dbg.json +4 -0
 - package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -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 +199 -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 +246 -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/type/StateId.sol/StateIdLib.json +105 -0
 - 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 +312 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.json +113 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
 - package/contracts/accounting/AccountingService.sol +262 -0
 - package/contracts/accounting/AccountingServiceManager.sol +38 -0
 - package/contracts/accounting/IAccountingService.sol +45 -0
 - package/contracts/authorization/AccessAdmin.sol +659 -0
 - package/contracts/authorization/AccessManagerCloneable.sol +149 -0
 - package/contracts/authorization/Authorization.sol +289 -0
 - package/contracts/authorization/IAccess.sol +49 -0
 - package/contracts/authorization/IAccessAdmin.sol +140 -0
 - package/contracts/authorization/IAuthorization.sol +60 -0
 - package/contracts/authorization/IServiceAuthorization.sol +40 -0
 - package/contracts/authorization/ServiceAuthorization.sol +106 -0
 - package/contracts/distribution/BasicDistribution.sol +139 -0
 - package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
 - package/contracts/distribution/Distribution.sol +287 -0
 - package/contracts/distribution/DistributionService.sol +357 -0
 - package/contracts/distribution/DistributionServiceManager.sol +39 -0
 - package/contracts/distribution/IDistributionComponent.sol +52 -0
 - package/contracts/distribution/IDistributionService.sol +100 -0
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +90 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
 - package/contracts/examples/fire/FireProduct.sol +438 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +57 -0
 - package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +107 -0
 - package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +370 -0
 - package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
 - package/contracts/instance/BundleSet.sol +130 -0
 - package/contracts/instance/IInstance.sol +63 -22
 - package/contracts/instance/IInstanceService.sol +72 -0
 - package/contracts/instance/Instance.sol +218 -55
 - package/contracts/instance/InstanceAdmin.sol +326 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +225 -0
 - package/contracts/instance/InstanceReader.sol +596 -0
 - package/contracts/instance/InstanceService.sol +404 -0
 - package/contracts/instance/InstanceServiceManager.sol +39 -0
 - package/contracts/instance/InstanceStore.sol +298 -0
 - package/contracts/instance/RiskSet.sol +118 -0
 - package/contracts/instance/base/BalanceStore.sol +123 -0
 - package/contracts/instance/base/Cloneable.sol +28 -0
 - package/contracts/instance/base/ObjectCounter.sol +20 -0
 - package/contracts/instance/base/ObjectLifecycle.sol +113 -0
 - package/contracts/instance/base/ObjectSet.sol +77 -0
 - package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
 - package/contracts/instance/module/IAccess.sol +46 -0
 - package/contracts/instance/module/IBundle.sol +20 -0
 - package/contracts/instance/module/IComponents.sol +51 -0
 - package/contracts/instance/module/IDistribution.sol +41 -0
 - package/contracts/instance/module/IPolicy.sol +85 -0
 - package/contracts/instance/module/IRisk.sol +14 -0
 - package/contracts/mock/Dip.sol +2 -2
 - package/contracts/oracle/BasicOracle.sol +47 -0
 - package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
 - package/contracts/oracle/IOracle.sol +36 -0
 - package/contracts/oracle/IOracleComponent.sol +33 -0
 - package/contracts/oracle/IOracleService.sol +66 -0
 - package/contracts/oracle/Oracle.sol +156 -0
 - package/contracts/oracle/OracleService.sol +310 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +175 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +68 -0
 - package/contracts/pool/BundleService.sol +425 -0
 - package/contracts/pool/BundleServiceManager.sol +39 -0
 - package/contracts/pool/IBundleService.sol +121 -0
 - package/contracts/pool/IPoolComponent.sol +62 -0
 - package/contracts/pool/IPoolService.sol +153 -0
 - package/contracts/pool/Pool.sol +345 -0
 - package/contracts/pool/PoolService.sol +615 -0
 - package/contracts/pool/PoolServiceManager.sol +39 -0
 - package/contracts/product/ApplicationService.sol +259 -0
 - package/contracts/product/ApplicationServiceManager.sol +38 -0
 - package/contracts/product/BasicProduct.sol +51 -0
 - package/contracts/product/BasicProductAuthorization.sol +41 -0
 - package/contracts/product/ClaimService.sol +708 -0
 - package/contracts/product/ClaimServiceManager.sol +38 -0
 - package/contracts/product/IApplicationService.sol +66 -0
 - package/contracts/product/IClaimService.sol +136 -0
 - package/contracts/product/IPolicyService.sol +90 -0
 - package/contracts/product/IPricingService.sol +39 -0
 - package/contracts/product/IProductComponent.sol +62 -0
 - package/contracts/product/IRiskService.sol +33 -0
 - package/contracts/product/PolicyService.sol +736 -0
 - package/contracts/product/PolicyServiceManager.sol +39 -0
 - package/contracts/product/PricingService.sol +304 -0
 - package/contracts/product/PricingServiceManager.sol +39 -0
 - package/contracts/product/Product.sol +463 -0
 - package/contracts/product/RiskService.sol +151 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +175 -61
 - package/contracts/registry/IRegistry.sol +142 -45
 - package/contracts/registry/IRegistryService.sol +62 -0
 - package/contracts/registry/IRelease.sol +26 -0
 - package/contracts/registry/ITransferInterceptor.sol +6 -0
 - package/contracts/registry/Registry.sol +677 -133
 - package/contracts/registry/RegistryAdmin.sol +344 -0
 - package/contracts/registry/RegistryService.sol +241 -0
 - package/contracts/registry/RegistryServiceManager.sol +53 -0
 - package/contracts/registry/ReleaseAdmin.sol +245 -0
 - package/contracts/registry/ReleaseLifecycle.sol +32 -0
 - package/contracts/registry/ReleaseRegistry.sol +511 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +242 -0
 - package/contracts/registry/TokenRegistry.sol +313 -0
 - package/contracts/shared/Component.sol +226 -0
 - package/contracts/shared/ComponentService.sol +700 -0
 - package/contracts/shared/ComponentServiceManager.sol +38 -0
 - package/contracts/shared/ComponentVerifyingService.sol +128 -0
 - package/contracts/shared/ContractLib.sol +252 -0
 - package/contracts/shared/IComponent.sol +61 -0
 - package/contracts/shared/IComponentService.sol +116 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
 - package/contracts/shared/IKeyValueStore.sol +54 -0
 - package/contracts/shared/ILifecycle.sol +31 -0
 - package/contracts/shared/INftOwnable.sol +25 -0
 - package/contracts/shared/IPolicyHolder.sol +35 -0
 - package/contracts/shared/IRegisterable.sol +37 -0
 - package/contracts/shared/IRegistryLinked.sol +11 -0
 - package/contracts/shared/IService.sol +23 -0
 - package/contracts/shared/InitializableERC165.sol +27 -0
 - package/contracts/shared/InstanceLinkedComponent.sol +197 -0
 - package/contracts/shared/KeyValueStore.sol +131 -0
 - package/contracts/shared/Lifecycle.sol +88 -0
 - package/contracts/shared/NftIdSet.sol +65 -0
 - package/contracts/shared/NftOwnable.sol +127 -0
 - package/contracts/shared/PolicyHolder.sol +62 -0
 - package/contracts/shared/Registerable.sol +109 -0
 - package/contracts/shared/RegistryLinked.sol +38 -0
 - package/contracts/shared/Service.sol +65 -0
 - package/contracts/shared/TokenHandler.sol +389 -0
 - package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
 - package/contracts/staking/IStaking.sol +173 -0
 - package/contracts/staking/IStakingService.sol +157 -0
 - package/contracts/staking/StakeManagerLib.sol +224 -0
 - package/contracts/staking/Staking.sol +526 -0
 - package/contracts/staking/StakingLifecycle.sol +23 -0
 - package/contracts/staking/StakingManager.sol +52 -0
 - package/contracts/staking/StakingReader.sol +190 -0
 - package/contracts/staking/StakingService.sol +439 -0
 - package/contracts/staking/StakingServiceManager.sol +44 -0
 - package/contracts/staking/StakingStore.sol +605 -0
 - package/contracts/staking/TargetManagerLib.sol +211 -0
 - package/contracts/type/AddressSet.sol +58 -0
 - package/contracts/type/Amount.sol +150 -0
 - package/contracts/{types → type}/Blocknumber.sol +27 -3
 - package/contracts/type/ClaimId.sol +80 -0
 - package/contracts/type/DistributorType.sol +55 -0
 - package/contracts/type/Fee.sol +66 -0
 - package/contracts/type/Key32.sol +50 -0
 - package/contracts/type/Key32Set.sol +62 -0
 - package/contracts/type/NftId.sol +85 -0
 - package/contracts/type/NftIdSet.sol +62 -0
 - package/contracts/type/ObjectType.sol +290 -0
 - package/contracts/type/PayoutId.sol +82 -0
 - package/contracts/type/Referral.sol +90 -0
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/type/RiskId.sol +74 -0
 - package/contracts/type/RoleId.sol +165 -0
 - package/contracts/type/Seconds.sol +101 -0
 - package/contracts/type/Selector.sol +102 -0
 - package/contracts/{types → type}/StateId.sol +64 -6
 - package/contracts/type/String.sol +53 -0
 - package/contracts/{types → type}/Timestamp.sol +51 -12
 - package/contracts/{types → type}/UFixed.sol +58 -23
 - package/contracts/type/Version.sol +120 -0
 - package/contracts/upgradeability/IVersionable.sol +53 -0
 - package/contracts/upgradeability/ProxyManager.sol +232 -0
 - package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
 - package/contracts/upgradeability/Versionable.sol +59 -0
 - package/package.json +17 -7
 - package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
 - package/artifacts/contracts/components/Component.sol/Component.json +0 -205
 - package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
 - package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
 - package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -255
 - package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -74
 - package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
 - package/artifacts/contracts/components/Pool.sol/Pool.json +0 -328
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.json +0 -346
 - 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/ISM.json +0 -124
 - 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/access/Access.sol/AccessModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
 - package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
 - package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
 - package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
 - package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
 - package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
 - package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -202
 - package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
 - package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
 - package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -205
 - package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -217
 - package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -141
 - package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
 - package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
 - package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
 - package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -254
 - package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -254
 - package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
 - package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -129
 - package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -155
 - package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
 - package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -127
 - package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
 - package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -196
 - package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
 - package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.json +0 -490
 - package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
 - package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.json +0 -45
 - package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.json +0 -490
 - package/artifacts/contracts/mock/Dip.sol/DIP.dbg.json +0 -4
 - package/artifacts/contracts/mock/Dip.sol/DIP.json +0 -338
 - package/artifacts/contracts/mock/TestPool.sol/TestPool.dbg.json +0 -4
 - package/artifacts/contracts/mock/TestPool.sol/TestPool.json +0 -294
 - package/artifacts/contracts/mock/TestProduct.sol/TestProduct.dbg.json +0 -4
 - package/artifacts/contracts/mock/TestProduct.sol/TestProduct.json +0 -384
 - package/artifacts/contracts/mock/Usdc.sol/USDC.dbg.json +0 -4
 - package/artifacts/contracts/mock/Usdc.sol/USDC.json +0 -338
 - 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/IRegistry.sol/IOwnable.dbg.json +0 -4
 - package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
 - package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
 - package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
 - package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
 - package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
 - 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/NftId.sol/NftIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
 - 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/StateId.sol/StateIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
 - package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
 - package/contracts/components/Component.sol +0 -77
 - package/contracts/components/IPool.sol +0 -15
 - package/contracts/components/IProduct.sol +0 -16
 - package/contracts/components/Pool.sol +0 -52
 - package/contracts/components/Product.sol +0 -89
 - 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/access/Access.sol +0 -165
 - package/contracts/instance/access/IAccess.sol +0 -63
 - package/contracts/instance/component/ComponentModule.sol +0 -274
 - package/contracts/instance/component/IComponent.sol +0 -74
 - package/contracts/instance/lifecycle/ILifecycle.sol +0 -47
 - package/contracts/instance/lifecycle/LifecycleModule.sol +0 -88
 - package/contracts/instance/policy/IPolicy.sol +0 -50
 - package/contracts/instance/policy/PolicyModule.sol +0 -114
 - package/contracts/instance/pool/IPoolModule.sol +0 -23
 - package/contracts/instance/pool/PoolModule.sol +0 -81
 - package/contracts/instance/product/IProductService.sol +0 -36
 - package/contracts/instance/product/ProductService.sol +0 -136
 - package/contracts/instance/treasury/ITreasury.sol +0 -91
 - package/contracts/instance/treasury/TokenHandler.sol +0 -24
 - package/contracts/instance/treasury/TreasuryModule.sol +0 -168
 - package/contracts/mock/TestPool.sol +0 -16
 - package/contracts/mock/TestProduct.sol +0 -39
 - package/contracts/mock/Usdc.sol +0 -26
 - package/contracts/registry/IChainNft.sol +0 -21
 - package/contracts/types/ChainId.sol +0 -38
 - package/contracts/types/Fee.sol +0 -32
 - package/contracts/types/NftId.sol +0 -51
 - package/contracts/types/ObjectType.sol +0 -107
 
| 
         @@ -0,0 +1,369 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "_format": "hh-sol-artifact-1",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "contractName": "RoleIdLib",
         
     | 
| 
      
 4 
     | 
    
         
            +
              "sourceName": "contracts/type/RoleId.sol",
         
     | 
| 
      
 5 
     | 
    
         
            +
              "abi": [
         
     | 
| 
      
 6 
     | 
    
         
            +
                {
         
     | 
| 
      
 7 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 8 
     | 
    
         
            +
                  "name": "ALL_VERSIONS",
         
     | 
| 
      
 9 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 10 
     | 
    
         
            +
                    {
         
     | 
| 
      
 11 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 12 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 13 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 14 
     | 
    
         
            +
                    }
         
     | 
| 
      
 15 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 16 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 17 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 18 
     | 
    
         
            +
                },
         
     | 
| 
      
 19 
     | 
    
         
            +
                {
         
     | 
| 
      
 20 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 21 
     | 
    
         
            +
                  "name": "COMPONENT_ROLE_FACTOR",
         
     | 
| 
      
 22 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 23 
     | 
    
         
            +
                    {
         
     | 
| 
      
 24 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 25 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 26 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 27 
     | 
    
         
            +
                    }
         
     | 
| 
      
 28 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 29 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 30 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 31 
     | 
    
         
            +
                },
         
     | 
| 
      
 32 
     | 
    
         
            +
                {
         
     | 
| 
      
 33 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 34 
     | 
    
         
            +
                  "name": "CUSTOM_ROLE_MIN_INT",
         
     | 
| 
      
 35 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 36 
     | 
    
         
            +
                    {
         
     | 
| 
      
 37 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 38 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 39 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 40 
     | 
    
         
            +
                    }
         
     | 
| 
      
 41 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 42 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 43 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 44 
     | 
    
         
            +
                },
         
     | 
| 
      
 45 
     | 
    
         
            +
                {
         
     | 
| 
      
 46 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 47 
     | 
    
         
            +
                  "name": "SERVICE_DOMAIN_ROLE_FACTOR",
         
     | 
| 
      
 48 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 49 
     | 
    
         
            +
                    {
         
     | 
| 
      
 50 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 51 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 52 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 53 
     | 
    
         
            +
                    }
         
     | 
| 
      
 54 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 55 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 56 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 57 
     | 
    
         
            +
                },
         
     | 
| 
      
 58 
     | 
    
         
            +
                {
         
     | 
| 
      
 59 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 60 
     | 
    
         
            +
                    {
         
     | 
| 
      
 61 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 62 
     | 
    
         
            +
                      "name": "a",
         
     | 
| 
      
 63 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 64 
     | 
    
         
            +
                    }
         
     | 
| 
      
 65 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 66 
     | 
    
         
            +
                  "name": "eqz",
         
     | 
| 
      
 67 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 68 
     | 
    
         
            +
                    {
         
     | 
| 
      
 69 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 70 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 71 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 72 
     | 
    
         
            +
                    }
         
     | 
| 
      
 73 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 74 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 75 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 76 
     | 
    
         
            +
                },
         
     | 
| 
      
 77 
     | 
    
         
            +
                {
         
     | 
| 
      
 78 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 79 
     | 
    
         
            +
                    {
         
     | 
| 
      
 80 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 81 
     | 
    
         
            +
                      "name": "a",
         
     | 
| 
      
 82 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 83 
     | 
    
         
            +
                    }
         
     | 
| 
      
 84 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 85 
     | 
    
         
            +
                  "name": "gtz",
         
     | 
| 
      
 86 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 87 
     | 
    
         
            +
                    {
         
     | 
| 
      
 88 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 89 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 90 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 91 
     | 
    
         
            +
                    }
         
     | 
| 
      
 92 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 93 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 94 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 95 
     | 
    
         
            +
                },
         
     | 
| 
      
 96 
     | 
    
         
            +
                {
         
     | 
| 
      
 97 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 98 
     | 
    
         
            +
                    {
         
     | 
| 
      
 99 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 100 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 101 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 102 
     | 
    
         
            +
                    }
         
     | 
| 
      
 103 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 104 
     | 
    
         
            +
                  "name": "roleForType",
         
     | 
| 
      
 105 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 106 
     | 
    
         
            +
                    {
         
     | 
| 
      
 107 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 108 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 109 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 110 
     | 
    
         
            +
                    }
         
     | 
| 
      
 111 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 112 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 113 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 114 
     | 
    
         
            +
                },
         
     | 
| 
      
 115 
     | 
    
         
            +
                {
         
     | 
| 
      
 116 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 117 
     | 
    
         
            +
                    {
         
     | 
| 
      
 118 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 119 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 120 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 121 
     | 
    
         
            +
                    }
         
     | 
| 
      
 122 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 123 
     | 
    
         
            +
                  "name": "roleForTypeAndAllVersions",
         
     | 
| 
      
 124 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 125 
     | 
    
         
            +
                    {
         
     | 
| 
      
 126 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 127 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 128 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 129 
     | 
    
         
            +
                    }
         
     | 
| 
      
 130 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 131 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 132 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 133 
     | 
    
         
            +
                },
         
     | 
| 
      
 134 
     | 
    
         
            +
                {
         
     | 
| 
      
 135 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 136 
     | 
    
         
            +
                    {
         
     | 
| 
      
 137 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 138 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 139 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 140 
     | 
    
         
            +
                    },
         
     | 
| 
      
 141 
     | 
    
         
            +
                    {
         
     | 
| 
      
 142 
     | 
    
         
            +
                      "internalType": "VersionPart",
         
     | 
| 
      
 143 
     | 
    
         
            +
                      "name": "majorVersion",
         
     | 
| 
      
 144 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 145 
     | 
    
         
            +
                    }
         
     | 
| 
      
 146 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 147 
     | 
    
         
            +
                  "name": "roleForTypeAndVersion",
         
     | 
| 
      
 148 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 149 
     | 
    
         
            +
                    {
         
     | 
| 
      
 150 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 151 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 152 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 153 
     | 
    
         
            +
                    }
         
     | 
| 
      
 154 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 155 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 156 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 157 
     | 
    
         
            +
                },
         
     | 
| 
      
 158 
     | 
    
         
            +
                {
         
     | 
| 
      
 159 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 160 
     | 
    
         
            +
                    {
         
     | 
| 
      
 161 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 162 
     | 
    
         
            +
                      "name": "objectType",
         
     | 
| 
      
 163 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 164 
     | 
    
         
            +
                    },
         
     | 
| 
      
 165 
     | 
    
         
            +
                    {
         
     | 
| 
      
 166 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 167 
     | 
    
         
            +
                      "name": "index",
         
     | 
| 
      
 168 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 169 
     | 
    
         
            +
                    }
         
     | 
| 
      
 170 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 171 
     | 
    
         
            +
                  "name": "toComponentRoleId",
         
     | 
| 
      
 172 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 173 
     | 
    
         
            +
                    {
         
     | 
| 
      
 174 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 175 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 176 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 177 
     | 
    
         
            +
                    }
         
     | 
| 
      
 178 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 179 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 180 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 181 
     | 
    
         
            +
                },
         
     | 
| 
      
 182 
     | 
    
         
            +
                {
         
     | 
| 
      
 183 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 184 
     | 
    
         
            +
                    {
         
     | 
| 
      
 185 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 186 
     | 
    
         
            +
                      "name": "index",
         
     | 
| 
      
 187 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 188 
     | 
    
         
            +
                    }
         
     | 
| 
      
 189 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 190 
     | 
    
         
            +
                  "name": "toCustomRoleId",
         
     | 
| 
      
 191 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 192 
     | 
    
         
            +
                    {
         
     | 
| 
      
 193 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 195 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 196 
     | 
    
         
            +
                    }
         
     | 
| 
      
 197 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 198 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 199 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 200 
     | 
    
         
            +
                },
         
     | 
| 
      
 201 
     | 
    
         
            +
                {
         
     | 
| 
      
 202 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 203 
     | 
    
         
            +
                    {
         
     | 
| 
      
 204 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 205 
     | 
    
         
            +
                      "name": "a",
         
     | 
| 
      
 206 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 207 
     | 
    
         
            +
                    }
         
     | 
| 
      
 208 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 209 
     | 
    
         
            +
                  "name": "toInt",
         
     | 
| 
      
 210 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 211 
     | 
    
         
            +
                    {
         
     | 
| 
      
 212 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 213 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 214 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 215 
     | 
    
         
            +
                    }
         
     | 
| 
      
 216 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 217 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 218 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 219 
     | 
    
         
            +
                },
         
     | 
| 
      
 220 
     | 
    
         
            +
                {
         
     | 
| 
      
 221 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 222 
     | 
    
         
            +
                    {
         
     | 
| 
      
 223 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 224 
     | 
    
         
            +
                      "name": "a",
         
     | 
| 
      
 225 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 226 
     | 
    
         
            +
                    }
         
     | 
| 
      
 227 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 228 
     | 
    
         
            +
                  "name": "toKey32",
         
     | 
| 
      
 229 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 230 
     | 
    
         
            +
                    {
         
     | 
| 
      
 231 
     | 
    
         
            +
                      "internalType": "Key32",
         
     | 
| 
      
 232 
     | 
    
         
            +
                      "name": "key",
         
     | 
| 
      
 233 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 234 
     | 
    
         
            +
                    }
         
     | 
| 
      
 235 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 236 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 237 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 238 
     | 
    
         
            +
                },
         
     | 
| 
      
 239 
     | 
    
         
            +
                {
         
     | 
| 
      
 240 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 241 
     | 
    
         
            +
                    {
         
     | 
| 
      
 242 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 243 
     | 
    
         
            +
                      "name": "a",
         
     | 
| 
      
 244 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 245 
     | 
    
         
            +
                    }
         
     | 
| 
      
 246 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 247 
     | 
    
         
            +
                  "name": "toKeyId",
         
     | 
| 
      
 248 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 249 
     | 
    
         
            +
                    {
         
     | 
| 
      
 250 
     | 
    
         
            +
                      "internalType": "KeyId",
         
     | 
| 
      
 251 
     | 
    
         
            +
                      "name": "keyId",
         
     | 
| 
      
 252 
     | 
    
         
            +
                      "type": "bytes31"
         
     | 
| 
      
 253 
     | 
    
         
            +
                    }
         
     | 
| 
      
 254 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 255 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 256 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 257 
     | 
    
         
            +
                },
         
     | 
| 
      
 258 
     | 
    
         
            +
                {
         
     | 
| 
      
 259 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 260 
     | 
    
         
            +
                    {
         
     | 
| 
      
 261 
     | 
    
         
            +
                      "internalType": "uint64",
         
     | 
| 
      
 262 
     | 
    
         
            +
                      "name": "a",
         
     | 
| 
      
 263 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 264 
     | 
    
         
            +
                    }
         
     | 
| 
      
 265 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 266 
     | 
    
         
            +
                  "name": "toRoleId",
         
     | 
| 
      
 267 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 268 
     | 
    
         
            +
                    {
         
     | 
| 
      
 269 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 270 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 271 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 272 
     | 
    
         
            +
                    }
         
     | 
| 
      
 273 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 274 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 275 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 276 
     | 
    
         
            +
                },
         
     | 
| 
      
 277 
     | 
    
         
            +
                {
         
     | 
| 
      
 278 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 279 
     | 
    
         
            +
                  "name": "zero",
         
     | 
| 
      
 280 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 281 
     | 
    
         
            +
                    {
         
     | 
| 
      
 282 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 283 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 284 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 285 
     | 
    
         
            +
                    }
         
     | 
| 
      
 286 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 287 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 288 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 289 
     | 
    
         
            +
                }
         
     | 
| 
      
 290 
     | 
    
         
            +
              ],
         
     | 
| 
      
 291 
     | 
    
         
            +
              "bytecode": "0x610794610034600b8282823980515f1a607314602857634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe7300000000000000000000000000000000000000003014608060405260043610610106575f3560e01c80637c3940bf1161009e578063a42e52e91161006e578063a42e52e9146101fd578063bc1b392d1461021a578063dda777d314610220578063f37f38f014610233575f80fd5b80637c3940bf146101665780638ed252d8146101e2578063915f1dbb1461015e57806393328fb7146101f5575f80fd5b8063616f31cc116100d9578063616f31cc1461017757806367cb8ec11461018a5780636d3d2a7e146101bc57806376d7ed4e146101cf575f80fd5b8063057182b41461010a578063163e40c51461013b57806346729cd21461015e578063545ce21c14610166575b5f80fd5b6101266101183660046105c8565b67ffffffffffffffff161590565b60405190151581526020015b60405180910390f35b610145620f424081565b60405167ffffffffffffffff9091168152602001610132565b610145606481565b6101456101743660046105c8565b90565b6101456101853660046105c8565b610254565b6101a96101983660046105c8565b60081b68ffffffffffffffff001690565b60405160ff199091168152602001610132565b6101456101ca3660046105f1565b61026b565b6101456101dd3660046105f1565b6102ec565b6101456101f036600461060c565b61037a565b610145606381565b61012661020b3660046105c8565b67ffffffffffffffff16151590565b5f610145565b61014561022e366004610643565b610412565b6102466102413660046105c8565b61051a565b604051908152602001610132565b5f61026561017483620f4240610683565b92915050565b604051632b10f60d60e21b815260ff821660048201525f9073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af41580156102bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102e191906106a3565b6102659060646106c9565b604051632b10f60d60e21b815260ff821660048201525f9060639073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af4158015610341573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061036591906106a3565b6103709060646106f3565b6102659190610715565b604051632b10f60d60e21b815260ff831660048201525f9061040b90839073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af41580156103d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103f691906106a3565b6104019060646106c9565b6101749190610683565b9392505050565b604051632b10f60d60e21b815260ff821660048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015610464573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104889190610734565b604051632b10f60d60e21b815260ff8516600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af41580156104d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fc91906106a3565b6105079060646106f3565b6001600160601b031661040b919061074b565b5f73__$4b9aaffa8d044614668dad578b824b8eee$__63f48016ce6007600885901b68ffffffffffffffff00166040516001600160e01b031960e085901b16815260ff909216600483015260ff19166024820152604401602060405180830381865af415801561058c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102659190610734565b67ffffffffffffffff811681146105c5575f80fd5b50565b5f602082840312156105d8575f80fd5b813561040b816105b0565b60ff811681146105c5575f80fd5b5f60208284031215610601575f80fd5b813561040b816105e3565b5f806040838503121561061d575f80fd5b8235610628816105e3565b91506020830135610638816105b0565b809150509250929050565b5f8060408385031215610654575f80fd5b823561065f816105e3565b91506020830135610638816105e3565b634e487b7160e01b5f52601160045260245ffd5b67ffffffffffffffff81811683821601908111156102655761026561066f565b5f602082840312156106b3575f80fd5b81516001600160601b038116811461040b575f80fd5b67ffffffffffffffff81811683821602908116908181146106ec576106ec61066f565b5092915050565b6001600160601b0381811683821602908116908181146106ec576106ec61066f565b6001600160601b0381811683821601908111156102655761026561066f565b5f60208284031215610744575f80fd5b5051919050565b808201808211156102655761026561066f56fea26469706673582212209ee6831cf33cf8e4dc7b0facf59b21a318c9ab0e295354ee7302b768e6e6eee764736f6c634300081a0033",
         
     | 
| 
      
 292 
     | 
    
         
            +
              "deployedBytecode": "0x7300000000000000000000000000000000000000003014608060405260043610610106575f3560e01c80637c3940bf1161009e578063a42e52e91161006e578063a42e52e9146101fd578063bc1b392d1461021a578063dda777d314610220578063f37f38f014610233575f80fd5b80637c3940bf146101665780638ed252d8146101e2578063915f1dbb1461015e57806393328fb7146101f5575f80fd5b8063616f31cc116100d9578063616f31cc1461017757806367cb8ec11461018a5780636d3d2a7e146101bc57806376d7ed4e146101cf575f80fd5b8063057182b41461010a578063163e40c51461013b57806346729cd21461015e578063545ce21c14610166575b5f80fd5b6101266101183660046105c8565b67ffffffffffffffff161590565b60405190151581526020015b60405180910390f35b610145620f424081565b60405167ffffffffffffffff9091168152602001610132565b610145606481565b6101456101743660046105c8565b90565b6101456101853660046105c8565b610254565b6101a96101983660046105c8565b60081b68ffffffffffffffff001690565b60405160ff199091168152602001610132565b6101456101ca3660046105f1565b61026b565b6101456101dd3660046105f1565b6102ec565b6101456101f036600461060c565b61037a565b610145606381565b61012661020b3660046105c8565b67ffffffffffffffff16151590565b5f610145565b61014561022e366004610643565b610412565b6102466102413660046105c8565b61051a565b604051908152602001610132565b5f61026561017483620f4240610683565b92915050565b604051632b10f60d60e21b815260ff821660048201525f9073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af41580156102bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102e191906106a3565b6102659060646106c9565b604051632b10f60d60e21b815260ff821660048201525f9060639073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af4158015610341573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061036591906106a3565b6103709060646106f3565b6102659190610715565b604051632b10f60d60e21b815260ff831660048201525f9061040b90839073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af41580156103d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103f691906106a3565b6104019060646106c9565b6101749190610683565b9392505050565b604051632b10f60d60e21b815260ff821660048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015610464573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104889190610734565b604051632b10f60d60e21b815260ff8516600482015273__$0d958e68cba84670b8f4a3f2f2686b1c6b$__9063ac43d83490602401602060405180830381865af41580156104d8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104fc91906106a3565b6105079060646106f3565b6001600160601b031661040b919061074b565b5f73__$4b9aaffa8d044614668dad578b824b8eee$__63f48016ce6007600885901b68ffffffffffffffff00166040516001600160e01b031960e085901b16815260ff909216600483015260ff19166024820152604401602060405180830381865af415801561058c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102659190610734565b67ffffffffffffffff811681146105c5575f80fd5b50565b5f602082840312156105d8575f80fd5b813561040b816105b0565b60ff811681146105c5575f80fd5b5f60208284031215610601575f80fd5b813561040b816105e3565b5f806040838503121561061d575f80fd5b8235610628816105e3565b91506020830135610638816105b0565b809150509250929050565b5f8060408385031215610654575f80fd5b823561065f816105e3565b91506020830135610638816105e3565b634e487b7160e01b5f52601160045260245ffd5b67ffffffffffffffff81811683821601908111156102655761026561066f565b5f602082840312156106b3575f80fd5b81516001600160601b038116811461040b575f80fd5b67ffffffffffffffff81811683821602908116908181146106ec576106ec61066f565b5092915050565b6001600160601b0381811683821602908116908181146106ec576106ec61066f565b6001600160601b0381811683821601908111156102655761026561066f565b5f60208284031215610744575f80fd5b5051919050565b808201808211156102655761026561066f56fea26469706673582212209ee6831cf33cf8e4dc7b0facf59b21a318c9ab0e295354ee7302b768e6e6eee764736f6c634300081a0033",
         
     | 
| 
      
 293 
     | 
    
         
            +
              "linkReferences": {
         
     | 
| 
      
 294 
     | 
    
         
            +
                "contracts/type/Key32.sol": {
         
     | 
| 
      
 295 
     | 
    
         
            +
                  "Key32Lib": [
         
     | 
| 
      
 296 
     | 
    
         
            +
                    {
         
     | 
| 
      
 297 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 298 
     | 
    
         
            +
                      "start": 1361
         
     | 
| 
      
 299 
     | 
    
         
            +
                    }
         
     | 
| 
      
 300 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 301 
     | 
    
         
            +
                },
         
     | 
| 
      
 302 
     | 
    
         
            +
                "contracts/type/ObjectType.sol": {
         
     | 
| 
      
 303 
     | 
    
         
            +
                  "ObjectTypeLib": [
         
     | 
| 
      
 304 
     | 
    
         
            +
                    {
         
     | 
| 
      
 305 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 306 
     | 
    
         
            +
                      "start": 697
         
     | 
| 
      
 307 
     | 
    
         
            +
                    },
         
     | 
| 
      
 308 
     | 
    
         
            +
                    {
         
     | 
| 
      
 309 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 310 
     | 
    
         
            +
                      "start": 829
         
     | 
| 
      
 311 
     | 
    
         
            +
                    },
         
     | 
| 
      
 312 
     | 
    
         
            +
                    {
         
     | 
| 
      
 313 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 314 
     | 
    
         
            +
                      "start": 974
         
     | 
| 
      
 315 
     | 
    
         
            +
                    },
         
     | 
| 
      
 316 
     | 
    
         
            +
                    {
         
     | 
| 
      
 317 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 318 
     | 
    
         
            +
                      "start": 1236
         
     | 
| 
      
 319 
     | 
    
         
            +
                    }
         
     | 
| 
      
 320 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 321 
     | 
    
         
            +
                },
         
     | 
| 
      
 322 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 323 
     | 
    
         
            +
                  "VersionPartLib": [
         
     | 
| 
      
 324 
     | 
    
         
            +
                    {
         
     | 
| 
      
 325 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 326 
     | 
    
         
            +
                      "start": 1120
         
     | 
| 
      
 327 
     | 
    
         
            +
                    }
         
     | 
| 
      
 328 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 329 
     | 
    
         
            +
                }
         
     | 
| 
      
 330 
     | 
    
         
            +
              },
         
     | 
| 
      
 331 
     | 
    
         
            +
              "deployedLinkReferences": {
         
     | 
| 
      
 332 
     | 
    
         
            +
                "contracts/type/Key32.sol": {
         
     | 
| 
      
 333 
     | 
    
         
            +
                  "Key32Lib": [
         
     | 
| 
      
 334 
     | 
    
         
            +
                    {
         
     | 
| 
      
 335 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 336 
     | 
    
         
            +
                      "start": 1309
         
     | 
| 
      
 337 
     | 
    
         
            +
                    }
         
     | 
| 
      
 338 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 339 
     | 
    
         
            +
                },
         
     | 
| 
      
 340 
     | 
    
         
            +
                "contracts/type/ObjectType.sol": {
         
     | 
| 
      
 341 
     | 
    
         
            +
                  "ObjectTypeLib": [
         
     | 
| 
      
 342 
     | 
    
         
            +
                    {
         
     | 
| 
      
 343 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 344 
     | 
    
         
            +
                      "start": 645
         
     | 
| 
      
 345 
     | 
    
         
            +
                    },
         
     | 
| 
      
 346 
     | 
    
         
            +
                    {
         
     | 
| 
      
 347 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 348 
     | 
    
         
            +
                      "start": 777
         
     | 
| 
      
 349 
     | 
    
         
            +
                    },
         
     | 
| 
      
 350 
     | 
    
         
            +
                    {
         
     | 
| 
      
 351 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 352 
     | 
    
         
            +
                      "start": 922
         
     | 
| 
      
 353 
     | 
    
         
            +
                    },
         
     | 
| 
      
 354 
     | 
    
         
            +
                    {
         
     | 
| 
      
 355 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 356 
     | 
    
         
            +
                      "start": 1184
         
     | 
| 
      
 357 
     | 
    
         
            +
                    }
         
     | 
| 
      
 358 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 359 
     | 
    
         
            +
                },
         
     | 
| 
      
 360 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 361 
     | 
    
         
            +
                  "VersionPartLib": [
         
     | 
| 
      
 362 
     | 
    
         
            +
                    {
         
     | 
| 
      
 363 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 364 
     | 
    
         
            +
                      "start": 1068
         
     | 
| 
      
 365 
     | 
    
         
            +
                    }
         
     | 
| 
      
 366 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 367 
     | 
    
         
            +
                }
         
     | 
| 
      
 368 
     | 
    
         
            +
              }
         
     | 
| 
      
 369 
     | 
    
         
            +
            }
         
     | 
| 
         @@ -0,0 +1,246 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "_format": "hh-sol-artifact-1",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "contractName": "SecondsLib",
         
     | 
| 
      
 4 
     | 
    
         
            +
              "sourceName": "contracts/type/Seconds.sol",
         
     | 
| 
      
 5 
     | 
    
         
            +
              "abi": [
         
     | 
| 
      
 6 
     | 
    
         
            +
                {
         
     | 
| 
      
 7 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 8 
     | 
    
         
            +
                    {
         
     | 
| 
      
 9 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 10 
     | 
    
         
            +
                      "name": "duration",
         
     | 
| 
      
 11 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 12 
     | 
    
         
            +
                    }
         
     | 
| 
      
 13 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 14 
     | 
    
         
            +
                  "name": "ErrorSecondsLibDurationTooBig",
         
     | 
| 
      
 15 
     | 
    
         
            +
                  "type": "error"
         
     | 
| 
      
 16 
     | 
    
         
            +
                },
         
     | 
| 
      
 17 
     | 
    
         
            +
                {
         
     | 
| 
      
 18 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 19 
     | 
    
         
            +
                    {
         
     | 
| 
      
 20 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 21 
     | 
    
         
            +
                      "name": "duration1",
         
     | 
| 
      
 22 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 23 
     | 
    
         
            +
                    },
         
     | 
| 
      
 24 
     | 
    
         
            +
                    {
         
     | 
| 
      
 25 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 26 
     | 
    
         
            +
                      "name": "duration2",
         
     | 
| 
      
 27 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 28 
     | 
    
         
            +
                    }
         
     | 
| 
      
 29 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 30 
     | 
    
         
            +
                  "name": "add",
         
     | 
| 
      
 31 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 32 
     | 
    
         
            +
                    {
         
     | 
| 
      
 33 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 34 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 35 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 36 
     | 
    
         
            +
                    }
         
     | 
| 
      
 37 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 38 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 39 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 40 
     | 
    
         
            +
                },
         
     | 
| 
      
 41 
     | 
    
         
            +
                {
         
     | 
| 
      
 42 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 43 
     | 
    
         
            +
                    {
         
     | 
| 
      
 44 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 45 
     | 
    
         
            +
                      "name": "duration1",
         
     | 
| 
      
 46 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 47 
     | 
    
         
            +
                    },
         
     | 
| 
      
 48 
     | 
    
         
            +
                    {
         
     | 
| 
      
 49 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 50 
     | 
    
         
            +
                      "name": "duration2",
         
     | 
| 
      
 51 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 52 
     | 
    
         
            +
                    }
         
     | 
| 
      
 53 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 54 
     | 
    
         
            +
                  "name": "eq",
         
     | 
| 
      
 55 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 56 
     | 
    
         
            +
                    {
         
     | 
| 
      
 57 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 58 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 59 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 60 
     | 
    
         
            +
                    }
         
     | 
| 
      
 61 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 62 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 63 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 64 
     | 
    
         
            +
                },
         
     | 
| 
      
 65 
     | 
    
         
            +
                {
         
     | 
| 
      
 66 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 67 
     | 
    
         
            +
                    {
         
     | 
| 
      
 68 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 69 
     | 
    
         
            +
                      "name": "duration",
         
     | 
| 
      
 70 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 71 
     | 
    
         
            +
                    }
         
     | 
| 
      
 72 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 73 
     | 
    
         
            +
                  "name": "eqz",
         
     | 
| 
      
 74 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 75 
     | 
    
         
            +
                    {
         
     | 
| 
      
 76 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 77 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 78 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 79 
     | 
    
         
            +
                    }
         
     | 
| 
      
 80 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 81 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 82 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 83 
     | 
    
         
            +
                },
         
     | 
| 
      
 84 
     | 
    
         
            +
                {
         
     | 
| 
      
 85 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 86 
     | 
    
         
            +
                    {
         
     | 
| 
      
 87 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 88 
     | 
    
         
            +
                      "name": "duration1",
         
     | 
| 
      
 89 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 90 
     | 
    
         
            +
                    },
         
     | 
| 
      
 91 
     | 
    
         
            +
                    {
         
     | 
| 
      
 92 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 93 
     | 
    
         
            +
                      "name": "duration2",
         
     | 
| 
      
 94 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 95 
     | 
    
         
            +
                    }
         
     | 
| 
      
 96 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 97 
     | 
    
         
            +
                  "name": "gt",
         
     | 
| 
      
 98 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 99 
     | 
    
         
            +
                    {
         
     | 
| 
      
 100 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 101 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 102 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 103 
     | 
    
         
            +
                    }
         
     | 
| 
      
 104 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 105 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 106 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 107 
     | 
    
         
            +
                },
         
     | 
| 
      
 108 
     | 
    
         
            +
                {
         
     | 
| 
      
 109 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 110 
     | 
    
         
            +
                    {
         
     | 
| 
      
 111 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 112 
     | 
    
         
            +
                      "name": "duration",
         
     | 
| 
      
 113 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 114 
     | 
    
         
            +
                    }
         
     | 
| 
      
 115 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 116 
     | 
    
         
            +
                  "name": "gtz",
         
     | 
| 
      
 117 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 118 
     | 
    
         
            +
                    {
         
     | 
| 
      
 119 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 120 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 121 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 122 
     | 
    
         
            +
                    }
         
     | 
| 
      
 123 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 124 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 125 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 126 
     | 
    
         
            +
                },
         
     | 
| 
      
 127 
     | 
    
         
            +
                {
         
     | 
| 
      
 128 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 129 
     | 
    
         
            +
                    {
         
     | 
| 
      
 130 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 131 
     | 
    
         
            +
                      "name": "duration1",
         
     | 
| 
      
 132 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 133 
     | 
    
         
            +
                    },
         
     | 
| 
      
 134 
     | 
    
         
            +
                    {
         
     | 
| 
      
 135 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 136 
     | 
    
         
            +
                      "name": "duration2",
         
     | 
| 
      
 137 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 138 
     | 
    
         
            +
                    }
         
     | 
| 
      
 139 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 140 
     | 
    
         
            +
                  "name": "lt",
         
     | 
| 
      
 141 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 142 
     | 
    
         
            +
                    {
         
     | 
| 
      
 143 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 144 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 145 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 146 
     | 
    
         
            +
                    }
         
     | 
| 
      
 147 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 148 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 149 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 150 
     | 
    
         
            +
                },
         
     | 
| 
      
 151 
     | 
    
         
            +
                {
         
     | 
| 
      
 152 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 153 
     | 
    
         
            +
                  "name": "max",
         
     | 
| 
      
 154 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 155 
     | 
    
         
            +
                    {
         
     | 
| 
      
 156 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 157 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 158 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 159 
     | 
    
         
            +
                    }
         
     | 
| 
      
 160 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 161 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 162 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 163 
     | 
    
         
            +
                },
         
     | 
| 
      
 164 
     | 
    
         
            +
                {
         
     | 
| 
      
 165 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 166 
     | 
    
         
            +
                  "name": "oneDay",
         
     | 
| 
      
 167 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 168 
     | 
    
         
            +
                    {
         
     | 
| 
      
 169 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 170 
     | 
    
         
            +
                      "name": "duration",
         
     | 
| 
      
 171 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 172 
     | 
    
         
            +
                    }
         
     | 
| 
      
 173 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 174 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 175 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 176 
     | 
    
         
            +
                },
         
     | 
| 
      
 177 
     | 
    
         
            +
                {
         
     | 
| 
      
 178 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 179 
     | 
    
         
            +
                  "name": "oneYear",
         
     | 
| 
      
 180 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 181 
     | 
    
         
            +
                    {
         
     | 
| 
      
 182 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 183 
     | 
    
         
            +
                      "name": "duration",
         
     | 
| 
      
 184 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 185 
     | 
    
         
            +
                    }
         
     | 
| 
      
 186 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 187 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 188 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 189 
     | 
    
         
            +
                },
         
     | 
| 
      
 190 
     | 
    
         
            +
                {
         
     | 
| 
      
 191 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 192 
     | 
    
         
            +
                    {
         
     | 
| 
      
 193 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 194 
     | 
    
         
            +
                      "name": "duration",
         
     | 
| 
      
 195 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 196 
     | 
    
         
            +
                    }
         
     | 
| 
      
 197 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 198 
     | 
    
         
            +
                  "name": "toInt",
         
     | 
| 
      
 199 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 200 
     | 
    
         
            +
                    {
         
     | 
| 
      
 201 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 202 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 203 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 204 
     | 
    
         
            +
                    }
         
     | 
| 
      
 205 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 206 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 207 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 208 
     | 
    
         
            +
                },
         
     | 
| 
      
 209 
     | 
    
         
            +
                {
         
     | 
| 
      
 210 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 211 
     | 
    
         
            +
                    {
         
     | 
| 
      
 212 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 213 
     | 
    
         
            +
                      "name": "duration",
         
     | 
| 
      
 214 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 215 
     | 
    
         
            +
                    }
         
     | 
| 
      
 216 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 217 
     | 
    
         
            +
                  "name": "toSeconds",
         
     | 
| 
      
 218 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 219 
     | 
    
         
            +
                    {
         
     | 
| 
      
 220 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 221 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 222 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 223 
     | 
    
         
            +
                    }
         
     | 
| 
      
 224 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 225 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 226 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 227 
     | 
    
         
            +
                },
         
     | 
| 
      
 228 
     | 
    
         
            +
                {
         
     | 
| 
      
 229 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 230 
     | 
    
         
            +
                  "name": "zero",
         
     | 
| 
      
 231 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 232 
     | 
    
         
            +
                    {
         
     | 
| 
      
 233 
     | 
    
         
            +
                      "internalType": "Seconds",
         
     | 
| 
      
 234 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 235 
     | 
    
         
            +
                      "type": "uint40"
         
     | 
| 
      
 236 
     | 
    
         
            +
                    }
         
     | 
| 
      
 237 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 238 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 239 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 240 
     | 
    
         
            +
                }
         
     | 
| 
      
 241 
     | 
    
         
            +
              ],
         
     | 
| 
      
 242 
     | 
    
         
            +
              "bytecode": "0x61030c610034600b8282823980515f1a607314602857634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100bc575f3560e01c806398f647b11161007957806398f647b1146101585780639df876391461016b578063add9ce9914610188578063bc1b392d146101a5578063da09d484146101ab578063f27c3bf6146101d1575f80fd5b80630c67422c146100c05780634bd9351b146100ee5780636ac5db19146100f7578063790a38ad1461010257806383ffcdef1461012b5780638d38cd4b1461013e575b5f80fd5b6100d36100ce366004610233565b6101db565b60405164ffffffffff90911681526020015b60405180910390f35b620151806100d3565b64ffffffffff6100d3565b61011b610110366004610263565b64ffffffffff161590565b60405190151581526020016100e5565b61011b61013936600461027c565b61020d565b61011b61014c366004610263565b64ffffffffff16151590565b6100d361016636600461027c565b610221565b61011b61017936600461027c565b64ffffffffff90811691161490565b61011b61019636600461027c565b64ffffffffff90811691161090565b5f6100d3565b6101c36101b9366004610263565b64ffffffffff1690565b6040519081526020016100e5565b6301e133806100d3565b5f64ffffffffff821115610209576040516385cb094d60e01b81526004810183905260240160405180910390fd5b5090565b64ffffffffff808216908316115b92915050565b5f61022c82846102ad565b9392505050565b5f60208284031215610243575f80fd5b5035919050565b803564ffffffffff8116811461025e575f80fd5b919050565b5f60208284031215610273575f80fd5b61022c8261024a565b5f806040838503121561028d575f80fd5b6102968361024a565b91506102a46020840161024a565b90509250929050565b64ffffffffff818116838216019081111561021b57634e487b7160e01b5f52601160045260245ffdfea2646970667358221220e689048f990175fceb299fa6c3c40a51da59d53a90b40ebf651ff1814520cd2164736f6c634300081a0033",
         
     | 
| 
      
 243 
     | 
    
         
            +
              "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600436106100bc575f3560e01c806398f647b11161007957806398f647b1146101585780639df876391461016b578063add9ce9914610188578063bc1b392d146101a5578063da09d484146101ab578063f27c3bf6146101d1575f80fd5b80630c67422c146100c05780634bd9351b146100ee5780636ac5db19146100f7578063790a38ad1461010257806383ffcdef1461012b5780638d38cd4b1461013e575b5f80fd5b6100d36100ce366004610233565b6101db565b60405164ffffffffff90911681526020015b60405180910390f35b620151806100d3565b64ffffffffff6100d3565b61011b610110366004610263565b64ffffffffff161590565b60405190151581526020016100e5565b61011b61013936600461027c565b61020d565b61011b61014c366004610263565b64ffffffffff16151590565b6100d361016636600461027c565b610221565b61011b61017936600461027c565b64ffffffffff90811691161490565b61011b61019636600461027c565b64ffffffffff90811691161090565b5f6100d3565b6101c36101b9366004610263565b64ffffffffff1690565b6040519081526020016100e5565b6301e133806100d3565b5f64ffffffffff821115610209576040516385cb094d60e01b81526004810183905260240160405180910390fd5b5090565b64ffffffffff808216908316115b92915050565b5f61022c82846102ad565b9392505050565b5f60208284031215610243575f80fd5b5035919050565b803564ffffffffff8116811461025e575f80fd5b919050565b5f60208284031215610273575f80fd5b61022c8261024a565b5f806040838503121561028d575f80fd5b6102968361024a565b91506102a46020840161024a565b90509250929050565b64ffffffffff818116838216019081111561021b57634e487b7160e01b5f52601160045260245ffdfea2646970667358221220e689048f990175fceb299fa6c3c40a51da59d53a90b40ebf651ff1814520cd2164736f6c634300081a0033",
         
     | 
| 
      
 244 
     | 
    
         
            +
              "linkReferences": {},
         
     | 
| 
      
 245 
     | 
    
         
            +
              "deployedLinkReferences": {}
         
     | 
| 
      
 246 
     | 
    
         
            +
            }
         
     |