@etherisc/gif-next 0.0.2-f619be3-760 → 0.0.2-f61d0d1-146
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +448 -26
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1046 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +752 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +814 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1664 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1372 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1225 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +930 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1665 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +912 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +829 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1100 -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 +1461 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2026 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -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 +1404 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1152 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1628 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2452 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +568 -920
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +990 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +664 -1102
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2349 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2646 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1236 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +734 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3784 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IDistribution.sol/IDistribution.json} +2 -2
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/{treasury/ITreasury.sol/ITreasury.json → module/IRisk.sol/IRisk.json} +2 -2
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +938 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +753 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +854 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1013 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +772 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1231 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1293 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +832 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +880 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +886 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1241 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1006 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +546 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +828 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +871 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +752 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1140 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1523 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +856 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +639 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1075 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1007 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +623 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +997 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +480 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1375 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +816 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +903 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +776 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1098 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +688 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +736 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1049 -27
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1043 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → registry/IRelease.sol/IRelease.json} +6 -6
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1566 -119
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2147 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1053 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1269 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +735 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +686 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1487 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +816 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol/IOwnable.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +611 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1127 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +688 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/lifecycle → shared}/ILifecycle.sol/ILifecycle.json +65 -53
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{registry/Registry.sol/Registerable.json → shared/INftOwnable.sol/INftOwnable.json} +57 -76
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/ComponentModule.sol/ComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +165 -135
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +399 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +776 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/Lifecycle.sol/Lifecycle.json} +50 -58
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +378 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +453 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -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 +1617 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1167 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2025 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -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 +804 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +616 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1396 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +744 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -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 +373 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -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 +204 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +265 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -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 +180 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -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 +142 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/accounting/AccountingService.sol +274 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +47 -0
- package/contracts/authorization/AccessAdmin.sol +780 -0
- package/contracts/authorization/AccessAdminLib.sol +396 -0
- package/contracts/authorization/AccessManagerCloneable.sol +158 -0
- package/contracts/authorization/Authorization.sol +174 -0
- package/contracts/authorization/IAccess.sol +67 -0
- package/contracts/authorization/IAccessAdmin.sol +144 -0
- package/contracts/authorization/IAuthorization.sol +27 -0
- package/contracts/authorization/IServiceAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +320 -0
- package/contracts/distribution/BasicDistribution.sol +141 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
- package/contracts/distribution/Distribution.sol +247 -0
- package/contracts/distribution/DistributionService.sol +435 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +45 -0
- package/contracts/distribution/IDistributionService.sol +109 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +433 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +385 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +142 -22
- package/contracts/instance/IInstanceService.sol +113 -0
- package/contracts/instance/Instance.sol +327 -53
- package/contracts/instance/InstanceAdmin.sol +383 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
- package/contracts/instance/InstanceReader.sol +632 -0
- package/contracts/instance/InstanceService.sol +512 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +118 -0
- package/contracts/instance/base/BalanceStore.sol +121 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +113 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +21 -0
- package/contracts/instance/module/IComponents.sol +62 -0
- package/contracts/instance/module/IDistribution.sol +54 -0
- package/contracts/instance/module/IPolicy.sol +105 -0
- package/contracts/instance/module/IRisk.sol +16 -0
- package/contracts/mock/Dip.sol +2 -2
- package/contracts/oracle/BasicOracle.sol +45 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
- package/contracts/oracle/IOracle.sol +41 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +154 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +173 -0
- package/contracts/pool/BasicPoolAuthorization.sol +82 -0
- package/contracts/pool/BundleService.sol +394 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +115 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +164 -0
- package/contracts/pool/Pool.sol +343 -0
- package/contracts/pool/PoolLib.sol +359 -0
- package/contracts/pool/PoolService.sol +593 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +299 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +63 -0
- package/contracts/product/ClaimService.sol +639 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +69 -0
- package/contracts/product/IClaimService.sol +135 -0
- package/contracts/product/IPolicyService.sol +102 -0
- package/contracts/product/IPricingService.sol +40 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +645 -0
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +306 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +472 -0
- package/contracts/product/RiskService.sol +157 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +175 -61
- package/contracts/registry/IRegistry.sol +148 -45
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +681 -133
- package/contracts/registry/RegistryAdmin.sol +188 -0
- package/contracts/registry/RegistryAuthorization.sol +284 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseAdmin.sol +195 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +520 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +345 -0
- package/contracts/registry/TokenRegistry.sol +314 -0
- package/contracts/shared/Component.sol +210 -0
- package/contracts/shared/ComponentService.sol +678 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ContractLib.sol +311 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +110 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/shared/ILifecycle.sol +31 -0
- package/contracts/shared/INftOwnable.sol +25 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +36 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +23 -0
- package/contracts/shared/InitializableERC165.sol +35 -0
- package/contracts/shared/InstanceLinkedComponent.sol +194 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +127 -0
- package/contracts/shared/PolicyHolder.sol +63 -0
- package/contracts/shared/Registerable.sol +106 -0
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +67 -0
- package/contracts/shared/TokenHandler.sol +342 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +195 -0
- package/contracts/staking/IStakingService.sol +170 -0
- package/contracts/staking/Staking.sol +605 -0
- package/contracts/staking/StakingLib.sol +281 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +199 -0
- package/contracts/staking/StakingService.sol +468 -0
- package/contracts/staking/StakingServiceManager.sol +45 -0
- package/contracts/staking/StakingStore.sol +606 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +85 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +307 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +90 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +75 -0
- package/contracts/type/RoleId.sol +180 -0
- package/contracts/type/Seconds.sol +105 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +64 -6
- package/contracts/type/String.sol +65 -0
- package/contracts/{types → type}/Timestamp.sol +51 -12
- package/contracts/{types → type}/UFixed.sol +81 -29
- package/contracts/type/Version.sol +159 -0
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +234 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +20 -0
- package/contracts/upgradeability/Versionable.sol +62 -0
- package/package.json +17 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -205
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -255
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -74
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -328
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -346
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -202
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -205
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -217
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -141
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -254
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -254
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -129
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -155
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -127
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -196
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.json +0 -490
- package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.json +0 -45
- package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.json +0 -490
- package/artifacts/contracts/mock/Dip.sol/DIP.dbg.json +0 -4
- package/artifacts/contracts/mock/Dip.sol/DIP.json +0 -338
- package/artifacts/contracts/mock/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/mock/TestPool.sol/TestPool.json +0 -294
- package/artifacts/contracts/mock/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/mock/TestProduct.sol/TestProduct.json +0 -384
- package/artifacts/contracts/mock/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/mock/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/contracts/components/Component.sol +0 -77
- package/contracts/components/IPool.sol +0 -15
- package/contracts/components/IProduct.sol +0 -16
- package/contracts/components/Pool.sol +0 -52
- package/contracts/components/Product.sol +0 -89
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/access/Access.sol +0 -165
- package/contracts/instance/access/IAccess.sol +0 -63
- package/contracts/instance/component/ComponentModule.sol +0 -274
- package/contracts/instance/component/IComponent.sol +0 -74
- package/contracts/instance/lifecycle/ILifecycle.sol +0 -47
- package/contracts/instance/lifecycle/LifecycleModule.sol +0 -88
- package/contracts/instance/policy/IPolicy.sol +0 -50
- package/contracts/instance/policy/PolicyModule.sol +0 -114
- package/contracts/instance/pool/IPoolModule.sol +0 -23
- package/contracts/instance/pool/PoolModule.sol +0 -81
- package/contracts/instance/product/IProductService.sol +0 -36
- package/contracts/instance/product/ProductService.sol +0 -136
- package/contracts/instance/treasury/ITreasury.sol +0 -91
- package/contracts/instance/treasury/TokenHandler.sol +0 -24
- package/contracts/instance/treasury/TreasuryModule.sol +0 -168
- package/contracts/mock/TestPool.sol +0 -16
- package/contracts/mock/TestProduct.sol +0 -39
- package/contracts/mock/Usdc.sol +0 -26
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -32
- package/contracts/types/NftId.sol +0 -51
- package/contracts/types/ObjectType.sol +0 -107
@@ -6,372 +6,204 @@
|
|
6
6
|
{
|
7
7
|
"inputs": [
|
8
8
|
{
|
9
|
-
"internalType": "
|
10
|
-
"name": "
|
11
|
-
"type": "
|
12
|
-
},
|
13
|
-
{
|
14
|
-
"internalType": "ObjectType",
|
15
|
-
"name": "objectType",
|
16
|
-
"type": "uint8"
|
17
|
-
},
|
18
|
-
{
|
19
|
-
"internalType": "StateId",
|
20
|
-
"name": "fromStateId",
|
21
|
-
"type": "uint8"
|
22
|
-
},
|
23
|
-
{
|
24
|
-
"internalType": "StateId",
|
25
|
-
"name": "toStateId",
|
26
|
-
"type": "uint8"
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
27
12
|
}
|
28
13
|
],
|
29
|
-
"name": "
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
30
15
|
"type": "error"
|
31
16
|
},
|
32
17
|
{
|
33
18
|
"inputs": [
|
34
19
|
{
|
35
|
-
"internalType": "
|
36
|
-
"name": "
|
37
|
-
"type": "
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
38
23
|
},
|
39
24
|
{
|
40
|
-
"internalType": "
|
41
|
-
"name": "
|
42
|
-
"type": "
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
43
28
|
}
|
44
29
|
],
|
45
|
-
"name": "
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
46
31
|
"type": "error"
|
47
32
|
},
|
48
33
|
{
|
49
|
-
"anonymous": false,
|
50
34
|
"inputs": [
|
51
35
|
{
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"type": "uint96"
|
56
|
-
},
|
57
|
-
{
|
58
|
-
"indexed": false,
|
59
|
-
"internalType": "StateId",
|
60
|
-
"name": "fromStateId",
|
61
|
-
"type": "uint8"
|
62
|
-
},
|
63
|
-
{
|
64
|
-
"indexed": false,
|
65
|
-
"internalType": "StateId",
|
66
|
-
"name": "toStateId",
|
67
|
-
"type": "uint8"
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
68
39
|
}
|
69
40
|
],
|
70
|
-
"name": "
|
71
|
-
"type": "
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
72
43
|
},
|
73
44
|
{
|
74
|
-
"anonymous": false,
|
75
45
|
"inputs": [
|
76
46
|
{
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"
|
80
|
-
"type": "uint96"
|
81
|
-
},
|
82
|
-
{
|
83
|
-
"indexed": false,
|
84
|
-
"internalType": "ObjectType",
|
85
|
-
"name": "objectType",
|
86
|
-
"type": "uint8"
|
87
|
-
},
|
88
|
-
{
|
89
|
-
"indexed": false,
|
90
|
-
"internalType": "StateId",
|
91
|
-
"name": "fromStateId",
|
92
|
-
"type": "uint8"
|
93
|
-
},
|
94
|
-
{
|
95
|
-
"indexed": false,
|
96
|
-
"internalType": "StateId",
|
97
|
-
"name": "toStateId",
|
98
|
-
"type": "uint8"
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "authority",
|
49
|
+
"type": "address"
|
99
50
|
}
|
100
51
|
],
|
101
|
-
"name": "
|
102
|
-
"type": "
|
52
|
+
"name": "ErrorAuthorityInvalid",
|
53
|
+
"type": "error"
|
103
54
|
},
|
104
55
|
{
|
105
|
-
"anonymous": false,
|
106
56
|
"inputs": [
|
107
57
|
{
|
108
|
-
"indexed": false,
|
109
|
-
"internalType": "uint256",
|
110
|
-
"name": "idx",
|
111
|
-
"type": "uint256"
|
112
|
-
},
|
113
|
-
{
|
114
|
-
"indexed": false,
|
115
58
|
"internalType": "address",
|
116
|
-
"name": "
|
59
|
+
"name": "instanceBundleSet",
|
117
60
|
"type": "address"
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"indexed": false,
|
121
|
-
"internalType": "string",
|
122
|
-
"name": "comment",
|
123
|
-
"type": "string"
|
124
61
|
}
|
125
62
|
],
|
126
|
-
"name": "
|
127
|
-
"type": "
|
63
|
+
"name": "ErrorInstanceBundleSetAlreadySet",
|
64
|
+
"type": "error"
|
128
65
|
},
|
129
66
|
{
|
130
|
-
"anonymous": false,
|
131
67
|
"inputs": [
|
132
68
|
{
|
133
|
-
"
|
134
|
-
"
|
135
|
-
"
|
136
|
-
"type": "uint96"
|
137
|
-
},
|
138
|
-
{
|
139
|
-
"indexed": false,
|
140
|
-
"internalType": "StateId",
|
141
|
-
"name": "fromStateId",
|
142
|
-
"type": "uint8"
|
143
|
-
},
|
144
|
-
{
|
145
|
-
"indexed": false,
|
146
|
-
"internalType": "StateId",
|
147
|
-
"name": "toStateId",
|
148
|
-
"type": "uint8"
|
69
|
+
"internalType": "address",
|
70
|
+
"name": "instanceAuthority",
|
71
|
+
"type": "address"
|
149
72
|
}
|
150
73
|
],
|
151
|
-
"name": "
|
152
|
-
"type": "
|
74
|
+
"name": "ErrorInstanceBundleSetAuthorityMismatch",
|
75
|
+
"type": "error"
|
153
76
|
},
|
154
77
|
{
|
155
|
-
"inputs": [
|
156
|
-
"name": "ORACLE_OWNER_ROLE",
|
157
|
-
"outputs": [
|
78
|
+
"inputs": [
|
158
79
|
{
|
159
|
-
"internalType": "
|
160
|
-
"name": "
|
161
|
-
"type": "
|
80
|
+
"internalType": "address",
|
81
|
+
"name": "instance",
|
82
|
+
"type": "address"
|
162
83
|
}
|
163
84
|
],
|
164
|
-
"
|
165
|
-
"type": "
|
85
|
+
"name": "ErrorInstanceBundleSetInstanceMismatch",
|
86
|
+
"type": "error"
|
166
87
|
},
|
167
88
|
{
|
168
|
-
"inputs": [
|
169
|
-
"name": "POOL_OWNER_ROLE",
|
170
|
-
"outputs": [
|
89
|
+
"inputs": [
|
171
90
|
{
|
172
|
-
"internalType": "
|
173
|
-
"name": "
|
174
|
-
"type": "
|
91
|
+
"internalType": "address",
|
92
|
+
"name": "instanceAdmin",
|
93
|
+
"type": "address"
|
175
94
|
}
|
176
95
|
],
|
177
|
-
"
|
178
|
-
"type": "
|
96
|
+
"name": "ErrorInstanceInstanceAdminAlreadySet",
|
97
|
+
"type": "error"
|
179
98
|
},
|
180
99
|
{
|
181
|
-
"inputs": [
|
182
|
-
"name": "PRODUCT_OWNER_ROLE",
|
183
|
-
"outputs": [
|
100
|
+
"inputs": [
|
184
101
|
{
|
185
|
-
"internalType": "
|
186
|
-
"name": "
|
187
|
-
"type": "
|
102
|
+
"internalType": "address",
|
103
|
+
"name": "instanceAuthority",
|
104
|
+
"type": "address"
|
188
105
|
}
|
189
106
|
],
|
190
|
-
"
|
191
|
-
"type": "
|
107
|
+
"name": "ErrorInstanceInstanceAdminAuthorityMismatch",
|
108
|
+
"type": "error"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"inputs": [],
|
112
|
+
"name": "ErrorInstanceInstanceAdminZero",
|
113
|
+
"type": "error"
|
192
114
|
},
|
193
115
|
{
|
194
116
|
"inputs": [
|
195
117
|
{
|
196
|
-
"internalType": "
|
197
|
-
"name": "
|
198
|
-
"type": "
|
118
|
+
"internalType": "address",
|
119
|
+
"name": "instanceAuthority",
|
120
|
+
"type": "address"
|
199
121
|
}
|
200
122
|
],
|
201
|
-
"name": "
|
202
|
-
"
|
203
|
-
"stateMutability": "nonpayable",
|
204
|
-
"type": "function"
|
123
|
+
"name": "ErrorInstanceInstanceReaderInstanceMismatch",
|
124
|
+
"type": "error"
|
205
125
|
},
|
206
126
|
{
|
207
127
|
"inputs": [
|
208
128
|
{
|
209
|
-
"internalType": "
|
210
|
-
"name": "
|
211
|
-
"type": "
|
212
|
-
},
|
213
|
-
{
|
214
|
-
"components": [
|
215
|
-
{
|
216
|
-
"internalType": "UFixed",
|
217
|
-
"name": "fractionalFee",
|
218
|
-
"type": "uint256"
|
219
|
-
},
|
220
|
-
{
|
221
|
-
"internalType": "uint256",
|
222
|
-
"name": "fixedFee",
|
223
|
-
"type": "uint256"
|
224
|
-
}
|
225
|
-
],
|
226
|
-
"internalType": "struct Fee",
|
227
|
-
"name": "fee",
|
228
|
-
"type": "tuple"
|
129
|
+
"internalType": "address",
|
130
|
+
"name": "instanceStore",
|
131
|
+
"type": "address"
|
229
132
|
}
|
230
133
|
],
|
231
|
-
"name": "
|
232
|
-
"
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
"type": "uint256"
|
237
|
-
},
|
134
|
+
"name": "ErrorInstanceInstanceStoreAlreadySet",
|
135
|
+
"type": "error"
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"inputs": [
|
238
139
|
{
|
239
|
-
"internalType": "
|
240
|
-
"name": "
|
241
|
-
"type": "
|
140
|
+
"internalType": "address",
|
141
|
+
"name": "instanceAuthority",
|
142
|
+
"type": "address"
|
242
143
|
}
|
243
144
|
],
|
244
|
-
"
|
245
|
-
"type": "
|
145
|
+
"name": "ErrorInstanceInstanceStoreAuthorityMismatch",
|
146
|
+
"type": "error"
|
246
147
|
},
|
247
148
|
{
|
248
|
-
"inputs": [
|
249
|
-
"name": "components",
|
250
|
-
"outputs": [
|
149
|
+
"inputs": [
|
251
150
|
{
|
252
|
-
"internalType": "
|
253
|
-
"name": "
|
254
|
-
"type": "
|
151
|
+
"internalType": "RoleId",
|
152
|
+
"name": "roleId",
|
153
|
+
"type": "uint64"
|
255
154
|
}
|
256
155
|
],
|
257
|
-
"
|
258
|
-
"type": "
|
156
|
+
"name": "ErrorInstanceNotCustomRole",
|
157
|
+
"type": "error"
|
259
158
|
},
|
260
159
|
{
|
261
160
|
"inputs": [
|
262
161
|
{
|
263
|
-
"
|
264
|
-
|
265
|
-
|
266
|
-
"name": "nftId",
|
267
|
-
"type": "uint96"
|
268
|
-
},
|
269
|
-
{
|
270
|
-
"internalType": "NftId",
|
271
|
-
"name": "parentNftId",
|
272
|
-
"type": "uint96"
|
273
|
-
},
|
274
|
-
{
|
275
|
-
"internalType": "ObjectType",
|
276
|
-
"name": "objectType",
|
277
|
-
"type": "uint8"
|
278
|
-
},
|
279
|
-
{
|
280
|
-
"internalType": "address",
|
281
|
-
"name": "objectAddress",
|
282
|
-
"type": "address"
|
283
|
-
},
|
284
|
-
{
|
285
|
-
"internalType": "address",
|
286
|
-
"name": "initialOwner",
|
287
|
-
"type": "address"
|
288
|
-
}
|
289
|
-
],
|
290
|
-
"internalType": "struct IRegistry.RegistryInfo",
|
291
|
-
"name": "productInfo",
|
292
|
-
"type": "tuple"
|
162
|
+
"internalType": "RoleId",
|
163
|
+
"name": "roleId",
|
164
|
+
"type": "uint64"
|
293
165
|
},
|
294
166
|
{
|
295
167
|
"internalType": "address",
|
296
|
-
"name": "
|
168
|
+
"name": "account",
|
297
169
|
"type": "address"
|
298
|
-
},
|
299
|
-
{
|
300
|
-
"internalType": "uint256",
|
301
|
-
"name": "sumInsuredAmount",
|
302
|
-
"type": "uint256"
|
303
|
-
},
|
304
|
-
{
|
305
|
-
"internalType": "uint256",
|
306
|
-
"name": "premiumAmount",
|
307
|
-
"type": "uint256"
|
308
|
-
},
|
309
|
-
{
|
310
|
-
"internalType": "uint256",
|
311
|
-
"name": "lifetime",
|
312
|
-
"type": "uint256"
|
313
|
-
},
|
314
|
-
{
|
315
|
-
"internalType": "NftId",
|
316
|
-
"name": "bundleNftId",
|
317
|
-
"type": "uint96"
|
318
|
-
}
|
319
|
-
],
|
320
|
-
"name": "createApplication",
|
321
|
-
"outputs": [
|
322
|
-
{
|
323
|
-
"internalType": "NftId",
|
324
|
-
"name": "nftId",
|
325
|
-
"type": "uint96"
|
326
170
|
}
|
327
171
|
],
|
328
|
-
"
|
329
|
-
"type": "
|
172
|
+
"name": "ErrorInstanceNotRoleAdmin",
|
173
|
+
"type": "error"
|
330
174
|
},
|
331
175
|
{
|
332
176
|
"inputs": [
|
333
177
|
{
|
334
|
-
"internalType": "
|
335
|
-
"name": "
|
336
|
-
"type": "
|
337
|
-
}
|
338
|
-
],
|
339
|
-
"name": "createRole",
|
340
|
-
"outputs": [
|
341
|
-
{
|
342
|
-
"internalType": "bytes32",
|
343
|
-
"name": "role",
|
344
|
-
"type": "bytes32"
|
178
|
+
"internalType": "address",
|
179
|
+
"name": "instanceRiskSet",
|
180
|
+
"type": "address"
|
345
181
|
}
|
346
182
|
],
|
347
|
-
"
|
348
|
-
"type": "
|
183
|
+
"name": "ErrorInstanceRiskSetAlreadySet",
|
184
|
+
"type": "error"
|
349
185
|
},
|
350
186
|
{
|
351
187
|
"inputs": [
|
352
188
|
{
|
353
|
-
"internalType": "
|
354
|
-
"name": "
|
355
|
-
"type": "
|
189
|
+
"internalType": "address",
|
190
|
+
"name": "instanceAuthority",
|
191
|
+
"type": "address"
|
356
192
|
}
|
357
193
|
],
|
358
|
-
"name": "
|
359
|
-
"
|
360
|
-
"stateMutability": "nonpayable",
|
361
|
-
"type": "function"
|
194
|
+
"name": "ErrorInstanceRiskSetAuthorityMismatch",
|
195
|
+
"type": "error"
|
362
196
|
},
|
363
197
|
{
|
364
198
|
"inputs": [
|
365
199
|
{
|
366
|
-
"internalType": "
|
367
|
-
"name": "
|
368
|
-
"type": "
|
200
|
+
"internalType": "address",
|
201
|
+
"name": "instance",
|
202
|
+
"type": "address"
|
369
203
|
}
|
370
204
|
],
|
371
|
-
"name": "
|
372
|
-
"
|
373
|
-
"stateMutability": "nonpayable",
|
374
|
-
"type": "function"
|
205
|
+
"name": "ErrorInstanceRiskSetInstanceMismatch",
|
206
|
+
"type": "error"
|
375
207
|
},
|
376
208
|
{
|
377
209
|
"inputs": [
|
@@ -381,183 +213,264 @@
|
|
381
213
|
"type": "uint96"
|
382
214
|
}
|
383
215
|
],
|
384
|
-
"name": "
|
385
|
-
"
|
386
|
-
{
|
387
|
-
"internalType": "NftId",
|
388
|
-
"name": "bundleNft",
|
389
|
-
"type": "uint96"
|
390
|
-
}
|
391
|
-
],
|
392
|
-
"stateMutability": "view",
|
393
|
-
"type": "function"
|
216
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
217
|
+
"type": "error"
|
394
218
|
},
|
395
219
|
{
|
396
220
|
"inputs": [
|
397
221
|
{
|
398
222
|
"internalType": "address",
|
399
|
-
"name": "
|
223
|
+
"name": "contractAddress",
|
400
224
|
"type": "address"
|
401
225
|
}
|
402
226
|
],
|
403
|
-
"name": "
|
404
|
-
"
|
227
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
228
|
+
"type": "error"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"inputs": [],
|
232
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
233
|
+
"type": "error"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"inputs": [
|
405
237
|
{
|
406
238
|
"internalType": "NftId",
|
407
239
|
"name": "nftId",
|
408
240
|
"type": "uint96"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"internalType": "ObjectType",
|
244
|
+
"name": "expectedObjectType",
|
245
|
+
"type": "uint8"
|
409
246
|
}
|
410
247
|
],
|
411
|
-
"
|
412
|
-
"type": "
|
248
|
+
"name": "ErrorNftOwnableInvalidType",
|
249
|
+
"type": "error"
|
413
250
|
},
|
414
251
|
{
|
415
252
|
"inputs": [
|
416
253
|
{
|
417
|
-
"internalType": "
|
418
|
-
"name": "
|
419
|
-
"type": "
|
254
|
+
"internalType": "address",
|
255
|
+
"name": "account",
|
256
|
+
"type": "address"
|
420
257
|
}
|
421
258
|
],
|
422
|
-
"name": "
|
423
|
-
"
|
259
|
+
"name": "ErrorNftOwnableNotOwner",
|
260
|
+
"type": "error"
|
261
|
+
},
|
262
|
+
{
|
263
|
+
"inputs": [
|
424
264
|
{
|
425
|
-
"internalType": "
|
426
|
-
"name": "
|
427
|
-
"type": "
|
265
|
+
"internalType": "address",
|
266
|
+
"name": "registryAddress",
|
267
|
+
"type": "address"
|
428
268
|
}
|
429
269
|
],
|
430
|
-
"
|
431
|
-
"type": "
|
270
|
+
"name": "ErrorNotRegistry",
|
271
|
+
"type": "error"
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"inputs": [],
|
275
|
+
"name": "ErrorRegisterableNotActive",
|
276
|
+
"type": "error"
|
432
277
|
},
|
433
278
|
{
|
279
|
+
"anonymous": false,
|
434
280
|
"inputs": [
|
435
281
|
{
|
436
|
-
"
|
437
|
-
"
|
438
|
-
"
|
282
|
+
"indexed": false,
|
283
|
+
"internalType": "address",
|
284
|
+
"name": "authority",
|
285
|
+
"type": "address"
|
439
286
|
}
|
440
287
|
],
|
441
|
-
"name": "
|
442
|
-
"
|
288
|
+
"name": "AuthorityUpdated",
|
289
|
+
"type": "event"
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"anonymous": false,
|
293
|
+
"inputs": [
|
443
294
|
{
|
444
|
-
"
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
],
|
461
|
-
"internalType": "struct IComponent.ComponentInfo",
|
462
|
-
"name": "info",
|
463
|
-
"type": "tuple"
|
295
|
+
"indexed": false,
|
296
|
+
"internalType": "RoleId",
|
297
|
+
"name": "roleId",
|
298
|
+
"type": "uint64"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"indexed": false,
|
302
|
+
"internalType": "bool",
|
303
|
+
"name": "active",
|
304
|
+
"type": "bool"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"indexed": false,
|
308
|
+
"internalType": "address",
|
309
|
+
"name": "caller",
|
310
|
+
"type": "address"
|
464
311
|
}
|
465
312
|
],
|
466
|
-
"
|
467
|
-
"type": "
|
313
|
+
"name": "LogInstanceCustomRoleActiveSet",
|
314
|
+
"type": "event"
|
468
315
|
},
|
469
316
|
{
|
470
|
-
"
|
471
|
-
"
|
472
|
-
"outputs": [
|
317
|
+
"anonymous": false,
|
318
|
+
"inputs": [
|
473
319
|
{
|
474
|
-
"
|
475
|
-
"
|
476
|
-
"
|
320
|
+
"indexed": false,
|
321
|
+
"internalType": "RoleId",
|
322
|
+
"name": "roleId",
|
323
|
+
"type": "uint64"
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"indexed": false,
|
327
|
+
"internalType": "string",
|
328
|
+
"name": "roleName",
|
329
|
+
"type": "string"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"indexed": false,
|
333
|
+
"internalType": "RoleId",
|
334
|
+
"name": "adminRoleId",
|
335
|
+
"type": "uint64"
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"indexed": false,
|
339
|
+
"internalType": "uint32",
|
340
|
+
"name": "maxMemberCount",
|
341
|
+
"type": "uint32"
|
477
342
|
}
|
478
343
|
],
|
479
|
-
"
|
480
|
-
"type": "
|
344
|
+
"name": "LogInstanceCustomRoleCreated",
|
345
|
+
"type": "event"
|
481
346
|
},
|
482
347
|
{
|
483
|
-
"
|
484
|
-
"
|
485
|
-
"outputs": [
|
348
|
+
"anonymous": false,
|
349
|
+
"inputs": [
|
486
350
|
{
|
487
|
-
"
|
488
|
-
"
|
489
|
-
"
|
351
|
+
"indexed": false,
|
352
|
+
"internalType": "RoleId",
|
353
|
+
"name": "roleId",
|
354
|
+
"type": "uint64"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"indexed": false,
|
358
|
+
"internalType": "address",
|
359
|
+
"name": "account",
|
360
|
+
"type": "address"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"indexed": false,
|
364
|
+
"internalType": "address",
|
365
|
+
"name": "caller",
|
366
|
+
"type": "address"
|
490
367
|
}
|
491
368
|
],
|
492
|
-
"
|
493
|
-
"type": "
|
369
|
+
"name": "LogInstanceCustomRoleGranted",
|
370
|
+
"type": "event"
|
494
371
|
},
|
495
372
|
{
|
496
|
-
"
|
497
|
-
"
|
498
|
-
|
373
|
+
"anonymous": false,
|
374
|
+
"inputs": [
|
375
|
+
{
|
376
|
+
"indexed": false,
|
377
|
+
"internalType": "RoleId",
|
378
|
+
"name": "roleId",
|
379
|
+
"type": "uint64"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"indexed": false,
|
383
|
+
"internalType": "address",
|
384
|
+
"name": "account",
|
385
|
+
"type": "address"
|
386
|
+
},
|
499
387
|
{
|
388
|
+
"indexed": false,
|
500
389
|
"internalType": "address",
|
501
|
-
"name": "
|
390
|
+
"name": "caller",
|
502
391
|
"type": "address"
|
503
392
|
}
|
504
393
|
],
|
505
|
-
"
|
506
|
-
"type": "
|
394
|
+
"name": "LogInstanceCustomRoleRevoked",
|
395
|
+
"type": "event"
|
507
396
|
},
|
508
397
|
{
|
398
|
+
"anonymous": false,
|
509
399
|
"inputs": [
|
510
400
|
{
|
511
|
-
"
|
512
|
-
"
|
513
|
-
"
|
514
|
-
|
515
|
-
|
516
|
-
"name": "getInitialState",
|
517
|
-
"outputs": [
|
401
|
+
"indexed": false,
|
402
|
+
"internalType": "address",
|
403
|
+
"name": "target",
|
404
|
+
"type": "address"
|
405
|
+
},
|
518
406
|
{
|
519
|
-
"
|
520
|
-
"
|
521
|
-
"
|
407
|
+
"indexed": false,
|
408
|
+
"internalType": "RoleId",
|
409
|
+
"name": "targetRoleId",
|
410
|
+
"type": "uint64"
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"indexed": false,
|
414
|
+
"internalType": "string",
|
415
|
+
"name": "name",
|
416
|
+
"type": "string"
|
522
417
|
}
|
523
418
|
],
|
524
|
-
"
|
525
|
-
"type": "
|
419
|
+
"name": "LogInstanceCustomTargetCreated",
|
420
|
+
"type": "event"
|
526
421
|
},
|
527
422
|
{
|
528
|
-
"
|
529
|
-
"
|
530
|
-
"outputs": [
|
423
|
+
"anonymous": false,
|
424
|
+
"inputs": [
|
531
425
|
{
|
532
|
-
"
|
533
|
-
"
|
534
|
-
"
|
426
|
+
"indexed": false,
|
427
|
+
"internalType": "address",
|
428
|
+
"name": "target",
|
429
|
+
"type": "address"
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"indexed": false,
|
433
|
+
"internalType": "bytes4[]",
|
434
|
+
"name": "selectors",
|
435
|
+
"type": "bytes4[]"
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"indexed": false,
|
439
|
+
"internalType": "RoleId",
|
440
|
+
"name": "roleId",
|
441
|
+
"type": "uint64"
|
535
442
|
}
|
536
443
|
],
|
537
|
-
"
|
538
|
-
"type": "
|
444
|
+
"name": "LogInstanceCustomTargetFunctionRoleSet",
|
445
|
+
"type": "event"
|
539
446
|
},
|
540
447
|
{
|
541
|
-
"
|
542
|
-
"
|
543
|
-
"outputs": [
|
448
|
+
"anonymous": false,
|
449
|
+
"inputs": [
|
544
450
|
{
|
451
|
+
"indexed": false,
|
545
452
|
"internalType": "address",
|
546
|
-
"name": "
|
453
|
+
"name": "target",
|
547
454
|
"type": "address"
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"indexed": false,
|
458
|
+
"internalType": "bool",
|
459
|
+
"name": "locked",
|
460
|
+
"type": "bool"
|
548
461
|
}
|
549
462
|
],
|
550
|
-
"
|
551
|
-
"type": "
|
463
|
+
"name": "LogInstanceTargetLocked",
|
464
|
+
"type": "event"
|
552
465
|
},
|
553
466
|
{
|
554
467
|
"inputs": [],
|
555
|
-
"name": "
|
468
|
+
"name": "authority",
|
556
469
|
"outputs": [
|
557
470
|
{
|
558
|
-
"internalType": "
|
559
|
-
"name": "
|
560
|
-
"type": "
|
471
|
+
"internalType": "address",
|
472
|
+
"name": "",
|
473
|
+
"type": "address"
|
561
474
|
}
|
562
475
|
],
|
563
476
|
"stateMutability": "view",
|
@@ -566,186 +479,102 @@
|
|
566
479
|
{
|
567
480
|
"inputs": [
|
568
481
|
{
|
569
|
-
"internalType": "
|
570
|
-
"name": "
|
571
|
-
"type": "
|
572
|
-
}
|
573
|
-
|
574
|
-
|
575
|
-
|
482
|
+
"internalType": "address",
|
483
|
+
"name": "target",
|
484
|
+
"type": "address"
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"internalType": "RoleId",
|
488
|
+
"name": "roleId",
|
489
|
+
"type": "uint64"
|
490
|
+
},
|
576
491
|
{
|
577
492
|
"components": [
|
578
493
|
{
|
579
|
-
"internalType": "
|
580
|
-
"name": "
|
581
|
-
"type": "
|
582
|
-
},
|
583
|
-
{
|
584
|
-
"internalType": "StateId",
|
585
|
-
"name": "state",
|
586
|
-
"type": "uint8"
|
587
|
-
},
|
588
|
-
{
|
589
|
-
"internalType": "uint256",
|
590
|
-
"name": "sumInsuredAmount",
|
591
|
-
"type": "uint256"
|
592
|
-
},
|
593
|
-
{
|
594
|
-
"internalType": "uint256",
|
595
|
-
"name": "premiumAmount",
|
596
|
-
"type": "uint256"
|
597
|
-
},
|
598
|
-
{
|
599
|
-
"internalType": "uint256",
|
600
|
-
"name": "premiumPaidAmount",
|
601
|
-
"type": "uint256"
|
494
|
+
"internalType": "Str",
|
495
|
+
"name": "name",
|
496
|
+
"type": "bytes32"
|
602
497
|
},
|
603
498
|
{
|
604
|
-
"internalType": "
|
605
|
-
"name": "
|
606
|
-
"type": "
|
499
|
+
"internalType": "Selector",
|
500
|
+
"name": "selector",
|
501
|
+
"type": "bytes4"
|
607
502
|
},
|
608
503
|
{
|
609
|
-
"internalType": "
|
504
|
+
"internalType": "Timestamp",
|
610
505
|
"name": "createdAt",
|
611
|
-
"type": "
|
612
|
-
},
|
613
|
-
{
|
614
|
-
"internalType": "uint256",
|
615
|
-
"name": "updatedAt",
|
616
|
-
"type": "uint256"
|
617
|
-
},
|
618
|
-
{
|
619
|
-
"internalType": "uint256",
|
620
|
-
"name": "activatedAt",
|
621
|
-
"type": "uint256"
|
622
|
-
},
|
623
|
-
{
|
624
|
-
"internalType": "uint256",
|
625
|
-
"name": "expiredAt",
|
626
|
-
"type": "uint256"
|
627
|
-
},
|
628
|
-
{
|
629
|
-
"internalType": "uint256",
|
630
|
-
"name": "closedAt",
|
631
|
-
"type": "uint256"
|
506
|
+
"type": "uint40"
|
632
507
|
}
|
633
508
|
],
|
634
|
-
"internalType": "struct
|
635
|
-
"name": "
|
636
|
-
"type": "tuple"
|
509
|
+
"internalType": "struct IAccess.FunctionInfo[]",
|
510
|
+
"name": "functions",
|
511
|
+
"type": "tuple[]"
|
637
512
|
}
|
638
513
|
],
|
639
|
-
"
|
514
|
+
"name": "authorizeFunctions",
|
515
|
+
"outputs": [],
|
516
|
+
"stateMutability": "nonpayable",
|
640
517
|
"type": "function"
|
641
518
|
},
|
642
519
|
{
|
643
520
|
"inputs": [
|
644
521
|
{
|
645
|
-
"internalType": "
|
646
|
-
"name": "
|
647
|
-
"type": "
|
522
|
+
"internalType": "string",
|
523
|
+
"name": "roleName",
|
524
|
+
"type": "string"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"internalType": "RoleId",
|
528
|
+
"name": "adminRoleId",
|
529
|
+
"type": "uint64"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"internalType": "uint32",
|
533
|
+
"name": "maxMemberCount",
|
534
|
+
"type": "uint32"
|
648
535
|
}
|
649
536
|
],
|
650
|
-
"name": "
|
537
|
+
"name": "createRole",
|
651
538
|
"outputs": [
|
652
539
|
{
|
653
|
-
"
|
654
|
-
|
655
|
-
|
656
|
-
"name": "nftId",
|
657
|
-
"type": "uint96"
|
658
|
-
},
|
659
|
-
{
|
660
|
-
"internalType": "uint256",
|
661
|
-
"name": "capital",
|
662
|
-
"type": "uint256"
|
663
|
-
},
|
664
|
-
{
|
665
|
-
"internalType": "uint256",
|
666
|
-
"name": "lockedCapital",
|
667
|
-
"type": "uint256"
|
668
|
-
}
|
669
|
-
],
|
670
|
-
"internalType": "struct IPool.PoolInfo",
|
671
|
-
"name": "info",
|
672
|
-
"type": "tuple"
|
540
|
+
"internalType": "RoleId",
|
541
|
+
"name": "roleId",
|
542
|
+
"type": "uint64"
|
673
543
|
}
|
674
544
|
],
|
675
|
-
"stateMutability": "
|
545
|
+
"stateMutability": "nonpayable",
|
676
546
|
"type": "function"
|
677
547
|
},
|
678
548
|
{
|
679
549
|
"inputs": [
|
680
550
|
{
|
681
|
-
"internalType": "
|
682
|
-
"name": "
|
683
|
-
"type": "
|
551
|
+
"internalType": "address",
|
552
|
+
"name": "target",
|
553
|
+
"type": "address"
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"internalType": "string",
|
557
|
+
"name": "name",
|
558
|
+
"type": "string"
|
684
559
|
}
|
685
560
|
],
|
686
|
-
"name": "
|
561
|
+
"name": "createTarget",
|
687
562
|
"outputs": [
|
688
563
|
{
|
689
|
-
"
|
690
|
-
|
691
|
-
|
692
|
-
"name": "poolNftId",
|
693
|
-
"type": "uint96"
|
694
|
-
},
|
695
|
-
{
|
696
|
-
"internalType": "address",
|
697
|
-
"name": "wallet",
|
698
|
-
"type": "address"
|
699
|
-
},
|
700
|
-
{
|
701
|
-
"components": [
|
702
|
-
{
|
703
|
-
"internalType": "UFixed",
|
704
|
-
"name": "fractionalFee",
|
705
|
-
"type": "uint256"
|
706
|
-
},
|
707
|
-
{
|
708
|
-
"internalType": "uint256",
|
709
|
-
"name": "fixedFee",
|
710
|
-
"type": "uint256"
|
711
|
-
}
|
712
|
-
],
|
713
|
-
"internalType": "struct Fee",
|
714
|
-
"name": "stakingFee",
|
715
|
-
"type": "tuple"
|
716
|
-
},
|
717
|
-
{
|
718
|
-
"components": [
|
719
|
-
{
|
720
|
-
"internalType": "UFixed",
|
721
|
-
"name": "fractionalFee",
|
722
|
-
"type": "uint256"
|
723
|
-
},
|
724
|
-
{
|
725
|
-
"internalType": "uint256",
|
726
|
-
"name": "fixedFee",
|
727
|
-
"type": "uint256"
|
728
|
-
}
|
729
|
-
],
|
730
|
-
"internalType": "struct Fee",
|
731
|
-
"name": "performanceFee",
|
732
|
-
"type": "tuple"
|
733
|
-
}
|
734
|
-
],
|
735
|
-
"internalType": "struct ITreasuryModule.PoolSetup",
|
736
|
-
"name": "setup",
|
737
|
-
"type": "tuple"
|
564
|
+
"internalType": "RoleId",
|
565
|
+
"name": "contractRoleId",
|
566
|
+
"type": "uint64"
|
738
567
|
}
|
739
568
|
],
|
740
|
-
"stateMutability": "
|
569
|
+
"stateMutability": "nonpayable",
|
741
570
|
"type": "function"
|
742
571
|
},
|
743
572
|
{
|
744
573
|
"inputs": [],
|
745
|
-
"name": "
|
574
|
+
"name": "getBundleSet",
|
746
575
|
"outputs": [
|
747
576
|
{
|
748
|
-
"internalType": "contract
|
577
|
+
"internalType": "contract BundleSet",
|
749
578
|
"name": "",
|
750
579
|
"type": "address"
|
751
580
|
}
|
@@ -754,84 +583,49 @@
|
|
754
583
|
"type": "function"
|
755
584
|
},
|
756
585
|
{
|
757
|
-
"inputs": [
|
758
|
-
|
759
|
-
"internalType": "NftId",
|
760
|
-
"name": "productNftId",
|
761
|
-
"type": "uint96"
|
762
|
-
}
|
763
|
-
],
|
764
|
-
"name": "getProductSetup",
|
586
|
+
"inputs": [],
|
587
|
+
"name": "getInitialInfo",
|
765
588
|
"outputs": [
|
766
589
|
{
|
767
590
|
"components": [
|
768
591
|
{
|
769
592
|
"internalType": "NftId",
|
770
|
-
"name": "
|
593
|
+
"name": "nftId",
|
771
594
|
"type": "uint96"
|
772
595
|
},
|
773
596
|
{
|
774
597
|
"internalType": "NftId",
|
775
|
-
"name": "
|
598
|
+
"name": "parentNftId",
|
776
599
|
"type": "uint96"
|
777
600
|
},
|
778
601
|
{
|
779
|
-
"internalType": "
|
780
|
-
"name": "
|
781
|
-
"type": "
|
602
|
+
"internalType": "ObjectType",
|
603
|
+
"name": "objectType",
|
604
|
+
"type": "uint8"
|
782
605
|
},
|
783
606
|
{
|
784
|
-
"internalType": "
|
785
|
-
"name": "
|
786
|
-
"type": "
|
607
|
+
"internalType": "bool",
|
608
|
+
"name": "isInterceptor",
|
609
|
+
"type": "bool"
|
787
610
|
},
|
788
611
|
{
|
789
|
-
"internalType": "
|
790
|
-
"name": "
|
612
|
+
"internalType": "address",
|
613
|
+
"name": "objectAddress",
|
791
614
|
"type": "address"
|
792
615
|
},
|
793
616
|
{
|
794
617
|
"internalType": "address",
|
795
|
-
"name": "
|
618
|
+
"name": "initialOwner",
|
796
619
|
"type": "address"
|
797
620
|
},
|
798
621
|
{
|
799
|
-
"
|
800
|
-
|
801
|
-
|
802
|
-
"name": "fractionalFee",
|
803
|
-
"type": "uint256"
|
804
|
-
},
|
805
|
-
{
|
806
|
-
"internalType": "uint256",
|
807
|
-
"name": "fixedFee",
|
808
|
-
"type": "uint256"
|
809
|
-
}
|
810
|
-
],
|
811
|
-
"internalType": "struct Fee",
|
812
|
-
"name": "policyFee",
|
813
|
-
"type": "tuple"
|
814
|
-
},
|
815
|
-
{
|
816
|
-
"components": [
|
817
|
-
{
|
818
|
-
"internalType": "UFixed",
|
819
|
-
"name": "fractionalFee",
|
820
|
-
"type": "uint256"
|
821
|
-
},
|
822
|
-
{
|
823
|
-
"internalType": "uint256",
|
824
|
-
"name": "fixedFee",
|
825
|
-
"type": "uint256"
|
826
|
-
}
|
827
|
-
],
|
828
|
-
"internalType": "struct Fee",
|
829
|
-
"name": "processingFee",
|
830
|
-
"type": "tuple"
|
622
|
+
"internalType": "bytes",
|
623
|
+
"name": "data",
|
624
|
+
"type": "bytes"
|
831
625
|
}
|
832
626
|
],
|
833
|
-
"internalType": "struct
|
834
|
-
"name": "
|
627
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
628
|
+
"name": "",
|
835
629
|
"type": "tuple"
|
836
630
|
}
|
837
631
|
],
|
@@ -840,11 +634,11 @@
|
|
840
634
|
},
|
841
635
|
{
|
842
636
|
"inputs": [],
|
843
|
-
"name": "
|
637
|
+
"name": "getInstanceAdmin",
|
844
638
|
"outputs": [
|
845
639
|
{
|
846
|
-
"internalType": "contract
|
847
|
-
"name": "
|
640
|
+
"internalType": "contract InstanceAdmin",
|
641
|
+
"name": "",
|
848
642
|
"type": "address"
|
849
643
|
}
|
850
644
|
],
|
@@ -852,19 +646,13 @@
|
|
852
646
|
"type": "function"
|
853
647
|
},
|
854
648
|
{
|
855
|
-
"inputs": [
|
856
|
-
|
857
|
-
"internalType": "uint256",
|
858
|
-
"name": "idx",
|
859
|
-
"type": "uint256"
|
860
|
-
}
|
861
|
-
],
|
862
|
-
"name": "getRole",
|
649
|
+
"inputs": [],
|
650
|
+
"name": "getInstanceReader",
|
863
651
|
"outputs": [
|
864
652
|
{
|
865
|
-
"internalType": "
|
866
|
-
"name": "
|
867
|
-
"type": "
|
653
|
+
"internalType": "contract InstanceReader",
|
654
|
+
"name": "",
|
655
|
+
"type": "address"
|
868
656
|
}
|
869
657
|
],
|
870
658
|
"stateMutability": "view",
|
@@ -872,67 +660,38 @@
|
|
872
660
|
},
|
873
661
|
{
|
874
662
|
"inputs": [],
|
875
|
-
"name": "
|
663
|
+
"name": "getInstanceStore",
|
876
664
|
"outputs": [
|
877
665
|
{
|
878
|
-
"internalType": "
|
879
|
-
"name": "
|
880
|
-
"type": "
|
666
|
+
"internalType": "contract InstanceStore",
|
667
|
+
"name": "",
|
668
|
+
"type": "address"
|
881
669
|
}
|
882
670
|
],
|
883
671
|
"stateMutability": "view",
|
884
672
|
"type": "function"
|
885
673
|
},
|
886
674
|
{
|
887
|
-
"inputs": [
|
888
|
-
|
889
|
-
"internalType": "string",
|
890
|
-
"name": "roleName",
|
891
|
-
"type": "string"
|
892
|
-
}
|
893
|
-
],
|
894
|
-
"name": "getRoleForName",
|
675
|
+
"inputs": [],
|
676
|
+
"name": "getNftId",
|
895
677
|
"outputs": [
|
896
678
|
{
|
897
|
-
"internalType": "
|
898
|
-
"name": "
|
899
|
-
"type": "
|
679
|
+
"internalType": "NftId",
|
680
|
+
"name": "",
|
681
|
+
"type": "uint96"
|
900
682
|
}
|
901
683
|
],
|
902
|
-
"stateMutability": "
|
684
|
+
"stateMutability": "view",
|
903
685
|
"type": "function"
|
904
686
|
},
|
905
687
|
{
|
906
|
-
"inputs": [
|
907
|
-
|
908
|
-
"internalType": "bytes32",
|
909
|
-
"name": "role",
|
910
|
-
"type": "bytes32"
|
911
|
-
}
|
912
|
-
],
|
913
|
-
"name": "getRoleInfo",
|
688
|
+
"inputs": [],
|
689
|
+
"name": "getOwner",
|
914
690
|
"outputs": [
|
915
691
|
{
|
916
|
-
"
|
917
|
-
|
918
|
-
|
919
|
-
"name": "id",
|
920
|
-
"type": "bytes32"
|
921
|
-
},
|
922
|
-
{
|
923
|
-
"internalType": "string",
|
924
|
-
"name": "name",
|
925
|
-
"type": "string"
|
926
|
-
},
|
927
|
-
{
|
928
|
-
"internalType": "bool",
|
929
|
-
"name": "isActive",
|
930
|
-
"type": "bool"
|
931
|
-
}
|
932
|
-
],
|
933
|
-
"internalType": "struct IAccess.RoleInfo",
|
934
|
-
"name": "info",
|
935
|
-
"type": "tuple"
|
692
|
+
"internalType": "address",
|
693
|
+
"name": "",
|
694
|
+
"type": "address"
|
936
695
|
}
|
937
696
|
],
|
938
697
|
"stateMutability": "view",
|
@@ -940,61 +699,44 @@
|
|
940
699
|
},
|
941
700
|
{
|
942
701
|
"inputs": [
|
943
|
-
{
|
944
|
-
"internalType": "bytes32",
|
945
|
-
"name": "role",
|
946
|
-
"type": "bytes32"
|
947
|
-
},
|
948
702
|
{
|
949
703
|
"internalType": "uint256",
|
950
704
|
"name": "idx",
|
951
705
|
"type": "uint256"
|
952
706
|
}
|
953
707
|
],
|
954
|
-
"name": "
|
708
|
+
"name": "getProductNftId",
|
955
709
|
"outputs": [
|
956
710
|
{
|
957
|
-
"internalType": "
|
958
|
-
"name": "
|
959
|
-
"type": "
|
711
|
+
"internalType": "NftId",
|
712
|
+
"name": "productNftId",
|
713
|
+
"type": "uint96"
|
960
714
|
}
|
961
715
|
],
|
962
716
|
"stateMutability": "view",
|
963
717
|
"type": "function"
|
964
718
|
},
|
965
719
|
{
|
966
|
-
"inputs": [
|
967
|
-
|
968
|
-
"internalType": "bytes32",
|
969
|
-
"name": "role",
|
970
|
-
"type": "bytes32"
|
971
|
-
}
|
972
|
-
],
|
973
|
-
"name": "getRoleMemberCount",
|
720
|
+
"inputs": [],
|
721
|
+
"name": "getRegistry",
|
974
722
|
"outputs": [
|
975
723
|
{
|
976
|
-
"internalType": "
|
977
|
-
"name": "
|
978
|
-
"type": "
|
724
|
+
"internalType": "contract IRegistry",
|
725
|
+
"name": "",
|
726
|
+
"type": "address"
|
979
727
|
}
|
980
728
|
],
|
981
729
|
"stateMutability": "view",
|
982
730
|
"type": "function"
|
983
731
|
},
|
984
|
-
{
|
985
|
-
"inputs": [
|
986
|
-
|
987
|
-
"internalType": "NftId",
|
988
|
-
"name": "productNftId",
|
989
|
-
"type": "uint96"
|
990
|
-
}
|
991
|
-
],
|
992
|
-
"name": "getTokenHandler",
|
732
|
+
{
|
733
|
+
"inputs": [],
|
734
|
+
"name": "getRelease",
|
993
735
|
"outputs": [
|
994
736
|
{
|
995
|
-
"internalType": "
|
996
|
-
"name": "
|
997
|
-
"type": "
|
737
|
+
"internalType": "VersionPart",
|
738
|
+
"name": "release",
|
739
|
+
"type": "uint8"
|
998
740
|
}
|
999
741
|
],
|
1000
742
|
"stateMutability": "view",
|
@@ -1002,12 +744,12 @@
|
|
1002
744
|
},
|
1003
745
|
{
|
1004
746
|
"inputs": [],
|
1005
|
-
"name": "
|
747
|
+
"name": "getRiskSet",
|
1006
748
|
"outputs": [
|
1007
749
|
{
|
1008
|
-
"internalType": "
|
1009
|
-
"name": "
|
1010
|
-
"type": "
|
750
|
+
"internalType": "contract RiskSet",
|
751
|
+
"name": "",
|
752
|
+
"type": "address"
|
1011
753
|
}
|
1012
754
|
],
|
1013
755
|
"stateMutability": "view",
|
@@ -1016,13 +758,13 @@
|
|
1016
758
|
{
|
1017
759
|
"inputs": [
|
1018
760
|
{
|
1019
|
-
"internalType": "
|
1020
|
-
"name": "
|
1021
|
-
"type": "
|
761
|
+
"internalType": "RoleId",
|
762
|
+
"name": "roleId",
|
763
|
+
"type": "uint64"
|
1022
764
|
},
|
1023
765
|
{
|
1024
766
|
"internalType": "address",
|
1025
|
-
"name": "
|
767
|
+
"name": "account",
|
1026
768
|
"type": "address"
|
1027
769
|
}
|
1028
770
|
],
|
@@ -1032,23 +774,12 @@
|
|
1032
774
|
"type": "function"
|
1033
775
|
},
|
1034
776
|
{
|
1035
|
-
"inputs": [
|
1036
|
-
|
1037
|
-
"internalType": "bytes32",
|
1038
|
-
"name": "role",
|
1039
|
-
"type": "bytes32"
|
1040
|
-
},
|
1041
|
-
{
|
1042
|
-
"internalType": "address",
|
1043
|
-
"name": "member",
|
1044
|
-
"type": "address"
|
1045
|
-
}
|
1046
|
-
],
|
1047
|
-
"name": "hasRole",
|
777
|
+
"inputs": [],
|
778
|
+
"name": "isActive",
|
1048
779
|
"outputs": [
|
1049
780
|
{
|
1050
781
|
"internalType": "bool",
|
1051
|
-
"name": "",
|
782
|
+
"name": "active",
|
1052
783
|
"type": "bool"
|
1053
784
|
}
|
1054
785
|
],
|
@@ -1057,24 +788,24 @@
|
|
1057
788
|
},
|
1058
789
|
{
|
1059
790
|
"inputs": [],
|
1060
|
-
"name": "
|
791
|
+
"name": "isConsumingScheduledOp",
|
1061
792
|
"outputs": [
|
1062
793
|
{
|
1063
|
-
"internalType": "
|
794
|
+
"internalType": "bytes4",
|
1064
795
|
"name": "",
|
1065
|
-
"type": "
|
796
|
+
"type": "bytes4"
|
1066
797
|
}
|
1067
798
|
],
|
1068
|
-
"stateMutability": "
|
799
|
+
"stateMutability": "view",
|
1069
800
|
"type": "function"
|
1070
801
|
},
|
1071
802
|
{
|
1072
803
|
"inputs": [],
|
1073
|
-
"name": "
|
804
|
+
"name": "isInstanceLocked",
|
1074
805
|
"outputs": [
|
1075
806
|
{
|
1076
807
|
"internalType": "bool",
|
1077
|
-
"name": "",
|
808
|
+
"name": "isLocked",
|
1078
809
|
"type": "bool"
|
1079
810
|
}
|
1080
811
|
],
|
@@ -1084,26 +815,16 @@
|
|
1084
815
|
{
|
1085
816
|
"inputs": [
|
1086
817
|
{
|
1087
|
-
"internalType": "
|
1088
|
-
"name": "
|
1089
|
-
"type": "
|
1090
|
-
},
|
1091
|
-
{
|
1092
|
-
"internalType": "StateId",
|
1093
|
-
"name": "fromId",
|
1094
|
-
"type": "uint8"
|
1095
|
-
},
|
1096
|
-
{
|
1097
|
-
"internalType": "StateId",
|
1098
|
-
"name": "toId",
|
1099
|
-
"type": "uint8"
|
818
|
+
"internalType": "address",
|
819
|
+
"name": "target",
|
820
|
+
"type": "address"
|
1100
821
|
}
|
1101
822
|
],
|
1102
|
-
"name": "
|
823
|
+
"name": "isTargetLocked",
|
1103
824
|
"outputs": [
|
1104
825
|
{
|
1105
826
|
"internalType": "bool",
|
1106
|
-
"name": "",
|
827
|
+
"name": "isLocked",
|
1107
828
|
"type": "bool"
|
1108
829
|
}
|
1109
830
|
],
|
@@ -1111,62 +832,75 @@
|
|
1111
832
|
"type": "function"
|
1112
833
|
},
|
1113
834
|
{
|
1114
|
-
"inputs": [
|
835
|
+
"inputs": [],
|
836
|
+
"name": "isTokenRegistryDisabled",
|
837
|
+
"outputs": [
|
1115
838
|
{
|
1116
|
-
"internalType": "
|
1117
|
-
"name": "
|
1118
|
-
"type": "
|
839
|
+
"internalType": "bool",
|
840
|
+
"name": "",
|
841
|
+
"type": "bool"
|
1119
842
|
}
|
1120
843
|
],
|
1121
|
-
"
|
1122
|
-
"outputs": [],
|
1123
|
-
"stateMutability": "nonpayable",
|
844
|
+
"stateMutability": "view",
|
1124
845
|
"type": "function"
|
1125
846
|
},
|
1126
847
|
{
|
1127
|
-
"inputs": [
|
1128
|
-
|
1129
|
-
|
1130
|
-
"name": "policyNftId",
|
1131
|
-
"type": "uint96"
|
1132
|
-
},
|
848
|
+
"inputs": [],
|
849
|
+
"name": "linkToRegisteredNftId",
|
850
|
+
"outputs": [
|
1133
851
|
{
|
1134
852
|
"internalType": "NftId",
|
1135
|
-
"name": "
|
853
|
+
"name": "",
|
1136
854
|
"type": "uint96"
|
1137
855
|
}
|
1138
856
|
],
|
1139
|
-
"name": "processPremium",
|
1140
|
-
"outputs": [],
|
1141
857
|
"stateMutability": "nonpayable",
|
1142
858
|
"type": "function"
|
1143
859
|
},
|
1144
860
|
{
|
1145
861
|
"inputs": [],
|
1146
|
-
"name": "
|
862
|
+
"name": "products",
|
1147
863
|
"outputs": [
|
1148
864
|
{
|
1149
|
-
"internalType": "
|
1150
|
-
"name": "
|
865
|
+
"internalType": "uint256",
|
866
|
+
"name": "productCount",
|
867
|
+
"type": "uint256"
|
868
|
+
}
|
869
|
+
],
|
870
|
+
"stateMutability": "view",
|
871
|
+
"type": "function"
|
872
|
+
},
|
873
|
+
{
|
874
|
+
"inputs": [
|
875
|
+
{
|
876
|
+
"internalType": "Amount",
|
877
|
+
"name": "dipAmount",
|
1151
878
|
"type": "uint96"
|
1152
879
|
}
|
1153
880
|
],
|
881
|
+
"name": "refillStakingRewardReserves",
|
882
|
+
"outputs": [],
|
1154
883
|
"stateMutability": "nonpayable",
|
1155
884
|
"type": "function"
|
1156
885
|
},
|
1157
886
|
{
|
1158
887
|
"inputs": [
|
1159
888
|
{
|
1160
|
-
"internalType": "
|
1161
|
-
"name": "
|
889
|
+
"internalType": "address",
|
890
|
+
"name": "product",
|
891
|
+
"type": "address"
|
892
|
+
},
|
893
|
+
{
|
894
|
+
"internalType": "address",
|
895
|
+
"name": "token",
|
1162
896
|
"type": "address"
|
1163
897
|
}
|
1164
898
|
],
|
1165
|
-
"name": "
|
899
|
+
"name": "registerProduct",
|
1166
900
|
"outputs": [
|
1167
901
|
{
|
1168
902
|
"internalType": "NftId",
|
1169
|
-
"name": "
|
903
|
+
"name": "productNftId",
|
1170
904
|
"type": "uint96"
|
1171
905
|
}
|
1172
906
|
],
|
@@ -1176,64 +910,30 @@
|
|
1176
910
|
{
|
1177
911
|
"inputs": [
|
1178
912
|
{
|
1179
|
-
"internalType": "
|
1180
|
-
"name": "
|
1181
|
-
"type": "
|
913
|
+
"internalType": "RoleId",
|
914
|
+
"name": "roleId",
|
915
|
+
"type": "uint64"
|
916
|
+
},
|
917
|
+
{
|
918
|
+
"internalType": "address",
|
919
|
+
"name": "account",
|
920
|
+
"type": "address"
|
1182
921
|
}
|
1183
922
|
],
|
1184
|
-
"name": "
|
923
|
+
"name": "revokeRole",
|
1185
924
|
"outputs": [],
|
1186
925
|
"stateMutability": "nonpayable",
|
1187
926
|
"type": "function"
|
1188
927
|
},
|
1189
928
|
{
|
1190
929
|
"inputs": [
|
1191
|
-
{
|
1192
|
-
"internalType": "NftId",
|
1193
|
-
"name": "poolNftId",
|
1194
|
-
"type": "uint96"
|
1195
|
-
},
|
1196
930
|
{
|
1197
931
|
"internalType": "address",
|
1198
|
-
"name": "
|
932
|
+
"name": "",
|
1199
933
|
"type": "address"
|
1200
|
-
},
|
1201
|
-
{
|
1202
|
-
"components": [
|
1203
|
-
{
|
1204
|
-
"internalType": "UFixed",
|
1205
|
-
"name": "fractionalFee",
|
1206
|
-
"type": "uint256"
|
1207
|
-
},
|
1208
|
-
{
|
1209
|
-
"internalType": "uint256",
|
1210
|
-
"name": "fixedFee",
|
1211
|
-
"type": "uint256"
|
1212
|
-
}
|
1213
|
-
],
|
1214
|
-
"internalType": "struct Fee",
|
1215
|
-
"name": "stakingFee",
|
1216
|
-
"type": "tuple"
|
1217
|
-
},
|
1218
|
-
{
|
1219
|
-
"components": [
|
1220
|
-
{
|
1221
|
-
"internalType": "UFixed",
|
1222
|
-
"name": "fractionalFee",
|
1223
|
-
"type": "uint256"
|
1224
|
-
},
|
1225
|
-
{
|
1226
|
-
"internalType": "uint256",
|
1227
|
-
"name": "fixedFee",
|
1228
|
-
"type": "uint256"
|
1229
|
-
}
|
1230
|
-
],
|
1231
|
-
"internalType": "struct Fee",
|
1232
|
-
"name": "performanceFee",
|
1233
|
-
"type": "tuple"
|
1234
934
|
}
|
1235
935
|
],
|
1236
|
-
"name": "
|
936
|
+
"name": "setAuthority",
|
1237
937
|
"outputs": [],
|
1238
938
|
"stateMutability": "nonpayable",
|
1239
939
|
"type": "function"
|
@@ -1241,66 +941,25 @@
|
|
1241
941
|
{
|
1242
942
|
"inputs": [
|
1243
943
|
{
|
1244
|
-
"internalType": "
|
1245
|
-
"name": "
|
1246
|
-
"type": "
|
1247
|
-
}
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1255
|
-
|
1256
|
-
"type": "uint96"
|
1257
|
-
},
|
1258
|
-
{
|
1259
|
-
"internalType": "contract IERC20",
|
1260
|
-
"name": "token",
|
1261
|
-
"type": "address"
|
1262
|
-
},
|
944
|
+
"internalType": "bool",
|
945
|
+
"name": "locked",
|
946
|
+
"type": "bool"
|
947
|
+
}
|
948
|
+
],
|
949
|
+
"name": "setInstanceLocked",
|
950
|
+
"outputs": [],
|
951
|
+
"stateMutability": "nonpayable",
|
952
|
+
"type": "function"
|
953
|
+
},
|
954
|
+
{
|
955
|
+
"inputs": [
|
1263
956
|
{
|
1264
|
-
"internalType": "
|
1265
|
-
"name": "
|
957
|
+
"internalType": "contract InstanceReader",
|
958
|
+
"name": "instanceReader",
|
1266
959
|
"type": "address"
|
1267
|
-
},
|
1268
|
-
{
|
1269
|
-
"components": [
|
1270
|
-
{
|
1271
|
-
"internalType": "UFixed",
|
1272
|
-
"name": "fractionalFee",
|
1273
|
-
"type": "uint256"
|
1274
|
-
},
|
1275
|
-
{
|
1276
|
-
"internalType": "uint256",
|
1277
|
-
"name": "fixedFee",
|
1278
|
-
"type": "uint256"
|
1279
|
-
}
|
1280
|
-
],
|
1281
|
-
"internalType": "struct Fee",
|
1282
|
-
"name": "policyFee",
|
1283
|
-
"type": "tuple"
|
1284
|
-
},
|
1285
|
-
{
|
1286
|
-
"components": [
|
1287
|
-
{
|
1288
|
-
"internalType": "UFixed",
|
1289
|
-
"name": "fractionalFee",
|
1290
|
-
"type": "uint256"
|
1291
|
-
},
|
1292
|
-
{
|
1293
|
-
"internalType": "uint256",
|
1294
|
-
"name": "fixedFee",
|
1295
|
-
"type": "uint256"
|
1296
|
-
}
|
1297
|
-
],
|
1298
|
-
"internalType": "struct Fee",
|
1299
|
-
"name": "processingFee",
|
1300
|
-
"type": "tuple"
|
1301
960
|
}
|
1302
961
|
],
|
1303
|
-
"name": "
|
962
|
+
"name": "setInstanceReader",
|
1304
963
|
"outputs": [],
|
1305
964
|
"stateMutability": "nonpayable",
|
1306
965
|
"type": "function"
|
@@ -1308,17 +967,17 @@
|
|
1308
967
|
{
|
1309
968
|
"inputs": [
|
1310
969
|
{
|
1311
|
-
"internalType": "
|
1312
|
-
"name": "
|
1313
|
-
"type": "
|
970
|
+
"internalType": "RoleId",
|
971
|
+
"name": "roleId",
|
972
|
+
"type": "uint64"
|
1314
973
|
},
|
1315
974
|
{
|
1316
|
-
"internalType": "
|
1317
|
-
"name": "
|
1318
|
-
"type": "
|
975
|
+
"internalType": "bool",
|
976
|
+
"name": "active",
|
977
|
+
"type": "bool"
|
1319
978
|
}
|
1320
979
|
],
|
1321
|
-
"name": "
|
980
|
+
"name": "setRoleActive",
|
1322
981
|
"outputs": [],
|
1323
982
|
"stateMutability": "nonpayable",
|
1324
983
|
"type": "function"
|
@@ -1326,82 +985,56 @@
|
|
1326
985
|
{
|
1327
986
|
"inputs": [
|
1328
987
|
{
|
1329
|
-
"
|
1330
|
-
|
1331
|
-
|
1332
|
-
"name": "nftId",
|
1333
|
-
"type": "uint96"
|
1334
|
-
},
|
1335
|
-
{
|
1336
|
-
"internalType": "StateId",
|
1337
|
-
"name": "state",
|
1338
|
-
"type": "uint8"
|
1339
|
-
},
|
1340
|
-
{
|
1341
|
-
"internalType": "contract IERC20Metadata",
|
1342
|
-
"name": "token",
|
1343
|
-
"type": "address"
|
1344
|
-
}
|
1345
|
-
],
|
1346
|
-
"internalType": "struct IComponent.ComponentInfo",
|
1347
|
-
"name": "info",
|
1348
|
-
"type": "tuple"
|
988
|
+
"internalType": "Seconds",
|
989
|
+
"name": "stakeLockingPeriod",
|
990
|
+
"type": "uint40"
|
1349
991
|
}
|
1350
992
|
],
|
1351
|
-
"name": "
|
1352
|
-
"outputs": [
|
993
|
+
"name": "setStakingLockingPeriod",
|
994
|
+
"outputs": [],
|
995
|
+
"stateMutability": "nonpayable",
|
996
|
+
"type": "function"
|
997
|
+
},
|
998
|
+
{
|
999
|
+
"inputs": [
|
1353
1000
|
{
|
1354
|
-
"internalType": "
|
1355
|
-
"name": "
|
1001
|
+
"internalType": "Amount",
|
1002
|
+
"name": "maxStakedAmount",
|
1356
1003
|
"type": "uint96"
|
1357
1004
|
}
|
1358
1005
|
],
|
1006
|
+
"name": "setStakingMaxAmount",
|
1007
|
+
"outputs": [],
|
1359
1008
|
"stateMutability": "nonpayable",
|
1360
1009
|
"type": "function"
|
1361
1010
|
},
|
1362
1011
|
{
|
1363
1012
|
"inputs": [
|
1364
1013
|
{
|
1365
|
-
"internalType": "
|
1366
|
-
"name": "
|
1367
|
-
"type": "
|
1368
|
-
}
|
1014
|
+
"internalType": "UFixed",
|
1015
|
+
"name": "rewardRate",
|
1016
|
+
"type": "uint160"
|
1017
|
+
}
|
1018
|
+
],
|
1019
|
+
"name": "setStakingRewardRate",
|
1020
|
+
"outputs": [],
|
1021
|
+
"stateMutability": "nonpayable",
|
1022
|
+
"type": "function"
|
1023
|
+
},
|
1024
|
+
{
|
1025
|
+
"inputs": [
|
1369
1026
|
{
|
1370
|
-
"
|
1371
|
-
|
1372
|
-
|
1373
|
-
"name": "fractionalFee",
|
1374
|
-
"type": "uint256"
|
1375
|
-
},
|
1376
|
-
{
|
1377
|
-
"internalType": "uint256",
|
1378
|
-
"name": "fixedFee",
|
1379
|
-
"type": "uint256"
|
1380
|
-
}
|
1381
|
-
],
|
1382
|
-
"internalType": "struct Fee",
|
1383
|
-
"name": "stakingFee",
|
1384
|
-
"type": "tuple"
|
1027
|
+
"internalType": "address",
|
1028
|
+
"name": "target",
|
1029
|
+
"type": "address"
|
1385
1030
|
},
|
1386
1031
|
{
|
1387
|
-
"
|
1388
|
-
|
1389
|
-
|
1390
|
-
"name": "fractionalFee",
|
1391
|
-
"type": "uint256"
|
1392
|
-
},
|
1393
|
-
{
|
1394
|
-
"internalType": "uint256",
|
1395
|
-
"name": "fixedFee",
|
1396
|
-
"type": "uint256"
|
1397
|
-
}
|
1398
|
-
],
|
1399
|
-
"internalType": "struct Fee",
|
1400
|
-
"name": "performanceFee",
|
1401
|
-
"type": "tuple"
|
1032
|
+
"internalType": "bool",
|
1033
|
+
"name": "locked",
|
1034
|
+
"type": "bool"
|
1402
1035
|
}
|
1403
1036
|
],
|
1404
|
-
"name": "
|
1037
|
+
"name": "setTargetLocked",
|
1405
1038
|
"outputs": [],
|
1406
1039
|
"stateMutability": "nonpayable",
|
1407
1040
|
"type": "function"
|
@@ -1409,46 +1042,60 @@
|
|
1409
1042
|
{
|
1410
1043
|
"inputs": [
|
1411
1044
|
{
|
1412
|
-
"internalType": "
|
1413
|
-
"name": "
|
1414
|
-
"type": "
|
1045
|
+
"internalType": "bytes4",
|
1046
|
+
"name": "interfaceId",
|
1047
|
+
"type": "bytes4"
|
1048
|
+
}
|
1049
|
+
],
|
1050
|
+
"name": "supportsInterface",
|
1051
|
+
"outputs": [
|
1052
|
+
{
|
1053
|
+
"internalType": "bool",
|
1054
|
+
"name": "",
|
1055
|
+
"type": "bool"
|
1056
|
+
}
|
1057
|
+
],
|
1058
|
+
"stateMutability": "view",
|
1059
|
+
"type": "function"
|
1060
|
+
},
|
1061
|
+
{
|
1062
|
+
"inputs": [
|
1063
|
+
{
|
1064
|
+
"internalType": "address",
|
1065
|
+
"name": "target",
|
1066
|
+
"type": "address"
|
1415
1067
|
},
|
1416
1068
|
{
|
1417
1069
|
"components": [
|
1418
1070
|
{
|
1419
|
-
"internalType": "
|
1420
|
-
"name": "
|
1421
|
-
"type": "
|
1071
|
+
"internalType": "Str",
|
1072
|
+
"name": "name",
|
1073
|
+
"type": "bytes32"
|
1422
1074
|
},
|
1423
1075
|
{
|
1424
|
-
"internalType": "
|
1425
|
-
"name": "
|
1426
|
-
"type": "
|
1427
|
-
}
|
1428
|
-
],
|
1429
|
-
"internalType": "struct Fee",
|
1430
|
-
"name": "policyFee",
|
1431
|
-
"type": "tuple"
|
1432
|
-
},
|
1433
|
-
{
|
1434
|
-
"components": [
|
1435
|
-
{
|
1436
|
-
"internalType": "UFixed",
|
1437
|
-
"name": "fractionalFee",
|
1438
|
-
"type": "uint256"
|
1076
|
+
"internalType": "Selector",
|
1077
|
+
"name": "selector",
|
1078
|
+
"type": "bytes4"
|
1439
1079
|
},
|
1440
1080
|
{
|
1441
|
-
"internalType": "
|
1442
|
-
"name": "
|
1443
|
-
"type": "
|
1081
|
+
"internalType": "Timestamp",
|
1082
|
+
"name": "createdAt",
|
1083
|
+
"type": "uint40"
|
1444
1084
|
}
|
1445
1085
|
],
|
1446
|
-
"internalType": "struct
|
1447
|
-
"name": "
|
1448
|
-
"type": "tuple"
|
1086
|
+
"internalType": "struct IAccess.FunctionInfo[]",
|
1087
|
+
"name": "functions",
|
1088
|
+
"type": "tuple[]"
|
1449
1089
|
}
|
1450
1090
|
],
|
1451
|
-
"name": "
|
1091
|
+
"name": "unauthorizeFunctions",
|
1092
|
+
"outputs": [],
|
1093
|
+
"stateMutability": "nonpayable",
|
1094
|
+
"type": "function"
|
1095
|
+
},
|
1096
|
+
{
|
1097
|
+
"inputs": [],
|
1098
|
+
"name": "upgradeInstanceReader",
|
1452
1099
|
"outputs": [],
|
1453
1100
|
"stateMutability": "nonpayable",
|
1454
1101
|
"type": "function"
|
@@ -1456,18 +1103,19 @@
|
|
1456
1103
|
{
|
1457
1104
|
"inputs": [
|
1458
1105
|
{
|
1459
|
-
"internalType": "
|
1460
|
-
"name": "
|
1106
|
+
"internalType": "Amount",
|
1107
|
+
"name": "dipAmount",
|
1461
1108
|
"type": "uint96"
|
1462
|
-
}
|
1109
|
+
}
|
1110
|
+
],
|
1111
|
+
"name": "withdrawStakingRewardReserves",
|
1112
|
+
"outputs": [
|
1463
1113
|
{
|
1464
|
-
"internalType": "
|
1465
|
-
"name": "
|
1114
|
+
"internalType": "Amount",
|
1115
|
+
"name": "newBalance",
|
1466
1116
|
"type": "uint96"
|
1467
1117
|
}
|
1468
1118
|
],
|
1469
|
-
"name": "underwrite",
|
1470
|
-
"outputs": [],
|
1471
1119
|
"stateMutability": "nonpayable",
|
1472
1120
|
"type": "function"
|
1473
1121
|
}
|