@etherisc/gif-next 0.0.2-ecbd488-936 → 0.0.2-ed3b1b0-046
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +71 -14
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1376 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1556 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +819 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +1000 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +840 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +778 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +415 -776
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +314 -178
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +452 -3067
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +612 -181
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +124 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +443 -257
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +446 -398
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +319 -132
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +2847 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +91 -2
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.json +49 -0
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +93 -14
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +38 -13
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +256 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +71 -45
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +1 -1
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1288 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +735 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → pool/IBundleService.sol/IBundleService.json} +332 -336
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +1095 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1077 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1407 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1622 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +747 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +918 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +687 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1386 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +787 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IApplicationService.sol/IApplicationService.json} +231 -204
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +753 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +651 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +237 -288
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +861 -0
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → product/IProductService.sol/IProductService.json} +162 -166
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1281 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +779 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +1004 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +727 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1198 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +864 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +679 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +15 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +319 -129
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +268 -255
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +18 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +339 -222
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +238 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +313 -354
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +323 -135
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +846 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +132 -57
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +1206 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +873 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/ComponentService.sol/ComponentService.json} +271 -180
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +41 -3
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +636 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +27 -29
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +189 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +8 -34
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +84 -178
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -152
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +109 -29
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +302 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +310 -61
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +118 -53
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +71 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +185 -165
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +24 -6
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +2 -152
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → staking/IStakingService.sol/IStakingService.json} +226 -145
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +767 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +667 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +281 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Blocknumber.sol/BlocknumberLib.json +3 -3
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +179 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +166 -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/{types → type}/ObjectType.sol/ObjectTypeLib.json +3 -3
- 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/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/RoleId.sol/RoleIdLib.json +5 -5
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +124 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +39 -8
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
- package/contracts/distribution/Distribution.sol +285 -0
- package/contracts/distribution/DistributionService.sol +351 -0
- package/contracts/{instance/service → distribution}/DistributionServiceManager.sol +20 -20
- package/contracts/distribution/IDistributionComponent.sol +71 -0
- package/contracts/distribution/IDistributionService.sol +87 -0
- package/contracts/instance/BundleManager.sol +126 -0
- package/contracts/instance/IInstance.sol +60 -31
- package/contracts/instance/IInstanceService.sol +56 -13
- package/contracts/instance/Instance.sol +149 -363
- package/contracts/instance/InstanceAccessManager.sol +432 -177
- package/contracts/instance/InstanceAuthorizationsLib.sol +308 -0
- package/contracts/instance/InstanceReader.sol +109 -47
- package/contracts/instance/InstanceService.sol +246 -140
- package/contracts/instance/InstanceServiceManager.sol +12 -25
- package/contracts/instance/InstanceStore.sol +211 -0
- package/contracts/instance/base/Cloneable.sol +51 -0
- package/contracts/instance/base/IKeyValueStore.sol +14 -10
- package/contracts/instance/base/ILifecycle.sol +3 -3
- package/contracts/instance/base/KeyValueStore.sol +44 -47
- package/contracts/instance/base/Lifecycle.sol +28 -7
- package/contracts/instance/base/ObjectManager.sol +82 -0
- package/contracts/instance/module/IAccess.sol +37 -21
- package/contracts/instance/module/IBundle.sol +11 -8
- package/contracts/instance/module/IComponents.sol +41 -0
- package/contracts/instance/module/IDistribution.sol +7 -4
- package/contracts/instance/module/IPolicy.sol +50 -17
- package/contracts/instance/module/IRisk.sol +1 -1
- package/contracts/instance/module/ISetup.sol +11 -22
- package/contracts/instance/module/ITreasury.sol +2 -2
- package/contracts/pool/BundleService.sol +384 -0
- package/contracts/pool/BundleServiceManager.sol +42 -0
- package/contracts/pool/IBundleService.sol +118 -0
- package/contracts/pool/IPoolComponent.sol +114 -0
- package/contracts/pool/IPoolService.sol +114 -0
- package/contracts/pool/Pool.sol +302 -0
- package/contracts/pool/PoolService.sol +404 -0
- package/contracts/pool/PoolServiceManager.sol +42 -0
- package/contracts/product/ApplicationService.sol +187 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/ClaimService.sol +443 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +62 -0
- package/contracts/product/IClaimService.sol +93 -0
- package/contracts/product/IPolicyService.sol +80 -0
- package/contracts/product/IPricingService.sol +37 -0
- package/contracts/product/IProductComponent.sol +41 -0
- package/contracts/product/IProductService.sol +40 -0
- package/contracts/product/PolicyService.sol +378 -0
- package/contracts/product/PolicyServiceManager.sol +42 -0
- package/contracts/product/PricingService.sol +276 -0
- package/contracts/product/PricingServiceManager.sol +42 -0
- package/contracts/product/Product.sol +379 -0
- package/contracts/product/ProductService.sol +212 -0
- package/contracts/product/ProductServiceManager.sol +42 -0
- package/contracts/registry/ChainNft.sol +9 -1
- package/contracts/registry/IRegistry.sol +56 -27
- package/contracts/registry/IRegistryService.sol +36 -28
- package/contracts/registry/ITransferInterceptor.sol +1 -0
- package/contracts/registry/Registry.sol +259 -232
- package/contracts/registry/RegistryAccessManager.sol +132 -0
- package/contracts/registry/RegistryService.sol +81 -208
- package/contracts/registry/RegistryServiceManager.sol +34 -42
- package/contracts/registry/ReleaseManager.sol +382 -0
- package/contracts/registry/TokenRegistry.sol +22 -17
- package/contracts/shared/AccessManagerUpgradeableInitializeable.sol +13 -0
- package/contracts/shared/Component.sol +271 -0
- package/contracts/shared/ComponentService.sol +141 -0
- package/contracts/shared/ERC165.sol +14 -12
- package/contracts/shared/IComponent.sol +90 -0
- package/contracts/shared/INftOwnable.sol +12 -11
- package/contracts/shared/IPolicyHolder.sol +40 -0
- package/contracts/shared/IRegisterable.sol +4 -6
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +7 -4
- package/contracts/shared/IVersionable.sol +5 -48
- package/contracts/shared/NftOwnable.sol +64 -80
- package/contracts/shared/PolicyHolder.sol +94 -0
- package/contracts/shared/ProxyManager.sol +126 -25
- package/contracts/shared/Registerable.sol +26 -41
- package/contracts/shared/RegistryLinked.sol +43 -0
- package/contracts/shared/Service.sol +41 -24
- package/contracts/shared/TokenHandler.sol +14 -6
- package/contracts/shared/Versionable.sol +4 -92
- package/contracts/staking/IStakingService.sol +102 -0
- package/contracts/staking/StakingService.sol +169 -0
- package/contracts/staking/StakingServiceManager.sol +40 -0
- package/contracts/type/Amount.sol +109 -0
- package/contracts/{types → type}/Blocknumber.sol +1 -0
- package/contracts/type/ClaimId.sol +75 -0
- package/contracts/{types → type}/DistributorType.sol +2 -2
- package/contracts/{types → type}/Fee.sol +17 -8
- package/contracts/{types → type}/NftId.sol +8 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/{types → type}/ObjectType.sol +17 -7
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +4 -0
- package/contracts/type/RoleId.sol +139 -0
- package/contracts/type/Seconds.sol +54 -0
- package/contracts/{types → type}/StateId.sol +7 -2
- package/contracts/{types → type}/Timestamp.sol +18 -13
- package/contracts/{types → type}/UFixed.sol +1 -0
- package/contracts/{types → type}/Version.sol +1 -0
- package/package.json +3 -3
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -719
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -839
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1046
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -448
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/contracts/components/BaseComponent.sol +0 -91
- package/contracts/components/Distribution.sol +0 -159
- package/contracts/components/IBaseComponent.sol +0 -25
- package/contracts/components/IDistributionComponent.sol +0 -44
- package/contracts/components/IPoolComponent.sol +0 -62
- package/contracts/components/IProductComponent.sol +0 -35
- package/contracts/components/Pool.sol +0 -242
- package/contracts/components/Product.sol +0 -284
- package/contracts/experiment/cloning/Cloner.sol +0 -47
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/AccessManagedSimple.sol +0 -115
- package/contracts/instance/AccessManagerSimple.sol +0 -692
- package/contracts/instance/IAccessManagerSimple.sol +0 -391
- package/contracts/instance/base/ComponentServiceBase.sol +0 -124
- package/contracts/instance/base/IInstanceBase.sol +0 -23
- package/contracts/instance/service/ComponentOwnerService.sol +0 -317
- package/contracts/instance/service/DistributionService.sol +0 -88
- package/contracts/instance/service/IComponentOwnerService.sol +0 -20
- package/contracts/instance/service/IDistributionService.sol +0 -12
- package/contracts/instance/service/IPoolService.sol +0 -37
- package/contracts/instance/service/IProductService.sol +0 -107
- package/contracts/instance/service/PoolService.sol +0 -194
- package/contracts/instance/service/PoolServiceManager.sol +0 -54
- package/contracts/instance/service/ProductService.sol +0 -543
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/shared/RegisterableUpgradable.sol +0 -16
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -24
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/test/Usdc.sol +0 -26
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/RoleId.sol +0 -90
- /package/contracts/{types → type}/AddressSet.sol +0 -0
- /package/contracts/{types → type}/Key32.sol +0 -0
- /package/contracts/{types → type}/RiskId.sol +0 -0
@@ -6,388 +6,330 @@
|
|
6
6
|
{
|
7
7
|
"inputs": [
|
8
8
|
{
|
9
|
-
"internalType": "
|
10
|
-
"name": "
|
11
|
-
"type": "
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "authority",
|
11
|
+
"type": "address"
|
12
|
+
}
|
13
|
+
],
|
14
|
+
"name": "AccessManagedInvalidAuthority",
|
15
|
+
"type": "error"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"inputs": [
|
19
|
+
{
|
20
|
+
"internalType": "address",
|
21
|
+
"name": "caller",
|
22
|
+
"type": "address"
|
12
23
|
},
|
13
24
|
{
|
14
|
-
"
|
15
|
-
|
16
|
-
|
17
|
-
"name": "poolNftId",
|
18
|
-
"type": "uint96"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"components": [
|
22
|
-
{
|
23
|
-
"internalType": "UFixed",
|
24
|
-
"name": "fractionalFee",
|
25
|
-
"type": "uint256"
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"internalType": "uint256",
|
29
|
-
"name": "fixedFee",
|
30
|
-
"type": "uint256"
|
31
|
-
}
|
32
|
-
],
|
33
|
-
"internalType": "struct Fee",
|
34
|
-
"name": "fee",
|
35
|
-
"type": "tuple"
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"internalType": "bytes",
|
39
|
-
"name": "filter",
|
40
|
-
"type": "bytes"
|
41
|
-
},
|
42
|
-
{
|
43
|
-
"internalType": "uint256",
|
44
|
-
"name": "capitalAmount",
|
45
|
-
"type": "uint256"
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"internalType": "uint256",
|
49
|
-
"name": "lockedAmount",
|
50
|
-
"type": "uint256"
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"internalType": "uint256",
|
54
|
-
"name": "balanceAmount",
|
55
|
-
"type": "uint256"
|
56
|
-
},
|
57
|
-
{
|
58
|
-
"internalType": "uint256",
|
59
|
-
"name": "lifetime",
|
60
|
-
"type": "uint256"
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"internalType": "Timestamp",
|
64
|
-
"name": "expiredAt",
|
65
|
-
"type": "uint40"
|
66
|
-
},
|
67
|
-
{
|
68
|
-
"internalType": "Timestamp",
|
69
|
-
"name": "closedAt",
|
70
|
-
"type": "uint40"
|
71
|
-
}
|
72
|
-
],
|
73
|
-
"internalType": "struct IBundle.BundleInfo",
|
74
|
-
"name": "bundle",
|
75
|
-
"type": "tuple"
|
25
|
+
"internalType": "uint32",
|
26
|
+
"name": "delay",
|
27
|
+
"type": "uint32"
|
76
28
|
}
|
77
29
|
],
|
78
|
-
"name": "
|
79
|
-
"
|
80
|
-
|
81
|
-
|
30
|
+
"name": "AccessManagedRequiredDelay",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
}
|
40
|
+
],
|
41
|
+
"name": "AccessManagedUnauthorized",
|
42
|
+
"type": "error"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"inputs": [
|
46
|
+
{
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "instanceBundleManager",
|
49
|
+
"type": "address"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"name": "ErrorInstanceBundleManagerAlreadySet",
|
53
|
+
"type": "error"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"inputs": [
|
57
|
+
{
|
58
|
+
"internalType": "address",
|
59
|
+
"name": "instanceAuthority",
|
60
|
+
"type": "address"
|
61
|
+
}
|
62
|
+
],
|
63
|
+
"name": "ErrorInstanceBundleManagerAuthorityMismatch",
|
64
|
+
"type": "error"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"inputs": [
|
68
|
+
{
|
69
|
+
"internalType": "address",
|
70
|
+
"name": "instance",
|
71
|
+
"type": "address"
|
72
|
+
}
|
73
|
+
],
|
74
|
+
"name": "ErrorInstanceBundleManagerInstanceMismatch",
|
75
|
+
"type": "error"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"inputs": [
|
79
|
+
{
|
80
|
+
"internalType": "address",
|
81
|
+
"name": "instanceAccessManager",
|
82
|
+
"type": "address"
|
83
|
+
}
|
84
|
+
],
|
85
|
+
"name": "ErrorInstanceInstanceAccessManagerAlreadySet",
|
86
|
+
"type": "error"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"inputs": [
|
90
|
+
{
|
91
|
+
"internalType": "address",
|
92
|
+
"name": "instanceAuthority",
|
93
|
+
"type": "address"
|
94
|
+
}
|
95
|
+
],
|
96
|
+
"name": "ErrorInstanceInstanceAccessManagerAuthorityMismatch",
|
97
|
+
"type": "error"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"inputs": [],
|
101
|
+
"name": "ErrorInstanceInstanceAccessManagerZero",
|
102
|
+
"type": "error"
|
103
|
+
},
|
104
|
+
{
|
105
|
+
"inputs": [
|
106
|
+
{
|
107
|
+
"internalType": "address",
|
108
|
+
"name": "instanceAuthority",
|
109
|
+
"type": "address"
|
110
|
+
}
|
111
|
+
],
|
112
|
+
"name": "ErrorInstanceInstanceReaderInstanceMismatch",
|
113
|
+
"type": "error"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"inputs": [
|
117
|
+
{
|
118
|
+
"internalType": "address",
|
119
|
+
"name": "instanceStore",
|
120
|
+
"type": "address"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"name": "ErrorInstanceInstanceStoreAlreadySet",
|
124
|
+
"type": "error"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"inputs": [
|
128
|
+
{
|
129
|
+
"internalType": "address",
|
130
|
+
"name": "instanceAuthority",
|
131
|
+
"type": "address"
|
132
|
+
}
|
133
|
+
],
|
134
|
+
"name": "ErrorInstanceInstanceStoreAuthorityMismatch",
|
135
|
+
"type": "error"
|
82
136
|
},
|
83
137
|
{
|
84
138
|
"inputs": [
|
85
139
|
{
|
86
140
|
"internalType": "NftId",
|
87
|
-
"name": "
|
141
|
+
"name": "nftId",
|
88
142
|
"type": "uint96"
|
143
|
+
}
|
144
|
+
],
|
145
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
146
|
+
"type": "error"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"inputs": [
|
150
|
+
{
|
151
|
+
"internalType": "address",
|
152
|
+
"name": "contractAddress",
|
153
|
+
"type": "address"
|
154
|
+
}
|
155
|
+
],
|
156
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
157
|
+
"type": "error"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"inputs": [],
|
161
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
162
|
+
"type": "error"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"inputs": [
|
166
|
+
{
|
167
|
+
"internalType": "address",
|
168
|
+
"name": "account",
|
169
|
+
"type": "address"
|
170
|
+
}
|
171
|
+
],
|
172
|
+
"name": "ErrorNftOwnableNotOwner",
|
173
|
+
"type": "error"
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"inputs": [
|
177
|
+
{
|
178
|
+
"internalType": "address",
|
179
|
+
"name": "registryAddress",
|
180
|
+
"type": "address"
|
181
|
+
}
|
182
|
+
],
|
183
|
+
"name": "ErrorNotRegistry",
|
184
|
+
"type": "error"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"anonymous": false,
|
188
|
+
"inputs": [
|
189
|
+
{
|
190
|
+
"indexed": false,
|
191
|
+
"internalType": "address",
|
192
|
+
"name": "authority",
|
193
|
+
"type": "address"
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"name": "AuthorityUpdated",
|
197
|
+
"type": "event"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [],
|
201
|
+
"name": "authority",
|
202
|
+
"outputs": [
|
203
|
+
{
|
204
|
+
"internalType": "address",
|
205
|
+
"name": "",
|
206
|
+
"type": "address"
|
207
|
+
}
|
208
|
+
],
|
209
|
+
"stateMutability": "view",
|
210
|
+
"type": "function"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"inputs": [
|
214
|
+
{
|
215
|
+
"internalType": "string",
|
216
|
+
"name": "roleName",
|
217
|
+
"type": "string"
|
89
218
|
},
|
90
219
|
{
|
91
|
-
"
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
"type": "uint256"
|
108
|
-
},
|
109
|
-
{
|
110
|
-
"internalType": "uint256",
|
111
|
-
"name": "fixedFee",
|
112
|
-
"type": "uint256"
|
113
|
-
}
|
114
|
-
],
|
115
|
-
"internalType": "struct Fee",
|
116
|
-
"name": "distributionFee",
|
117
|
-
"type": "tuple"
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"internalType": "bool",
|
121
|
-
"name": "isIntercepting",
|
122
|
-
"type": "bool"
|
123
|
-
},
|
124
|
-
{
|
125
|
-
"internalType": "address",
|
126
|
-
"name": "wallet",
|
127
|
-
"type": "address"
|
128
|
-
}
|
129
|
-
],
|
130
|
-
"internalType": "struct ISetup.DistributionSetupInfo",
|
131
|
-
"name": "setup",
|
132
|
-
"type": "tuple"
|
220
|
+
"internalType": "string",
|
221
|
+
"name": "adminName",
|
222
|
+
"type": "string"
|
223
|
+
}
|
224
|
+
],
|
225
|
+
"name": "createRole",
|
226
|
+
"outputs": [
|
227
|
+
{
|
228
|
+
"internalType": "RoleId",
|
229
|
+
"name": "roleId",
|
230
|
+
"type": "uint64"
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"internalType": "RoleId",
|
234
|
+
"name": "admin",
|
235
|
+
"type": "uint64"
|
133
236
|
}
|
134
237
|
],
|
135
|
-
"name": "createDistributionSetup",
|
136
|
-
"outputs": [],
|
137
238
|
"stateMutability": "nonpayable",
|
138
239
|
"type": "function"
|
139
240
|
},
|
140
241
|
{
|
141
242
|
"inputs": [
|
142
243
|
{
|
143
|
-
"internalType": "
|
144
|
-
"name": "
|
145
|
-
"type": "
|
244
|
+
"internalType": "address",
|
245
|
+
"name": "target",
|
246
|
+
"type": "address"
|
146
247
|
},
|
147
248
|
{
|
148
|
-
"
|
149
|
-
|
150
|
-
|
151
|
-
"name": "productNftId",
|
152
|
-
"type": "uint96"
|
153
|
-
},
|
154
|
-
{
|
155
|
-
"internalType": "contract TokenHandler",
|
156
|
-
"name": "tokenHandler",
|
157
|
-
"type": "address"
|
158
|
-
},
|
159
|
-
{
|
160
|
-
"internalType": "UFixed",
|
161
|
-
"name": "collateralizationLevel",
|
162
|
-
"type": "uint256"
|
163
|
-
},
|
164
|
-
{
|
165
|
-
"components": [
|
166
|
-
{
|
167
|
-
"internalType": "UFixed",
|
168
|
-
"name": "fractionalFee",
|
169
|
-
"type": "uint256"
|
170
|
-
},
|
171
|
-
{
|
172
|
-
"internalType": "uint256",
|
173
|
-
"name": "fixedFee",
|
174
|
-
"type": "uint256"
|
175
|
-
}
|
176
|
-
],
|
177
|
-
"internalType": "struct Fee",
|
178
|
-
"name": "poolFee",
|
179
|
-
"type": "tuple"
|
180
|
-
},
|
181
|
-
{
|
182
|
-
"components": [
|
183
|
-
{
|
184
|
-
"internalType": "UFixed",
|
185
|
-
"name": "fractionalFee",
|
186
|
-
"type": "uint256"
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"internalType": "uint256",
|
190
|
-
"name": "fixedFee",
|
191
|
-
"type": "uint256"
|
192
|
-
}
|
193
|
-
],
|
194
|
-
"internalType": "struct Fee",
|
195
|
-
"name": "stakingFee",
|
196
|
-
"type": "tuple"
|
197
|
-
},
|
198
|
-
{
|
199
|
-
"components": [
|
200
|
-
{
|
201
|
-
"internalType": "UFixed",
|
202
|
-
"name": "fractionalFee",
|
203
|
-
"type": "uint256"
|
204
|
-
},
|
205
|
-
{
|
206
|
-
"internalType": "uint256",
|
207
|
-
"name": "fixedFee",
|
208
|
-
"type": "uint256"
|
209
|
-
}
|
210
|
-
],
|
211
|
-
"internalType": "struct Fee",
|
212
|
-
"name": "performanceFee",
|
213
|
-
"type": "tuple"
|
214
|
-
},
|
215
|
-
{
|
216
|
-
"internalType": "bool",
|
217
|
-
"name": "isIntercepting",
|
218
|
-
"type": "bool"
|
219
|
-
},
|
220
|
-
{
|
221
|
-
"internalType": "address",
|
222
|
-
"name": "wallet",
|
223
|
-
"type": "address"
|
224
|
-
}
|
225
|
-
],
|
226
|
-
"internalType": "struct ISetup.PoolSetupInfo",
|
227
|
-
"name": "setup",
|
228
|
-
"type": "tuple"
|
249
|
+
"internalType": "string",
|
250
|
+
"name": "name",
|
251
|
+
"type": "string"
|
229
252
|
}
|
230
253
|
],
|
231
|
-
"name": "
|
254
|
+
"name": "createTarget",
|
232
255
|
"outputs": [],
|
233
256
|
"stateMutability": "nonpayable",
|
234
257
|
"type": "function"
|
235
258
|
},
|
236
259
|
{
|
237
|
-
"inputs": [
|
260
|
+
"inputs": [],
|
261
|
+
"name": "getBundleManager",
|
262
|
+
"outputs": [
|
238
263
|
{
|
239
|
-
"internalType": "
|
240
|
-
"name": "
|
241
|
-
"type": "
|
242
|
-
}
|
264
|
+
"internalType": "contract BundleManager",
|
265
|
+
"name": "",
|
266
|
+
"type": "address"
|
267
|
+
}
|
268
|
+
],
|
269
|
+
"stateMutability": "view",
|
270
|
+
"type": "function"
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"inputs": [],
|
274
|
+
"name": "getBundleService",
|
275
|
+
"outputs": [
|
276
|
+
{
|
277
|
+
"internalType": "contract IBundleService",
|
278
|
+
"name": "",
|
279
|
+
"type": "address"
|
280
|
+
}
|
281
|
+
],
|
282
|
+
"stateMutability": "view",
|
283
|
+
"type": "function"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"inputs": [],
|
287
|
+
"name": "getDistributionService",
|
288
|
+
"outputs": [
|
289
|
+
{
|
290
|
+
"internalType": "contract IDistributionService",
|
291
|
+
"name": "",
|
292
|
+
"type": "address"
|
293
|
+
}
|
294
|
+
],
|
295
|
+
"stateMutability": "view",
|
296
|
+
"type": "function"
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"inputs": [],
|
300
|
+
"name": "getInitialInfo",
|
301
|
+
"outputs": [
|
243
302
|
{
|
244
303
|
"components": [
|
245
|
-
{
|
246
|
-
"internalType": "contract IERC20Metadata",
|
247
|
-
"name": "token",
|
248
|
-
"type": "address"
|
249
|
-
},
|
250
|
-
{
|
251
|
-
"internalType": "contract TokenHandler",
|
252
|
-
"name": "tokenHandler",
|
253
|
-
"type": "address"
|
254
|
-
},
|
255
304
|
{
|
256
305
|
"internalType": "NftId",
|
257
|
-
"name": "
|
306
|
+
"name": "nftId",
|
258
307
|
"type": "uint96"
|
259
308
|
},
|
260
309
|
{
|
261
310
|
"internalType": "NftId",
|
262
|
-
"name": "
|
311
|
+
"name": "parentNftId",
|
263
312
|
"type": "uint96"
|
264
313
|
},
|
265
314
|
{
|
266
|
-
"
|
267
|
-
|
268
|
-
|
269
|
-
"name": "fractionalFee",
|
270
|
-
"type": "uint256"
|
271
|
-
},
|
272
|
-
{
|
273
|
-
"internalType": "uint256",
|
274
|
-
"name": "fixedFee",
|
275
|
-
"type": "uint256"
|
276
|
-
}
|
277
|
-
],
|
278
|
-
"internalType": "struct Fee",
|
279
|
-
"name": "distributionFee",
|
280
|
-
"type": "tuple"
|
281
|
-
},
|
282
|
-
{
|
283
|
-
"components": [
|
284
|
-
{
|
285
|
-
"internalType": "UFixed",
|
286
|
-
"name": "fractionalFee",
|
287
|
-
"type": "uint256"
|
288
|
-
},
|
289
|
-
{
|
290
|
-
"internalType": "uint256",
|
291
|
-
"name": "fixedFee",
|
292
|
-
"type": "uint256"
|
293
|
-
}
|
294
|
-
],
|
295
|
-
"internalType": "struct Fee",
|
296
|
-
"name": "productFee",
|
297
|
-
"type": "tuple"
|
298
|
-
},
|
299
|
-
{
|
300
|
-
"components": [
|
301
|
-
{
|
302
|
-
"internalType": "UFixed",
|
303
|
-
"name": "fractionalFee",
|
304
|
-
"type": "uint256"
|
305
|
-
},
|
306
|
-
{
|
307
|
-
"internalType": "uint256",
|
308
|
-
"name": "fixedFee",
|
309
|
-
"type": "uint256"
|
310
|
-
}
|
311
|
-
],
|
312
|
-
"internalType": "struct Fee",
|
313
|
-
"name": "processingFee",
|
314
|
-
"type": "tuple"
|
315
|
+
"internalType": "ObjectType",
|
316
|
+
"name": "objectType",
|
317
|
+
"type": "uint8"
|
315
318
|
},
|
316
319
|
{
|
317
|
-
"
|
318
|
-
|
319
|
-
|
320
|
-
"name": "fractionalFee",
|
321
|
-
"type": "uint256"
|
322
|
-
},
|
323
|
-
{
|
324
|
-
"internalType": "uint256",
|
325
|
-
"name": "fixedFee",
|
326
|
-
"type": "uint256"
|
327
|
-
}
|
328
|
-
],
|
329
|
-
"internalType": "struct Fee",
|
330
|
-
"name": "poolFee",
|
331
|
-
"type": "tuple"
|
320
|
+
"internalType": "bool",
|
321
|
+
"name": "isInterceptor",
|
322
|
+
"type": "bool"
|
332
323
|
},
|
333
324
|
{
|
334
|
-
"
|
335
|
-
|
336
|
-
|
337
|
-
"name": "fractionalFee",
|
338
|
-
"type": "uint256"
|
339
|
-
},
|
340
|
-
{
|
341
|
-
"internalType": "uint256",
|
342
|
-
"name": "fixedFee",
|
343
|
-
"type": "uint256"
|
344
|
-
}
|
345
|
-
],
|
346
|
-
"internalType": "struct Fee",
|
347
|
-
"name": "stakingFee",
|
348
|
-
"type": "tuple"
|
325
|
+
"internalType": "address",
|
326
|
+
"name": "objectAddress",
|
327
|
+
"type": "address"
|
349
328
|
},
|
350
|
-
{
|
351
|
-
"
|
352
|
-
|
353
|
-
|
354
|
-
"name": "fractionalFee",
|
355
|
-
"type": "uint256"
|
356
|
-
},
|
357
|
-
{
|
358
|
-
"internalType": "uint256",
|
359
|
-
"name": "fixedFee",
|
360
|
-
"type": "uint256"
|
361
|
-
}
|
362
|
-
],
|
363
|
-
"internalType": "struct Fee",
|
364
|
-
"name": "performanceFee",
|
365
|
-
"type": "tuple"
|
366
|
-
}
|
367
|
-
],
|
368
|
-
"internalType": "struct ISetup.ProductSetupInfo",
|
369
|
-
"name": "setup",
|
370
|
-
"type": "tuple"
|
371
|
-
}
|
372
|
-
],
|
373
|
-
"name": "createProductSetup",
|
374
|
-
"outputs": [],
|
375
|
-
"stateMutability": "nonpayable",
|
376
|
-
"type": "function"
|
377
|
-
},
|
378
|
-
{
|
379
|
-
"inputs": [
|
380
|
-
{
|
381
|
-
"internalType": "RiskId",
|
382
|
-
"name": "riskId",
|
383
|
-
"type": "bytes8"
|
384
|
-
},
|
385
|
-
{
|
386
|
-
"components": [
|
387
|
-
{
|
388
|
-
"internalType": "NftId",
|
389
|
-
"name": "productNftId",
|
390
|
-
"type": "uint96"
|
329
|
+
{
|
330
|
+
"internalType": "address",
|
331
|
+
"name": "initialOwner",
|
332
|
+
"type": "address"
|
391
333
|
},
|
392
334
|
{
|
393
335
|
"internalType": "bytes",
|
@@ -395,22 +337,20 @@
|
|
395
337
|
"type": "bytes"
|
396
338
|
}
|
397
339
|
],
|
398
|
-
"internalType": "struct
|
399
|
-
"name": "
|
340
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
341
|
+
"name": "",
|
400
342
|
"type": "tuple"
|
401
343
|
}
|
402
344
|
],
|
403
|
-
"
|
404
|
-
"outputs": [],
|
405
|
-
"stateMutability": "nonpayable",
|
345
|
+
"stateMutability": "view",
|
406
346
|
"type": "function"
|
407
347
|
},
|
408
348
|
{
|
409
349
|
"inputs": [],
|
410
|
-
"name": "
|
350
|
+
"name": "getInstanceAccessManager",
|
411
351
|
"outputs": [
|
412
352
|
{
|
413
|
-
"internalType": "contract
|
353
|
+
"internalType": "contract InstanceAccessManager",
|
414
354
|
"name": "",
|
415
355
|
"type": "address"
|
416
356
|
}
|
@@ -420,10 +360,10 @@
|
|
420
360
|
},
|
421
361
|
{
|
422
362
|
"inputs": [],
|
423
|
-
"name": "
|
363
|
+
"name": "getInstanceReader",
|
424
364
|
"outputs": [
|
425
365
|
{
|
426
|
-
"internalType": "contract
|
366
|
+
"internalType": "contract InstanceReader",
|
427
367
|
"name": "",
|
428
368
|
"type": "address"
|
429
369
|
}
|
@@ -433,10 +373,10 @@
|
|
433
373
|
},
|
434
374
|
{
|
435
375
|
"inputs": [],
|
436
|
-
"name": "
|
376
|
+
"name": "getInstanceStore",
|
437
377
|
"outputs": [
|
438
378
|
{
|
439
|
-
"internalType": "contract
|
379
|
+
"internalType": "contract InstanceStore",
|
440
380
|
"name": "",
|
441
381
|
"type": "address"
|
442
382
|
}
|
@@ -446,12 +386,25 @@
|
|
446
386
|
},
|
447
387
|
{
|
448
388
|
"inputs": [],
|
449
|
-
"name": "
|
389
|
+
"name": "getMajorVersion",
|
450
390
|
"outputs": [
|
451
391
|
{
|
452
|
-
"internalType": "
|
392
|
+
"internalType": "VersionPart",
|
393
|
+
"name": "majorVersion",
|
394
|
+
"type": "uint8"
|
395
|
+
}
|
396
|
+
],
|
397
|
+
"stateMutability": "pure",
|
398
|
+
"type": "function"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"inputs": [],
|
402
|
+
"name": "getNftId",
|
403
|
+
"outputs": [
|
404
|
+
{
|
405
|
+
"internalType": "NftId",
|
453
406
|
"name": "",
|
454
|
-
"type": "
|
407
|
+
"type": "uint96"
|
455
408
|
}
|
456
409
|
],
|
457
410
|
"stateMutability": "view",
|
@@ -459,10 +412,10 @@
|
|
459
412
|
},
|
460
413
|
{
|
461
414
|
"inputs": [],
|
462
|
-
"name": "
|
415
|
+
"name": "getOwner",
|
463
416
|
"outputs": [
|
464
417
|
{
|
465
|
-
"internalType": "
|
418
|
+
"internalType": "address",
|
466
419
|
"name": "",
|
467
420
|
"type": "address"
|
468
421
|
}
|
@@ -471,182 +424,91 @@
|
|
471
424
|
"type": "function"
|
472
425
|
},
|
473
426
|
{
|
474
|
-
"inputs": [
|
427
|
+
"inputs": [],
|
428
|
+
"name": "getPolicyService",
|
429
|
+
"outputs": [
|
475
430
|
{
|
476
|
-
"internalType": "
|
477
|
-
"name": "
|
478
|
-
"type": "
|
431
|
+
"internalType": "contract IPolicyService",
|
432
|
+
"name": "",
|
433
|
+
"type": "address"
|
479
434
|
}
|
480
435
|
],
|
481
|
-
"
|
436
|
+
"stateMutability": "view",
|
437
|
+
"type": "function"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"inputs": [],
|
441
|
+
"name": "getPoolService",
|
482
442
|
"outputs": [
|
483
443
|
{
|
484
|
-
"internalType": "
|
444
|
+
"internalType": "contract IPoolService",
|
485
445
|
"name": "",
|
486
|
-
"type": "
|
446
|
+
"type": "address"
|
487
447
|
}
|
488
448
|
],
|
489
449
|
"stateMutability": "view",
|
490
450
|
"type": "function"
|
491
451
|
},
|
492
452
|
{
|
493
|
-
"inputs": [
|
494
|
-
|
495
|
-
|
496
|
-
"name": "bundleNftId",
|
497
|
-
"type": "uint96"
|
498
|
-
},
|
453
|
+
"inputs": [],
|
454
|
+
"name": "getProductService",
|
455
|
+
"outputs": [
|
499
456
|
{
|
500
|
-
"
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
},
|
513
|
-
{
|
514
|
-
"internalType": "uint256",
|
515
|
-
"name": "fixedFee",
|
516
|
-
"type": "uint256"
|
517
|
-
}
|
518
|
-
],
|
519
|
-
"internalType": "struct Fee",
|
520
|
-
"name": "fee",
|
521
|
-
"type": "tuple"
|
522
|
-
},
|
523
|
-
{
|
524
|
-
"internalType": "bytes",
|
525
|
-
"name": "filter",
|
526
|
-
"type": "bytes"
|
527
|
-
},
|
528
|
-
{
|
529
|
-
"internalType": "uint256",
|
530
|
-
"name": "capitalAmount",
|
531
|
-
"type": "uint256"
|
532
|
-
},
|
533
|
-
{
|
534
|
-
"internalType": "uint256",
|
535
|
-
"name": "lockedAmount",
|
536
|
-
"type": "uint256"
|
537
|
-
},
|
538
|
-
{
|
539
|
-
"internalType": "uint256",
|
540
|
-
"name": "balanceAmount",
|
541
|
-
"type": "uint256"
|
542
|
-
},
|
543
|
-
{
|
544
|
-
"internalType": "uint256",
|
545
|
-
"name": "lifetime",
|
546
|
-
"type": "uint256"
|
547
|
-
},
|
548
|
-
{
|
549
|
-
"internalType": "Timestamp",
|
550
|
-
"name": "expiredAt",
|
551
|
-
"type": "uint40"
|
552
|
-
},
|
553
|
-
{
|
554
|
-
"internalType": "Timestamp",
|
555
|
-
"name": "closedAt",
|
556
|
-
"type": "uint40"
|
557
|
-
}
|
558
|
-
],
|
559
|
-
"internalType": "struct IBundle.BundleInfo",
|
560
|
-
"name": "bundle",
|
561
|
-
"type": "tuple"
|
562
|
-
},
|
457
|
+
"internalType": "contract IProductService",
|
458
|
+
"name": "",
|
459
|
+
"type": "address"
|
460
|
+
}
|
461
|
+
],
|
462
|
+
"stateMutability": "view",
|
463
|
+
"type": "function"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"inputs": [],
|
467
|
+
"name": "getRegistry",
|
468
|
+
"outputs": [
|
563
469
|
{
|
564
|
-
"internalType": "
|
565
|
-
"name": "
|
566
|
-
"type": "
|
470
|
+
"internalType": "contract IRegistry",
|
471
|
+
"name": "",
|
472
|
+
"type": "address"
|
567
473
|
}
|
568
474
|
],
|
569
|
-
"
|
570
|
-
"outputs": [],
|
571
|
-
"stateMutability": "nonpayable",
|
475
|
+
"stateMutability": "view",
|
572
476
|
"type": "function"
|
573
477
|
},
|
574
478
|
{
|
575
479
|
"inputs": [
|
576
480
|
{
|
577
|
-
"internalType": "
|
578
|
-
"name": "
|
579
|
-
"type": "
|
481
|
+
"internalType": "RoleId",
|
482
|
+
"name": "roleId",
|
483
|
+
"type": "uint64"
|
580
484
|
},
|
581
485
|
{
|
582
|
-
"internalType": "
|
583
|
-
"name": "
|
584
|
-
"type": "
|
486
|
+
"internalType": "address",
|
487
|
+
"name": "account",
|
488
|
+
"type": "address"
|
585
489
|
}
|
586
490
|
],
|
587
|
-
"name": "
|
491
|
+
"name": "grantRole",
|
588
492
|
"outputs": [],
|
589
493
|
"stateMutability": "nonpayable",
|
590
494
|
"type": "function"
|
591
495
|
},
|
592
496
|
{
|
593
|
-
"inputs": [
|
594
|
-
|
595
|
-
|
596
|
-
"name": "distributionNftId",
|
597
|
-
"type": "uint96"
|
598
|
-
},
|
599
|
-
{
|
600
|
-
"components": [
|
601
|
-
{
|
602
|
-
"internalType": "NftId",
|
603
|
-
"name": "productNftId",
|
604
|
-
"type": "uint96"
|
605
|
-
},
|
606
|
-
{
|
607
|
-
"internalType": "contract TokenHandler",
|
608
|
-
"name": "tokenHandler",
|
609
|
-
"type": "address"
|
610
|
-
},
|
611
|
-
{
|
612
|
-
"components": [
|
613
|
-
{
|
614
|
-
"internalType": "UFixed",
|
615
|
-
"name": "fractionalFee",
|
616
|
-
"type": "uint256"
|
617
|
-
},
|
618
|
-
{
|
619
|
-
"internalType": "uint256",
|
620
|
-
"name": "fixedFee",
|
621
|
-
"type": "uint256"
|
622
|
-
}
|
623
|
-
],
|
624
|
-
"internalType": "struct Fee",
|
625
|
-
"name": "distributionFee",
|
626
|
-
"type": "tuple"
|
627
|
-
},
|
628
|
-
{
|
629
|
-
"internalType": "bool",
|
630
|
-
"name": "isIntercepting",
|
631
|
-
"type": "bool"
|
632
|
-
},
|
633
|
-
{
|
634
|
-
"internalType": "address",
|
635
|
-
"name": "wallet",
|
636
|
-
"type": "address"
|
637
|
-
}
|
638
|
-
],
|
639
|
-
"internalType": "struct ISetup.DistributionSetupInfo",
|
640
|
-
"name": "setup",
|
641
|
-
"type": "tuple"
|
642
|
-
},
|
497
|
+
"inputs": [],
|
498
|
+
"name": "isConsumingScheduledOp",
|
499
|
+
"outputs": [
|
643
500
|
{
|
644
|
-
"internalType": "
|
645
|
-
"name": "
|
646
|
-
"type": "
|
501
|
+
"internalType": "bytes4",
|
502
|
+
"name": "",
|
503
|
+
"type": "bytes4"
|
647
504
|
}
|
648
505
|
],
|
649
|
-
"
|
506
|
+
"stateMutability": "view",
|
507
|
+
"type": "function"
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"inputs": [],
|
511
|
+
"name": "linkToRegisteredNftId",
|
650
512
|
"outputs": [],
|
651
513
|
"stateMutability": "nonpayable",
|
652
514
|
"type": "function"
|
@@ -654,17 +516,17 @@
|
|
654
516
|
{
|
655
517
|
"inputs": [
|
656
518
|
{
|
657
|
-
"internalType": "
|
658
|
-
"name": "
|
659
|
-
"type": "
|
519
|
+
"internalType": "address",
|
520
|
+
"name": "to",
|
521
|
+
"type": "address"
|
660
522
|
},
|
661
523
|
{
|
662
|
-
"internalType": "
|
663
|
-
"name": "
|
664
|
-
"type": "
|
524
|
+
"internalType": "uint256",
|
525
|
+
"name": "tokenId",
|
526
|
+
"type": "uint256"
|
665
527
|
}
|
666
528
|
],
|
667
|
-
"name": "
|
529
|
+
"name": "nftMint",
|
668
530
|
"outputs": [],
|
669
531
|
"stateMutability": "nonpayable",
|
670
532
|
"type": "function"
|
@@ -672,100 +534,22 @@
|
|
672
534
|
{
|
673
535
|
"inputs": [
|
674
536
|
{
|
675
|
-
"internalType": "
|
676
|
-
"name": "
|
677
|
-
"type": "
|
537
|
+
"internalType": "address",
|
538
|
+
"name": "from",
|
539
|
+
"type": "address"
|
678
540
|
},
|
679
541
|
{
|
680
|
-
"
|
681
|
-
|
682
|
-
|
683
|
-
"name": "productNftId",
|
684
|
-
"type": "uint96"
|
685
|
-
},
|
686
|
-
{
|
687
|
-
"internalType": "contract TokenHandler",
|
688
|
-
"name": "tokenHandler",
|
689
|
-
"type": "address"
|
690
|
-
},
|
691
|
-
{
|
692
|
-
"internalType": "UFixed",
|
693
|
-
"name": "collateralizationLevel",
|
694
|
-
"type": "uint256"
|
695
|
-
},
|
696
|
-
{
|
697
|
-
"components": [
|
698
|
-
{
|
699
|
-
"internalType": "UFixed",
|
700
|
-
"name": "fractionalFee",
|
701
|
-
"type": "uint256"
|
702
|
-
},
|
703
|
-
{
|
704
|
-
"internalType": "uint256",
|
705
|
-
"name": "fixedFee",
|
706
|
-
"type": "uint256"
|
707
|
-
}
|
708
|
-
],
|
709
|
-
"internalType": "struct Fee",
|
710
|
-
"name": "poolFee",
|
711
|
-
"type": "tuple"
|
712
|
-
},
|
713
|
-
{
|
714
|
-
"components": [
|
715
|
-
{
|
716
|
-
"internalType": "UFixed",
|
717
|
-
"name": "fractionalFee",
|
718
|
-
"type": "uint256"
|
719
|
-
},
|
720
|
-
{
|
721
|
-
"internalType": "uint256",
|
722
|
-
"name": "fixedFee",
|
723
|
-
"type": "uint256"
|
724
|
-
}
|
725
|
-
],
|
726
|
-
"internalType": "struct Fee",
|
727
|
-
"name": "stakingFee",
|
728
|
-
"type": "tuple"
|
729
|
-
},
|
730
|
-
{
|
731
|
-
"components": [
|
732
|
-
{
|
733
|
-
"internalType": "UFixed",
|
734
|
-
"name": "fractionalFee",
|
735
|
-
"type": "uint256"
|
736
|
-
},
|
737
|
-
{
|
738
|
-
"internalType": "uint256",
|
739
|
-
"name": "fixedFee",
|
740
|
-
"type": "uint256"
|
741
|
-
}
|
742
|
-
],
|
743
|
-
"internalType": "struct Fee",
|
744
|
-
"name": "performanceFee",
|
745
|
-
"type": "tuple"
|
746
|
-
},
|
747
|
-
{
|
748
|
-
"internalType": "bool",
|
749
|
-
"name": "isIntercepting",
|
750
|
-
"type": "bool"
|
751
|
-
},
|
752
|
-
{
|
753
|
-
"internalType": "address",
|
754
|
-
"name": "wallet",
|
755
|
-
"type": "address"
|
756
|
-
}
|
757
|
-
],
|
758
|
-
"internalType": "struct ISetup.PoolSetupInfo",
|
759
|
-
"name": "setup",
|
760
|
-
"type": "tuple"
|
542
|
+
"internalType": "address",
|
543
|
+
"name": "to",
|
544
|
+
"type": "address"
|
761
545
|
},
|
762
546
|
{
|
763
|
-
"internalType": "
|
764
|
-
"name": "
|
765
|
-
"type": "
|
547
|
+
"internalType": "uint256",
|
548
|
+
"name": "tokenId",
|
549
|
+
"type": "uint256"
|
766
550
|
}
|
767
551
|
],
|
768
|
-
"name": "
|
552
|
+
"name": "nftTransferFrom",
|
769
553
|
"outputs": [],
|
770
554
|
"stateMutability": "nonpayable",
|
771
555
|
"type": "function"
|
@@ -773,17 +557,17 @@
|
|
773
557
|
{
|
774
558
|
"inputs": [
|
775
559
|
{
|
776
|
-
"internalType": "
|
777
|
-
"name": "
|
778
|
-
"type": "
|
560
|
+
"internalType": "RoleId",
|
561
|
+
"name": "roleId",
|
562
|
+
"type": "uint64"
|
779
563
|
},
|
780
564
|
{
|
781
|
-
"internalType": "
|
782
|
-
"name": "
|
783
|
-
"type": "
|
565
|
+
"internalType": "address",
|
566
|
+
"name": "account",
|
567
|
+
"type": "address"
|
784
568
|
}
|
785
569
|
],
|
786
|
-
"name": "
|
570
|
+
"name": "revokeRole",
|
787
571
|
"outputs": [],
|
788
572
|
"stateMutability": "nonpayable",
|
789
573
|
"type": "function"
|
@@ -791,146 +575,12 @@
|
|
791
575
|
{
|
792
576
|
"inputs": [
|
793
577
|
{
|
794
|
-
"internalType": "
|
795
|
-
"name": "
|
796
|
-
"type": "
|
797
|
-
},
|
798
|
-
{
|
799
|
-
"components": [
|
800
|
-
{
|
801
|
-
"internalType": "contract IERC20Metadata",
|
802
|
-
"name": "token",
|
803
|
-
"type": "address"
|
804
|
-
},
|
805
|
-
{
|
806
|
-
"internalType": "contract TokenHandler",
|
807
|
-
"name": "tokenHandler",
|
808
|
-
"type": "address"
|
809
|
-
},
|
810
|
-
{
|
811
|
-
"internalType": "NftId",
|
812
|
-
"name": "distributionNftId",
|
813
|
-
"type": "uint96"
|
814
|
-
},
|
815
|
-
{
|
816
|
-
"internalType": "NftId",
|
817
|
-
"name": "poolNftId",
|
818
|
-
"type": "uint96"
|
819
|
-
},
|
820
|
-
{
|
821
|
-
"components": [
|
822
|
-
{
|
823
|
-
"internalType": "UFixed",
|
824
|
-
"name": "fractionalFee",
|
825
|
-
"type": "uint256"
|
826
|
-
},
|
827
|
-
{
|
828
|
-
"internalType": "uint256",
|
829
|
-
"name": "fixedFee",
|
830
|
-
"type": "uint256"
|
831
|
-
}
|
832
|
-
],
|
833
|
-
"internalType": "struct Fee",
|
834
|
-
"name": "distributionFee",
|
835
|
-
"type": "tuple"
|
836
|
-
},
|
837
|
-
{
|
838
|
-
"components": [
|
839
|
-
{
|
840
|
-
"internalType": "UFixed",
|
841
|
-
"name": "fractionalFee",
|
842
|
-
"type": "uint256"
|
843
|
-
},
|
844
|
-
{
|
845
|
-
"internalType": "uint256",
|
846
|
-
"name": "fixedFee",
|
847
|
-
"type": "uint256"
|
848
|
-
}
|
849
|
-
],
|
850
|
-
"internalType": "struct Fee",
|
851
|
-
"name": "productFee",
|
852
|
-
"type": "tuple"
|
853
|
-
},
|
854
|
-
{
|
855
|
-
"components": [
|
856
|
-
{
|
857
|
-
"internalType": "UFixed",
|
858
|
-
"name": "fractionalFee",
|
859
|
-
"type": "uint256"
|
860
|
-
},
|
861
|
-
{
|
862
|
-
"internalType": "uint256",
|
863
|
-
"name": "fixedFee",
|
864
|
-
"type": "uint256"
|
865
|
-
}
|
866
|
-
],
|
867
|
-
"internalType": "struct Fee",
|
868
|
-
"name": "processingFee",
|
869
|
-
"type": "tuple"
|
870
|
-
},
|
871
|
-
{
|
872
|
-
"components": [
|
873
|
-
{
|
874
|
-
"internalType": "UFixed",
|
875
|
-
"name": "fractionalFee",
|
876
|
-
"type": "uint256"
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"internalType": "uint256",
|
880
|
-
"name": "fixedFee",
|
881
|
-
"type": "uint256"
|
882
|
-
}
|
883
|
-
],
|
884
|
-
"internalType": "struct Fee",
|
885
|
-
"name": "poolFee",
|
886
|
-
"type": "tuple"
|
887
|
-
},
|
888
|
-
{
|
889
|
-
"components": [
|
890
|
-
{
|
891
|
-
"internalType": "UFixed",
|
892
|
-
"name": "fractionalFee",
|
893
|
-
"type": "uint256"
|
894
|
-
},
|
895
|
-
{
|
896
|
-
"internalType": "uint256",
|
897
|
-
"name": "fixedFee",
|
898
|
-
"type": "uint256"
|
899
|
-
}
|
900
|
-
],
|
901
|
-
"internalType": "struct Fee",
|
902
|
-
"name": "stakingFee",
|
903
|
-
"type": "tuple"
|
904
|
-
},
|
905
|
-
{
|
906
|
-
"components": [
|
907
|
-
{
|
908
|
-
"internalType": "UFixed",
|
909
|
-
"name": "fractionalFee",
|
910
|
-
"type": "uint256"
|
911
|
-
},
|
912
|
-
{
|
913
|
-
"internalType": "uint256",
|
914
|
-
"name": "fixedFee",
|
915
|
-
"type": "uint256"
|
916
|
-
}
|
917
|
-
],
|
918
|
-
"internalType": "struct Fee",
|
919
|
-
"name": "performanceFee",
|
920
|
-
"type": "tuple"
|
921
|
-
}
|
922
|
-
],
|
923
|
-
"internalType": "struct ISetup.ProductSetupInfo",
|
924
|
-
"name": "setup",
|
925
|
-
"type": "tuple"
|
926
|
-
},
|
927
|
-
{
|
928
|
-
"internalType": "StateId",
|
929
|
-
"name": "newState",
|
930
|
-
"type": "uint8"
|
578
|
+
"internalType": "address",
|
579
|
+
"name": "",
|
580
|
+
"type": "address"
|
931
581
|
}
|
932
582
|
],
|
933
|
-
"name": "
|
583
|
+
"name": "setAuthority",
|
934
584
|
"outputs": [],
|
935
585
|
"stateMutability": "nonpayable",
|
936
586
|
"type": "function"
|
@@ -938,17 +588,22 @@
|
|
938
588
|
{
|
939
589
|
"inputs": [
|
940
590
|
{
|
941
|
-
"internalType": "
|
942
|
-
"name": "
|
943
|
-
"type": "
|
591
|
+
"internalType": "string",
|
592
|
+
"name": "targetName",
|
593
|
+
"type": "string"
|
944
594
|
},
|
945
595
|
{
|
946
|
-
"internalType": "
|
947
|
-
"name": "
|
948
|
-
"type": "
|
596
|
+
"internalType": "bytes4[]",
|
597
|
+
"name": "selectors",
|
598
|
+
"type": "bytes4[]"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"internalType": "RoleId",
|
602
|
+
"name": "roleId",
|
603
|
+
"type": "uint64"
|
949
604
|
}
|
950
605
|
],
|
951
|
-
"name": "
|
606
|
+
"name": "setTargetFunctionRole",
|
952
607
|
"outputs": [],
|
953
608
|
"stateMutability": "nonpayable",
|
954
609
|
"type": "function"
|
@@ -956,34 +611,17 @@
|
|
956
611
|
{
|
957
612
|
"inputs": [
|
958
613
|
{
|
959
|
-
"internalType": "
|
960
|
-
"name": "
|
961
|
-
"type": "
|
962
|
-
},
|
963
|
-
{
|
964
|
-
"components": [
|
965
|
-
{
|
966
|
-
"internalType": "NftId",
|
967
|
-
"name": "productNftId",
|
968
|
-
"type": "uint96"
|
969
|
-
},
|
970
|
-
{
|
971
|
-
"internalType": "bytes",
|
972
|
-
"name": "data",
|
973
|
-
"type": "bytes"
|
974
|
-
}
|
975
|
-
],
|
976
|
-
"internalType": "struct IRisk.RiskInfo",
|
977
|
-
"name": "risk",
|
978
|
-
"type": "tuple"
|
614
|
+
"internalType": "address",
|
615
|
+
"name": "target",
|
616
|
+
"type": "address"
|
979
617
|
},
|
980
618
|
{
|
981
|
-
"internalType": "
|
982
|
-
"name": "
|
983
|
-
"type": "
|
619
|
+
"internalType": "bool",
|
620
|
+
"name": "locked",
|
621
|
+
"type": "bool"
|
984
622
|
}
|
985
623
|
],
|
986
|
-
"name": "
|
624
|
+
"name": "setTargetLocked",
|
987
625
|
"outputs": [],
|
988
626
|
"stateMutability": "nonpayable",
|
989
627
|
"type": "function"
|
@@ -991,19 +629,20 @@
|
|
991
629
|
{
|
992
630
|
"inputs": [
|
993
631
|
{
|
994
|
-
"internalType": "
|
995
|
-
"name": "
|
996
|
-
"type": "
|
997
|
-
}
|
632
|
+
"internalType": "bytes4",
|
633
|
+
"name": "interfaceId",
|
634
|
+
"type": "bytes4"
|
635
|
+
}
|
636
|
+
],
|
637
|
+
"name": "supportsInterface",
|
638
|
+
"outputs": [
|
998
639
|
{
|
999
|
-
"internalType": "
|
1000
|
-
"name": "
|
1001
|
-
"type": "
|
640
|
+
"internalType": "bool",
|
641
|
+
"name": "",
|
642
|
+
"type": "bool"
|
1002
643
|
}
|
1003
644
|
],
|
1004
|
-
"
|
1005
|
-
"outputs": [],
|
1006
|
-
"stateMutability": "nonpayable",
|
645
|
+
"stateMutability": "view",
|
1007
646
|
"type": "function"
|
1008
647
|
}
|
1009
648
|
],
|