@etherisc/gif-next 0.0.2-e875d61-189 → 0.0.2-e876b87-961
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 +297 -41
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
 - package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
 - package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
 - package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
 - package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
 - package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -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/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
 - package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -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 +1402 -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 +1048 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +929 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -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 +1538 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -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 +1471 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
 - package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstance.sol/IInstance.json +276 -1471
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +377 -1755
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2058 -0
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +995 -0
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +722 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -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 +181 -0
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
 - package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
 - package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
 - package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
 - package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
 - package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -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 +788 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1299 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +960 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.json +1098 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1173 -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 +1431 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
 - package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → product/IRiskService.sol/IRiskService.json} +226 -141
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
 - package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +976 -119
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -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 +1403 -220
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1246 -0
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +713 -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 +1067 -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 +725 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1785 -0
 - package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceHelperLib.sol/ComponentServiceHelperLib.json +206 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +810 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +232 -235
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -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 +1360 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +122 -172
 - package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
 - package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
 - 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 +1 -1
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +113 -24
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +182 -171
 - 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 +829 -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/shared/Lifecycle.sol/Lifecycle.json +174 -0
 - 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 +1 -1
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +224 -23
 - 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/{instance/service/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +239 -173
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +546 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +132 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -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 +1888 -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 +776 -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 +1249 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -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/NftId.sol/NftIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
 - package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
 - package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
 - package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -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/MathLib.dbg.json +4 -0
 - package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -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 +177 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
 - package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -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 +602 -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/authorization/AccessAdmin.sol +596 -0
 - package/contracts/authorization/AccessManagerCloneable.sol +16 -0
 - package/contracts/authorization/Authorization.sol +289 -0
 - package/contracts/authorization/IAccess.sol +49 -0
 - package/contracts/authorization/IAccessAdmin.sol +137 -0
 - package/contracts/authorization/IAuthorization.sol +60 -0
 - package/contracts/authorization/IServiceAuthorization.sol +40 -0
 - package/contracts/authorization/ReleaseAccessManager.sol +38 -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 +285 -0
 - package/contracts/distribution/DistributionService.sol +355 -0
 - package/contracts/distribution/DistributionServiceManager.sol +39 -0
 - package/contracts/distribution/IDistributionComponent.sol +52 -0
 - package/contracts/distribution/IDistributionService.sol +101 -0
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +73 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
 - package/contracts/examples/fire/FireProduct.sol +415 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
 - package/contracts/instance/BundleSet.sol +126 -0
 - package/contracts/instance/IInstance.sol +59 -43
 - package/contracts/instance/IInstanceService.sol +72 -0
 - package/contracts/instance/Instance.sol +219 -58
 - package/contracts/instance/InstanceAdmin.sol +279 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
 - package/contracts/instance/InstanceReader.sol +495 -0
 - package/contracts/instance/InstanceService.sol +413 -0
 - package/contracts/instance/InstanceServiceManager.sol +39 -0
 - package/contracts/instance/InstanceStore.sol +287 -0
 - package/contracts/instance/base/BalanceStore.sol +123 -0
 - package/contracts/instance/base/Cloneable.sol +28 -0
 - package/contracts/instance/base/ObjectCounter.sol +21 -0
 - package/contracts/instance/base/ObjectLifecycle.sol +111 -0
 - package/contracts/instance/base/ObjectSet.sol +79 -0
 - package/contracts/instance/module/IAccess.sol +46 -0
 - package/contracts/instance/module/IBundle.sol +20 -0
 - package/contracts/instance/module/IComponents.sol +51 -0
 - package/contracts/instance/module/IDistribution.sol +41 -0
 - package/contracts/instance/module/IPolicy.sol +84 -0
 - package/contracts/instance/module/IRisk.sol +11 -0
 - package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
 - 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 +291 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +154 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +57 -0
 - package/contracts/pool/BundleService.sol +493 -0
 - package/contracts/pool/BundleServiceManager.sol +39 -0
 - package/contracts/pool/IBundleService.sol +143 -0
 - package/contracts/pool/IPoolComponent.sol +68 -0
 - package/contracts/pool/IPoolService.sol +167 -0
 - package/contracts/pool/Pool.sol +335 -0
 - package/contracts/pool/PoolService.sol +544 -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 +53 -0
 - package/contracts/product/BasicProductAuthorization.sol +42 -0
 - package/contracts/product/ClaimService.sol +612 -0
 - package/contracts/product/ClaimServiceManager.sol +38 -0
 - package/contracts/product/IApplicationService.sol +63 -0
 - package/contracts/product/IClaimService.sol +123 -0
 - package/contracts/product/IPolicyService.sol +80 -0
 - package/contracts/product/IPricingService.sol +39 -0
 - package/contracts/product/IProductComponent.sol +59 -0
 - package/contracts/product/IRiskService.sol +33 -0
 - package/contracts/product/PolicyService.sol +691 -0
 - package/contracts/product/PolicyServiceManager.sol +39 -0
 - package/contracts/product/PricingService.sol +300 -0
 - package/contracts/product/PricingServiceManager.sol +39 -0
 - package/contracts/product/Product.sol +455 -0
 - package/contracts/product/RiskService.sol +96 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +128 -40
 - package/contracts/registry/IRegistry.sol +142 -28
 - package/contracts/registry/IRegistryService.sol +62 -0
 - package/contracts/registry/ITransferInterceptor.sol +6 -0
 - package/contracts/registry/Registry.sol +618 -282
 - package/contracts/registry/RegistryAdmin.sol +448 -0
 - package/contracts/registry/RegistryService.sol +241 -0
 - package/contracts/registry/RegistryServiceManager.sol +53 -0
 - package/contracts/registry/ReleaseLifecycle.sol +30 -0
 - package/contracts/registry/ReleaseRegistry.sol +501 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
 - package/contracts/registry/TokenRegistry.sol +315 -0
 - package/contracts/shared/Component.sol +271 -0
 - package/contracts/shared/ComponentService.sol +701 -0
 - package/contracts/shared/ComponentServiceHelperLib.sol +118 -0
 - package/contracts/shared/ComponentServiceManager.sol +38 -0
 - package/contracts/shared/ComponentVerifyingService.sol +126 -0
 - package/contracts/shared/ContractLib.sol +38 -0
 - package/contracts/shared/IComponent.sol +74 -0
 - package/contracts/shared/IComponentService.sol +121 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
 - package/contracts/shared/IKeyValueStore.sol +54 -0
 - package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
 - package/contracts/shared/INftOwnable.sol +25 -0
 - package/contracts/shared/IPolicyHolder.sol +35 -0
 - package/contracts/shared/IRegisterable.sol +23 -21
 - package/contracts/shared/IRegistryLinked.sol +11 -0
 - package/contracts/shared/IService.sol +25 -0
 - package/contracts/shared/InitializableERC165.sol +27 -0
 - package/contracts/shared/InstanceLinkedComponent.sol +213 -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 +62 -63
 - package/contracts/shared/RegistryLinked.sol +44 -0
 - package/contracts/shared/Service.sol +84 -0
 - package/contracts/shared/TokenHandler.sol +183 -0
 - package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
 - package/contracts/staking/IStaking.sol +168 -0
 - package/contracts/staking/IStakingService.sol +157 -0
 - package/contracts/staking/StakeManagerLib.sol +224 -0
 - package/contracts/staking/Staking.sol +497 -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 +407 -0
 - package/contracts/staking/StakingServiceManager.sol +44 -0
 - package/contracts/staking/StakingStore.sol +605 -0
 - package/contracts/staking/TargetManagerLib.sol +211 -0
 - package/contracts/{types → type}/AddressSet.sol +1 -1
 - 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/{types → type}/Key32.sol +8 -3
 - package/contracts/{types → type}/NftId.sol +22 -15
 - package/contracts/type/NftIdSet.sol +62 -0
 - package/contracts/type/ObjectType.sol +276 -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 +57 -0
 - package/contracts/type/RoleId.sol +162 -0
 - package/contracts/type/Seconds.sol +101 -0
 - package/contracts/type/Selector.sol +102 -0
 - package/contracts/{types → type}/StateId.sol +53 -5
 - package/contracts/type/String.sol +53 -0
 - package/contracts/{types → type}/Timestamp.sol +38 -15
 - package/contracts/type/UFixed.sol +355 -0
 - package/contracts/{types → type}/Version.sol +17 -2
 - 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 +12 -7
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
 - package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
 - package/artifacts/contracts/components/Pool.sol/Pool.json +0 -455
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.json +0 -348
 - 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/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
 - package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
 - package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -81
 - package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
 - package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -710
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
 - package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
 - package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
 - package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
 - package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -265
 - package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -265
 - package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
 - package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
 - package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
 - package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -136
 - package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
 - package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -136
 - package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -273
 - package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -273
 - package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
 - package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -144
 - package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -144
 - package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
 - package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
 - package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
 - package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -531
 - package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
 - package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -531
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
 - package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
 - package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
 - package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
 - package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
 - package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
 - package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
 - package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
 - package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
 - package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
 - package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
 - package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -455
 - package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
 - package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -436
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
 - package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
 - package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
 - package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
 - package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
 - package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
 - package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
 - package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/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 -236
 - package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
 - package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
 - package/contracts/components/BaseComponent.sol +0 -94
 - package/contracts/components/IBaseComponent.sol +0 -19
 - package/contracts/components/IPoolComponent.sol +0 -57
 - package/contracts/components/IProductComponent.sol +0 -19
 - package/contracts/components/Pool.sol +0 -191
 - package/contracts/components/Product.sol +0 -134
 - package/contracts/experiment/errors/Require.sol +0 -38
 - package/contracts/experiment/errors/Revert.sol +0 -44
 - package/contracts/experiment/inheritance/A.sol +0 -53
 - package/contracts/experiment/inheritance/B.sol +0 -28
 - package/contracts/experiment/inheritance/C.sol +0 -34
 - package/contracts/experiment/inheritance/IA.sol +0 -13
 - package/contracts/experiment/inheritance/IB.sol +0 -10
 - package/contracts/experiment/inheritance/IC.sol +0 -12
 - package/contracts/experiment/statemachine/Dummy.sol +0 -27
 - package/contracts/experiment/statemachine/ISM.sol +0 -25
 - package/contracts/experiment/statemachine/README.md +0 -112
 - package/contracts/experiment/statemachine/SM.sol +0 -57
 - package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
 - package/contracts/experiment/types/TypeA.sol +0 -47
 - package/contracts/experiment/types/TypeB.sol +0 -29
 - package/contracts/instance/IInstanceLinked.sol +0 -8
 - package/contracts/instance/base/ComponentServiceBase.sol +0 -42
 - package/contracts/instance/base/IInstanceBase.sol +0 -19
 - package/contracts/instance/base/IKeyValueStore.sol +0 -50
 - package/contracts/instance/base/IService.sol +0 -15
 - package/contracts/instance/base/InstanceBase.sol +0 -84
 - package/contracts/instance/base/KeyValueStore.sol +0 -161
 - package/contracts/instance/base/Lifecycle.sol +0 -92
 - package/contracts/instance/base/ModuleBase.sol +0 -46
 - package/contracts/instance/base/ServiceBase.sol +0 -37
 - package/contracts/instance/module/access/Access.sol +0 -149
 - package/contracts/instance/module/access/IAccess.sol +0 -53
 - package/contracts/instance/module/bundle/BundleModule.sol +0 -135
 - package/contracts/instance/module/bundle/IBundle.sol +0 -51
 - package/contracts/instance/module/compensation/CompensationModule.sol +0 -17
 - package/contracts/instance/module/compensation/ICompensation.sol +0 -10
 - package/contracts/instance/module/component/ComponentModule.sol +0 -81
 - package/contracts/instance/module/component/IComponent.sol +0 -29
 - package/contracts/instance/module/policy/IPolicy.sol +0 -59
 - package/contracts/instance/module/policy/PolicyModule.sol +0 -89
 - package/contracts/instance/module/pool/IPoolModule.sol +0 -40
 - package/contracts/instance/module/pool/PoolModule.sol +0 -90
 - package/contracts/instance/module/risk/IRisk.sol +0 -10
 - package/contracts/instance/module/risk/RiskModule.sol +0 -17
 - package/contracts/instance/module/treasury/ITreasury.sol +0 -96
 - package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
 - package/contracts/instance/module/treasury/TreasuryModule.sol +0 -171
 - package/contracts/instance/service/ComponentOwnerService.sol +0 -155
 - package/contracts/instance/service/IComponentOwnerService.sol +0 -22
 - package/contracts/instance/service/IPoolService.sol +0 -30
 - package/contracts/instance/service/IProductService.sol +0 -58
 - package/contracts/instance/service/PoolService.sol +0 -129
 - package/contracts/instance/service/ProductService.sol +0 -366
 - package/contracts/registry/IChainNft.sol +0 -21
 - package/contracts/registry/IRegistryLinked.sol +0 -8
 - package/contracts/shared/ERC165.sol +0 -21
 - package/contracts/shared/IOwnable.sol +0 -6
 - package/contracts/shared/IVersionable.sol +0 -52
 - package/contracts/shared/Versionable.sol +0 -89
 - package/contracts/test/TestFee.sol +0 -25
 - package/contracts/test/TestPool.sol +0 -24
 - package/contracts/test/TestProduct.sol +0 -51
 - package/contracts/test/TestRegisterable.sol +0 -19
 - package/contracts/test/TestRoleId.sol +0 -14
 - package/contracts/test/TestService.sol +0 -32
 - package/contracts/test/TestToken.sol +0 -26
 - package/contracts/test/TestVersion.sol +0 -44
 - package/contracts/test/TestVersionable.sol +0 -17
 - package/contracts/types/ChainId.sol +0 -38
 - package/contracts/types/Fee.sol +0 -51
 - package/contracts/types/NftIdSet.sol +0 -60
 - package/contracts/types/ObjectType.sol +0 -123
 - package/contracts/types/RoleId.sol +0 -38
 - package/contracts/types/UFixed.sol +0 -209
 
    
        package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json
    ADDED
    
    | 
         @@ -0,0 +1,470 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "_format": "hh-sol-artifact-1",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "contractName": "FireProductAuthorization",
         
     | 
| 
      
 4 
     | 
    
         
            +
              "sourceName": "contracts/examples/fire/FireProductAuthorization.sol",
         
     | 
| 
      
 5 
     | 
    
         
            +
              "abi": [
         
     | 
| 
      
 6 
     | 
    
         
            +
                {
         
     | 
| 
      
 7 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 8 
     | 
    
         
            +
                    {
         
     | 
| 
      
 9 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 10 
     | 
    
         
            +
                      "name": "poolName",
         
     | 
| 
      
 11 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 12 
     | 
    
         
            +
                    }
         
     | 
| 
      
 13 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 14 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 15 
     | 
    
         
            +
                  "type": "constructor"
         
     | 
| 
      
 16 
     | 
    
         
            +
                },
         
     | 
| 
      
 17 
     | 
    
         
            +
                {
         
     | 
| 
      
 18 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 19 
     | 
    
         
            +
                  "name": "GIF_RELEASE",
         
     | 
| 
      
 20 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 21 
     | 
    
         
            +
                    {
         
     | 
| 
      
 22 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 23 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 24 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 25 
     | 
    
         
            +
                    }
         
     | 
| 
      
 26 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 27 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 28 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 29 
     | 
    
         
            +
                },
         
     | 
| 
      
 30 
     | 
    
         
            +
                {
         
     | 
| 
      
 31 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 32 
     | 
    
         
            +
                  "name": "ROLE_NAME_SUFFIX",
         
     | 
| 
      
 33 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 34 
     | 
    
         
            +
                    {
         
     | 
| 
      
 35 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 36 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 37 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 38 
     | 
    
         
            +
                    }
         
     | 
| 
      
 39 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 40 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 41 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 42 
     | 
    
         
            +
                },
         
     | 
| 
      
 43 
     | 
    
         
            +
                {
         
     | 
| 
      
 44 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 45 
     | 
    
         
            +
                  "name": "SERVICE_ROLE_NAME_SUFFIX",
         
     | 
| 
      
 46 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 47 
     | 
    
         
            +
                    {
         
     | 
| 
      
 48 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 49 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 50 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 51 
     | 
    
         
            +
                    }
         
     | 
| 
      
 52 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 53 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 54 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 55 
     | 
    
         
            +
                },
         
     | 
| 
      
 56 
     | 
    
         
            +
                {
         
     | 
| 
      
 57 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 58 
     | 
    
         
            +
                    {
         
     | 
| 
      
 59 
     | 
    
         
            +
                      "internalType": "Str",
         
     | 
| 
      
 60 
     | 
    
         
            +
                      "name": "target",
         
     | 
| 
      
 61 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 62 
     | 
    
         
            +
                    },
         
     | 
| 
      
 63 
     | 
    
         
            +
                    {
         
     | 
| 
      
 64 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 65 
     | 
    
         
            +
                      "name": "roleId",
         
     | 
| 
      
 66 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 67 
     | 
    
         
            +
                    }
         
     | 
| 
      
 68 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 69 
     | 
    
         
            +
                  "name": "getAuthorizedFunctions",
         
     | 
| 
      
 70 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 71 
     | 
    
         
            +
                    {
         
     | 
| 
      
 72 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 73 
     | 
    
         
            +
                        {
         
     | 
| 
      
 74 
     | 
    
         
            +
                          "internalType": "Str",
         
     | 
| 
      
 75 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 76 
     | 
    
         
            +
                          "type": "bytes32"
         
     | 
| 
      
 77 
     | 
    
         
            +
                        },
         
     | 
| 
      
 78 
     | 
    
         
            +
                        {
         
     | 
| 
      
 79 
     | 
    
         
            +
                          "internalType": "Selector",
         
     | 
| 
      
 80 
     | 
    
         
            +
                          "name": "selector",
         
     | 
| 
      
 81 
     | 
    
         
            +
                          "type": "bytes4"
         
     | 
| 
      
 82 
     | 
    
         
            +
                        },
         
     | 
| 
      
 83 
     | 
    
         
            +
                        {
         
     | 
| 
      
 84 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 85 
     | 
    
         
            +
                          "name": "createdAt",
         
     | 
| 
      
 86 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 87 
     | 
    
         
            +
                        }
         
     | 
| 
      
 88 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 89 
     | 
    
         
            +
                      "internalType": "struct IAccess.FunctionInfo[]",
         
     | 
| 
      
 90 
     | 
    
         
            +
                      "name": "authorizatedFunctions",
         
     | 
| 
      
 91 
     | 
    
         
            +
                      "type": "tuple[]"
         
     | 
| 
      
 92 
     | 
    
         
            +
                    }
         
     | 
| 
      
 93 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 94 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 95 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 96 
     | 
    
         
            +
                },
         
     | 
| 
      
 97 
     | 
    
         
            +
                {
         
     | 
| 
      
 98 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 99 
     | 
    
         
            +
                    {
         
     | 
| 
      
 100 
     | 
    
         
            +
                      "internalType": "Str",
         
     | 
| 
      
 101 
     | 
    
         
            +
                      "name": "target",
         
     | 
| 
      
 102 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 103 
     | 
    
         
            +
                    }
         
     | 
| 
      
 104 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 105 
     | 
    
         
            +
                  "name": "getAuthorizedRoles",
         
     | 
| 
      
 106 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 107 
     | 
    
         
            +
                    {
         
     | 
| 
      
 108 
     | 
    
         
            +
                      "internalType": "RoleId[]",
         
     | 
| 
      
 109 
     | 
    
         
            +
                      "name": "roleIds",
         
     | 
| 
      
 110 
     | 
    
         
            +
                      "type": "uint64[]"
         
     | 
| 
      
 111 
     | 
    
         
            +
                    }
         
     | 
| 
      
 112 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 113 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 114 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 115 
     | 
    
         
            +
                },
         
     | 
| 
      
 116 
     | 
    
         
            +
                {
         
     | 
| 
      
 117 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 118 
     | 
    
         
            +
                  "name": "getMainTarget",
         
     | 
| 
      
 119 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 120 
     | 
    
         
            +
                    {
         
     | 
| 
      
 121 
     | 
    
         
            +
                      "internalType": "Str",
         
     | 
| 
      
 122 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 123 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 124 
     | 
    
         
            +
                    }
         
     | 
| 
      
 125 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 126 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 127 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 128 
     | 
    
         
            +
                },
         
     | 
| 
      
 129 
     | 
    
         
            +
                {
         
     | 
| 
      
 130 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 131 
     | 
    
         
            +
                  "name": "getRelease",
         
     | 
| 
      
 132 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 133 
     | 
    
         
            +
                    {
         
     | 
| 
      
 134 
     | 
    
         
            +
                      "internalType": "VersionPart",
         
     | 
| 
      
 135 
     | 
    
         
            +
                      "name": "release",
         
     | 
| 
      
 136 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 137 
     | 
    
         
            +
                    }
         
     | 
| 
      
 138 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 139 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 140 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 141 
     | 
    
         
            +
                },
         
     | 
| 
      
 142 
     | 
    
         
            +
                {
         
     | 
| 
      
 143 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 144 
     | 
    
         
            +
                    {
         
     | 
| 
      
 145 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 146 
     | 
    
         
            +
                      "name": "roleId",
         
     | 
| 
      
 147 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 148 
     | 
    
         
            +
                    }
         
     | 
| 
      
 149 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 150 
     | 
    
         
            +
                  "name": "getRoleInfo",
         
     | 
| 
      
 151 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 152 
     | 
    
         
            +
                    {
         
     | 
| 
      
 153 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 154 
     | 
    
         
            +
                        {
         
     | 
| 
      
 155 
     | 
    
         
            +
                          "internalType": "RoleId",
         
     | 
| 
      
 156 
     | 
    
         
            +
                          "name": "adminRoleId",
         
     | 
| 
      
 157 
     | 
    
         
            +
                          "type": "uint64"
         
     | 
| 
      
 158 
     | 
    
         
            +
                        },
         
     | 
| 
      
 159 
     | 
    
         
            +
                        {
         
     | 
| 
      
 160 
     | 
    
         
            +
                          "internalType": "enum IAccess.RoleType",
         
     | 
| 
      
 161 
     | 
    
         
            +
                          "name": "roleType",
         
     | 
| 
      
 162 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 163 
     | 
    
         
            +
                        },
         
     | 
| 
      
 164 
     | 
    
         
            +
                        {
         
     | 
| 
      
 165 
     | 
    
         
            +
                          "internalType": "uint32",
         
     | 
| 
      
 166 
     | 
    
         
            +
                          "name": "maxMemberCount",
         
     | 
| 
      
 167 
     | 
    
         
            +
                          "type": "uint32"
         
     | 
| 
      
 168 
     | 
    
         
            +
                        },
         
     | 
| 
      
 169 
     | 
    
         
            +
                        {
         
     | 
| 
      
 170 
     | 
    
         
            +
                          "internalType": "Str",
         
     | 
| 
      
 171 
     | 
    
         
            +
                          "name": "name",
         
     | 
| 
      
 172 
     | 
    
         
            +
                          "type": "bytes32"
         
     | 
| 
      
 173 
     | 
    
         
            +
                        },
         
     | 
| 
      
 174 
     | 
    
         
            +
                        {
         
     | 
| 
      
 175 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 176 
     | 
    
         
            +
                          "name": "createdAt",
         
     | 
| 
      
 177 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 178 
     | 
    
         
            +
                        },
         
     | 
| 
      
 179 
     | 
    
         
            +
                        {
         
     | 
| 
      
 180 
     | 
    
         
            +
                          "internalType": "Timestamp",
         
     | 
| 
      
 181 
     | 
    
         
            +
                          "name": "pausedAt",
         
     | 
| 
      
 182 
     | 
    
         
            +
                          "type": "uint40"
         
     | 
| 
      
 183 
     | 
    
         
            +
                        }
         
     | 
| 
      
 184 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 185 
     | 
    
         
            +
                      "internalType": "struct IAccess.RoleInfo",
         
     | 
| 
      
 186 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 187 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 188 
     | 
    
         
            +
                    }
         
     | 
| 
      
 189 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 190 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 191 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 192 
     | 
    
         
            +
                },
         
     | 
| 
      
 193 
     | 
    
         
            +
                {
         
     | 
| 
      
 194 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 195 
     | 
    
         
            +
                  "name": "getRoles",
         
     | 
| 
      
 196 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 197 
     | 
    
         
            +
                    {
         
     | 
| 
      
 198 
     | 
    
         
            +
                      "internalType": "RoleId[]",
         
     | 
| 
      
 199 
     | 
    
         
            +
                      "name": "roles",
         
     | 
| 
      
 200 
     | 
    
         
            +
                      "type": "uint64[]"
         
     | 
| 
      
 201 
     | 
    
         
            +
                    }
         
     | 
| 
      
 202 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 203 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 204 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 205 
     | 
    
         
            +
                },
         
     | 
| 
      
 206 
     | 
    
         
            +
                {
         
     | 
| 
      
 207 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 208 
     | 
    
         
            +
                  "name": "getServiceDomains",
         
     | 
| 
      
 209 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 210 
     | 
    
         
            +
                    {
         
     | 
| 
      
 211 
     | 
    
         
            +
                      "internalType": "ObjectType[]",
         
     | 
| 
      
 212 
     | 
    
         
            +
                      "name": "serviceDomains",
         
     | 
| 
      
 213 
     | 
    
         
            +
                      "type": "uint8[]"
         
     | 
| 
      
 214 
     | 
    
         
            +
                    }
         
     | 
| 
      
 215 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 216 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 217 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 218 
     | 
    
         
            +
                },
         
     | 
| 
      
 219 
     | 
    
         
            +
                {
         
     | 
| 
      
 220 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 221 
     | 
    
         
            +
                    {
         
     | 
| 
      
 222 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 223 
     | 
    
         
            +
                      "name": "serviceDomain",
         
     | 
| 
      
 224 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 225 
     | 
    
         
            +
                    }
         
     | 
| 
      
 226 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 227 
     | 
    
         
            +
                  "name": "getServiceRole",
         
     | 
| 
      
 228 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 229 
     | 
    
         
            +
                    {
         
     | 
| 
      
 230 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 231 
     | 
    
         
            +
                      "name": "serviceRoleId",
         
     | 
| 
      
 232 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 233 
     | 
    
         
            +
                    }
         
     | 
| 
      
 234 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 235 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 236 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 237 
     | 
    
         
            +
                },
         
     | 
| 
      
 238 
     | 
    
         
            +
                {
         
     | 
| 
      
 239 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 240 
     | 
    
         
            +
                    {
         
     | 
| 
      
 241 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 242 
     | 
    
         
            +
                      "name": "serviceDomain",
         
     | 
| 
      
 243 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 244 
     | 
    
         
            +
                    }
         
     | 
| 
      
 245 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 246 
     | 
    
         
            +
                  "name": "getServiceTarget",
         
     | 
| 
      
 247 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 248 
     | 
    
         
            +
                    {
         
     | 
| 
      
 249 
     | 
    
         
            +
                      "internalType": "Str",
         
     | 
| 
      
 250 
     | 
    
         
            +
                      "name": "serviceTarget",
         
     | 
| 
      
 251 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 252 
     | 
    
         
            +
                    }
         
     | 
| 
      
 253 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 254 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 255 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 256 
     | 
    
         
            +
                },
         
     | 
| 
      
 257 
     | 
    
         
            +
                {
         
     | 
| 
      
 258 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 259 
     | 
    
         
            +
                    {
         
     | 
| 
      
 260 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 261 
     | 
    
         
            +
                      "name": "targetName",
         
     | 
| 
      
 262 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 263 
     | 
    
         
            +
                    }
         
     | 
| 
      
 264 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 265 
     | 
    
         
            +
                  "name": "getTarget",
         
     | 
| 
      
 266 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 267 
     | 
    
         
            +
                    {
         
     | 
| 
      
 268 
     | 
    
         
            +
                      "internalType": "Str",
         
     | 
| 
      
 269 
     | 
    
         
            +
                      "name": "target",
         
     | 
| 
      
 270 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 271 
     | 
    
         
            +
                    }
         
     | 
| 
      
 272 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 273 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 274 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 275 
     | 
    
         
            +
                },
         
     | 
| 
      
 276 
     | 
    
         
            +
                {
         
     | 
| 
      
 277 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 278 
     | 
    
         
            +
                  "name": "getTargetName",
         
     | 
| 
      
 279 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 280 
     | 
    
         
            +
                    {
         
     | 
| 
      
 281 
     | 
    
         
            +
                      "internalType": "string",
         
     | 
| 
      
 282 
     | 
    
         
            +
                      "name": "name",
         
     | 
| 
      
 283 
     | 
    
         
            +
                      "type": "string"
         
     | 
| 
      
 284 
     | 
    
         
            +
                    }
         
     | 
| 
      
 285 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 286 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 287 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 288 
     | 
    
         
            +
                },
         
     | 
| 
      
 289 
     | 
    
         
            +
                {
         
     | 
| 
      
 290 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 291 
     | 
    
         
            +
                    {
         
     | 
| 
      
 292 
     | 
    
         
            +
                      "internalType": "Str",
         
     | 
| 
      
 293 
     | 
    
         
            +
                      "name": "target",
         
     | 
| 
      
 294 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 295 
     | 
    
         
            +
                    }
         
     | 
| 
      
 296 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 297 
     | 
    
         
            +
                  "name": "getTargetRole",
         
     | 
| 
      
 298 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 299 
     | 
    
         
            +
                    {
         
     | 
| 
      
 300 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 301 
     | 
    
         
            +
                      "name": "roleId",
         
     | 
| 
      
 302 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 303 
     | 
    
         
            +
                    }
         
     | 
| 
      
 304 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 305 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 306 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 307 
     | 
    
         
            +
                },
         
     | 
| 
      
 308 
     | 
    
         
            +
                {
         
     | 
| 
      
 309 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 310 
     | 
    
         
            +
                  "name": "getTargets",
         
     | 
| 
      
 311 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 312 
     | 
    
         
            +
                    {
         
     | 
| 
      
 313 
     | 
    
         
            +
                      "internalType": "Str[]",
         
     | 
| 
      
 314 
     | 
    
         
            +
                      "name": "targets",
         
     | 
| 
      
 315 
     | 
    
         
            +
                      "type": "bytes32[]"
         
     | 
| 
      
 316 
     | 
    
         
            +
                    }
         
     | 
| 
      
 317 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 318 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 319 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 320 
     | 
    
         
            +
                },
         
     | 
| 
      
 321 
     | 
    
         
            +
                {
         
     | 
| 
      
 322 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 323 
     | 
    
         
            +
                    {
         
     | 
| 
      
 324 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 325 
     | 
    
         
            +
                      "name": "roleId",
         
     | 
| 
      
 326 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 327 
     | 
    
         
            +
                    }
         
     | 
| 
      
 328 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 329 
     | 
    
         
            +
                  "name": "roleExists",
         
     | 
| 
      
 330 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 331 
     | 
    
         
            +
                    {
         
     | 
| 
      
 332 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 333 
     | 
    
         
            +
                      "name": "exists",
         
     | 
| 
      
 334 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 335 
     | 
    
         
            +
                    }
         
     | 
| 
      
 336 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 337 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 338 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 339 
     | 
    
         
            +
                },
         
     | 
| 
      
 340 
     | 
    
         
            +
                {
         
     | 
| 
      
 341 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 342 
     | 
    
         
            +
                    {
         
     | 
| 
      
 343 
     | 
    
         
            +
                      "internalType": "Str",
         
     | 
| 
      
 344 
     | 
    
         
            +
                      "name": "target",
         
     | 
| 
      
 345 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 346 
     | 
    
         
            +
                    }
         
     | 
| 
      
 347 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 348 
     | 
    
         
            +
                  "name": "targetExists",
         
     | 
| 
      
 349 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 350 
     | 
    
         
            +
                    {
         
     | 
| 
      
 351 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 352 
     | 
    
         
            +
                      "name": "exists",
         
     | 
| 
      
 353 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 354 
     | 
    
         
            +
                    }
         
     | 
| 
      
 355 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 356 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 357 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 358 
     | 
    
         
            +
                }
         
     | 
| 
      
 359 
     | 
    
         
            +
              ],
         
     | 
| 
      
 360 
     | 
    
         
            +
              "bytecode": "0x60c0604052600960809081526810dbdb5c1bdb995b9d60ba1b60a0526002906100289082610d2f565b50348015610034575f80fd5b50604051611d2f380380611d2f83398101604081905261005391610de9565b808060026100618282610d2f565b5061006a61007c565b610072610086565b505050610fa4565b565b61007a600c610222565b61008e61022c565b5f6100a761009a6102a8565b6100a2610338565b6103b8565b90506100ea816364854f9b60e01b6040518060400160405280601181526020017031b932b0ba32a0b8383634b1b0ba34b7b760791b81525061049260201b60201c565b60408051808201909152600c81526b637265617465506f6c69637960a01b602082015261012190829063552d72d560e11b90610492565b6040805180820190915260078152666465636c696e6560c81b6020820152610153908290639ffcede960e01b90610492565b60408051808201909152600681526565787069726560d01b6020820152610184908290637baa9a0b60e01b90610492565b604080518082019091526005815264636c6f736560d81b60208201526101b4908290630155751d60e31b90610492565b60408051808201909152600b81526a7375626d6974436c61696d60a81b60208201526101ea908290631e53b39b60e31b90610492565b60408051808201909152600a8152697265706f72744669726560b01b602082015261021f90829063034dac6360e01b90610492565b50565b61021f815f61066f565b5f61023861009a6102a8565b90506102718163b6b412ba60e01b604051806040016040528060078152602001667365744665657360c81b81525061049260201b60201c565b60408051808201909152600c81526b77697468647261774665657360a01b602082015261021f9082906301c6b21960e41b90610492565b6060600280546102b790610cab565b80601f01602080910402602001604051908101604052809291908181526020018280546102e390610cab565b801561032e5780601f106103055761010080835404028352916020019161032e565b820191905f5260205f20905b81548152906001019060200180831161031157829003601f168201915b5050505050905090565b604051637c3940bf60e01b81526001600160401b0360048201525f9073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf906024015b602060405180830381865af415801561038f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103b39190610e99565b905090565b5f8073__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69856040518263ffffffff1660e01b81526004016103f19190610ec6565b602060405180830381865af415801561040c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104309190610efb565b5f8181526008602081815260408084208054600181018255908552828520600482040180546001600160401b03808c1660039094169096026101000a838102960219169490941790935593835260098152838320918352522091505092915050565b60408051606081019182905263cdc23e6960e01b90915283908073__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e696104d38660648501610ec6565b602060405180830381865af41580156104ee573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105129190610efb565b8152604051636b15ee8b60e01b81526001600160e01b03198616600482015260209091019073__$0904195350e4c23ecb1d51df0a32586dcd$__90636b15ee8b90602401602060405180830381865af4158015610571573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105959190610f12565b6001600160e01b031916815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af41580156105eb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061060f9190610f39565b64ffffffffff9081169091528254600181810185555f94855260209485902084516002909302019182559383015193018054604090930151909116640100000000026001600160481b031990921660e09390931c92909217179055505050565b61071261067a6102a8565b6040516311da4a5b60e31b815260ff851660048201526001600160401b038416602482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__90638ed252d890604401602060405180830381865af41580156106d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106fd9190610e99565b61070d6107086102a8565b610716565b61075d565b5050565b60608160405180604001604052806004815260200163526f6c6560e01b815250604051602001610747929190610f74565b6040516020818303038152906040529050919050565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e6990610796908790600401610ec6565b602060405180830381865af41580156107b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d59190610efb565b6003805460018181019092557fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b018290555f82815260056020908152604091829020805460ff1916909317909255805163bc1b392d60e01b815290519293506108aa92869273__$1d92393fa9ccd763988368ce8a1cb90d26$__9263bc1b392d92600480830193928290030181865af4158015610874573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108989190610e99565b6001600160401b039081169116141590565b156108ed576108b8836108f3565b6108c6576108c68383610935565b5f81815260046020526040902080546001600160401b0319166001600160401b0385161790555b50505050565b5f806001600160401b0383165f9081526007602052604090205468010000000000000000900460ff16600381111561092d5761092d610f90565b141592915050565b6107128261094d610944610952565b6001808661098c565b610b69565b604051637c3940bf60e01b81525f600482018190529073__$1d92393fa9ccd763988368ce8a1cb90d26$__90637c3940bf90602401610374565b6040805160c0810182525f80825260208201819052918101829052606081018290526080810182905260a08101919091526040518060c00160405280866001600160401b031681526020018560038111156109e9576109e9610f90565b81526020018463ffffffff16815260200173__$9a094f9b231ed0f5f85a69be8408d93180$__63cdc23e69856040518263ffffffff1660e01b8152600401610a319190610ec6565b602060405180830381865af4158015610a4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a709190610efb565b815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015610abc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae09190610f39565b64ffffffffff16815260200173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b579190610f39565b64ffffffffff16905295945050505050565b6006805460018101909155600481047ff652222313e28459528d920b65115c16c04f3efc82aaedc97be59f3f377c0d3f0180546001600160401b0380861660086003958616026101000a81810290830219909316929092179092555f9081526007602090815260409091208451815493166001600160401b03198416811782559185015185949193909284926001600160481b0319909216179068010000000000000000908490811115610c1f57610c1f610f90565b02179055506040820151815463ffffffff90911669010000000000000000000263ffffffff60481b199091161781556060820151600182015560808201516002909101805460a09093015164ffffffffff90811665010000000000026001600160501b03199094169216919091179190911790555050565b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680610cbf57607f821691505b602082108103610cdd57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115610d2a57805f5260205f20601f840160051c81016020851015610d085750805b601f840160051c820191505b81811015610d27575f8155600101610d14565b50505b505050565b81516001600160401b03811115610d4857610d48610c97565b610d5c81610d568454610cab565b84610ce3565b6020601f821160018114610d8e575f8315610d775750848201515b5f19600385901b1c1916600184901b178455610d27565b5f84815260208120601f198516915b82811015610dbd5787850151825560209485019460019092019101610d9d565b5084821015610dda57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215610df9575f80fd5b81516001600160401b03811115610e0e575f80fd5b8201601f81018413610e1e575f80fd5b80516001600160401b03811115610e3757610e37610c97565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610e6557610e65610c97565b604052818152828201602001861015610e7c575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b5f60208284031215610ea9575f80fd5b81516001600160401b0381168114610ebf575f80fd5b9392505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b5f60208284031215610f0b575f80fd5b5051919050565b5f60208284031215610f22575f80fd5b81516001600160e01b031981168114610ebf575f80fd5b5f60208284031215610f49575f80fd5b815164ffffffffff81168114610ebf575f80fd5b5f81518060208401855e5f93019283525090919050565b5f610f88610f828386610f5d565b84610f5d565b949350505050565b634e487b7160e01b5f52602160045260245ffd5b610d7e80610fb15f395ff3fe608060405234801561000f575f80fd5b5060043610610111575f3560e01c806376b707b71161009e578063c143892b1161006e578063c143892b14610291578063c5f34844146102bb578063c6a00179146102de578063da1b620b146102f1578063e8eba43514610304575f80fd5b806376b707b71461021c578063775f14b1146102365780638899278a146102765780638c5397b01461027e575f80fd5b80635bfa5027116100e45780635bfa50271461018b5780635c935ce0146101ab57806363fe3b56146101dd57806368c55b13146101f25780637106139814610207575f80fd5b80631e4afbbf146101155780634322699b1461013e578063433f95d61461015457806354e17da914610169575b5f80fd5b610128610123366004610972565b610317565b60405161013591906109a0565b60405180910390f35b6101466103c4565b604051908152602001610135565b61015c61045b565b6040516101359190610a3a565b610146610177366004610a61565b60ff165f9081526001602052604090205490565b61019e610199366004610a7c565b6104eb565b6040516101359190610aab565b6101cd6101b9366004610b37565b5f9081526005602052604090205460ff1690565b6040519015158152602001610135565b6101e56105c5565b6040516101359190610b4e565b6101fa61061a565b6040516101359190610b85565b61020f61068b565b6040516101359190610bbf565b610224610711565b60405160ff9091168152602001610135565b61025e610244366004610b37565b5f908152600460205260409020546001600160401b031690565b6040516001600160401b039091168152602001610135565b610146600381565b61020f61028c366004610b37565b610785565b61015c6040518060400160405280600b81526020016a53657276696365526f6c6560a81b81525081565b61015c60405180604001604052806004815260200163526f6c6560e01b81525081565b6101cd6102ec366004610a7c565b610815565b6101466102ff366004610c13565b610852565b61025e610312366004610a61565b6108d0565b5f8281526009602090815260408083206001600160401b03851684528252808320805482518185028101850190935280835260609492939192909184015b828210156103b8575f84815260209081902060408051606081018252600286029092018054835260019081015460e081901b6001600160e01b03191684860152640100000000900464ffffffffff16918301919091529083529092019101610355565b50505050905092915050565b5f610456600280546103d590610cc3565b80601f016020809104026020016040519081016040528092919081815260200182805461040190610cc3565b801561044c5780601f106104235761010080835404028352916020019161044c565b820191905f5260205f20905b81548152906001019060200180831161042f57829003601f168201915b5050505050610852565b905090565b60606002805461046a90610cc3565b80601f016020809104026020016040519081016040528092919081815260200182805461049690610cc3565b80156104e15780601f106104b8576101008083540402835291602001916104e1565b820191905f5260205f20905b8154815290600101906020018083116104c457829003601f168201915b5050505050905090565b6040805160c080820183525f8083526020808401829052838501829052606084018290526080840182905260a084018290526001600160401b038681168352600782529185902085519384019095528454918216835292939192830190600160401b900460ff16600381111561056357610563610a97565b600381111561057457610574610a97565b815281546901000000000000000000900463ffffffff1660208201526001820154604082015260029091015464ffffffffff8082166060840152650100000000009091041660809091015292915050565b606060038054806020026020016040519081016040528092919081815260200182805480156104e157602002820191905f5260205f20905b8154815260200190600101908083116105fd575050505050905090565b60605f8054806020026020016040519081016040528092919081815260200182805480156104e157602002820191905f5260205f20905f905b825461010083900a900460ff168152602060019283018181049485019490930390920291018084116106535790505050505050905090565b606060068054806020026020016040519081016040528092919081815260200182805480156104e157602002820191905f5260205f20905f905b82829054906101000a90046001600160401b03166001600160401b0316815260200190600801906020826007010492830192600103820291508084116106c55790505050505050905090565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610761573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104569190610cfb565b5f8181526008602090815260409182902080548351818402810184019094528084526060939283018282801561080957602002820191905f5260205f20905f905b82829054906101000a90046001600160401b03166001600160401b0316815260200190600801906020826007010492830192600103820291508084116107c65790505b50505050509050919050565b5f806001600160401b0383165f90815260076020526040902054600160401b900460ff16600381111561084a5761084a610a97565b141592915050565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e699061088b908590600401610a3a565b602060405180830381865af41580156108a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ca9190610d16565b92915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3836108f4610711565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610937573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ca9190610d2d565b6001600160401b038116811461096f575f80fd5b50565b5f8060408385031215610983575f80fd5b8235915060208301356109958161095b565b809150509250929050565b602080825282518282018190525f918401906040840190835b81811015610a01578351805184526020808201516001600160e01b0319168186015260409182015164ffffffffff1691850191909152909301926060909201916001016109b9565b509095945050505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610a4c6020830184610a0c565b9392505050565b60ff8116811461096f575f80fd5b5f60208284031215610a71575f80fd5b8135610a4c81610a53565b5f60208284031215610a8c575f80fd5b8135610a4c8161095b565b634e487b7160e01b5f52602160045260245ffd5b81516001600160401b03168152602082015160c082019060048110610ade57634e487b7160e01b5f52602160045260245ffd5b8060208401525063ffffffff6040840151166040830152606083015160608301526080830151610b17608084018264ffffffffff169052565b5060a0830151610b3060a084018264ffffffffff169052565b5092915050565b5f60208284031215610b47575f80fd5b5035919050565b602080825282518282018190525f918401906040840190835b81811015610a01578351835260209384019390920191600101610b67565b602080825282518282018190525f918401906040840190835b81811015610a0157835160ff16835260209384019390920191600101610b9e565b602080825282518282018190525f918401906040840190835b81811015610a015783516001600160401b0316835260209384019390920191600101610bd8565b634e487b7160e01b5f52604160045260245ffd5b5f60208284031215610c23575f80fd5b81356001600160401b03811115610c38575f80fd5b8201601f81018413610c48575f80fd5b80356001600160401b03811115610c6157610c61610bff565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610c8f57610c8f610bff565b604052818152828201602001861015610ca6575f80fd5b816020840160208301375f91810160200191909152949350505050565b600181811c90821680610cd757607f821691505b602082108103610cf557634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215610d0b575f80fd5b8151610a4c81610a53565b5f60208284031215610d26575f80fd5b5051919050565b5f60208284031215610d3d575f80fd5b8151610a4c8161095b56fea2646970667358221220c66e133994867b317fed6873bac58bb702d3e96858d965e49e6b33389f9b917864736f6c634300081a0033",
         
     | 
| 
      
 361 
     | 
    
         
            +
              "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610111575f3560e01c806376b707b71161009e578063c143892b1161006e578063c143892b14610291578063c5f34844146102bb578063c6a00179146102de578063da1b620b146102f1578063e8eba43514610304575f80fd5b806376b707b71461021c578063775f14b1146102365780638899278a146102765780638c5397b01461027e575f80fd5b80635bfa5027116100e45780635bfa50271461018b5780635c935ce0146101ab57806363fe3b56146101dd57806368c55b13146101f25780637106139814610207575f80fd5b80631e4afbbf146101155780634322699b1461013e578063433f95d61461015457806354e17da914610169575b5f80fd5b610128610123366004610972565b610317565b60405161013591906109a0565b60405180910390f35b6101466103c4565b604051908152602001610135565b61015c61045b565b6040516101359190610a3a565b610146610177366004610a61565b60ff165f9081526001602052604090205490565b61019e610199366004610a7c565b6104eb565b6040516101359190610aab565b6101cd6101b9366004610b37565b5f9081526005602052604090205460ff1690565b6040519015158152602001610135565b6101e56105c5565b6040516101359190610b4e565b6101fa61061a565b6040516101359190610b85565b61020f61068b565b6040516101359190610bbf565b610224610711565b60405160ff9091168152602001610135565b61025e610244366004610b37565b5f908152600460205260409020546001600160401b031690565b6040516001600160401b039091168152602001610135565b610146600381565b61020f61028c366004610b37565b610785565b61015c6040518060400160405280600b81526020016a53657276696365526f6c6560a81b81525081565b61015c60405180604001604052806004815260200163526f6c6560e01b81525081565b6101cd6102ec366004610a7c565b610815565b6101466102ff366004610c13565b610852565b61025e610312366004610a61565b6108d0565b5f8281526009602090815260408083206001600160401b03851684528252808320805482518185028101850190935280835260609492939192909184015b828210156103b8575f84815260209081902060408051606081018252600286029092018054835260019081015460e081901b6001600160e01b03191684860152640100000000900464ffffffffff16918301919091529083529092019101610355565b50505050905092915050565b5f610456600280546103d590610cc3565b80601f016020809104026020016040519081016040528092919081815260200182805461040190610cc3565b801561044c5780601f106104235761010080835404028352916020019161044c565b820191905f5260205f20905b81548152906001019060200180831161042f57829003601f168201915b5050505050610852565b905090565b60606002805461046a90610cc3565b80601f016020809104026020016040519081016040528092919081815260200182805461049690610cc3565b80156104e15780601f106104b8576101008083540402835291602001916104e1565b820191905f5260205f20905b8154815290600101906020018083116104c457829003601f168201915b5050505050905090565b6040805160c080820183525f8083526020808401829052838501829052606084018290526080840182905260a084018290526001600160401b038681168352600782529185902085519384019095528454918216835292939192830190600160401b900460ff16600381111561056357610563610a97565b600381111561057457610574610a97565b815281546901000000000000000000900463ffffffff1660208201526001820154604082015260029091015464ffffffffff8082166060840152650100000000009091041660809091015292915050565b606060038054806020026020016040519081016040528092919081815260200182805480156104e157602002820191905f5260205f20905b8154815260200190600101908083116105fd575050505050905090565b60605f8054806020026020016040519081016040528092919081815260200182805480156104e157602002820191905f5260205f20905f905b825461010083900a900460ff168152602060019283018181049485019490930390920291018084116106535790505050505050905090565b606060068054806020026020016040519081016040528092919081815260200182805480156104e157602002820191905f5260205f20905f905b82829054906101000a90046001600160401b03166001600160401b0316815260200190600801906020826007010492830192600103820291508084116106c55790505050505050905090565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610761573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104569190610cfb565b5f8181526008602090815260409182902080548351818402810184019094528084526060939283018282801561080957602002820191905f5260205f20905f905b82829054906101000a90046001600160401b03166001600160401b0316815260200190600801906020826007010492830192600103820291508084116107c65790505b50505050509050919050565b5f806001600160401b0383165f90815260076020526040902054600160401b900460ff16600381111561084a5761084a610a97565b141592915050565b60405163cdc23e6960e01b81525f9073__$9a094f9b231ed0f5f85a69be8408d93180$__9063cdc23e699061088b908590600401610a3a565b602060405180830381865af41580156108a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ca9190610d16565b92915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3836108f4610711565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610937573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108ca9190610d2d565b6001600160401b038116811461096f575f80fd5b50565b5f8060408385031215610983575f80fd5b8235915060208301356109958161095b565b809150509250929050565b602080825282518282018190525f918401906040840190835b81811015610a01578351805184526020808201516001600160e01b0319168186015260409182015164ffffffffff1691850191909152909301926060909201916001016109b9565b509095945050505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f610a4c6020830184610a0c565b9392505050565b60ff8116811461096f575f80fd5b5f60208284031215610a71575f80fd5b8135610a4c81610a53565b5f60208284031215610a8c575f80fd5b8135610a4c8161095b565b634e487b7160e01b5f52602160045260245ffd5b81516001600160401b03168152602082015160c082019060048110610ade57634e487b7160e01b5f52602160045260245ffd5b8060208401525063ffffffff6040840151166040830152606083015160608301526080830151610b17608084018264ffffffffff169052565b5060a0830151610b3060a084018264ffffffffff169052565b5092915050565b5f60208284031215610b47575f80fd5b5035919050565b602080825282518282018190525f918401906040840190835b81811015610a01578351835260209384019390920191600101610b67565b602080825282518282018190525f918401906040840190835b81811015610a0157835160ff16835260209384019390920191600101610b9e565b602080825282518282018190525f918401906040840190835b81811015610a015783516001600160401b0316835260209384019390920191600101610bd8565b634e487b7160e01b5f52604160045260245ffd5b5f60208284031215610c23575f80fd5b81356001600160401b03811115610c38575f80fd5b8201601f81018413610c48575f80fd5b80356001600160401b03811115610c6157610c61610bff565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610c8f57610c8f610bff565b604052818152828201602001861015610ca6575f80fd5b816020840160208301375f91810160200191909152949350505050565b600181811c90821680610cd757607f821691505b602082108103610cf557634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215610d0b575f80fd5b8151610a4c81610a53565b5f60208284031215610d26575f80fd5b5051919050565b5f60208284031215610d3d575f80fd5b8151610a4c8161095b56fea2646970667358221220c66e133994867b317fed6873bac58bb702d3e96858d965e49e6b33389f9b917864736f6c634300081a0033",
         
     | 
| 
      
 362 
     | 
    
         
            +
              "linkReferences": {
         
     | 
| 
      
 363 
     | 
    
         
            +
                "contracts/type/RoleId.sol": {
         
     | 
| 
      
 364 
     | 
    
         
            +
                  "RoleIdLib": [
         
     | 
| 
      
 365 
     | 
    
         
            +
                    {
         
     | 
| 
      
 366 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 367 
     | 
    
         
            +
                      "start": 854
         
     | 
| 
      
 368 
     | 
    
         
            +
                    },
         
     | 
| 
      
 369 
     | 
    
         
            +
                    {
         
     | 
| 
      
 370 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 371 
     | 
    
         
            +
                      "start": 1697
         
     | 
| 
      
 372 
     | 
    
         
            +
                    },
         
     | 
| 
      
 373 
     | 
    
         
            +
                    {
         
     | 
| 
      
 374 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 375 
     | 
    
         
            +
                      "start": 2108
         
     | 
| 
      
 376 
     | 
    
         
            +
                    },
         
     | 
| 
      
 377 
     | 
    
         
            +
                    {
         
     | 
| 
      
 378 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 379 
     | 
    
         
            +
                      "start": 2410
         
     | 
| 
      
 380 
     | 
    
         
            +
                    },
         
     | 
| 
      
 381 
     | 
    
         
            +
                    {
         
     | 
| 
      
 382 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 383 
     | 
    
         
            +
                      "start": 6276
         
     | 
| 
      
 384 
     | 
    
         
            +
                    }
         
     | 
| 
      
 385 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 386 
     | 
    
         
            +
                },
         
     | 
| 
      
 387 
     | 
    
         
            +
                "contracts/type/Selector.sol": {
         
     | 
| 
      
 388 
     | 
    
         
            +
                  "SelectorLib": [
         
     | 
| 
      
 389 
     | 
    
         
            +
                    {
         
     | 
| 
      
 390 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 391 
     | 
    
         
            +
                      "start": 1337
         
     | 
| 
      
 392 
     | 
    
         
            +
                    }
         
     | 
| 
      
 393 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 394 
     | 
    
         
            +
                },
         
     | 
| 
      
 395 
     | 
    
         
            +
                "contracts/type/String.sol": {
         
     | 
| 
      
 396 
     | 
    
         
            +
                  "StrLib": [
         
     | 
| 
      
 397 
     | 
    
         
            +
                    {
         
     | 
| 
      
 398 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 399 
     | 
    
         
            +
                      "start": 956
         
     | 
| 
      
 400 
     | 
    
         
            +
                    },
         
     | 
| 
      
 401 
     | 
    
         
            +
                    {
         
     | 
| 
      
 402 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 403 
     | 
    
         
            +
                      "start": 1198
         
     | 
| 
      
 404 
     | 
    
         
            +
                    },
         
     | 
| 
      
 405 
     | 
    
         
            +
                    {
         
     | 
| 
      
 406 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 407 
     | 
    
         
            +
                      "start": 1902
         
     | 
| 
      
 408 
     | 
    
         
            +
                    },
         
     | 
| 
      
 409 
     | 
    
         
            +
                    {
         
     | 
| 
      
 410 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 411 
     | 
    
         
            +
                      "start": 2556
         
     | 
| 
      
 412 
     | 
    
         
            +
                    },
         
     | 
| 
      
 413 
     | 
    
         
            +
                    {
         
     | 
| 
      
 414 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 415 
     | 
    
         
            +
                      "start": 6164
         
     | 
| 
      
 416 
     | 
    
         
            +
                    }
         
     | 
| 
      
 417 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 418 
     | 
    
         
            +
                },
         
     | 
| 
      
 419 
     | 
    
         
            +
                "contracts/type/Timestamp.sol": {
         
     | 
| 
      
 420 
     | 
    
         
            +
                  "TimestampLib": [
         
     | 
| 
      
 421 
     | 
    
         
            +
                    {
         
     | 
| 
      
 422 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 423 
     | 
    
         
            +
                      "start": 1446
         
     | 
| 
      
 424 
     | 
    
         
            +
                    },
         
     | 
| 
      
 425 
     | 
    
         
            +
                    {
         
     | 
| 
      
 426 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 427 
     | 
    
         
            +
                      "start": 2679
         
     | 
| 
      
 428 
     | 
    
         
            +
                    },
         
     | 
| 
      
 429 
     | 
    
         
            +
                    {
         
     | 
| 
      
 430 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 431 
     | 
    
         
            +
                      "start": 2798
         
     | 
| 
      
 432 
     | 
    
         
            +
                    }
         
     | 
| 
      
 433 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 434 
     | 
    
         
            +
                },
         
     | 
| 
      
 435 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 436 
     | 
    
         
            +
                  "VersionPartLib": [
         
     | 
| 
      
 437 
     | 
    
         
            +
                    {
         
     | 
| 
      
 438 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 439 
     | 
    
         
            +
                      "start": 5850
         
     | 
| 
      
 440 
     | 
    
         
            +
                    }
         
     | 
| 
      
 441 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 442 
     | 
    
         
            +
                }
         
     | 
| 
      
 443 
     | 
    
         
            +
              },
         
     | 
| 
      
 444 
     | 
    
         
            +
              "deployedLinkReferences": {
         
     | 
| 
      
 445 
     | 
    
         
            +
                "contracts/type/RoleId.sol": {
         
     | 
| 
      
 446 
     | 
    
         
            +
                  "RoleIdLib": [
         
     | 
| 
      
 447 
     | 
    
         
            +
                    {
         
     | 
| 
      
 448 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 449 
     | 
    
         
            +
                      "start": 2259
         
     | 
| 
      
 450 
     | 
    
         
            +
                    }
         
     | 
| 
      
 451 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 452 
     | 
    
         
            +
                },
         
     | 
| 
      
 453 
     | 
    
         
            +
                "contracts/type/String.sol": {
         
     | 
| 
      
 454 
     | 
    
         
            +
                  "StrLib": [
         
     | 
| 
      
 455 
     | 
    
         
            +
                    {
         
     | 
| 
      
 456 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 457 
     | 
    
         
            +
                      "start": 2147
         
     | 
| 
      
 458 
     | 
    
         
            +
                    }
         
     | 
| 
      
 459 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 460 
     | 
    
         
            +
                },
         
     | 
| 
      
 461 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 462 
     | 
    
         
            +
                  "VersionPartLib": [
         
     | 
| 
      
 463 
     | 
    
         
            +
                    {
         
     | 
| 
      
 464 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 465 
     | 
    
         
            +
                      "start": 1833
         
     | 
| 
      
 466 
     | 
    
         
            +
                    }
         
     | 
| 
      
 467 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 468 
     | 
    
         
            +
                }
         
     | 
| 
      
 469 
     | 
    
         
            +
              }
         
     | 
| 
      
 470 
     | 
    
         
            +
            }
         
     |