@etherisc/gif-next 0.0.2-f9bc4c7-556 → 0.0.2-fa35bce-363
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +378 -20
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -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/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +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 +1244 -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 +949 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +930 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +848 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -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 +1484 -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 +2053 -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 +1439 -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 +1171 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1647 -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 +2585 -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 +576 -1290
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +1082 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +653 -1537
- 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 +1328 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +772 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3792 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -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/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +957 -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 +772 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +873 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +810 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1242 -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 +1438 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +866 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +905 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1025 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +866 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +790 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1159 -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 +1536 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +886 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1016 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +665 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -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 +854 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +814 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1117 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +774 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1035 -119
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1072 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/{instance/IInstanceLinked.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 +1473 -231
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2160 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1074 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1298 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +773 -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 +721 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +705 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +862 -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/shared/{IOwnable.sol/IOwnable.json → ContractLib.sol/IInstanceAdminHelper.json} +5 -5
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- 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 +630 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +707 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +146 -147
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +62 -70
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +248 -21
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +224 -160
- 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 +795 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +228 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +294 -18
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/Service.sol/Service.json} +239 -234
- 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 +2568 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +69 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +3028 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -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 +863 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +554 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +766 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3136 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +265 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +657 -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 +251 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -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 +289 -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 +65 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +656 -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 +88 -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 +169 -0
- package/contracts/authorization/IAccess.sol +67 -0
- package/contracts/authorization/IAccessAdmin.sol +144 -0
- package/contracts/authorization/IAuthorization.sol +26 -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 +448 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +45 -0
- package/contracts/distribution/IDistributionService.sol +115 -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 +437 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +138 -45
- package/contracts/instance/IInstanceService.sol +117 -0
- package/contracts/instance/Instance.sol +333 -54
- 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 +500 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +126 -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 +109 -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/{test/Usdc.sol → mock/Dip.sol} +6 -6
- 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 +162 -0
- package/contracts/pool/BasicPoolAuthorization.sol +81 -0
- package/contracts/pool/BundleService.sol +386 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +116 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +170 -0
- package/contracts/pool/Pool.sol +333 -0
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +614 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +327 -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 +630 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +88 -0
- package/contracts/product/IClaimService.sol +136 -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 +48 -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 +493 -0
- package/contracts/product/RiskService.sol +190 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +130 -40
- package/contracts/registry/IRegistry.sol +144 -29
- 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 +637 -282
- package/contracts/registry/RegistryAdmin.sol +191 -0
- package/contracts/registry/RegistryAuthorization.sol +312 -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 +525 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
- package/contracts/registry/TokenRegistry.sol +317 -0
- package/contracts/shared/Component.sol +214 -0
- package/contracts/shared/ComponentService.sol +687 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +111 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
- package/contracts/shared/INftOwnable.sol +27 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +31 -19
- 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 +129 -0
- package/contracts/shared/PolicyHolder.sol +63 -0
- package/contracts/shared/Registerable.sol +80 -60
- 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 +297 -0
- package/contracts/staking/IStakingService.sol +127 -0
- package/contracts/staking/ITargetLimitHandler.sol +26 -0
- package/contracts/staking/Staking.sol +780 -0
- package/contracts/staking/StakingLib.sol +195 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +53 -0
- package/contracts/staking/StakingReader.sol +151 -0
- package/contracts/staking/StakingService.sol +321 -0
- package/contracts/staking/StakingServiceManager.sol +46 -0
- package/contracts/staking/StakingStore.sol +1174 -0
- package/contracts/staking/TargetHandler.sol +102 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +154 -0
- package/contracts/{types → type}/Blocknumber.sol +36 -12
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +10 -5
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +28 -15
- 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 +115 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +53 -5
- package/contracts/type/String.sol +65 -0
- package/contracts/{types → type}/Timestamp.sol +39 -19
- package/contracts/{types → type}/UFixed.sol +73 -19
- package/contracts/type/Version.sol +159 -0
- package/contracts/upgradeability/IVersionable.sol +56 -0
- package/contracts/upgradeability/ProxyManager.sol +246 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
- package/contracts/upgradeability/Versionable.sol +62 -0
- package/package.json +13 -8
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -326
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/ERC165.sol +0 -21
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/shared/IVersionable.sol +0 -52
- package/contracts/shared/Versionable.sol +0 -89
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -38
- package/contracts/types/Version.sol +0 -95
@@ -4,712 +4,490 @@
|
|
4
4
|
"sourceName": "contracts/instance/IInstance.sol",
|
5
5
|
"abi": [
|
6
6
|
{
|
7
|
-
"anonymous": false,
|
8
7
|
"inputs": [
|
9
8
|
{
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"type": "bytes8"
|
14
|
-
},
|
15
|
-
{
|
16
|
-
"indexed": false,
|
17
|
-
"internalType": "string",
|
18
|
-
"name": "roleName",
|
19
|
-
"type": "string"
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
20
12
|
}
|
21
13
|
],
|
22
|
-
"name": "
|
23
|
-
"type": "
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
24
16
|
},
|
25
17
|
{
|
26
|
-
"anonymous": false,
|
27
18
|
"inputs": [
|
28
19
|
{
|
29
|
-
"indexed": false,
|
30
|
-
"internalType": "RoleId",
|
31
|
-
"name": "role",
|
32
|
-
"type": "bytes8"
|
33
|
-
},
|
34
|
-
{
|
35
|
-
"indexed": false,
|
36
20
|
"internalType": "address",
|
37
|
-
"name": "
|
21
|
+
"name": "caller",
|
38
22
|
"type": "address"
|
39
23
|
},
|
40
24
|
{
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"type": "bool"
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
45
28
|
}
|
46
29
|
],
|
47
|
-
"name": "
|
48
|
-
"type": "
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
49
32
|
},
|
50
33
|
{
|
51
|
-
"anonymous": false,
|
52
34
|
"inputs": [
|
53
35
|
{
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"type": "bytes8"
|
58
|
-
},
|
59
|
-
{
|
60
|
-
"indexed": false,
|
61
|
-
"internalType": "bool",
|
62
|
-
"name": "active",
|
63
|
-
"type": "bool"
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
64
39
|
}
|
65
40
|
],
|
66
|
-
"name": "
|
67
|
-
"type": "
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
68
43
|
},
|
69
44
|
{
|
70
|
-
"anonymous": false,
|
71
45
|
"inputs": [
|
72
46
|
{
|
73
|
-
"indexed": false,
|
74
|
-
"internalType": "Version",
|
75
|
-
"name": "version",
|
76
|
-
"type": "uint24"
|
77
|
-
},
|
78
|
-
{
|
79
|
-
"indexed": false,
|
80
47
|
"internalType": "address",
|
81
|
-
"name": "
|
48
|
+
"name": "authority",
|
82
49
|
"type": "address"
|
83
|
-
}
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorAuthorityInvalid",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
84
57
|
{
|
85
|
-
"indexed": false,
|
86
58
|
"internalType": "address",
|
87
|
-
"name": "
|
59
|
+
"name": "instanceBundleSet",
|
88
60
|
"type": "address"
|
89
61
|
}
|
90
62
|
],
|
91
|
-
"name": "
|
92
|
-
"type": "
|
63
|
+
"name": "ErrorInstanceBundleSetAlreadySet",
|
64
|
+
"type": "error"
|
93
65
|
},
|
94
66
|
{
|
95
67
|
"inputs": [
|
96
68
|
{
|
97
69
|
"internalType": "address",
|
98
|
-
"name": "
|
70
|
+
"name": "instanceAuthority",
|
99
71
|
"type": "address"
|
100
|
-
}
|
72
|
+
}
|
73
|
+
],
|
74
|
+
"name": "ErrorInstanceBundleSetAuthorityMismatch",
|
75
|
+
"type": "error"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"inputs": [
|
101
79
|
{
|
102
80
|
"internalType": "address",
|
103
|
-
"name": "
|
81
|
+
"name": "instance",
|
104
82
|
"type": "address"
|
105
83
|
}
|
106
84
|
],
|
107
|
-
"name": "
|
108
|
-
"
|
109
|
-
"stateMutability": "nonpayable",
|
110
|
-
"type": "function"
|
85
|
+
"name": "ErrorInstanceBundleSetInstanceMismatch",
|
86
|
+
"type": "error"
|
111
87
|
},
|
112
88
|
{
|
113
89
|
"inputs": [
|
114
90
|
{
|
115
|
-
"internalType": "
|
116
|
-
"name": "
|
117
|
-
"type": "
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"internalType": "NftId",
|
121
|
-
"name": "poolNftId",
|
122
|
-
"type": "uint96"
|
123
|
-
},
|
124
|
-
{
|
125
|
-
"internalType": "uint256",
|
126
|
-
"name": "amount",
|
127
|
-
"type": "uint256"
|
91
|
+
"internalType": "address",
|
92
|
+
"name": "instanceAdmin",
|
93
|
+
"type": "address"
|
128
94
|
}
|
129
95
|
],
|
130
|
-
"name": "
|
131
|
-
"
|
132
|
-
"stateMutability": "nonpayable",
|
133
|
-
"type": "function"
|
96
|
+
"name": "ErrorInstanceInstanceAdminAlreadySet",
|
97
|
+
"type": "error"
|
134
98
|
},
|
135
99
|
{
|
136
100
|
"inputs": [
|
137
101
|
{
|
138
|
-
"internalType": "
|
139
|
-
"name": "
|
140
|
-
"type": "
|
141
|
-
},
|
142
|
-
{
|
143
|
-
"components": [
|
144
|
-
{
|
145
|
-
"internalType": "UFixed",
|
146
|
-
"name": "fractionalFee",
|
147
|
-
"type": "uint256"
|
148
|
-
},
|
149
|
-
{
|
150
|
-
"internalType": "uint256",
|
151
|
-
"name": "fixedFee",
|
152
|
-
"type": "uint256"
|
153
|
-
}
|
154
|
-
],
|
155
|
-
"internalType": "struct Fee",
|
156
|
-
"name": "fee",
|
157
|
-
"type": "tuple"
|
102
|
+
"internalType": "address",
|
103
|
+
"name": "instanceAuthority",
|
104
|
+
"type": "address"
|
158
105
|
}
|
159
106
|
],
|
160
|
-
"name": "
|
161
|
-
"
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
107
|
+
"name": "ErrorInstanceInstanceAdminAuthorityMismatch",
|
108
|
+
"type": "error"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"inputs": [],
|
112
|
+
"name": "ErrorInstanceInstanceAdminZero",
|
113
|
+
"type": "error"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"inputs": [
|
167
117
|
{
|
168
|
-
"internalType": "
|
169
|
-
"name": "
|
170
|
-
"type": "
|
118
|
+
"internalType": "address",
|
119
|
+
"name": "instanceAuthority",
|
120
|
+
"type": "address"
|
171
121
|
}
|
172
122
|
],
|
173
|
-
"
|
174
|
-
"type": "
|
123
|
+
"name": "ErrorInstanceInstanceReaderInstanceMismatch",
|
124
|
+
"type": "error"
|
175
125
|
},
|
176
126
|
{
|
177
127
|
"inputs": [
|
178
128
|
{
|
179
|
-
"internalType": "
|
180
|
-
"name": "
|
181
|
-
"type": "
|
182
|
-
},
|
183
|
-
{
|
184
|
-
"internalType": "NftId",
|
185
|
-
"name": "policyNftId",
|
186
|
-
"type": "uint96"
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"internalType": "uint256",
|
190
|
-
"name": "amount",
|
191
|
-
"type": "uint256"
|
129
|
+
"internalType": "address",
|
130
|
+
"name": "instanceStore",
|
131
|
+
"type": "address"
|
192
132
|
}
|
193
133
|
],
|
194
|
-
"name": "
|
195
|
-
"
|
196
|
-
"stateMutability": "nonpayable",
|
197
|
-
"type": "function"
|
134
|
+
"name": "ErrorInstanceInstanceStoreAlreadySet",
|
135
|
+
"type": "error"
|
198
136
|
},
|
199
137
|
{
|
200
138
|
"inputs": [
|
201
139
|
{
|
202
|
-
"internalType": "
|
203
|
-
"name": "
|
204
|
-
"type": "
|
205
|
-
},
|
206
|
-
{
|
207
|
-
"internalType": "NftId",
|
208
|
-
"name": "policyNftId",
|
209
|
-
"type": "uint96"
|
210
|
-
},
|
211
|
-
{
|
212
|
-
"internalType": "uint256",
|
213
|
-
"name": "sumInsuredAmount",
|
214
|
-
"type": "uint256"
|
215
|
-
},
|
216
|
-
{
|
217
|
-
"internalType": "uint256",
|
218
|
-
"name": "premiumAmount",
|
219
|
-
"type": "uint256"
|
220
|
-
},
|
221
|
-
{
|
222
|
-
"internalType": "uint256",
|
223
|
-
"name": "lifetime",
|
224
|
-
"type": "uint256"
|
225
|
-
},
|
226
|
-
{
|
227
|
-
"internalType": "NftId",
|
228
|
-
"name": "bundleNftId",
|
229
|
-
"type": "uint96"
|
140
|
+
"internalType": "address",
|
141
|
+
"name": "instanceAuthority",
|
142
|
+
"type": "address"
|
230
143
|
}
|
231
144
|
],
|
232
|
-
"name": "
|
233
|
-
"
|
234
|
-
"stateMutability": "nonpayable",
|
235
|
-
"type": "function"
|
145
|
+
"name": "ErrorInstanceInstanceStoreAuthorityMismatch",
|
146
|
+
"type": "error"
|
236
147
|
},
|
237
148
|
{
|
238
149
|
"inputs": [
|
239
150
|
{
|
240
|
-
"internalType": "
|
241
|
-
"name": "
|
242
|
-
"type": "
|
243
|
-
},
|
244
|
-
{
|
245
|
-
"internalType": "NftId",
|
246
|
-
"name": "poolNftId",
|
247
|
-
"type": "uint96"
|
248
|
-
},
|
249
|
-
{
|
250
|
-
"internalType": "uint256",
|
251
|
-
"name": "amount",
|
252
|
-
"type": "uint256"
|
253
|
-
},
|
254
|
-
{
|
255
|
-
"internalType": "uint256",
|
256
|
-
"name": "lifetime",
|
257
|
-
"type": "uint256"
|
258
|
-
},
|
259
|
-
{
|
260
|
-
"internalType": "bytes",
|
261
|
-
"name": "filter",
|
262
|
-
"type": "bytes"
|
151
|
+
"internalType": "RoleId",
|
152
|
+
"name": "roleId",
|
153
|
+
"type": "uint64"
|
263
154
|
}
|
264
155
|
],
|
265
|
-
"name": "
|
266
|
-
"
|
267
|
-
"stateMutability": "nonpayable",
|
268
|
-
"type": "function"
|
156
|
+
"name": "ErrorInstanceNotCustomRole",
|
157
|
+
"type": "error"
|
269
158
|
},
|
270
159
|
{
|
271
160
|
"inputs": [
|
272
161
|
{
|
273
|
-
"internalType": "
|
274
|
-
"name": "
|
275
|
-
"type": "
|
162
|
+
"internalType": "RoleId",
|
163
|
+
"name": "roleId",
|
164
|
+
"type": "uint64"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"internalType": "address",
|
168
|
+
"name": "account",
|
169
|
+
"type": "address"
|
276
170
|
}
|
277
171
|
],
|
278
|
-
"name": "
|
279
|
-
"
|
172
|
+
"name": "ErrorInstanceNotRoleAdmin",
|
173
|
+
"type": "error"
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"inputs": [
|
280
177
|
{
|
281
|
-
"internalType": "
|
282
|
-
"name": "
|
283
|
-
"type": "
|
178
|
+
"internalType": "address",
|
179
|
+
"name": "instanceRiskSet",
|
180
|
+
"type": "address"
|
284
181
|
}
|
285
182
|
],
|
286
|
-
"
|
287
|
-
"type": "
|
183
|
+
"name": "ErrorInstanceRiskSetAlreadySet",
|
184
|
+
"type": "error"
|
288
185
|
},
|
289
186
|
{
|
290
187
|
"inputs": [
|
291
188
|
{
|
292
|
-
"internalType": "
|
293
|
-
"name": "
|
294
|
-
"type": "
|
189
|
+
"internalType": "address",
|
190
|
+
"name": "instanceAuthority",
|
191
|
+
"type": "address"
|
295
192
|
}
|
296
193
|
],
|
297
|
-
"name": "
|
298
|
-
"
|
194
|
+
"name": "ErrorInstanceRiskSetAuthorityMismatch",
|
195
|
+
"type": "error"
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"inputs": [
|
299
199
|
{
|
300
|
-
"internalType": "
|
301
|
-
"name": "
|
302
|
-
"type": "
|
200
|
+
"internalType": "address",
|
201
|
+
"name": "instance",
|
202
|
+
"type": "address"
|
303
203
|
}
|
304
204
|
],
|
305
|
-
"
|
306
|
-
"type": "
|
205
|
+
"name": "ErrorInstanceRiskSetInstanceMismatch",
|
206
|
+
"type": "error"
|
307
207
|
},
|
308
208
|
{
|
309
209
|
"inputs": [
|
310
210
|
{
|
311
211
|
"internalType": "NftId",
|
312
|
-
"name": "
|
212
|
+
"name": "nftId",
|
313
213
|
"type": "uint96"
|
314
214
|
}
|
315
215
|
],
|
316
|
-
"name": "
|
317
|
-
"
|
216
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
217
|
+
"type": "error"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"inputs": [
|
318
221
|
{
|
319
|
-
"
|
320
|
-
|
321
|
-
|
322
|
-
"name": "nftId",
|
323
|
-
"type": "uint96"
|
324
|
-
},
|
325
|
-
{
|
326
|
-
"internalType": "NftId",
|
327
|
-
"name": "poolNftId",
|
328
|
-
"type": "uint96"
|
329
|
-
},
|
330
|
-
{
|
331
|
-
"internalType": "bytes",
|
332
|
-
"name": "filter",
|
333
|
-
"type": "bytes"
|
334
|
-
},
|
335
|
-
{
|
336
|
-
"internalType": "uint256",
|
337
|
-
"name": "capitalAmount",
|
338
|
-
"type": "uint256"
|
339
|
-
},
|
340
|
-
{
|
341
|
-
"internalType": "uint256",
|
342
|
-
"name": "lockedAmount",
|
343
|
-
"type": "uint256"
|
344
|
-
},
|
345
|
-
{
|
346
|
-
"internalType": "uint256",
|
347
|
-
"name": "balanceAmount",
|
348
|
-
"type": "uint256"
|
349
|
-
},
|
350
|
-
{
|
351
|
-
"internalType": "Timestamp",
|
352
|
-
"name": "expiredAt",
|
353
|
-
"type": "uint40"
|
354
|
-
},
|
355
|
-
{
|
356
|
-
"internalType": "Timestamp",
|
357
|
-
"name": "closedAt",
|
358
|
-
"type": "uint40"
|
359
|
-
}
|
360
|
-
],
|
361
|
-
"internalType": "struct IBundle.BundleInfo",
|
362
|
-
"name": "bundleInfo",
|
363
|
-
"type": "tuple"
|
222
|
+
"internalType": "address",
|
223
|
+
"name": "contractAddress",
|
224
|
+
"type": "address"
|
364
225
|
}
|
365
226
|
],
|
366
|
-
"
|
367
|
-
"type": "
|
227
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
228
|
+
"type": "error"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"inputs": [],
|
232
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
233
|
+
"type": "error"
|
368
234
|
},
|
369
235
|
{
|
370
236
|
"inputs": [
|
371
237
|
{
|
372
238
|
"internalType": "NftId",
|
373
|
-
"name": "
|
239
|
+
"name": "nftId",
|
374
240
|
"type": "uint96"
|
375
241
|
},
|
376
242
|
{
|
377
|
-
"internalType": "
|
378
|
-
"name": "
|
379
|
-
"type": "
|
243
|
+
"internalType": "ObjectType",
|
244
|
+
"name": "expectedObjectType",
|
245
|
+
"type": "uint8"
|
380
246
|
}
|
381
247
|
],
|
382
|
-
"name": "
|
383
|
-
"
|
248
|
+
"name": "ErrorNftOwnableInvalidType",
|
249
|
+
"type": "error"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"inputs": [
|
384
253
|
{
|
385
|
-
"internalType": "
|
386
|
-
"name": "
|
387
|
-
"type": "
|
254
|
+
"internalType": "address",
|
255
|
+
"name": "account",
|
256
|
+
"type": "address"
|
388
257
|
}
|
389
258
|
],
|
390
|
-
"
|
391
|
-
"type": "
|
259
|
+
"name": "ErrorNftOwnableNotOwner",
|
260
|
+
"type": "error"
|
392
261
|
},
|
393
262
|
{
|
394
|
-
"inputs": [
|
395
|
-
"name": "getComponentCount",
|
396
|
-
"outputs": [
|
263
|
+
"inputs": [
|
397
264
|
{
|
398
|
-
"internalType": "
|
399
|
-
"name": "
|
400
|
-
"type": "
|
265
|
+
"internalType": "address",
|
266
|
+
"name": "registryAddress",
|
267
|
+
"type": "address"
|
401
268
|
}
|
402
269
|
],
|
403
|
-
"
|
404
|
-
"type": "
|
270
|
+
"name": "ErrorNotRegistry",
|
271
|
+
"type": "error"
|
405
272
|
},
|
406
273
|
{
|
274
|
+
"inputs": [],
|
275
|
+
"name": "ErrorRegisterableNotActive",
|
276
|
+
"type": "error"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"anonymous": false,
|
407
280
|
"inputs": [
|
408
281
|
{
|
409
|
-
"
|
410
|
-
"
|
411
|
-
"
|
412
|
-
|
413
|
-
],
|
414
|
-
"name": "getComponentId",
|
415
|
-
"outputs": [
|
416
|
-
{
|
417
|
-
"internalType": "NftId",
|
418
|
-
"name": "nftId",
|
419
|
-
"type": "uint96"
|
282
|
+
"indexed": false,
|
283
|
+
"internalType": "address",
|
284
|
+
"name": "authority",
|
285
|
+
"type": "address"
|
420
286
|
}
|
421
287
|
],
|
422
|
-
"
|
423
|
-
"type": "
|
288
|
+
"name": "AuthorityUpdated",
|
289
|
+
"type": "event"
|
424
290
|
},
|
425
291
|
{
|
292
|
+
"anonymous": false,
|
426
293
|
"inputs": [
|
427
294
|
{
|
428
|
-
"
|
429
|
-
"
|
430
|
-
"
|
431
|
-
|
432
|
-
|
433
|
-
"name": "getComponentInfo",
|
434
|
-
"outputs": [
|
295
|
+
"indexed": false,
|
296
|
+
"internalType": "RoleId",
|
297
|
+
"name": "roleId",
|
298
|
+
"type": "uint64"
|
299
|
+
},
|
435
300
|
{
|
436
|
-
"
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
},
|
442
|
-
{
|
443
|
-
"internalType": "StateId",
|
444
|
-
"name": "state",
|
445
|
-
"type": "uint8"
|
446
|
-
},
|
447
|
-
{
|
448
|
-
"internalType": "contract IERC20Metadata",
|
449
|
-
"name": "token",
|
450
|
-
"type": "address"
|
451
|
-
}
|
452
|
-
],
|
453
|
-
"internalType": "struct IComponent.ComponentInfo",
|
454
|
-
"name": "info",
|
455
|
-
"type": "tuple"
|
456
|
-
}
|
457
|
-
],
|
458
|
-
"stateMutability": "view",
|
459
|
-
"type": "function"
|
460
|
-
},
|
461
|
-
{
|
462
|
-
"inputs": [],
|
463
|
-
"name": "getComponentOwnerService",
|
464
|
-
"outputs": [
|
301
|
+
"indexed": false,
|
302
|
+
"internalType": "bool",
|
303
|
+
"name": "active",
|
304
|
+
"type": "bool"
|
305
|
+
},
|
465
306
|
{
|
466
|
-
"
|
467
|
-
"
|
307
|
+
"indexed": false,
|
308
|
+
"internalType": "address",
|
309
|
+
"name": "caller",
|
468
310
|
"type": "address"
|
469
311
|
}
|
470
312
|
],
|
471
|
-
"
|
472
|
-
"type": "
|
313
|
+
"name": "LogInstanceCustomRoleActiveSet",
|
314
|
+
"type": "event"
|
473
315
|
},
|
474
316
|
{
|
475
|
-
"
|
476
|
-
"
|
477
|
-
|
317
|
+
"anonymous": false,
|
318
|
+
"inputs": [
|
319
|
+
{
|
320
|
+
"indexed": false,
|
321
|
+
"internalType": "RoleId",
|
322
|
+
"name": "roleId",
|
323
|
+
"type": "uint64"
|
324
|
+
},
|
478
325
|
{
|
479
|
-
"
|
480
|
-
"
|
481
|
-
"
|
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"
|
482
342
|
}
|
483
343
|
],
|
484
|
-
"
|
485
|
-
"type": "
|
344
|
+
"name": "LogInstanceCustomRoleCreated",
|
345
|
+
"type": "event"
|
486
346
|
},
|
487
347
|
{
|
348
|
+
"anonymous": false,
|
488
349
|
"inputs": [
|
489
350
|
{
|
490
|
-
"
|
491
|
-
"
|
492
|
-
"
|
351
|
+
"indexed": false,
|
352
|
+
"internalType": "RoleId",
|
353
|
+
"name": "roleId",
|
354
|
+
"type": "uint64"
|
493
355
|
},
|
494
356
|
{
|
495
|
-
"
|
496
|
-
"
|
497
|
-
"
|
498
|
-
|
499
|
-
|
500
|
-
"name": "getFee",
|
501
|
-
"outputs": [
|
357
|
+
"indexed": false,
|
358
|
+
"internalType": "address",
|
359
|
+
"name": "account",
|
360
|
+
"type": "address"
|
361
|
+
},
|
502
362
|
{
|
503
|
-
"
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
"type": "uint256"
|
508
|
-
},
|
509
|
-
{
|
510
|
-
"internalType": "uint256",
|
511
|
-
"name": "fixedFee",
|
512
|
-
"type": "uint256"
|
513
|
-
}
|
514
|
-
],
|
515
|
-
"internalType": "struct Fee",
|
516
|
-
"name": "fee",
|
517
|
-
"type": "tuple"
|
363
|
+
"indexed": false,
|
364
|
+
"internalType": "address",
|
365
|
+
"name": "caller",
|
366
|
+
"type": "address"
|
518
367
|
}
|
519
368
|
],
|
520
|
-
"
|
521
|
-
"type": "
|
369
|
+
"name": "LogInstanceCustomRoleGranted",
|
370
|
+
"type": "event"
|
522
371
|
},
|
523
372
|
{
|
524
|
-
"
|
525
|
-
"
|
526
|
-
"outputs": [
|
373
|
+
"anonymous": false,
|
374
|
+
"inputs": [
|
527
375
|
{
|
528
|
-
"
|
529
|
-
"
|
376
|
+
"indexed": false,
|
377
|
+
"internalType": "RoleId",
|
378
|
+
"name": "roleId",
|
379
|
+
"type": "uint64"
|
380
|
+
},
|
381
|
+
{
|
382
|
+
"indexed": false,
|
383
|
+
"internalType": "address",
|
384
|
+
"name": "account",
|
530
385
|
"type": "address"
|
531
|
-
}
|
532
|
-
],
|
533
|
-
"stateMutability": "view",
|
534
|
-
"type": "function"
|
535
|
-
},
|
536
|
-
{
|
537
|
-
"inputs": [],
|
538
|
-
"name": "getNftId",
|
539
|
-
"outputs": [
|
386
|
+
},
|
540
387
|
{
|
541
|
-
"
|
542
|
-
"
|
543
|
-
"
|
388
|
+
"indexed": false,
|
389
|
+
"internalType": "address",
|
390
|
+
"name": "caller",
|
391
|
+
"type": "address"
|
544
392
|
}
|
545
393
|
],
|
546
|
-
"
|
547
|
-
"type": "
|
394
|
+
"name": "LogInstanceCustomRoleRevoked",
|
395
|
+
"type": "event"
|
548
396
|
},
|
549
397
|
{
|
550
|
-
"
|
551
|
-
"
|
552
|
-
"outputs": [
|
398
|
+
"anonymous": false,
|
399
|
+
"inputs": [
|
553
400
|
{
|
401
|
+
"indexed": false,
|
554
402
|
"internalType": "address",
|
555
|
-
"name": "
|
403
|
+
"name": "target",
|
556
404
|
"type": "address"
|
405
|
+
},
|
406
|
+
{
|
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"
|
557
417
|
}
|
558
418
|
],
|
559
|
-
"
|
560
|
-
"type": "
|
419
|
+
"name": "LogInstanceCustomTargetCreated",
|
420
|
+
"type": "event"
|
561
421
|
},
|
562
422
|
{
|
563
|
-
"
|
564
|
-
"
|
565
|
-
"outputs": [
|
423
|
+
"anonymous": false,
|
424
|
+
"inputs": [
|
566
425
|
{
|
567
|
-
"
|
568
|
-
"
|
569
|
-
"
|
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"
|
570
442
|
}
|
571
443
|
],
|
572
|
-
"
|
573
|
-
"type": "
|
444
|
+
"name": "LogInstanceCustomTargetFunctionRoleSet",
|
445
|
+
"type": "event"
|
574
446
|
},
|
575
447
|
{
|
448
|
+
"anonymous": false,
|
576
449
|
"inputs": [
|
577
450
|
{
|
578
|
-
"
|
579
|
-
"
|
580
|
-
"
|
581
|
-
|
582
|
-
|
583
|
-
"name": "getPolicyInfo",
|
584
|
-
"outputs": [
|
451
|
+
"indexed": false,
|
452
|
+
"internalType": "address",
|
453
|
+
"name": "target",
|
454
|
+
"type": "address"
|
455
|
+
},
|
585
456
|
{
|
586
|
-
"
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
"type": "uint96"
|
591
|
-
},
|
592
|
-
{
|
593
|
-
"internalType": "NftId",
|
594
|
-
"name": "productNftId",
|
595
|
-
"type": "uint96"
|
596
|
-
},
|
597
|
-
{
|
598
|
-
"internalType": "NftId",
|
599
|
-
"name": "bundleNftId",
|
600
|
-
"type": "uint96"
|
601
|
-
},
|
602
|
-
{
|
603
|
-
"internalType": "address",
|
604
|
-
"name": "beneficiary",
|
605
|
-
"type": "address"
|
606
|
-
},
|
607
|
-
{
|
608
|
-
"internalType": "StateId",
|
609
|
-
"name": "state",
|
610
|
-
"type": "uint8"
|
611
|
-
},
|
612
|
-
{
|
613
|
-
"internalType": "uint256",
|
614
|
-
"name": "sumInsuredAmount",
|
615
|
-
"type": "uint256"
|
616
|
-
},
|
617
|
-
{
|
618
|
-
"internalType": "uint256",
|
619
|
-
"name": "premiumAmount",
|
620
|
-
"type": "uint256"
|
621
|
-
},
|
622
|
-
{
|
623
|
-
"internalType": "uint256",
|
624
|
-
"name": "premiumPaidAmount",
|
625
|
-
"type": "uint256"
|
626
|
-
},
|
627
|
-
{
|
628
|
-
"internalType": "uint256",
|
629
|
-
"name": "lifetime",
|
630
|
-
"type": "uint256"
|
631
|
-
},
|
632
|
-
{
|
633
|
-
"internalType": "bytes",
|
634
|
-
"name": "data",
|
635
|
-
"type": "bytes"
|
636
|
-
},
|
637
|
-
{
|
638
|
-
"internalType": "Timestamp",
|
639
|
-
"name": "createdAt",
|
640
|
-
"type": "uint40"
|
641
|
-
},
|
642
|
-
{
|
643
|
-
"internalType": "Timestamp",
|
644
|
-
"name": "activatedAt",
|
645
|
-
"type": "uint40"
|
646
|
-
},
|
647
|
-
{
|
648
|
-
"internalType": "Timestamp",
|
649
|
-
"name": "expiredAt",
|
650
|
-
"type": "uint40"
|
651
|
-
},
|
652
|
-
{
|
653
|
-
"internalType": "Timestamp",
|
654
|
-
"name": "closedAt",
|
655
|
-
"type": "uint40"
|
656
|
-
},
|
657
|
-
{
|
658
|
-
"internalType": "Blocknumber",
|
659
|
-
"name": "updatedIn",
|
660
|
-
"type": "uint32"
|
661
|
-
}
|
662
|
-
],
|
663
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
664
|
-
"name": "info",
|
665
|
-
"type": "tuple"
|
457
|
+
"indexed": false,
|
458
|
+
"internalType": "bool",
|
459
|
+
"name": "locked",
|
460
|
+
"type": "bool"
|
666
461
|
}
|
667
462
|
],
|
668
|
-
"
|
669
|
-
"type": "
|
463
|
+
"name": "LogInstanceTargetLocked",
|
464
|
+
"type": "event"
|
670
465
|
},
|
671
466
|
{
|
467
|
+
"anonymous": false,
|
672
468
|
"inputs": [
|
673
469
|
{
|
470
|
+
"indexed": false,
|
674
471
|
"internalType": "NftId",
|
675
472
|
"name": "nftId",
|
676
473
|
"type": "uint96"
|
677
|
-
}
|
678
|
-
],
|
679
|
-
"name": "getPoolInfo",
|
680
|
-
"outputs": [
|
474
|
+
},
|
681
475
|
{
|
682
|
-
"
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
"type": "uint96"
|
687
|
-
},
|
688
|
-
{
|
689
|
-
"internalType": "bool",
|
690
|
-
"name": "isVerifying",
|
691
|
-
"type": "bool"
|
692
|
-
},
|
693
|
-
{
|
694
|
-
"internalType": "UFixed",
|
695
|
-
"name": "collateralizationLevel",
|
696
|
-
"type": "uint256"
|
697
|
-
}
|
698
|
-
],
|
699
|
-
"internalType": "struct IPool.PoolInfo",
|
700
|
-
"name": "info",
|
701
|
-
"type": "tuple"
|
476
|
+
"indexed": false,
|
477
|
+
"internalType": "address",
|
478
|
+
"name": "owner",
|
479
|
+
"type": "address"
|
702
480
|
}
|
703
481
|
],
|
704
|
-
"
|
705
|
-
"type": "
|
482
|
+
"name": "LogNftOwnableNftLinkedToAddress",
|
483
|
+
"type": "event"
|
706
484
|
},
|
707
485
|
{
|
708
486
|
"inputs": [],
|
709
|
-
"name": "
|
487
|
+
"name": "authority",
|
710
488
|
"outputs": [
|
711
489
|
{
|
712
|
-
"internalType": "
|
490
|
+
"internalType": "address",
|
713
491
|
"name": "",
|
714
492
|
"type": "address"
|
715
493
|
}
|
@@ -720,255 +498,153 @@
|
|
720
498
|
{
|
721
499
|
"inputs": [
|
722
500
|
{
|
723
|
-
"internalType": "
|
724
|
-
"name": "
|
725
|
-
"type": "
|
726
|
-
}
|
727
|
-
|
728
|
-
|
729
|
-
|
501
|
+
"internalType": "address",
|
502
|
+
"name": "target",
|
503
|
+
"type": "address"
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"internalType": "RoleId",
|
507
|
+
"name": "roleId",
|
508
|
+
"type": "uint64"
|
509
|
+
},
|
730
510
|
{
|
731
511
|
"components": [
|
732
512
|
{
|
733
|
-
"internalType": "
|
734
|
-
"name": "
|
735
|
-
"type": "
|
736
|
-
},
|
737
|
-
{
|
738
|
-
"internalType": "address",
|
739
|
-
"name": "wallet",
|
740
|
-
"type": "address"
|
513
|
+
"internalType": "Str",
|
514
|
+
"name": "name",
|
515
|
+
"type": "bytes32"
|
741
516
|
},
|
742
517
|
{
|
743
|
-
"
|
744
|
-
|
745
|
-
|
746
|
-
"name": "fractionalFee",
|
747
|
-
"type": "uint256"
|
748
|
-
},
|
749
|
-
{
|
750
|
-
"internalType": "uint256",
|
751
|
-
"name": "fixedFee",
|
752
|
-
"type": "uint256"
|
753
|
-
}
|
754
|
-
],
|
755
|
-
"internalType": "struct Fee",
|
756
|
-
"name": "stakingFee",
|
757
|
-
"type": "tuple"
|
518
|
+
"internalType": "Selector",
|
519
|
+
"name": "selector",
|
520
|
+
"type": "bytes4"
|
758
521
|
},
|
759
522
|
{
|
760
|
-
"
|
761
|
-
|
762
|
-
|
763
|
-
"name": "fractionalFee",
|
764
|
-
"type": "uint256"
|
765
|
-
},
|
766
|
-
{
|
767
|
-
"internalType": "uint256",
|
768
|
-
"name": "fixedFee",
|
769
|
-
"type": "uint256"
|
770
|
-
}
|
771
|
-
],
|
772
|
-
"internalType": "struct Fee",
|
773
|
-
"name": "performanceFee",
|
774
|
-
"type": "tuple"
|
523
|
+
"internalType": "Timestamp",
|
524
|
+
"name": "createdAt",
|
525
|
+
"type": "uint40"
|
775
526
|
}
|
776
527
|
],
|
777
|
-
"internalType": "struct
|
778
|
-
"name": "
|
779
|
-
"type": "tuple"
|
528
|
+
"internalType": "struct IAccess.FunctionInfo[]",
|
529
|
+
"name": "functions",
|
530
|
+
"type": "tuple[]"
|
780
531
|
}
|
781
532
|
],
|
782
|
-
"
|
783
|
-
"
|
784
|
-
|
785
|
-
{
|
786
|
-
"inputs": [],
|
787
|
-
"name": "getProductService",
|
788
|
-
"outputs": [
|
789
|
-
{
|
790
|
-
"internalType": "contract IProductService",
|
791
|
-
"name": "",
|
792
|
-
"type": "address"
|
793
|
-
}
|
794
|
-
],
|
795
|
-
"stateMutability": "view",
|
533
|
+
"name": "authorizeFunctions",
|
534
|
+
"outputs": [],
|
535
|
+
"stateMutability": "nonpayable",
|
796
536
|
"type": "function"
|
797
537
|
},
|
798
538
|
{
|
799
539
|
"inputs": [
|
800
540
|
{
|
801
|
-
"internalType": "
|
802
|
-
"name": "
|
803
|
-
"type": "
|
804
|
-
}
|
805
|
-
],
|
806
|
-
"name": "getProductSetup",
|
807
|
-
"outputs": [
|
541
|
+
"internalType": "string",
|
542
|
+
"name": "roleName",
|
543
|
+
"type": "string"
|
544
|
+
},
|
808
545
|
{
|
809
|
-
"
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
"name": "distributorNftId",
|
818
|
-
"type": "uint96"
|
819
|
-
},
|
820
|
-
{
|
821
|
-
"internalType": "NftId",
|
822
|
-
"name": "poolNftId",
|
823
|
-
"type": "uint96"
|
824
|
-
},
|
825
|
-
{
|
826
|
-
"internalType": "contract IERC20Metadata",
|
827
|
-
"name": "token",
|
828
|
-
"type": "address"
|
829
|
-
},
|
830
|
-
{
|
831
|
-
"internalType": "address",
|
832
|
-
"name": "wallet",
|
833
|
-
"type": "address"
|
834
|
-
},
|
835
|
-
{
|
836
|
-
"components": [
|
837
|
-
{
|
838
|
-
"internalType": "UFixed",
|
839
|
-
"name": "fractionalFee",
|
840
|
-
"type": "uint256"
|
841
|
-
},
|
842
|
-
{
|
843
|
-
"internalType": "uint256",
|
844
|
-
"name": "fixedFee",
|
845
|
-
"type": "uint256"
|
846
|
-
}
|
847
|
-
],
|
848
|
-
"internalType": "struct Fee",
|
849
|
-
"name": "policyFee",
|
850
|
-
"type": "tuple"
|
851
|
-
},
|
852
|
-
{
|
853
|
-
"components": [
|
854
|
-
{
|
855
|
-
"internalType": "UFixed",
|
856
|
-
"name": "fractionalFee",
|
857
|
-
"type": "uint256"
|
858
|
-
},
|
859
|
-
{
|
860
|
-
"internalType": "uint256",
|
861
|
-
"name": "fixedFee",
|
862
|
-
"type": "uint256"
|
863
|
-
}
|
864
|
-
],
|
865
|
-
"internalType": "struct Fee",
|
866
|
-
"name": "processingFee",
|
867
|
-
"type": "tuple"
|
868
|
-
}
|
869
|
-
],
|
870
|
-
"internalType": "struct ITreasury.ProductSetup",
|
871
|
-
"name": "setup",
|
872
|
-
"type": "tuple"
|
546
|
+
"internalType": "RoleId",
|
547
|
+
"name": "adminRoleId",
|
548
|
+
"type": "uint64"
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"internalType": "uint32",
|
552
|
+
"name": "maxMemberCount",
|
553
|
+
"type": "uint32"
|
873
554
|
}
|
874
555
|
],
|
875
|
-
"
|
876
|
-
"type": "function"
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"inputs": [],
|
880
|
-
"name": "getRegistry",
|
556
|
+
"name": "createRole",
|
881
557
|
"outputs": [
|
882
558
|
{
|
883
|
-
"internalType": "
|
884
|
-
"name": "
|
885
|
-
"type": "
|
559
|
+
"internalType": "RoleId",
|
560
|
+
"name": "roleId",
|
561
|
+
"type": "uint64"
|
886
562
|
}
|
887
563
|
],
|
888
|
-
"stateMutability": "
|
564
|
+
"stateMutability": "nonpayable",
|
889
565
|
"type": "function"
|
890
566
|
},
|
891
567
|
{
|
892
568
|
"inputs": [
|
893
569
|
{
|
894
|
-
"internalType": "
|
895
|
-
"name": "
|
896
|
-
"type": "
|
570
|
+
"internalType": "address",
|
571
|
+
"name": "target",
|
572
|
+
"type": "address"
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"internalType": "string",
|
576
|
+
"name": "name",
|
577
|
+
"type": "string"
|
897
578
|
}
|
898
579
|
],
|
899
|
-
"name": "
|
580
|
+
"name": "createTarget",
|
900
581
|
"outputs": [
|
901
582
|
{
|
902
583
|
"internalType": "RoleId",
|
903
|
-
"name": "
|
904
|
-
"type": "
|
584
|
+
"name": "contractRoleId",
|
585
|
+
"type": "uint64"
|
905
586
|
}
|
906
587
|
],
|
907
|
-
"stateMutability": "
|
588
|
+
"stateMutability": "nonpayable",
|
908
589
|
"type": "function"
|
909
590
|
},
|
910
591
|
{
|
911
592
|
"inputs": [],
|
912
|
-
"name": "
|
593
|
+
"name": "getBundleSet",
|
913
594
|
"outputs": [
|
914
595
|
{
|
915
|
-
"internalType": "
|
916
|
-
"name": "
|
917
|
-
"type": "
|
918
|
-
}
|
919
|
-
],
|
920
|
-
"stateMutability": "view",
|
921
|
-
"type": "function"
|
922
|
-
},
|
923
|
-
{
|
924
|
-
"inputs": [
|
925
|
-
{
|
926
|
-
"internalType": "string",
|
927
|
-
"name": "roleName",
|
928
|
-
"type": "string"
|
929
|
-
}
|
930
|
-
],
|
931
|
-
"name": "getRoleId",
|
932
|
-
"outputs": [
|
933
|
-
{
|
934
|
-
"internalType": "RoleId",
|
935
|
-
"name": "role",
|
936
|
-
"type": "bytes8"
|
596
|
+
"internalType": "contract BundleSet",
|
597
|
+
"name": "",
|
598
|
+
"type": "address"
|
937
599
|
}
|
938
600
|
],
|
939
|
-
"stateMutability": "
|
601
|
+
"stateMutability": "view",
|
940
602
|
"type": "function"
|
941
603
|
},
|
942
604
|
{
|
943
|
-
"inputs": [
|
944
|
-
|
945
|
-
"internalType": "RoleId",
|
946
|
-
"name": "role",
|
947
|
-
"type": "bytes8"
|
948
|
-
}
|
949
|
-
],
|
950
|
-
"name": "getRoleInfo",
|
605
|
+
"inputs": [],
|
606
|
+
"name": "getInitialInfo",
|
951
607
|
"outputs": [
|
952
608
|
{
|
953
609
|
"components": [
|
954
610
|
{
|
955
|
-
"internalType": "
|
956
|
-
"name": "
|
957
|
-
"type": "
|
611
|
+
"internalType": "NftId",
|
612
|
+
"name": "nftId",
|
613
|
+
"type": "uint96"
|
958
614
|
},
|
959
615
|
{
|
960
|
-
"internalType": "
|
961
|
-
"name": "
|
962
|
-
"type": "
|
616
|
+
"internalType": "NftId",
|
617
|
+
"name": "parentNftId",
|
618
|
+
"type": "uint96"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"internalType": "ObjectType",
|
622
|
+
"name": "objectType",
|
623
|
+
"type": "uint8"
|
963
624
|
},
|
964
625
|
{
|
965
626
|
"internalType": "bool",
|
966
|
-
"name": "
|
627
|
+
"name": "isInterceptor",
|
967
628
|
"type": "bool"
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"internalType": "address",
|
632
|
+
"name": "objectAddress",
|
633
|
+
"type": "address"
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"internalType": "address",
|
637
|
+
"name": "initialOwner",
|
638
|
+
"type": "address"
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"internalType": "bytes",
|
642
|
+
"name": "data",
|
643
|
+
"type": "bytes"
|
968
644
|
}
|
969
645
|
],
|
970
|
-
"internalType": "struct
|
971
|
-
"name": "
|
646
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
647
|
+
"name": "",
|
972
648
|
"type": "tuple"
|
973
649
|
}
|
974
650
|
],
|
@@ -976,23 +652,12 @@
|
|
976
652
|
"type": "function"
|
977
653
|
},
|
978
654
|
{
|
979
|
-
"inputs": [
|
980
|
-
|
981
|
-
"internalType": "RoleId",
|
982
|
-
"name": "role",
|
983
|
-
"type": "bytes8"
|
984
|
-
},
|
985
|
-
{
|
986
|
-
"internalType": "uint256",
|
987
|
-
"name": "idx",
|
988
|
-
"type": "uint256"
|
989
|
-
}
|
990
|
-
],
|
991
|
-
"name": "getRoleMember",
|
655
|
+
"inputs": [],
|
656
|
+
"name": "getInstanceAdmin",
|
992
657
|
"outputs": [
|
993
658
|
{
|
994
|
-
"internalType": "
|
995
|
-
"name": "
|
659
|
+
"internalType": "contract InstanceAdmin",
|
660
|
+
"name": "",
|
996
661
|
"type": "address"
|
997
662
|
}
|
998
663
|
],
|
@@ -1000,37 +665,25 @@
|
|
1000
665
|
"type": "function"
|
1001
666
|
},
|
1002
667
|
{
|
1003
|
-
"inputs": [
|
1004
|
-
|
1005
|
-
"internalType": "RoleId",
|
1006
|
-
"name": "role",
|
1007
|
-
"type": "bytes8"
|
1008
|
-
}
|
1009
|
-
],
|
1010
|
-
"name": "getRoleMemberCount",
|
668
|
+
"inputs": [],
|
669
|
+
"name": "getInstanceReader",
|
1011
670
|
"outputs": [
|
1012
671
|
{
|
1013
|
-
"internalType": "
|
1014
|
-
"name": "
|
1015
|
-
"type": "
|
672
|
+
"internalType": "contract InstanceReader",
|
673
|
+
"name": "",
|
674
|
+
"type": "address"
|
1016
675
|
}
|
1017
676
|
],
|
1018
677
|
"stateMutability": "view",
|
1019
678
|
"type": "function"
|
1020
679
|
},
|
1021
680
|
{
|
1022
|
-
"inputs": [
|
1023
|
-
|
1024
|
-
"internalType": "NftId",
|
1025
|
-
"name": "componentNftId",
|
1026
|
-
"type": "uint96"
|
1027
|
-
}
|
1028
|
-
],
|
1029
|
-
"name": "getTokenHandler",
|
681
|
+
"inputs": [],
|
682
|
+
"name": "getInstanceStore",
|
1030
683
|
"outputs": [
|
1031
684
|
{
|
1032
|
-
"internalType": "contract
|
1033
|
-
"name": "
|
685
|
+
"internalType": "contract InstanceStore",
|
686
|
+
"name": "",
|
1034
687
|
"type": "address"
|
1035
688
|
}
|
1036
689
|
],
|
@@ -1039,87 +692,70 @@
|
|
1039
692
|
},
|
1040
693
|
{
|
1041
694
|
"inputs": [],
|
1042
|
-
"name": "
|
695
|
+
"name": "getNftId",
|
1043
696
|
"outputs": [
|
1044
697
|
{
|
1045
|
-
"internalType": "
|
1046
|
-
"name": "
|
1047
|
-
"type": "
|
698
|
+
"internalType": "NftId",
|
699
|
+
"name": "",
|
700
|
+
"type": "uint96"
|
1048
701
|
}
|
1049
702
|
],
|
1050
|
-
"stateMutability": "
|
703
|
+
"stateMutability": "view",
|
1051
704
|
"type": "function"
|
1052
705
|
},
|
1053
706
|
{
|
1054
|
-
"inputs": [
|
1055
|
-
|
1056
|
-
"internalType": "uint256",
|
1057
|
-
"name": "a",
|
1058
|
-
"type": "uint256"
|
1059
|
-
},
|
1060
|
-
{
|
1061
|
-
"internalType": "int8",
|
1062
|
-
"name": "exp",
|
1063
|
-
"type": "int8"
|
1064
|
-
}
|
1065
|
-
],
|
1066
|
-
"name": "getUFixed",
|
707
|
+
"inputs": [],
|
708
|
+
"name": "getOwner",
|
1067
709
|
"outputs": [
|
1068
710
|
{
|
1069
|
-
"internalType": "
|
711
|
+
"internalType": "address",
|
1070
712
|
"name": "",
|
1071
|
-
"type": "
|
713
|
+
"type": "address"
|
1072
714
|
}
|
1073
715
|
],
|
1074
|
-
"stateMutability": "
|
716
|
+
"stateMutability": "view",
|
1075
717
|
"type": "function"
|
1076
718
|
},
|
1077
719
|
{
|
1078
720
|
"inputs": [
|
1079
721
|
{
|
1080
722
|
"internalType": "uint256",
|
1081
|
-
"name": "
|
723
|
+
"name": "idx",
|
1082
724
|
"type": "uint256"
|
1083
725
|
}
|
1084
726
|
],
|
1085
|
-
"name": "
|
727
|
+
"name": "getProductNftId",
|
1086
728
|
"outputs": [
|
1087
729
|
{
|
1088
|
-
"internalType": "
|
1089
|
-
"name": "",
|
1090
|
-
"type": "
|
730
|
+
"internalType": "NftId",
|
731
|
+
"name": "productNftId",
|
732
|
+
"type": "uint96"
|
1091
733
|
}
|
1092
734
|
],
|
1093
|
-
"stateMutability": "
|
735
|
+
"stateMutability": "view",
|
1094
736
|
"type": "function"
|
1095
737
|
},
|
1096
738
|
{
|
1097
739
|
"inputs": [],
|
1098
|
-
"name": "
|
740
|
+
"name": "getRegistry",
|
1099
741
|
"outputs": [
|
1100
742
|
{
|
1101
|
-
"internalType": "
|
743
|
+
"internalType": "contract IRegistry",
|
1102
744
|
"name": "",
|
1103
|
-
"type": "
|
745
|
+
"type": "address"
|
1104
746
|
}
|
1105
747
|
],
|
1106
|
-
"stateMutability": "
|
748
|
+
"stateMutability": "view",
|
1107
749
|
"type": "function"
|
1108
750
|
},
|
1109
751
|
{
|
1110
|
-
"inputs": [
|
1111
|
-
|
1112
|
-
"internalType": "uint256",
|
1113
|
-
"name": "index",
|
1114
|
-
"type": "uint256"
|
1115
|
-
}
|
1116
|
-
],
|
1117
|
-
"name": "getVersion",
|
752
|
+
"inputs": [],
|
753
|
+
"name": "getRelease",
|
1118
754
|
"outputs": [
|
1119
755
|
{
|
1120
|
-
"internalType": "
|
1121
|
-
"name": "
|
1122
|
-
"type": "
|
756
|
+
"internalType": "VersionPart",
|
757
|
+
"name": "release",
|
758
|
+
"type": "uint8"
|
1123
759
|
}
|
1124
760
|
],
|
1125
761
|
"stateMutability": "view",
|
@@ -1127,12 +763,12 @@
|
|
1127
763
|
},
|
1128
764
|
{
|
1129
765
|
"inputs": [],
|
1130
|
-
"name": "
|
766
|
+
"name": "getRiskSet",
|
1131
767
|
"outputs": [
|
1132
768
|
{
|
1133
|
-
"internalType": "
|
1134
|
-
"name": "
|
1135
|
-
"type": "
|
769
|
+
"internalType": "contract RiskSet",
|
770
|
+
"name": "",
|
771
|
+
"type": "address"
|
1136
772
|
}
|
1137
773
|
],
|
1138
774
|
"stateMutability": "view",
|
@@ -1141,44 +777,29 @@
|
|
1141
777
|
{
|
1142
778
|
"inputs": [
|
1143
779
|
{
|
1144
|
-
"internalType": "
|
1145
|
-
"name": "
|
1146
|
-
"type": "
|
780
|
+
"internalType": "RoleId",
|
781
|
+
"name": "roleId",
|
782
|
+
"type": "uint64"
|
783
|
+
},
|
784
|
+
{
|
785
|
+
"internalType": "address",
|
786
|
+
"name": "account",
|
787
|
+
"type": "address"
|
1147
788
|
}
|
1148
789
|
],
|
1149
|
-
"name": "
|
790
|
+
"name": "grantRole",
|
791
|
+
"outputs": [],
|
792
|
+
"stateMutability": "nonpayable",
|
793
|
+
"type": "function"
|
794
|
+
},
|
795
|
+
{
|
796
|
+
"inputs": [],
|
797
|
+
"name": "isActive",
|
1150
798
|
"outputs": [
|
1151
799
|
{
|
1152
|
-
"
|
1153
|
-
|
1154
|
-
|
1155
|
-
"name": "version",
|
1156
|
-
"type": "uint24"
|
1157
|
-
},
|
1158
|
-
{
|
1159
|
-
"internalType": "address",
|
1160
|
-
"name": "implementation",
|
1161
|
-
"type": "address"
|
1162
|
-
},
|
1163
|
-
{
|
1164
|
-
"internalType": "address",
|
1165
|
-
"name": "activatedBy",
|
1166
|
-
"type": "address"
|
1167
|
-
},
|
1168
|
-
{
|
1169
|
-
"internalType": "Timestamp",
|
1170
|
-
"name": "activatedAt",
|
1171
|
-
"type": "uint40"
|
1172
|
-
},
|
1173
|
-
{
|
1174
|
-
"internalType": "Blocknumber",
|
1175
|
-
"name": "activatedIn",
|
1176
|
-
"type": "uint32"
|
1177
|
-
}
|
1178
|
-
],
|
1179
|
-
"internalType": "struct IVersionable.VersionInfo",
|
1180
|
-
"name": "versionInfo",
|
1181
|
-
"type": "tuple"
|
800
|
+
"internalType": "bool",
|
801
|
+
"name": "active",
|
802
|
+
"type": "bool"
|
1182
803
|
}
|
1183
804
|
],
|
1184
805
|
"stateMutability": "view",
|
@@ -1186,65 +807,43 @@
|
|
1186
807
|
},
|
1187
808
|
{
|
1188
809
|
"inputs": [],
|
1189
|
-
"name": "
|
810
|
+
"name": "isConsumingScheduledOp",
|
1190
811
|
"outputs": [
|
1191
812
|
{
|
1192
|
-
"
|
1193
|
-
|
1194
|
-
|
1195
|
-
"name": "fractionalFee",
|
1196
|
-
"type": "uint256"
|
1197
|
-
},
|
1198
|
-
{
|
1199
|
-
"internalType": "uint256",
|
1200
|
-
"name": "fixedFee",
|
1201
|
-
"type": "uint256"
|
1202
|
-
}
|
1203
|
-
],
|
1204
|
-
"internalType": "struct Fee",
|
1205
|
-
"name": "fee",
|
1206
|
-
"type": "tuple"
|
813
|
+
"internalType": "bytes4",
|
814
|
+
"name": "",
|
815
|
+
"type": "bytes4"
|
1207
816
|
}
|
1208
817
|
],
|
1209
|
-
"stateMutability": "
|
818
|
+
"stateMutability": "view",
|
1210
819
|
"type": "function"
|
1211
820
|
},
|
1212
821
|
{
|
1213
|
-
"inputs": [
|
1214
|
-
|
1215
|
-
|
1216
|
-
"name": "role",
|
1217
|
-
"type": "bytes8"
|
1218
|
-
},
|
822
|
+
"inputs": [],
|
823
|
+
"name": "isInstanceLocked",
|
824
|
+
"outputs": [
|
1219
825
|
{
|
1220
|
-
"internalType": "
|
1221
|
-
"name": "
|
1222
|
-
"type": "
|
826
|
+
"internalType": "bool",
|
827
|
+
"name": "isLocked",
|
828
|
+
"type": "bool"
|
1223
829
|
}
|
1224
830
|
],
|
1225
|
-
"
|
1226
|
-
"outputs": [],
|
1227
|
-
"stateMutability": "nonpayable",
|
831
|
+
"stateMutability": "view",
|
1228
832
|
"type": "function"
|
1229
833
|
},
|
1230
834
|
{
|
1231
835
|
"inputs": [
|
1232
|
-
{
|
1233
|
-
"internalType": "RoleId",
|
1234
|
-
"name": "role",
|
1235
|
-
"type": "bytes8"
|
1236
|
-
},
|
1237
836
|
{
|
1238
837
|
"internalType": "address",
|
1239
|
-
"name": "
|
838
|
+
"name": "target",
|
1240
839
|
"type": "address"
|
1241
840
|
}
|
1242
841
|
],
|
1243
|
-
"name": "
|
842
|
+
"name": "isTargetLocked",
|
1244
843
|
"outputs": [
|
1245
844
|
{
|
1246
845
|
"internalType": "bool",
|
1247
|
-
"name": "
|
846
|
+
"name": "isLocked",
|
1248
847
|
"type": "bool"
|
1249
848
|
}
|
1250
849
|
],
|
@@ -1252,14 +851,8 @@
|
|
1252
851
|
"type": "function"
|
1253
852
|
},
|
1254
853
|
{
|
1255
|
-
"inputs": [
|
1256
|
-
|
1257
|
-
"internalType": "Version",
|
1258
|
-
"name": "version",
|
1259
|
-
"type": "uint24"
|
1260
|
-
}
|
1261
|
-
],
|
1262
|
-
"name": "isActivated",
|
854
|
+
"inputs": [],
|
855
|
+
"name": "isTokenRegistryDisabled",
|
1263
856
|
"outputs": [
|
1264
857
|
{
|
1265
858
|
"internalType": "bool",
|
@@ -1272,201 +865,68 @@
|
|
1272
865
|
},
|
1273
866
|
{
|
1274
867
|
"inputs": [],
|
1275
|
-
"name": "
|
868
|
+
"name": "linkToRegisteredNftId",
|
1276
869
|
"outputs": [
|
1277
870
|
{
|
1278
871
|
"internalType": "NftId",
|
1279
|
-
"name": "
|
1280
|
-
"type": "uint96"
|
1281
|
-
}
|
1282
|
-
],
|
1283
|
-
"stateMutability": "nonpayable",
|
1284
|
-
"type": "function"
|
1285
|
-
},
|
1286
|
-
{
|
1287
|
-
"inputs": [
|
1288
|
-
{
|
1289
|
-
"internalType": "NftId",
|
1290
|
-
"name": "nftId",
|
1291
|
-
"type": "uint96"
|
1292
|
-
},
|
1293
|
-
{
|
1294
|
-
"internalType": "ObjectType",
|
1295
|
-
"name": "objectType",
|
1296
|
-
"type": "uint8"
|
1297
|
-
},
|
1298
|
-
{
|
1299
|
-
"internalType": "contract IERC20Metadata",
|
1300
|
-
"name": "token",
|
1301
|
-
"type": "address"
|
1302
|
-
}
|
1303
|
-
],
|
1304
|
-
"name": "registerComponent",
|
1305
|
-
"outputs": [],
|
1306
|
-
"stateMutability": "nonpayable",
|
1307
|
-
"type": "function"
|
1308
|
-
},
|
1309
|
-
{
|
1310
|
-
"inputs": [
|
1311
|
-
{
|
1312
|
-
"internalType": "NftId",
|
1313
|
-
"name": "poolNftId",
|
872
|
+
"name": "",
|
1314
873
|
"type": "uint96"
|
1315
|
-
},
|
1316
|
-
{
|
1317
|
-
"internalType": "address",
|
1318
|
-
"name": "wallet",
|
1319
|
-
"type": "address"
|
1320
|
-
},
|
1321
|
-
{
|
1322
|
-
"components": [
|
1323
|
-
{
|
1324
|
-
"internalType": "UFixed",
|
1325
|
-
"name": "fractionalFee",
|
1326
|
-
"type": "uint256"
|
1327
|
-
},
|
1328
|
-
{
|
1329
|
-
"internalType": "uint256",
|
1330
|
-
"name": "fixedFee",
|
1331
|
-
"type": "uint256"
|
1332
|
-
}
|
1333
|
-
],
|
1334
|
-
"internalType": "struct Fee",
|
1335
|
-
"name": "stakingFee",
|
1336
|
-
"type": "tuple"
|
1337
|
-
},
|
1338
|
-
{
|
1339
|
-
"components": [
|
1340
|
-
{
|
1341
|
-
"internalType": "UFixed",
|
1342
|
-
"name": "fractionalFee",
|
1343
|
-
"type": "uint256"
|
1344
|
-
},
|
1345
|
-
{
|
1346
|
-
"internalType": "uint256",
|
1347
|
-
"name": "fixedFee",
|
1348
|
-
"type": "uint256"
|
1349
|
-
}
|
1350
|
-
],
|
1351
|
-
"internalType": "struct Fee",
|
1352
|
-
"name": "performanceFee",
|
1353
|
-
"type": "tuple"
|
1354
874
|
}
|
1355
875
|
],
|
1356
|
-
"name": "registerPool",
|
1357
|
-
"outputs": [],
|
1358
876
|
"stateMutability": "nonpayable",
|
1359
877
|
"type": "function"
|
1360
878
|
},
|
1361
879
|
{
|
1362
|
-
"inputs": [
|
1363
|
-
|
1364
|
-
|
1365
|
-
"name": "poolNftId",
|
1366
|
-
"type": "uint96"
|
1367
|
-
},
|
1368
|
-
{
|
1369
|
-
"internalType": "bool",
|
1370
|
-
"name": "isVerifying",
|
1371
|
-
"type": "bool"
|
1372
|
-
},
|
880
|
+
"inputs": [],
|
881
|
+
"name": "products",
|
882
|
+
"outputs": [
|
1373
883
|
{
|
1374
|
-
"internalType": "
|
1375
|
-
"name": "
|
884
|
+
"internalType": "uint256",
|
885
|
+
"name": "productCount",
|
1376
886
|
"type": "uint256"
|
1377
887
|
}
|
1378
888
|
],
|
1379
|
-
"
|
1380
|
-
"outputs": [],
|
1381
|
-
"stateMutability": "nonpayable",
|
889
|
+
"stateMutability": "view",
|
1382
890
|
"type": "function"
|
1383
891
|
},
|
1384
892
|
{
|
1385
|
-
"inputs": [
|
1386
|
-
{
|
1387
|
-
"internalType": "NftId",
|
1388
|
-
"name": "productNftId",
|
1389
|
-
"type": "uint96"
|
1390
|
-
},
|
1391
|
-
{
|
1392
|
-
"internalType": "NftId",
|
1393
|
-
"name": "distributorNftId",
|
1394
|
-
"type": "uint96"
|
1395
|
-
},
|
893
|
+
"inputs": [
|
1396
894
|
{
|
1397
|
-
"internalType": "
|
1398
|
-
"name": "
|
895
|
+
"internalType": "Amount",
|
896
|
+
"name": "dipAmount",
|
1399
897
|
"type": "uint96"
|
1400
|
-
}
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
"type": "address"
|
1405
|
-
},
|
1406
|
-
{
|
1407
|
-
"internalType": "address",
|
1408
|
-
"name": "wallet",
|
1409
|
-
"type": "address"
|
1410
|
-
},
|
1411
|
-
{
|
1412
|
-
"components": [
|
1413
|
-
{
|
1414
|
-
"internalType": "UFixed",
|
1415
|
-
"name": "fractionalFee",
|
1416
|
-
"type": "uint256"
|
1417
|
-
},
|
1418
|
-
{
|
1419
|
-
"internalType": "uint256",
|
1420
|
-
"name": "fixedFee",
|
1421
|
-
"type": "uint256"
|
1422
|
-
}
|
1423
|
-
],
|
1424
|
-
"internalType": "struct Fee",
|
1425
|
-
"name": "policyFee",
|
1426
|
-
"type": "tuple"
|
1427
|
-
},
|
898
|
+
}
|
899
|
+
],
|
900
|
+
"name": "refillStakingRewardReserves",
|
901
|
+
"outputs": [
|
1428
902
|
{
|
1429
|
-
"
|
1430
|
-
|
1431
|
-
|
1432
|
-
"name": "fractionalFee",
|
1433
|
-
"type": "uint256"
|
1434
|
-
},
|
1435
|
-
{
|
1436
|
-
"internalType": "uint256",
|
1437
|
-
"name": "fixedFee",
|
1438
|
-
"type": "uint256"
|
1439
|
-
}
|
1440
|
-
],
|
1441
|
-
"internalType": "struct Fee",
|
1442
|
-
"name": "processingFee",
|
1443
|
-
"type": "tuple"
|
903
|
+
"internalType": "Amount",
|
904
|
+
"name": "newBalance",
|
905
|
+
"type": "uint96"
|
1444
906
|
}
|
1445
907
|
],
|
1446
|
-
"name": "registerProduct",
|
1447
|
-
"outputs": [],
|
1448
908
|
"stateMutability": "nonpayable",
|
1449
909
|
"type": "function"
|
1450
910
|
},
|
1451
911
|
{
|
1452
912
|
"inputs": [
|
1453
913
|
{
|
1454
|
-
"internalType": "
|
1455
|
-
"name": "
|
1456
|
-
"type": "
|
914
|
+
"internalType": "address",
|
915
|
+
"name": "product",
|
916
|
+
"type": "address"
|
1457
917
|
},
|
1458
918
|
{
|
1459
|
-
"internalType": "
|
1460
|
-
"name": "
|
1461
|
-
"type": "
|
919
|
+
"internalType": "address",
|
920
|
+
"name": "token",
|
921
|
+
"type": "address"
|
1462
922
|
}
|
1463
923
|
],
|
1464
|
-
"name": "
|
924
|
+
"name": "registerProduct",
|
1465
925
|
"outputs": [
|
1466
926
|
{
|
1467
|
-
"internalType": "
|
1468
|
-
"name": "
|
1469
|
-
"type": "
|
927
|
+
"internalType": "NftId",
|
928
|
+
"name": "productNftId",
|
929
|
+
"type": "uint96"
|
1470
930
|
}
|
1471
931
|
],
|
1472
932
|
"stateMutability": "nonpayable",
|
@@ -1476,12 +936,12 @@
|
|
1476
936
|
"inputs": [
|
1477
937
|
{
|
1478
938
|
"internalType": "RoleId",
|
1479
|
-
"name": "
|
1480
|
-
"type": "
|
939
|
+
"name": "roleId",
|
940
|
+
"type": "uint64"
|
1481
941
|
},
|
1482
942
|
{
|
1483
943
|
"internalType": "address",
|
1484
|
-
"name": "
|
944
|
+
"name": "account",
|
1485
945
|
"type": "address"
|
1486
946
|
}
|
1487
947
|
],
|
@@ -1493,73 +953,38 @@
|
|
1493
953
|
{
|
1494
954
|
"inputs": [
|
1495
955
|
{
|
1496
|
-
"internalType": "
|
1497
|
-
"name": "
|
1498
|
-
"type": "
|
956
|
+
"internalType": "address",
|
957
|
+
"name": "",
|
958
|
+
"type": "address"
|
1499
959
|
}
|
1500
960
|
],
|
1501
|
-
"name": "
|
1502
|
-
"outputs": [
|
961
|
+
"name": "setAuthority",
|
962
|
+
"outputs": [],
|
963
|
+
"stateMutability": "nonpayable",
|
964
|
+
"type": "function"
|
965
|
+
},
|
966
|
+
{
|
967
|
+
"inputs": [
|
1503
968
|
{
|
1504
969
|
"internalType": "bool",
|
1505
|
-
"name": "",
|
970
|
+
"name": "locked",
|
1506
971
|
"type": "bool"
|
1507
972
|
}
|
1508
973
|
],
|
1509
|
-
"
|
974
|
+
"name": "setInstanceLocked",
|
975
|
+
"outputs": [],
|
976
|
+
"stateMutability": "nonpayable",
|
1510
977
|
"type": "function"
|
1511
978
|
},
|
1512
979
|
{
|
1513
980
|
"inputs": [
|
1514
981
|
{
|
1515
|
-
"
|
1516
|
-
|
1517
|
-
|
1518
|
-
"name": "nftId",
|
1519
|
-
"type": "uint96"
|
1520
|
-
},
|
1521
|
-
{
|
1522
|
-
"internalType": "NftId",
|
1523
|
-
"name": "poolNftId",
|
1524
|
-
"type": "uint96"
|
1525
|
-
},
|
1526
|
-
{
|
1527
|
-
"internalType": "bytes",
|
1528
|
-
"name": "filter",
|
1529
|
-
"type": "bytes"
|
1530
|
-
},
|
1531
|
-
{
|
1532
|
-
"internalType": "uint256",
|
1533
|
-
"name": "capitalAmount",
|
1534
|
-
"type": "uint256"
|
1535
|
-
},
|
1536
|
-
{
|
1537
|
-
"internalType": "uint256",
|
1538
|
-
"name": "lockedAmount",
|
1539
|
-
"type": "uint256"
|
1540
|
-
},
|
1541
|
-
{
|
1542
|
-
"internalType": "uint256",
|
1543
|
-
"name": "balanceAmount",
|
1544
|
-
"type": "uint256"
|
1545
|
-
},
|
1546
|
-
{
|
1547
|
-
"internalType": "Timestamp",
|
1548
|
-
"name": "expiredAt",
|
1549
|
-
"type": "uint40"
|
1550
|
-
},
|
1551
|
-
{
|
1552
|
-
"internalType": "Timestamp",
|
1553
|
-
"name": "closedAt",
|
1554
|
-
"type": "uint40"
|
1555
|
-
}
|
1556
|
-
],
|
1557
|
-
"internalType": "struct IBundle.BundleInfo",
|
1558
|
-
"name": "bundleInfo",
|
1559
|
-
"type": "tuple"
|
982
|
+
"internalType": "contract InstanceReader",
|
983
|
+
"name": "instanceReader",
|
984
|
+
"type": "address"
|
1560
985
|
}
|
1561
986
|
],
|
1562
|
-
"name": "
|
987
|
+
"name": "setInstanceReader",
|
1563
988
|
"outputs": [],
|
1564
989
|
"stateMutability": "nonpayable",
|
1565
990
|
"type": "function"
|
@@ -1567,125 +992,30 @@
|
|
1567
992
|
{
|
1568
993
|
"inputs": [
|
1569
994
|
{
|
1570
|
-
"
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
"type": "uint96"
|
1575
|
-
},
|
1576
|
-
{
|
1577
|
-
"internalType": "StateId",
|
1578
|
-
"name": "state",
|
1579
|
-
"type": "uint8"
|
1580
|
-
},
|
1581
|
-
{
|
1582
|
-
"internalType": "contract IERC20Metadata",
|
1583
|
-
"name": "token",
|
1584
|
-
"type": "address"
|
1585
|
-
}
|
1586
|
-
],
|
1587
|
-
"internalType": "struct IComponent.ComponentInfo",
|
1588
|
-
"name": "info",
|
1589
|
-
"type": "tuple"
|
1590
|
-
}
|
1591
|
-
],
|
1592
|
-
"name": "setComponentInfo",
|
1593
|
-
"outputs": [
|
995
|
+
"internalType": "RoleId",
|
996
|
+
"name": "roleId",
|
997
|
+
"type": "uint64"
|
998
|
+
},
|
1594
999
|
{
|
1595
|
-
"internalType": "
|
1596
|
-
"name": "
|
1597
|
-
"type": "
|
1000
|
+
"internalType": "bool",
|
1001
|
+
"name": "active",
|
1002
|
+
"type": "bool"
|
1598
1003
|
}
|
1599
1004
|
],
|
1005
|
+
"name": "setRoleActive",
|
1006
|
+
"outputs": [],
|
1600
1007
|
"stateMutability": "nonpayable",
|
1601
1008
|
"type": "function"
|
1602
1009
|
},
|
1603
1010
|
{
|
1604
1011
|
"inputs": [
|
1605
1012
|
{
|
1606
|
-
"
|
1607
|
-
|
1608
|
-
|
1609
|
-
"name": "nftId",
|
1610
|
-
"type": "uint96"
|
1611
|
-
},
|
1612
|
-
{
|
1613
|
-
"internalType": "NftId",
|
1614
|
-
"name": "productNftId",
|
1615
|
-
"type": "uint96"
|
1616
|
-
},
|
1617
|
-
{
|
1618
|
-
"internalType": "NftId",
|
1619
|
-
"name": "bundleNftId",
|
1620
|
-
"type": "uint96"
|
1621
|
-
},
|
1622
|
-
{
|
1623
|
-
"internalType": "address",
|
1624
|
-
"name": "beneficiary",
|
1625
|
-
"type": "address"
|
1626
|
-
},
|
1627
|
-
{
|
1628
|
-
"internalType": "StateId",
|
1629
|
-
"name": "state",
|
1630
|
-
"type": "uint8"
|
1631
|
-
},
|
1632
|
-
{
|
1633
|
-
"internalType": "uint256",
|
1634
|
-
"name": "sumInsuredAmount",
|
1635
|
-
"type": "uint256"
|
1636
|
-
},
|
1637
|
-
{
|
1638
|
-
"internalType": "uint256",
|
1639
|
-
"name": "premiumAmount",
|
1640
|
-
"type": "uint256"
|
1641
|
-
},
|
1642
|
-
{
|
1643
|
-
"internalType": "uint256",
|
1644
|
-
"name": "premiumPaidAmount",
|
1645
|
-
"type": "uint256"
|
1646
|
-
},
|
1647
|
-
{
|
1648
|
-
"internalType": "uint256",
|
1649
|
-
"name": "lifetime",
|
1650
|
-
"type": "uint256"
|
1651
|
-
},
|
1652
|
-
{
|
1653
|
-
"internalType": "bytes",
|
1654
|
-
"name": "data",
|
1655
|
-
"type": "bytes"
|
1656
|
-
},
|
1657
|
-
{
|
1658
|
-
"internalType": "Timestamp",
|
1659
|
-
"name": "createdAt",
|
1660
|
-
"type": "uint40"
|
1661
|
-
},
|
1662
|
-
{
|
1663
|
-
"internalType": "Timestamp",
|
1664
|
-
"name": "activatedAt",
|
1665
|
-
"type": "uint40"
|
1666
|
-
},
|
1667
|
-
{
|
1668
|
-
"internalType": "Timestamp",
|
1669
|
-
"name": "expiredAt",
|
1670
|
-
"type": "uint40"
|
1671
|
-
},
|
1672
|
-
{
|
1673
|
-
"internalType": "Timestamp",
|
1674
|
-
"name": "closedAt",
|
1675
|
-
"type": "uint40"
|
1676
|
-
},
|
1677
|
-
{
|
1678
|
-
"internalType": "Blocknumber",
|
1679
|
-
"name": "updatedIn",
|
1680
|
-
"type": "uint32"
|
1681
|
-
}
|
1682
|
-
],
|
1683
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
1684
|
-
"name": "policyInfo",
|
1685
|
-
"type": "tuple"
|
1013
|
+
"internalType": "Seconds",
|
1014
|
+
"name": "stakeLockingPeriod",
|
1015
|
+
"type": "uint40"
|
1686
1016
|
}
|
1687
1017
|
],
|
1688
|
-
"name": "
|
1018
|
+
"name": "setStakingLockingPeriod",
|
1689
1019
|
"outputs": [],
|
1690
1020
|
"stateMutability": "nonpayable",
|
1691
1021
|
"type": "function"
|
@@ -1693,46 +1023,12 @@
|
|
1693
1023
|
{
|
1694
1024
|
"inputs": [
|
1695
1025
|
{
|
1696
|
-
"internalType": "
|
1697
|
-
"name": "
|
1026
|
+
"internalType": "Amount",
|
1027
|
+
"name": "maxStakedAmount",
|
1698
1028
|
"type": "uint96"
|
1699
|
-
},
|
1700
|
-
{
|
1701
|
-
"components": [
|
1702
|
-
{
|
1703
|
-
"internalType": "UFixed",
|
1704
|
-
"name": "fractionalFee",
|
1705
|
-
"type": "uint256"
|
1706
|
-
},
|
1707
|
-
{
|
1708
|
-
"internalType": "uint256",
|
1709
|
-
"name": "fixedFee",
|
1710
|
-
"type": "uint256"
|
1711
|
-
}
|
1712
|
-
],
|
1713
|
-
"internalType": "struct Fee",
|
1714
|
-
"name": "stakingFee",
|
1715
|
-
"type": "tuple"
|
1716
|
-
},
|
1717
|
-
{
|
1718
|
-
"components": [
|
1719
|
-
{
|
1720
|
-
"internalType": "UFixed",
|
1721
|
-
"name": "fractionalFee",
|
1722
|
-
"type": "uint256"
|
1723
|
-
},
|
1724
|
-
{
|
1725
|
-
"internalType": "uint256",
|
1726
|
-
"name": "fixedFee",
|
1727
|
-
"type": "uint256"
|
1728
|
-
}
|
1729
|
-
],
|
1730
|
-
"internalType": "struct Fee",
|
1731
|
-
"name": "performanceFee",
|
1732
|
-
"type": "tuple"
|
1733
1029
|
}
|
1734
1030
|
],
|
1735
|
-
"name": "
|
1031
|
+
"name": "setStakingMaxAmount",
|
1736
1032
|
"outputs": [],
|
1737
1033
|
"stateMutability": "nonpayable",
|
1738
1034
|
"type": "function"
|
@@ -1740,46 +1036,12 @@
|
|
1740
1036
|
{
|
1741
1037
|
"inputs": [
|
1742
1038
|
{
|
1743
|
-
"internalType": "
|
1744
|
-
"name": "
|
1745
|
-
"type": "
|
1746
|
-
},
|
1747
|
-
{
|
1748
|
-
"components": [
|
1749
|
-
{
|
1750
|
-
"internalType": "UFixed",
|
1751
|
-
"name": "fractionalFee",
|
1752
|
-
"type": "uint256"
|
1753
|
-
},
|
1754
|
-
{
|
1755
|
-
"internalType": "uint256",
|
1756
|
-
"name": "fixedFee",
|
1757
|
-
"type": "uint256"
|
1758
|
-
}
|
1759
|
-
],
|
1760
|
-
"internalType": "struct Fee",
|
1761
|
-
"name": "policyFee",
|
1762
|
-
"type": "tuple"
|
1763
|
-
},
|
1764
|
-
{
|
1765
|
-
"components": [
|
1766
|
-
{
|
1767
|
-
"internalType": "UFixed",
|
1768
|
-
"name": "fractionalFee",
|
1769
|
-
"type": "uint256"
|
1770
|
-
},
|
1771
|
-
{
|
1772
|
-
"internalType": "uint256",
|
1773
|
-
"name": "fixedFee",
|
1774
|
-
"type": "uint256"
|
1775
|
-
}
|
1776
|
-
],
|
1777
|
-
"internalType": "struct Fee",
|
1778
|
-
"name": "processingFee",
|
1779
|
-
"type": "tuple"
|
1039
|
+
"internalType": "UFixed",
|
1040
|
+
"name": "rewardRate",
|
1041
|
+
"type": "uint160"
|
1780
1042
|
}
|
1781
1043
|
],
|
1782
|
-
"name": "
|
1044
|
+
"name": "setStakingRewardRate",
|
1783
1045
|
"outputs": [],
|
1784
1046
|
"stateMutability": "nonpayable",
|
1785
1047
|
"type": "function"
|
@@ -1787,17 +1049,17 @@
|
|
1787
1049
|
{
|
1788
1050
|
"inputs": [
|
1789
1051
|
{
|
1790
|
-
"internalType": "
|
1791
|
-
"name": "
|
1792
|
-
"type": "
|
1052
|
+
"internalType": "address",
|
1053
|
+
"name": "target",
|
1054
|
+
"type": "address"
|
1793
1055
|
},
|
1794
1056
|
{
|
1795
1057
|
"internalType": "bool",
|
1796
|
-
"name": "
|
1058
|
+
"name": "locked",
|
1797
1059
|
"type": "bool"
|
1798
1060
|
}
|
1799
1061
|
],
|
1800
|
-
"name": "
|
1062
|
+
"name": "setTargetLocked",
|
1801
1063
|
"outputs": [],
|
1802
1064
|
"stateMutability": "nonpayable",
|
1803
1065
|
"type": "function"
|
@@ -1824,37 +1086,61 @@
|
|
1824
1086
|
{
|
1825
1087
|
"inputs": [
|
1826
1088
|
{
|
1827
|
-
"internalType": "
|
1828
|
-
"name": "
|
1829
|
-
"type": "
|
1830
|
-
}
|
1831
|
-
],
|
1832
|
-
"name": "toBundleKey32",
|
1833
|
-
"outputs": [
|
1089
|
+
"internalType": "address",
|
1090
|
+
"name": "target",
|
1091
|
+
"type": "address"
|
1092
|
+
},
|
1834
1093
|
{
|
1835
|
-
"
|
1836
|
-
|
1837
|
-
|
1094
|
+
"components": [
|
1095
|
+
{
|
1096
|
+
"internalType": "Str",
|
1097
|
+
"name": "name",
|
1098
|
+
"type": "bytes32"
|
1099
|
+
},
|
1100
|
+
{
|
1101
|
+
"internalType": "Selector",
|
1102
|
+
"name": "selector",
|
1103
|
+
"type": "bytes4"
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
"internalType": "Timestamp",
|
1107
|
+
"name": "createdAt",
|
1108
|
+
"type": "uint40"
|
1109
|
+
}
|
1110
|
+
],
|
1111
|
+
"internalType": "struct IAccess.FunctionInfo[]",
|
1112
|
+
"name": "functions",
|
1113
|
+
"type": "tuple[]"
|
1838
1114
|
}
|
1839
1115
|
],
|
1840
|
-
"
|
1116
|
+
"name": "unauthorizeFunctions",
|
1117
|
+
"outputs": [],
|
1118
|
+
"stateMutability": "nonpayable",
|
1119
|
+
"type": "function"
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"inputs": [],
|
1123
|
+
"name": "upgradeInstanceReader",
|
1124
|
+
"outputs": [],
|
1125
|
+
"stateMutability": "nonpayable",
|
1841
1126
|
"type": "function"
|
1842
1127
|
},
|
1843
1128
|
{
|
1844
1129
|
"inputs": [
|
1845
1130
|
{
|
1846
|
-
"internalType": "
|
1847
|
-
"name": "
|
1131
|
+
"internalType": "Amount",
|
1132
|
+
"name": "dipAmount",
|
1848
1133
|
"type": "uint96"
|
1849
|
-
}
|
1134
|
+
}
|
1135
|
+
],
|
1136
|
+
"name": "withdrawStakingRewardReserves",
|
1137
|
+
"outputs": [
|
1850
1138
|
{
|
1851
|
-
"internalType": "
|
1852
|
-
"name": "
|
1853
|
-
"type": "
|
1139
|
+
"internalType": "Amount",
|
1140
|
+
"name": "newBalance",
|
1141
|
+
"type": "uint96"
|
1854
1142
|
}
|
1855
1143
|
],
|
1856
|
-
"name": "updateBundleState",
|
1857
|
-
"outputs": [],
|
1858
1144
|
"stateMutability": "nonpayable",
|
1859
1145
|
"type": "function"
|
1860
1146
|
}
|