@etherisc/gif-next 0.0.2-e9148e0-933 → 0.0.2-e91c6be-472
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 +146 -22
 - 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/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
 - 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/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json} +125 -11
 - 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 +1324 -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 +1018 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +917 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +984 -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 +1429 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -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 +1430 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -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 +445 -702
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +391 -169
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +367 -3066
 - 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 +1 -1
 - package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1045 -380
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +478 -398
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +356 -118
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -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/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
 - 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 +1 -1
 - package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +30 -112
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
 - package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.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 +961 -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/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +391 -366
 - 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 +877 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +982 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +746 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1254 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1469 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +850 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +964 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.json +1029 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +786 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +787 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +734 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1148 -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 +1439 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → product/IApplicationService.sol/IApplicationService.json} +231 -225
 - 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 +931 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +283 -266
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1005 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → product/IRiskService.sol/IRiskService.json} +149 -162
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1316 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +802 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
 - package/artifacts/contracts/product/Product.sol/Product.json +1106 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +824 -264
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +305 -233
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +1170 -300
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +304 -335
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +343 -119
 - 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 +1 -1
 - package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +351 -100
 - package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
 - package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1843 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +834 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +209 -201
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → shared/IComponent.sol/IComponent.json} +346 -172
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1402 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +711 -0
 - package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
 - 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 +1 -1
 - package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
 - 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 +40 -31
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.json +119 -165
 - 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 +799 -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 +1 -1
 - package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +81 -30
 - 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 +96 -48
 - 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 +1 -1
 - package/artifacts/contracts/shared/Service.sol/Service.json +150 -176
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1435 -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 +1816 -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 +780 -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 +1265 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -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 +618 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
 - package/contracts/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 +284 -0
 - package/contracts/distribution/DistributionService.sol +354 -0
 - package/contracts/distribution/DistributionServiceManager.sol +39 -0
 - package/contracts/distribution/IDistributionComponent.sol +52 -0
 - package/contracts/distribution/IDistributionService.sol +100 -0
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +86 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
 - package/contracts/examples/fire/FireProduct.sol +431 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
 - package/contracts/instance/BundleSet.sol +126 -0
 - package/contracts/instance/IInstance.sol +51 -26
 - package/contracts/instance/IInstanceService.sol +58 -17
 - package/contracts/instance/Instance.sol +164 -375
 - package/contracts/instance/InstanceAdmin.sol +277 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
 - package/contracts/instance/InstanceReader.sol +271 -82
 - package/contracts/instance/InstanceService.sol +359 -137
 - package/contracts/instance/InstanceServiceManager.sol +14 -32
 - 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 +29 -21
 - package/contracts/instance/module/IBundle.sol +8 -8
 - package/contracts/instance/module/IComponents.sol +50 -0
 - package/contracts/instance/module/IDistribution.sol +6 -4
 - package/contracts/instance/module/IPolicy.sol +59 -19
 - package/contracts/instance/module/IRisk.sol +1 -1
 - 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 +292 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +175 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +68 -0
 - package/contracts/pool/BundleService.sol +485 -0
 - package/contracts/pool/BundleServiceManager.sol +39 -0
 - package/contracts/pool/IBundleService.sol +140 -0
 - package/contracts/pool/IPoolComponent.sol +62 -0
 - package/contracts/pool/IPoolService.sol +172 -0
 - package/contracts/pool/Pool.sol +345 -0
 - package/contracts/pool/PoolService.sol +620 -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 +49 -0
 - package/contracts/product/BasicProductAuthorization.sol +42 -0
 - package/contracts/product/ClaimService.sol +614 -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 +82 -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 +695 -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 +432 -0
 - package/contracts/product/RiskService.sol +96 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +78 -33
 - package/contracts/registry/IRegistry.sol +129 -35
 - package/contracts/registry/IRegistryService.sol +40 -28
 - package/contracts/registry/ITransferInterceptor.sol +1 -1
 - package/contracts/registry/Registry.sol +552 -271
 - package/contracts/registry/RegistryAdmin.sol +462 -0
 - package/contracts/registry/RegistryService.sol +116 -233
 - package/contracts/registry/RegistryServiceManager.sol +26 -53
 - package/contracts/registry/ReleaseLifecycle.sol +30 -0
 - package/contracts/registry/ReleaseRegistry.sol +485 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +203 -0
 - package/contracts/registry/TokenRegistry.sol +261 -57
 - package/contracts/shared/Component.sol +229 -0
 - package/contracts/shared/ComponentService.sol +779 -0
 - package/contracts/shared/ComponentServiceManager.sol +38 -0
 - package/contracts/shared/ComponentVerifyingService.sol +128 -0
 - package/contracts/shared/ContractLib.sol +54 -0
 - package/contracts/shared/IComponent.sol +67 -0
 - package/contracts/shared/IComponentService.sol +130 -0
 - package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
 - package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
 - package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
 - package/contracts/shared/INftOwnable.sol +15 -12
 - package/contracts/shared/IPolicyHolder.sol +35 -0
 - package/contracts/shared/IRegisterable.sol +15 -6
 - package/contracts/shared/IRegistryLinked.sol +11 -0
 - package/contracts/shared/IService.sol +16 -6
 - package/contracts/shared/InitializableERC165.sol +27 -0
 - package/contracts/shared/InstanceLinkedComponent.sol +205 -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 +75 -82
 - package/contracts/shared/PolicyHolder.sol +62 -0
 - package/contracts/shared/Registerable.sol +34 -41
 - package/contracts/shared/RegistryLinked.sol +38 -0
 - package/contracts/shared/Service.sol +61 -32
 - package/contracts/shared/TokenHandler.sol +382 -12
 - package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
 - package/contracts/staking/IStaking.sol +173 -0
 - package/contracts/staking/IStakingService.sol +157 -0
 - package/contracts/staking/StakeManagerLib.sol +224 -0
 - package/contracts/staking/Staking.sol +505 -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 +453 -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/{types → type}/DistributorType.sol +2 -2
 - package/contracts/{types → type}/Fee.sol +33 -23
 - 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/{types → type}/Referral.sol +6 -1
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/{types → type}/RiskId.sol +17 -3
 - 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 +48 -4
 - package/contracts/type/String.sol +53 -0
 - package/contracts/{types → type}/Timestamp.sol +34 -15
 - package/contracts/{types → type}/UFixed.sol +39 -9
 - package/contracts/{types → type}/Version.sol +5 -2
 - package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
 - package/contracts/upgradeability/ProxyManager.sol +232 -0
 - package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
 - package/contracts/upgradeability/Versionable.sol +59 -0
 - package/package.json +11 -7
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
 - package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
 - package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
 - package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
 - package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.json +0 -719
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
 - 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/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/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
 - package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
 - package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
 - 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/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
 - 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/module/ISetup.sol/ISetup.dbg.json +0 -4
 - package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
 - package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.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 -839
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1058
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -448
 - package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
 - package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
 - 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/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
 - package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
 - package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
 - 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/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
 - package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
 - 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 -600
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
 - package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
 - 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 -286
 - package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
 - package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
 - 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/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
 - package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
 - package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
 - 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/NumberId.sol/NumberIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
 - 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/Referral.sol/ReferralLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
 - package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
 - package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
 - 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 -249
 - package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
 - package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
 - package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
 - package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
 - package/contracts/components/BaseComponent.sol +0 -91
 - package/contracts/components/Distribution.sol +0 -159
 - package/contracts/components/IBaseComponent.sol +0 -25
 - package/contracts/components/IDistributionComponent.sol +0 -44
 - package/contracts/components/IPoolComponent.sol +0 -62
 - package/contracts/components/IProductComponent.sol +0 -35
 - package/contracts/components/Pool.sol +0 -242
 - package/contracts/components/Product.sol +0 -284
 - package/contracts/experiment/cloning/Cloner.sol +0 -47
 - 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/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/AccessManagedSimple.sol +0 -115
 - package/contracts/instance/AccessManagerSimple.sol +0 -692
 - package/contracts/instance/IAccessManagerSimple.sol +0 -391
 - package/contracts/instance/InstanceAccessManager.sol +0 -288
 - package/contracts/instance/base/ComponentServiceBase.sol +0 -124
 - package/contracts/instance/base/IInstanceBase.sol +0 -23
 - package/contracts/instance/base/KeyValueStore.sol +0 -172
 - package/contracts/instance/base/Lifecycle.sol +0 -100
 - package/contracts/instance/module/ISetup.sol +0 -44
 - package/contracts/instance/module/ITreasury.sol +0 -23
 - package/contracts/instance/service/ComponentOwnerService.sol +0 -317
 - package/contracts/instance/service/DistributionService.sol +0 -88
 - package/contracts/instance/service/DistributionServiceManager.sol +0 -54
 - package/contracts/instance/service/IComponentOwnerService.sol +0 -20
 - package/contracts/instance/service/IDistributionService.sol +0 -12
 - package/contracts/instance/service/IPoolService.sol +0 -37
 - package/contracts/instance/service/IProductService.sol +0 -107
 - package/contracts/instance/service/PoolService.sol +0 -194
 - package/contracts/instance/service/PoolServiceManager.sol +0 -54
 - package/contracts/instance/service/ProductService.sol +0 -548
 - package/contracts/instance/service/ProductServiceManager.sol +0 -54
 - package/contracts/shared/ContractDeployerLib.sol +0 -72
 - package/contracts/shared/ERC165.sol +0 -25
 - package/contracts/shared/ProxyManager.sol +0 -94
 - package/contracts/shared/RegisterableUpgradable.sol +0 -16
 - package/contracts/shared/Versionable.sol +0 -147
 - package/contracts/test/TestFee.sol +0 -25
 - package/contracts/test/TestRegisterable.sol +0 -18
 - package/contracts/test/TestRoleId.sol +0 -14
 - package/contracts/test/TestService.sol +0 -24
 - 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/NftIdSet.sol +0 -60
 - package/contracts/types/NumberId.sol +0 -52
 - package/contracts/types/ObjectType.sol +0 -152
 - package/contracts/types/RoleId.sol +0 -90
 - /package/contracts/{types → type}/Key32.sol +0 -0
 
| 
         @@ -1,376 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {
         
     | 
| 
       2 
     | 
    
         
            -
              "_format": "hh-sol-artifact-1",
         
     | 
| 
       3 
     | 
    
         
            -
              "contractName": "TestUsdc",
         
     | 
| 
       4 
     | 
    
         
            -
              "sourceName": "contracts/test/TestToken.sol",
         
     | 
| 
       5 
     | 
    
         
            -
              "abi": [
         
     | 
| 
       6 
     | 
    
         
            -
                {
         
     | 
| 
       7 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       8 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       9 
     | 
    
         
            -
                  "type": "constructor"
         
     | 
| 
       10 
     | 
    
         
            -
                },
         
     | 
| 
       11 
     | 
    
         
            -
                {
         
     | 
| 
       12 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       13 
     | 
    
         
            -
                    {
         
     | 
| 
       14 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       15 
     | 
    
         
            -
                      "name": "spender",
         
     | 
| 
       16 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       17 
     | 
    
         
            -
                    },
         
     | 
| 
       18 
     | 
    
         
            -
                    {
         
     | 
| 
       19 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       20 
     | 
    
         
            -
                      "name": "allowance",
         
     | 
| 
       21 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       22 
     | 
    
         
            -
                    },
         
     | 
| 
       23 
     | 
    
         
            -
                    {
         
     | 
| 
       24 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       25 
     | 
    
         
            -
                      "name": "needed",
         
     | 
| 
       26 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       27 
     | 
    
         
            -
                    }
         
     | 
| 
       28 
     | 
    
         
            -
                  ],
         
     | 
| 
       29 
     | 
    
         
            -
                  "name": "ERC20InsufficientAllowance",
         
     | 
| 
       30 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       31 
     | 
    
         
            -
                },
         
     | 
| 
       32 
     | 
    
         
            -
                {
         
     | 
| 
       33 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       34 
     | 
    
         
            -
                    {
         
     | 
| 
       35 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       36 
     | 
    
         
            -
                      "name": "sender",
         
     | 
| 
       37 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       38 
     | 
    
         
            -
                    },
         
     | 
| 
       39 
     | 
    
         
            -
                    {
         
     | 
| 
       40 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       41 
     | 
    
         
            -
                      "name": "balance",
         
     | 
| 
       42 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       43 
     | 
    
         
            -
                    },
         
     | 
| 
       44 
     | 
    
         
            -
                    {
         
     | 
| 
       45 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       46 
     | 
    
         
            -
                      "name": "needed",
         
     | 
| 
       47 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       48 
     | 
    
         
            -
                    }
         
     | 
| 
       49 
     | 
    
         
            -
                  ],
         
     | 
| 
       50 
     | 
    
         
            -
                  "name": "ERC20InsufficientBalance",
         
     | 
| 
       51 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       52 
     | 
    
         
            -
                },
         
     | 
| 
       53 
     | 
    
         
            -
                {
         
     | 
| 
       54 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       55 
     | 
    
         
            -
                    {
         
     | 
| 
       56 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       57 
     | 
    
         
            -
                      "name": "approver",
         
     | 
| 
       58 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       59 
     | 
    
         
            -
                    }
         
     | 
| 
       60 
     | 
    
         
            -
                  ],
         
     | 
| 
       61 
     | 
    
         
            -
                  "name": "ERC20InvalidApprover",
         
     | 
| 
       62 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       63 
     | 
    
         
            -
                },
         
     | 
| 
       64 
     | 
    
         
            -
                {
         
     | 
| 
       65 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       66 
     | 
    
         
            -
                    {
         
     | 
| 
       67 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       68 
     | 
    
         
            -
                      "name": "receiver",
         
     | 
| 
       69 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       70 
     | 
    
         
            -
                    }
         
     | 
| 
       71 
     | 
    
         
            -
                  ],
         
     | 
| 
       72 
     | 
    
         
            -
                  "name": "ERC20InvalidReceiver",
         
     | 
| 
       73 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       74 
     | 
    
         
            -
                },
         
     | 
| 
       75 
     | 
    
         
            -
                {
         
     | 
| 
       76 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       77 
     | 
    
         
            -
                    {
         
     | 
| 
       78 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       79 
     | 
    
         
            -
                      "name": "sender",
         
     | 
| 
       80 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       81 
     | 
    
         
            -
                    }
         
     | 
| 
       82 
     | 
    
         
            -
                  ],
         
     | 
| 
       83 
     | 
    
         
            -
                  "name": "ERC20InvalidSender",
         
     | 
| 
       84 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       85 
     | 
    
         
            -
                },
         
     | 
| 
       86 
     | 
    
         
            -
                {
         
     | 
| 
       87 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       88 
     | 
    
         
            -
                    {
         
     | 
| 
       89 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       90 
     | 
    
         
            -
                      "name": "spender",
         
     | 
| 
       91 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       92 
     | 
    
         
            -
                    }
         
     | 
| 
       93 
     | 
    
         
            -
                  ],
         
     | 
| 
       94 
     | 
    
         
            -
                  "name": "ERC20InvalidSpender",
         
     | 
| 
       95 
     | 
    
         
            -
                  "type": "error"
         
     | 
| 
       96 
     | 
    
         
            -
                },
         
     | 
| 
       97 
     | 
    
         
            -
                {
         
     | 
| 
       98 
     | 
    
         
            -
                  "anonymous": false,
         
     | 
| 
       99 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       100 
     | 
    
         
            -
                    {
         
     | 
| 
       101 
     | 
    
         
            -
                      "indexed": true,
         
     | 
| 
       102 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       103 
     | 
    
         
            -
                      "name": "owner",
         
     | 
| 
       104 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       105 
     | 
    
         
            -
                    },
         
     | 
| 
       106 
     | 
    
         
            -
                    {
         
     | 
| 
       107 
     | 
    
         
            -
                      "indexed": true,
         
     | 
| 
       108 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       109 
     | 
    
         
            -
                      "name": "spender",
         
     | 
| 
       110 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       111 
     | 
    
         
            -
                    },
         
     | 
| 
       112 
     | 
    
         
            -
                    {
         
     | 
| 
       113 
     | 
    
         
            -
                      "indexed": false,
         
     | 
| 
       114 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       115 
     | 
    
         
            -
                      "name": "value",
         
     | 
| 
       116 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       117 
     | 
    
         
            -
                    }
         
     | 
| 
       118 
     | 
    
         
            -
                  ],
         
     | 
| 
       119 
     | 
    
         
            -
                  "name": "Approval",
         
     | 
| 
       120 
     | 
    
         
            -
                  "type": "event"
         
     | 
| 
       121 
     | 
    
         
            -
                },
         
     | 
| 
       122 
     | 
    
         
            -
                {
         
     | 
| 
       123 
     | 
    
         
            -
                  "anonymous": false,
         
     | 
| 
       124 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       125 
     | 
    
         
            -
                    {
         
     | 
| 
       126 
     | 
    
         
            -
                      "indexed": true,
         
     | 
| 
       127 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       128 
     | 
    
         
            -
                      "name": "from",
         
     | 
| 
       129 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       130 
     | 
    
         
            -
                    },
         
     | 
| 
       131 
     | 
    
         
            -
                    {
         
     | 
| 
       132 
     | 
    
         
            -
                      "indexed": true,
         
     | 
| 
       133 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       134 
     | 
    
         
            -
                      "name": "to",
         
     | 
| 
       135 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       136 
     | 
    
         
            -
                    },
         
     | 
| 
       137 
     | 
    
         
            -
                    {
         
     | 
| 
       138 
     | 
    
         
            -
                      "indexed": false,
         
     | 
| 
       139 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       140 
     | 
    
         
            -
                      "name": "value",
         
     | 
| 
       141 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       142 
     | 
    
         
            -
                    }
         
     | 
| 
       143 
     | 
    
         
            -
                  ],
         
     | 
| 
       144 
     | 
    
         
            -
                  "name": "Transfer",
         
     | 
| 
       145 
     | 
    
         
            -
                  "type": "event"
         
     | 
| 
       146 
     | 
    
         
            -
                },
         
     | 
| 
       147 
     | 
    
         
            -
                {
         
     | 
| 
       148 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       149 
     | 
    
         
            -
                  "name": "DECIMALS",
         
     | 
| 
       150 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       151 
     | 
    
         
            -
                    {
         
     | 
| 
       152 
     | 
    
         
            -
                      "internalType": "uint8",
         
     | 
| 
       153 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       154 
     | 
    
         
            -
                      "type": "uint8"
         
     | 
| 
       155 
     | 
    
         
            -
                    }
         
     | 
| 
       156 
     | 
    
         
            -
                  ],
         
     | 
| 
       157 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       158 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       159 
     | 
    
         
            -
                },
         
     | 
| 
       160 
     | 
    
         
            -
                {
         
     | 
| 
       161 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       162 
     | 
    
         
            -
                  "name": "INITIAL_SUPPLY",
         
     | 
| 
       163 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       164 
     | 
    
         
            -
                    {
         
     | 
| 
       165 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       166 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       167 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       168 
     | 
    
         
            -
                    }
         
     | 
| 
       169 
     | 
    
         
            -
                  ],
         
     | 
| 
       170 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       171 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       172 
     | 
    
         
            -
                },
         
     | 
| 
       173 
     | 
    
         
            -
                {
         
     | 
| 
       174 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       175 
     | 
    
         
            -
                  "name": "NAME",
         
     | 
| 
       176 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       177 
     | 
    
         
            -
                    {
         
     | 
| 
       178 
     | 
    
         
            -
                      "internalType": "string",
         
     | 
| 
       179 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       180 
     | 
    
         
            -
                      "type": "string"
         
     | 
| 
       181 
     | 
    
         
            -
                    }
         
     | 
| 
       182 
     | 
    
         
            -
                  ],
         
     | 
| 
       183 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       184 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       185 
     | 
    
         
            -
                },
         
     | 
| 
       186 
     | 
    
         
            -
                {
         
     | 
| 
       187 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       188 
     | 
    
         
            -
                  "name": "SYMBOL",
         
     | 
| 
       189 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       190 
     | 
    
         
            -
                    {
         
     | 
| 
       191 
     | 
    
         
            -
                      "internalType": "string",
         
     | 
| 
       192 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       193 
     | 
    
         
            -
                      "type": "string"
         
     | 
| 
       194 
     | 
    
         
            -
                    }
         
     | 
| 
       195 
     | 
    
         
            -
                  ],
         
     | 
| 
       196 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       197 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       198 
     | 
    
         
            -
                },
         
     | 
| 
       199 
     | 
    
         
            -
                {
         
     | 
| 
       200 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       201 
     | 
    
         
            -
                    {
         
     | 
| 
       202 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       203 
     | 
    
         
            -
                      "name": "owner",
         
     | 
| 
       204 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       205 
     | 
    
         
            -
                    },
         
     | 
| 
       206 
     | 
    
         
            -
                    {
         
     | 
| 
       207 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       208 
     | 
    
         
            -
                      "name": "spender",
         
     | 
| 
       209 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       210 
     | 
    
         
            -
                    }
         
     | 
| 
       211 
     | 
    
         
            -
                  ],
         
     | 
| 
       212 
     | 
    
         
            -
                  "name": "allowance",
         
     | 
| 
       213 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       214 
     | 
    
         
            -
                    {
         
     | 
| 
       215 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       216 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       217 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       218 
     | 
    
         
            -
                    }
         
     | 
| 
       219 
     | 
    
         
            -
                  ],
         
     | 
| 
       220 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       221 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       222 
     | 
    
         
            -
                },
         
     | 
| 
       223 
     | 
    
         
            -
                {
         
     | 
| 
       224 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       225 
     | 
    
         
            -
                    {
         
     | 
| 
       226 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       227 
     | 
    
         
            -
                      "name": "spender",
         
     | 
| 
       228 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       229 
     | 
    
         
            -
                    },
         
     | 
| 
       230 
     | 
    
         
            -
                    {
         
     | 
| 
       231 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       232 
     | 
    
         
            -
                      "name": "value",
         
     | 
| 
       233 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       234 
     | 
    
         
            -
                    }
         
     | 
| 
       235 
     | 
    
         
            -
                  ],
         
     | 
| 
       236 
     | 
    
         
            -
                  "name": "approve",
         
     | 
| 
       237 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       238 
     | 
    
         
            -
                    {
         
     | 
| 
       239 
     | 
    
         
            -
                      "internalType": "bool",
         
     | 
| 
       240 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       241 
     | 
    
         
            -
                      "type": "bool"
         
     | 
| 
       242 
     | 
    
         
            -
                    }
         
     | 
| 
       243 
     | 
    
         
            -
                  ],
         
     | 
| 
       244 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       245 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       246 
     | 
    
         
            -
                },
         
     | 
| 
       247 
     | 
    
         
            -
                {
         
     | 
| 
       248 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       249 
     | 
    
         
            -
                    {
         
     | 
| 
       250 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       251 
     | 
    
         
            -
                      "name": "account",
         
     | 
| 
       252 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       253 
     | 
    
         
            -
                    }
         
     | 
| 
       254 
     | 
    
         
            -
                  ],
         
     | 
| 
       255 
     | 
    
         
            -
                  "name": "balanceOf",
         
     | 
| 
       256 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       257 
     | 
    
         
            -
                    {
         
     | 
| 
       258 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       259 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       260 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       261 
     | 
    
         
            -
                    }
         
     | 
| 
       262 
     | 
    
         
            -
                  ],
         
     | 
| 
       263 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       264 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       265 
     | 
    
         
            -
                },
         
     | 
| 
       266 
     | 
    
         
            -
                {
         
     | 
| 
       267 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       268 
     | 
    
         
            -
                  "name": "decimals",
         
     | 
| 
       269 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       270 
     | 
    
         
            -
                    {
         
     | 
| 
       271 
     | 
    
         
            -
                      "internalType": "uint8",
         
     | 
| 
       272 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       273 
     | 
    
         
            -
                      "type": "uint8"
         
     | 
| 
       274 
     | 
    
         
            -
                    }
         
     | 
| 
       275 
     | 
    
         
            -
                  ],
         
     | 
| 
       276 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       277 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       278 
     | 
    
         
            -
                },
         
     | 
| 
       279 
     | 
    
         
            -
                {
         
     | 
| 
       280 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       281 
     | 
    
         
            -
                  "name": "name",
         
     | 
| 
       282 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       283 
     | 
    
         
            -
                    {
         
     | 
| 
       284 
     | 
    
         
            -
                      "internalType": "string",
         
     | 
| 
       285 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       286 
     | 
    
         
            -
                      "type": "string"
         
     | 
| 
       287 
     | 
    
         
            -
                    }
         
     | 
| 
       288 
     | 
    
         
            -
                  ],
         
     | 
| 
       289 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       290 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       291 
     | 
    
         
            -
                },
         
     | 
| 
       292 
     | 
    
         
            -
                {
         
     | 
| 
       293 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       294 
     | 
    
         
            -
                  "name": "symbol",
         
     | 
| 
       295 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       296 
     | 
    
         
            -
                    {
         
     | 
| 
       297 
     | 
    
         
            -
                      "internalType": "string",
         
     | 
| 
       298 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       299 
     | 
    
         
            -
                      "type": "string"
         
     | 
| 
       300 
     | 
    
         
            -
                    }
         
     | 
| 
       301 
     | 
    
         
            -
                  ],
         
     | 
| 
       302 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       303 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       304 
     | 
    
         
            -
                },
         
     | 
| 
       305 
     | 
    
         
            -
                {
         
     | 
| 
       306 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       307 
     | 
    
         
            -
                  "name": "totalSupply",
         
     | 
| 
       308 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       309 
     | 
    
         
            -
                    {
         
     | 
| 
       310 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       311 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       312 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       313 
     | 
    
         
            -
                    }
         
     | 
| 
       314 
     | 
    
         
            -
                  ],
         
     | 
| 
       315 
     | 
    
         
            -
                  "stateMutability": "view",
         
     | 
| 
       316 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       317 
     | 
    
         
            -
                },
         
     | 
| 
       318 
     | 
    
         
            -
                {
         
     | 
| 
       319 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       320 
     | 
    
         
            -
                    {
         
     | 
| 
       321 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       322 
     | 
    
         
            -
                      "name": "to",
         
     | 
| 
       323 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       324 
     | 
    
         
            -
                    },
         
     | 
| 
       325 
     | 
    
         
            -
                    {
         
     | 
| 
       326 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       327 
     | 
    
         
            -
                      "name": "value",
         
     | 
| 
       328 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       329 
     | 
    
         
            -
                    }
         
     | 
| 
       330 
     | 
    
         
            -
                  ],
         
     | 
| 
       331 
     | 
    
         
            -
                  "name": "transfer",
         
     | 
| 
       332 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       333 
     | 
    
         
            -
                    {
         
     | 
| 
       334 
     | 
    
         
            -
                      "internalType": "bool",
         
     | 
| 
       335 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       336 
     | 
    
         
            -
                      "type": "bool"
         
     | 
| 
       337 
     | 
    
         
            -
                    }
         
     | 
| 
       338 
     | 
    
         
            -
                  ],
         
     | 
| 
       339 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       340 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       341 
     | 
    
         
            -
                },
         
     | 
| 
       342 
     | 
    
         
            -
                {
         
     | 
| 
       343 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       344 
     | 
    
         
            -
                    {
         
     | 
| 
       345 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       346 
     | 
    
         
            -
                      "name": "from",
         
     | 
| 
       347 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       348 
     | 
    
         
            -
                    },
         
     | 
| 
       349 
     | 
    
         
            -
                    {
         
     | 
| 
       350 
     | 
    
         
            -
                      "internalType": "address",
         
     | 
| 
       351 
     | 
    
         
            -
                      "name": "to",
         
     | 
| 
       352 
     | 
    
         
            -
                      "type": "address"
         
     | 
| 
       353 
     | 
    
         
            -
                    },
         
     | 
| 
       354 
     | 
    
         
            -
                    {
         
     | 
| 
       355 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       356 
     | 
    
         
            -
                      "name": "value",
         
     | 
| 
       357 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       358 
     | 
    
         
            -
                    }
         
     | 
| 
       359 
     | 
    
         
            -
                  ],
         
     | 
| 
       360 
     | 
    
         
            -
                  "name": "transferFrom",
         
     | 
| 
       361 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       362 
     | 
    
         
            -
                    {
         
     | 
| 
       363 
     | 
    
         
            -
                      "internalType": "bool",
         
     | 
| 
       364 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       365 
     | 
    
         
            -
                      "type": "bool"
         
     | 
| 
       366 
     | 
    
         
            -
                    }
         
     | 
| 
       367 
     | 
    
         
            -
                  ],
         
     | 
| 
       368 
     | 
    
         
            -
                  "stateMutability": "nonpayable",
         
     | 
| 
       369 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       370 
     | 
    
         
            -
                }
         
     | 
| 
       371 
     | 
    
         
            -
              ],
         
     | 
| 
       372 
     | 
    
         
            -
              "bytecode": "0x60806040523480156200001157600080fd5b506040518060400160405280600b81526020016a1554d110c80b4815195cdd60aa1b815250604051806040016040528060048152602001635553444360e01b8152508160039081620000649190620002d2565b506004620000738282620002d2565b505050620000ae6200008a620000b460201b60201c565b620000986006600a620004b3565b620000a890633b9aca00620004cb565b620000b8565b620004fb565b3390565b6001600160a01b038216620000e85760405163ec442f0560e01b8152600060048201526024015b60405180910390fd5b620000f660008383620000fa565b5050565b6001600160a01b038316620001295780600260008282546200011d9190620004e5565b909155506200019d9050565b6001600160a01b038316600090815260208190526040902054818110156200017e5760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401620000df565b6001600160a01b03841660009081526020819052604090209082900390555b6001600160a01b038216620001bb57600280548290039055620001da565b6001600160a01b03821660009081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200022091815260200190565b60405180910390a3505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806200025857607f821691505b6020821081036200027957634e487b7160e01b600052602260045260246000fd5b50919050565b601f821115620002cd57600081815260208120601f850160051c81016020861015620002a85750805b601f850160051c820191505b81811015620002c957828155600101620002b4565b5050505b505050565b81516001600160401b03811115620002ee57620002ee6200022d565b6200030681620002ff845462000243565b846200027f565b602080601f8311600181146200033e5760008415620003255750858301515b600019600386901b1c1916600185901b178555620002c9565b600085815260208120601f198616915b828110156200036f578886015182559484019460019091019084016200034e565b50858210156200038e5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b634e487b7160e01b600052601160045260246000fd5b600181815b80851115620003f5578160001904821115620003d957620003d96200039e565b80851615620003e757918102915b93841c9390800290620003b9565b509250929050565b6000826200040e57506001620004ad565b816200041d57506000620004ad565b8160018114620004365760028114620004415762000461565b6001915050620004ad565b60ff8411156200045557620004556200039e565b50506001821b620004ad565b5060208310610133831016604e8410600b841016171562000486575081810a620004ad565b620004928383620003b4565b8060001904821115620004a957620004a96200039e565b0290505b92915050565b6000620004c460ff841683620003fd565b9392505050565b8082028115828204841417620004ad57620004ad6200039e565b80820180821115620004ad57620004ad6200039e565b6108f2806200050b6000396000f3fe608060405234801561001057600080fd5b50600436106100cf5760003560e01c8063313ce5671161008c578063a3f4df7e11610066578063a3f4df7e14610194578063a9059cbb146101be578063dd62ed3e146101d1578063f76f8d781461020a57600080fd5b8063313ce5671461015c57806370a082311461016357806395d89b411461018c57600080fd5b806306fdde03146100d4578063095ea7b3146100f257806318160ddd1461011557806323b872dd146101275780632e0f26251461013a5780632ff2e9dc14610154575b600080fd5b6100dc61022d565b6040516100e9919061062a565b60405180910390f35b610105610100366004610694565b6102bf565b60405190151581526020016100e9565b6002545b6040519081526020016100e9565b6101056101353660046106be565b6102d9565b610142600681565b60405160ff90911681526020016100e9565b6101196102fd565b6006610142565b6101196101713660046106fa565b6001600160a01b031660009081526020819052604090205490565b6100dc61031a565b6100dc6040518060400160405280600b81526020016a1554d110c80b4815195cdd60aa1b81525081565b6101056101cc366004610694565b610329565b6101196101df36600461071c565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6100dc604051806040016040528060048152602001635553444360e01b81525081565b60606003805461023c9061074f565b80601f01602080910402602001604051908101604052809291908181526020018280546102689061074f565b80156102b55780601f1061028a576101008083540402835291602001916102b5565b820191906000526020600020905b81548152906001019060200180831161029857829003601f168201915b5050505050905090565b6000336102cd818585610337565b60019150505b92915050565b6000336102e7858285610349565b6102f28585856103cc565b506001949350505050565b6103096006600a610883565b61031790633b9aca00610892565b81565b60606004805461023c9061074f565b6000336102cd8185856103cc565b610344838383600161042b565b505050565b6001600160a01b0383811660009081526001602090815260408083209386168352929052205460001981146103c657818110156103b757604051637dc7a0d960e11b81526001600160a01b038416600482015260248101829052604481018390526064015b60405180910390fd5b6103c68484848403600061042b565b50505050565b6001600160a01b0383166103f657604051634b637e8f60e11b8152600060048201526024016103ae565b6001600160a01b0382166104205760405163ec442f0560e01b8152600060048201526024016103ae565b610344838383610500565b6001600160a01b0384166104555760405163e602df0560e01b8152600060048201526024016103ae565b6001600160a01b03831661047f57604051634a1406b160e11b8152600060048201526024016103ae565b6001600160a01b03808516600090815260016020908152604080832093871683529290522082905580156103c657826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925846040516104f291815260200190565b60405180910390a350505050565b6001600160a01b03831661052b57806002600082825461052091906108a9565b9091555061059d9050565b6001600160a01b0383166000908152602081905260409020548181101561057e5760405163391434e360e21b81526001600160a01b038516600482015260248101829052604481018390526064016103ae565b6001600160a01b03841660009081526020819052604090209082900390555b6001600160a01b0382166105b9576002805482900390556105d8565b6001600160a01b03821660009081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405161061d91815260200190565b60405180910390a3505050565b600060208083528351808285015260005b818110156106575785810183015185820160400152820161063b565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b038116811461068f57600080fd5b919050565b600080604083850312156106a757600080fd5b6106b083610678565b946020939093013593505050565b6000806000606084860312156106d357600080fd5b6106dc84610678565b92506106ea60208501610678565b9150604084013590509250925092565b60006020828403121561070c57600080fd5b61071582610678565b9392505050565b6000806040838503121561072f57600080fd5b61073883610678565b915061074660208401610678565b90509250929050565b600181811c9082168061076357607f821691505b60208210810361078357634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b600181815b808511156107da5781600019048211156107c0576107c0610789565b808516156107cd57918102915b93841c93908002906107a4565b509250929050565b6000826107f1575060016102d3565b816107fe575060006102d3565b8160018114610814576002811461081e5761083a565b60019150506102d3565b60ff84111561082f5761082f610789565b50506001821b6102d3565b5060208310610133831016604e8410600b841016171561085d575081810a6102d3565b610867838361079f565b806000190482111561087b5761087b610789565b029392505050565b600061071560ff8416836107e2565b80820281158282048414176102d3576102d3610789565b808201808211156102d3576102d361078956fea2646970667358221220ce285ac8359b39ea9974e26ea7d0f956b6b879df7ebf8ae43077c020f2fd566864736f6c63430008140033",
         
     | 
| 
       373 
     | 
    
         
            -
              "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c8063313ce5671161008c578063a3f4df7e11610066578063a3f4df7e14610194578063a9059cbb146101be578063dd62ed3e146101d1578063f76f8d781461020a57600080fd5b8063313ce5671461015c57806370a082311461016357806395d89b411461018c57600080fd5b806306fdde03146100d4578063095ea7b3146100f257806318160ddd1461011557806323b872dd146101275780632e0f26251461013a5780632ff2e9dc14610154575b600080fd5b6100dc61022d565b6040516100e9919061062a565b60405180910390f35b610105610100366004610694565b6102bf565b60405190151581526020016100e9565b6002545b6040519081526020016100e9565b6101056101353660046106be565b6102d9565b610142600681565b60405160ff90911681526020016100e9565b6101196102fd565b6006610142565b6101196101713660046106fa565b6001600160a01b031660009081526020819052604090205490565b6100dc61031a565b6100dc6040518060400160405280600b81526020016a1554d110c80b4815195cdd60aa1b81525081565b6101056101cc366004610694565b610329565b6101196101df36600461071c565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6100dc604051806040016040528060048152602001635553444360e01b81525081565b60606003805461023c9061074f565b80601f01602080910402602001604051908101604052809291908181526020018280546102689061074f565b80156102b55780601f1061028a576101008083540402835291602001916102b5565b820191906000526020600020905b81548152906001019060200180831161029857829003601f168201915b5050505050905090565b6000336102cd818585610337565b60019150505b92915050565b6000336102e7858285610349565b6102f28585856103cc565b506001949350505050565b6103096006600a610883565b61031790633b9aca00610892565b81565b60606004805461023c9061074f565b6000336102cd8185856103cc565b610344838383600161042b565b505050565b6001600160a01b0383811660009081526001602090815260408083209386168352929052205460001981146103c657818110156103b757604051637dc7a0d960e11b81526001600160a01b038416600482015260248101829052604481018390526064015b60405180910390fd5b6103c68484848403600061042b565b50505050565b6001600160a01b0383166103f657604051634b637e8f60e11b8152600060048201526024016103ae565b6001600160a01b0382166104205760405163ec442f0560e01b8152600060048201526024016103ae565b610344838383610500565b6001600160a01b0384166104555760405163e602df0560e01b8152600060048201526024016103ae565b6001600160a01b03831661047f57604051634a1406b160e11b8152600060048201526024016103ae565b6001600160a01b03808516600090815260016020908152604080832093871683529290522082905580156103c657826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925846040516104f291815260200190565b60405180910390a350505050565b6001600160a01b03831661052b57806002600082825461052091906108a9565b9091555061059d9050565b6001600160a01b0383166000908152602081905260409020548181101561057e5760405163391434e360e21b81526001600160a01b038516600482015260248101829052604481018390526064016103ae565b6001600160a01b03841660009081526020819052604090209082900390555b6001600160a01b0382166105b9576002805482900390556105d8565b6001600160a01b03821660009081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405161061d91815260200190565b60405180910390a3505050565b600060208083528351808285015260005b818110156106575785810183015185820160400152820161063b565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b038116811461068f57600080fd5b919050565b600080604083850312156106a757600080fd5b6106b083610678565b946020939093013593505050565b6000806000606084860312156106d357600080fd5b6106dc84610678565b92506106ea60208501610678565b9150604084013590509250925092565b60006020828403121561070c57600080fd5b61071582610678565b9392505050565b6000806040838503121561072f57600080fd5b61073883610678565b915061074660208401610678565b90509250929050565b600181811c9082168061076357607f821691505b60208210810361078357634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b600181815b808511156107da5781600019048211156107c0576107c0610789565b808516156107cd57918102915b93841c93908002906107a4565b509250929050565b6000826107f1575060016102d3565b816107fe575060006102d3565b8160018114610814576002811461081e5761083a565b60019150506102d3565b60ff84111561082f5761082f610789565b50506001821b6102d3565b5060208310610133831016604e8410600b841016171561085d575081810a6102d3565b610867838361079f565b806000190482111561087b5761087b610789565b029392505050565b600061071560ff8416836107e2565b80820281158282048414176102d3576102d3610789565b808201808211156102d3576102d361078956fea2646970667358221220ce285ac8359b39ea9974e26ea7d0f956b6b879df7ebf8ae43077c020f2fd566864736f6c63430008140033",
         
     | 
| 
       374 
     | 
    
         
            -
              "linkReferences": {},
         
     | 
| 
       375 
     | 
    
         
            -
              "deployedLinkReferences": {}
         
     | 
| 
       376 
     | 
    
         
            -
            }
         
     | 
| 
         @@ -1,218 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {
         
     | 
| 
       2 
     | 
    
         
            -
              "_format": "hh-sol-artifact-1",
         
     | 
| 
       3 
     | 
    
         
            -
              "contractName": "TestVersion",
         
     | 
| 
       4 
     | 
    
         
            -
              "sourceName": "contracts/test/TestVersion.sol",
         
     | 
| 
       5 
     | 
    
         
            -
              "abi": [
         
     | 
| 
       6 
     | 
    
         
            -
                {
         
     | 
| 
       7 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       8 
     | 
    
         
            -
                    {
         
     | 
| 
       9 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       10 
     | 
    
         
            -
                      "name": "major",
         
     | 
| 
       11 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       12 
     | 
    
         
            -
                    },
         
     | 
| 
       13 
     | 
    
         
            -
                    {
         
     | 
| 
       14 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       15 
     | 
    
         
            -
                      "name": "minor",
         
     | 
| 
       16 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       17 
     | 
    
         
            -
                    },
         
     | 
| 
       18 
     | 
    
         
            -
                    {
         
     | 
| 
       19 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       20 
     | 
    
         
            -
                      "name": "patch",
         
     | 
| 
       21 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       22 
     | 
    
         
            -
                    }
         
     | 
| 
       23 
     | 
    
         
            -
                  ],
         
     | 
| 
       24 
     | 
    
         
            -
                  "name": "createVersion",
         
     | 
| 
       25 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       26 
     | 
    
         
            -
                    {
         
     | 
| 
       27 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       28 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       29 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       30 
     | 
    
         
            -
                    }
         
     | 
| 
       31 
     | 
    
         
            -
                  ],
         
     | 
| 
       32 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       33 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       34 
     | 
    
         
            -
                },
         
     | 
| 
       35 
     | 
    
         
            -
                {
         
     | 
| 
       36 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       37 
     | 
    
         
            -
                    {
         
     | 
| 
       38 
     | 
    
         
            -
                      "internalType": "uint256",
         
     | 
| 
       39 
     | 
    
         
            -
                      "name": "versionPart",
         
     | 
| 
       40 
     | 
    
         
            -
                      "type": "uint256"
         
     | 
| 
       41 
     | 
    
         
            -
                    }
         
     | 
| 
       42 
     | 
    
         
            -
                  ],
         
     | 
| 
       43 
     | 
    
         
            -
                  "name": "createVersionPart",
         
     | 
| 
       44 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       45 
     | 
    
         
            -
                    {
         
     | 
| 
       46 
     | 
    
         
            -
                      "internalType": "VersionPart",
         
     | 
| 
       47 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       48 
     | 
    
         
            -
                      "type": "uint8"
         
     | 
| 
       49 
     | 
    
         
            -
                    }
         
     | 
| 
       50 
     | 
    
         
            -
                  ],
         
     | 
| 
       51 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       52 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       53 
     | 
    
         
            -
                },
         
     | 
| 
       54 
     | 
    
         
            -
                {
         
     | 
| 
       55 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       56 
     | 
    
         
            -
                    {
         
     | 
| 
       57 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       58 
     | 
    
         
            -
                      "name": "version",
         
     | 
| 
       59 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       60 
     | 
    
         
            -
                    }
         
     | 
| 
       61 
     | 
    
         
            -
                  ],
         
     | 
| 
       62 
     | 
    
         
            -
                  "name": "getMajorPart",
         
     | 
| 
       63 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       64 
     | 
    
         
            -
                    {
         
     | 
| 
       65 
     | 
    
         
            -
                      "internalType": "VersionPart",
         
     | 
| 
       66 
     | 
    
         
            -
                      "name": "major",
         
     | 
| 
       67 
     | 
    
         
            -
                      "type": "uint8"
         
     | 
| 
       68 
     | 
    
         
            -
                    }
         
     | 
| 
       69 
     | 
    
         
            -
                  ],
         
     | 
| 
       70 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       71 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       72 
     | 
    
         
            -
                },
         
     | 
| 
       73 
     | 
    
         
            -
                {
         
     | 
| 
       74 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       75 
     | 
    
         
            -
                    {
         
     | 
| 
       76 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       77 
     | 
    
         
            -
                      "name": "version",
         
     | 
| 
       78 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       79 
     | 
    
         
            -
                    }
         
     | 
| 
       80 
     | 
    
         
            -
                  ],
         
     | 
| 
       81 
     | 
    
         
            -
                  "name": "getVersionParts",
         
     | 
| 
       82 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       83 
     | 
    
         
            -
                    {
         
     | 
| 
       84 
     | 
    
         
            -
                      "internalType": "VersionPart",
         
     | 
| 
       85 
     | 
    
         
            -
                      "name": "major",
         
     | 
| 
       86 
     | 
    
         
            -
                      "type": "uint8"
         
     | 
| 
       87 
     | 
    
         
            -
                    },
         
     | 
| 
       88 
     | 
    
         
            -
                    {
         
     | 
| 
       89 
     | 
    
         
            -
                      "internalType": "VersionPart",
         
     | 
| 
       90 
     | 
    
         
            -
                      "name": "minor",
         
     | 
| 
       91 
     | 
    
         
            -
                      "type": "uint8"
         
     | 
| 
       92 
     | 
    
         
            -
                    },
         
     | 
| 
       93 
     | 
    
         
            -
                    {
         
     | 
| 
       94 
     | 
    
         
            -
                      "internalType": "VersionPart",
         
     | 
| 
       95 
     | 
    
         
            -
                      "name": "patch",
         
     | 
| 
       96 
     | 
    
         
            -
                      "type": "uint8"
         
     | 
| 
       97 
     | 
    
         
            -
                    }
         
     | 
| 
       98 
     | 
    
         
            -
                  ],
         
     | 
| 
       99 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       100 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       101 
     | 
    
         
            -
                },
         
     | 
| 
       102 
     | 
    
         
            -
                {
         
     | 
| 
       103 
     | 
    
         
            -
                  "inputs": [],
         
     | 
| 
       104 
     | 
    
         
            -
                  "name": "getZeroVersion",
         
     | 
| 
       105 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       106 
     | 
    
         
            -
                    {
         
     | 
| 
       107 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       108 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       109 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       110 
     | 
    
         
            -
                    }
         
     | 
| 
       111 
     | 
    
         
            -
                  ],
         
     | 
| 
       112 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       113 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       114 
     | 
    
         
            -
                },
         
     | 
| 
       115 
     | 
    
         
            -
                {
         
     | 
| 
       116 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       117 
     | 
    
         
            -
                    {
         
     | 
| 
       118 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       119 
     | 
    
         
            -
                      "name": "a",
         
     | 
| 
       120 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       121 
     | 
    
         
            -
                    },
         
     | 
| 
       122 
     | 
    
         
            -
                    {
         
     | 
| 
       123 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       124 
     | 
    
         
            -
                      "name": "b",
         
     | 
| 
       125 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       126 
     | 
    
         
            -
                    }
         
     | 
| 
       127 
     | 
    
         
            -
                  ],
         
     | 
| 
       128 
     | 
    
         
            -
                  "name": "isLargerVersion",
         
     | 
| 
       129 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       130 
     | 
    
         
            -
                    {
         
     | 
| 
       131 
     | 
    
         
            -
                      "internalType": "bool",
         
     | 
| 
       132 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       133 
     | 
    
         
            -
                      "type": "bool"
         
     | 
| 
       134 
     | 
    
         
            -
                    }
         
     | 
| 
       135 
     | 
    
         
            -
                  ],
         
     | 
| 
       136 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       137 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       138 
     | 
    
         
            -
                },
         
     | 
| 
       139 
     | 
    
         
            -
                {
         
     | 
| 
       140 
     | 
    
         
            -
                  "inputs": [
         
     | 
| 
       141 
     | 
    
         
            -
                    {
         
     | 
| 
       142 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       143 
     | 
    
         
            -
                      "name": "a",
         
     | 
| 
       144 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       145 
     | 
    
         
            -
                    },
         
     | 
| 
       146 
     | 
    
         
            -
                    {
         
     | 
| 
       147 
     | 
    
         
            -
                      "internalType": "Version",
         
     | 
| 
       148 
     | 
    
         
            -
                      "name": "b",
         
     | 
| 
       149 
     | 
    
         
            -
                      "type": "uint24"
         
     | 
| 
       150 
     | 
    
         
            -
                    }
         
     | 
| 
       151 
     | 
    
         
            -
                  ],
         
     | 
| 
       152 
     | 
    
         
            -
                  "name": "isSameVersion",
         
     | 
| 
       153 
     | 
    
         
            -
                  "outputs": [
         
     | 
| 
       154 
     | 
    
         
            -
                    {
         
     | 
| 
       155 
     | 
    
         
            -
                      "internalType": "bool",
         
     | 
| 
       156 
     | 
    
         
            -
                      "name": "",
         
     | 
| 
       157 
     | 
    
         
            -
                      "type": "bool"
         
     | 
| 
       158 
     | 
    
         
            -
                    }
         
     | 
| 
       159 
     | 
    
         
            -
                  ],
         
     | 
| 
       160 
     | 
    
         
            -
                  "stateMutability": "pure",
         
     | 
| 
       161 
     | 
    
         
            -
                  "type": "function"
         
     | 
| 
       162 
     | 
    
         
            -
                }
         
     | 
| 
       163 
     | 
    
         
            -
              ],
         
     | 
| 
       164 
     | 
    
         
            -
              "bytecode": "0x608060405234801561001057600080fd5b50610544806100206000396000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80636a3dc0ee1161005b5780636a3dc0ee146100ed57806389818c3c1461011057806389d5976814610135578063e038c6251461014857600080fd5b80630f40f5951461008257806312cf04de146100a357806364d4e5d8146100b6575b600080fd5b61008a61015b565b60405162ffffff90911681526020015b60405180910390f35b61008a6100b13660046103ce565b6101cf565b6100c96100c436600461040e565b61025c565b6040805160ff9485168152928416602084015292169181019190915260600161009a565b6101006100fb36600461042b565b6102e8565b604051901515815260200161009a565b61012361011e366004610464565b6102fd565b60405160ff909116815260200161009a565b61010061014336600461042b565b61037d565b61012361015636600461040e565b61038f565b600073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af41580156101a6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101ca919061047d565b905090565b604051632efe011360e01b815260048101849052602481018390526044810182905260009073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610230573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610254919061047d565b949350505050565b6040516324d3888d60e11b815262ffffff821660048201526000908190819073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__906349a7111a90602401606060405180830381865af41580156102b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102db91906104b0565b9250925092509193909250565b600062ffffff808316908416115b9392505050565b604051632392b61b60e21b815260ff8216600482015260009073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90638e4ad86c906024015b602060405180830381865af4158015610353573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061037791906104f3565b92915050565b600062ffffff808416908316146102f6565b60405163c9e66e2960e01b815262ffffff8216600482015260009073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401610336565b6000806000606084860312156103e357600080fd5b505081359360208301359350604090920135919050565b62ffffff8116811461040b57600080fd5b50565b60006020828403121561042057600080fd5b81356102f6816103fa565b6000806040838503121561043e57600080fd5b8235610449816103fa565b91506020830135610459816103fa565b809150509250929050565b60006020828403121561047657600080fd5b5035919050565b60006020828403121561048f57600080fd5b81516102f6816103fa565b805160ff811681146104ab57600080fd5b919050565b6000806000606084860312156104c557600080fd5b6104ce8461049a565b92506104dc6020850161049a565b91506104ea6040850161049a565b90509250925092565b60006020828403121561050557600080fd5b6102f68261049a56fea26469706673582212206e529886c2f8439684af8bc60c7d7762a41afcce6ceef512fc94376b5fe8009e64736f6c63430008140033",
         
     | 
| 
       165 
     | 
    
         
            -
              "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c80636a3dc0ee1161005b5780636a3dc0ee146100ed57806389818c3c1461011057806389d5976814610135578063e038c6251461014857600080fd5b80630f40f5951461008257806312cf04de146100a357806364d4e5d8146100b6575b600080fd5b61008a61015b565b60405162ffffff90911681526020015b60405180910390f35b61008a6100b13660046103ce565b6101cf565b6100c96100c436600461040e565b61025c565b6040805160ff9485168152928416602084015292169181019190915260600161009a565b6101006100fb36600461042b565b6102e8565b604051901515815260200161009a565b61012361011e366004610464565b6102fd565b60405160ff909116815260200161009a565b61010061014336600461042b565b61037d565b61012361015636600461040e565b61038f565b600073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__6304b8f6c56040518163ffffffff1660e01b8152600401602060405180830381865af41580156101a6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101ca919061047d565b905090565b604051632efe011360e01b815260048101849052602481018390526044810182905260009073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90632efe011390606401602060405180830381865af4158015610230573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610254919061047d565b949350505050565b6040516324d3888d60e11b815262ffffff821660048201526000908190819073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__906349a7111a90602401606060405180830381865af41580156102b7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102db91906104b0565b9250925092509193909250565b600062ffffff808316908416115b9392505050565b604051632392b61b60e21b815260ff8216600482015260009073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__90638e4ad86c906024015b602060405180830381865af4158015610353573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061037791906104f3565b92915050565b600062ffffff808416908316146102f6565b60405163c9e66e2960e01b815262ffffff8216600482015260009073__$c0fcb9c1c2e971ebe3d8745a7e2c5cc364$__9063c9e66e2990602401610336565b6000806000606084860312156103e357600080fd5b505081359360208301359350604090920135919050565b62ffffff8116811461040b57600080fd5b50565b60006020828403121561042057600080fd5b81356102f6816103fa565b6000806040838503121561043e57600080fd5b8235610449816103fa565b91506020830135610459816103fa565b809150509250929050565b60006020828403121561047657600080fd5b5035919050565b60006020828403121561048f57600080fd5b81516102f6816103fa565b805160ff811681146104ab57600080fd5b919050565b6000806000606084860312156104c557600080fd5b6104ce8461049a565b92506104dc6020850161049a565b91506104ea6040850161049a565b90509250925092565b60006020828403121561050557600080fd5b6102f68261049a56fea26469706673582212206e529886c2f8439684af8bc60c7d7762a41afcce6ceef512fc94376b5fe8009e64736f6c63430008140033",
         
     | 
| 
       166 
     | 
    
         
            -
              "linkReferences": {
         
     | 
| 
       167 
     | 
    
         
            -
                "contracts/types/Version.sol": {
         
     | 
| 
       168 
     | 
    
         
            -
                  "VersionLib": [
         
     | 
| 
       169 
     | 
    
         
            -
                    {
         
     | 
| 
       170 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       171 
     | 
    
         
            -
                      "start": 383
         
     | 
| 
       172 
     | 
    
         
            -
                    },
         
     | 
| 
       173 
     | 
    
         
            -
                    {
         
     | 
| 
       174 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       175 
     | 
    
         
            -
                      "start": 534
         
     | 
| 
       176 
     | 
    
         
            -
                    },
         
     | 
| 
       177 
     | 
    
         
            -
                    {
         
     | 
| 
       178 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       179 
     | 
    
         
            -
                      "start": 669
         
     | 
| 
       180 
     | 
    
         
            -
                    },
         
     | 
| 
       181 
     | 
    
         
            -
                    {
         
     | 
| 
       182 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       183 
     | 
    
         
            -
                      "start": 824
         
     | 
| 
       184 
     | 
    
         
            -
                    },
         
     | 
| 
       185 
     | 
    
         
            -
                    {
         
     | 
| 
       186 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       187 
     | 
    
         
            -
                      "start": 972
         
     | 
| 
       188 
     | 
    
         
            -
                    }
         
     | 
| 
       189 
     | 
    
         
            -
                  ]
         
     | 
| 
       190 
     | 
    
         
            -
                }
         
     | 
| 
       191 
     | 
    
         
            -
              },
         
     | 
| 
       192 
     | 
    
         
            -
              "deployedLinkReferences": {
         
     | 
| 
       193 
     | 
    
         
            -
                "contracts/types/Version.sol": {
         
     | 
| 
       194 
     | 
    
         
            -
                  "VersionLib": [
         
     | 
| 
       195 
     | 
    
         
            -
                    {
         
     | 
| 
       196 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       197 
     | 
    
         
            -
                      "start": 351
         
     | 
| 
       198 
     | 
    
         
            -
                    },
         
     | 
| 
       199 
     | 
    
         
            -
                    {
         
     | 
| 
       200 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       201 
     | 
    
         
            -
                      "start": 502
         
     | 
| 
       202 
     | 
    
         
            -
                    },
         
     | 
| 
       203 
     | 
    
         
            -
                    {
         
     | 
| 
       204 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       205 
     | 
    
         
            -
                      "start": 637
         
     | 
| 
       206 
     | 
    
         
            -
                    },
         
     | 
| 
       207 
     | 
    
         
            -
                    {
         
     | 
| 
       208 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       209 
     | 
    
         
            -
                      "start": 792
         
     | 
| 
       210 
     | 
    
         
            -
                    },
         
     | 
| 
       211 
     | 
    
         
            -
                    {
         
     | 
| 
       212 
     | 
    
         
            -
                      "length": 20,
         
     | 
| 
       213 
     | 
    
         
            -
                      "start": 940
         
     | 
| 
       214 
     | 
    
         
            -
                    }
         
     | 
| 
       215 
     | 
    
         
            -
                  ]
         
     | 
| 
       216 
     | 
    
         
            -
                }
         
     | 
| 
       217 
     | 
    
         
            -
              }
         
     | 
| 
       218 
     | 
    
         
            -
            }
         
     |