@etherisc/gif-next 0.0.2-de0a1d3-009 → 0.0.2-e1e92ab-754
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +51 -25
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +1 -1
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +166 -39
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +212 -60
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +119 -39
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -163
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +6 -185
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -163
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/components/Pool.sol/Pool.json +257 -119
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/components/Product.sol/Product.json +220 -50
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +1 -1
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +1 -1
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +1 -1
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +1 -1
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +1 -1
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +1 -1
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +1 -1
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +1 -1
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +1 -1
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +1 -1
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +1 -1
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +1 -1
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +1 -1
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +1 -1
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +1 -1
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +1 -1
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +247 -355
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +369 -507
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +144 -50
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +1 -1
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +1 -1
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/instance/base/IService.sol/IService.json +120 -40
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +1 -1
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +147 -66
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +140 -59
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/distribution/DistributionModule.sol/DistributionModule.json +2 -2
- package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/distribution/IDistribution.sol/IDistributionModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -13
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -13
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +1 -1
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +29 -9
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +28 -8
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +2 -2
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +1 -1
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +138 -11
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +2 -2
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +1 -1
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +138 -11
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +288 -79
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +188 -65
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.json +122 -61
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +120 -40
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +120 -40
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +120 -40
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +190 -67
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +1 -1
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +220 -97
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +141 -12
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +5 -0
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +190 -51
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +872 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +34 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +380 -139
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1245 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +490 -0
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +107 -0
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +2 -2
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +127 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +117 -37
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +2 -2
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +158 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +349 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +190 -37
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/shared/{Proxy.sol/ProxyWithProxyAdminGetter.json → UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json} +4 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +4 -27
- package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.dbg.json +1 -1
- package/artifacts/contracts/test/TestDistribution.sol/TestDistribution.json +212 -60
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +1 -1
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +4 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +1 -1
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +257 -119
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +1 -1
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +225 -56
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +1 -1
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +204 -36
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +1 -1
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +2 -2
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +1 -1
- package/artifacts/contracts/test/TestService.sol/TestService.json +187 -69
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +1 -1
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +91 -53
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +1 -1
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +2 -2
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +1 -1
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +15 -38
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +1 -1
- package/artifacts/contracts/test/Usdc.sol/USDC.json +91 -53
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +4 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/types/ReferralId.sol/ReferralIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +2 -2
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +10 -0
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/types/UFixed.sol/{UFixedMathLib.json → UFixedLib.json} +3 -3
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/types/Version.sol/VersionLib.json +2 -2
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +2 -2
- package/contracts/components/BaseComponent.sol +11 -26
- package/contracts/components/Distribution.sol +29 -6
- package/contracts/components/IBaseComponent.sol +1 -1
- package/contracts/components/IDistributionComponent.sol +1 -2
- package/contracts/components/IPoolComponent.sol +3 -10
- package/contracts/components/IProductComponent.sol +2 -3
- package/contracts/components/Pool.sol +84 -73
- package/contracts/components/Product.sol +85 -13
- package/contracts/instance/IInstance.sol +6 -7
- package/contracts/instance/Instance.sol +18 -9
- package/contracts/instance/base/ComponentServiceBase.sol +13 -6
- package/contracts/instance/base/IInstanceBase.sol +3 -2
- package/contracts/instance/base/InstanceBase.sol +6 -8
- package/contracts/instance/base/ServiceBase.sol +20 -13
- package/contracts/instance/module/component/ComponentModule.sol +4 -3
- package/contracts/instance/module/component/IComponent.sol +1 -1
- package/contracts/instance/module/policy/IPolicy.sol +1 -1
- package/contracts/instance/module/pool/IPoolModule.sol +4 -3
- package/contracts/instance/module/pool/PoolModule.sol +12 -7
- package/contracts/instance/module/treasury/ITreasury.sol +6 -4
- package/contracts/instance/module/treasury/TokenHandler.sol +1 -1
- package/contracts/instance/module/treasury/TreasuryModule.sol +23 -30
- package/contracts/instance/service/ComponentOwnerService.sol +224 -66
- package/contracts/instance/service/DistributionService.sol +6 -11
- package/contracts/instance/service/IComponentOwnerService.sol +0 -2
- package/contracts/instance/service/PoolService.sol +19 -19
- package/contracts/instance/service/ProductService.sol +27 -26
- package/contracts/registry/ChainNft.sol +42 -14
- package/contracts/registry/IChainNft.sol +2 -1
- package/contracts/registry/IRegistry.sol +27 -27
- package/contracts/registry/IRegistryService.sol +35 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +312 -267
- package/contracts/registry/RegistryService.sol +441 -0
- package/contracts/registry/RegistryServiceManager.sol +63 -0
- package/contracts/shared/ContractDeployerLib.sol +72 -0
- package/contracts/shared/INftOwnable.sol +22 -0
- package/contracts/shared/IRegisterable.sol +8 -15
- package/contracts/shared/IVersionable.sol +40 -9
- package/contracts/shared/NftOwnable.sol +136 -0
- package/contracts/shared/ProxyManager.sol +94 -0
- package/contracts/shared/Registerable.sol +62 -59
- package/contracts/shared/UpgradableProxyWithAdmin.sol +16 -0
- package/contracts/shared/Versionable.sol +109 -61
- package/contracts/test/TestDistribution.sol +3 -2
- package/contracts/test/TestFee.sol +2 -2
- package/contracts/test/TestPool.sol +4 -2
- package/contracts/test/TestProduct.sol +4 -2
- package/contracts/test/TestRegisterable.sol +5 -6
- package/contracts/test/TestService.sol +5 -11
- package/contracts/types/Fee.sol +3 -3
- package/contracts/types/RoleId.sol +7 -0
- package/contracts/types/UFixed.sol +128 -12
- package/contracts/types/Version.sol +1 -0
- package/package.json +4 -3
- 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/IAccess.json +0 -10
- 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/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.json +0 -24
- package/artifacts/contracts/registry/RegistryUpgradeable.sol/RegistryUpgradeable.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryUpgradeable.sol/RegistryUpgradeable.json +0 -724
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
- package/artifacts/contracts/shared/Proxy.sol/ProxyDeployer.dbg.json +0 -4
- package/artifacts/contracts/shared/Proxy.sol/ProxyDeployer.json +0 -248
- package/artifacts/contracts/shared/Proxy.sol/ProxyWithProxyAdminGetter.dbg.json +0 -4
- package/artifacts/contracts/shared/VersionableUpgradeable.sol/VersionableUpgradeable.dbg.json +0 -4
- package/artifacts/contracts/shared/VersionableUpgradeable.sol/VersionableUpgradeable.json +0 -228
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/registry/RegistryUpgradeable.sol +0 -473
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/shared/Proxy.sol +0 -94
- package/contracts/shared/VersionableUpgradeable.sol +0 -133
@@ -155,19 +155,6 @@
|
|
155
155
|
"stateMutability": "nonpayable",
|
156
156
|
"type": "function"
|
157
157
|
},
|
158
|
-
{
|
159
|
-
"inputs": [],
|
160
|
-
"name": "getRegistry",
|
161
|
-
"outputs": [
|
162
|
-
{
|
163
|
-
"internalType": "contract IRegistry",
|
164
|
-
"name": "registry",
|
165
|
-
"type": "address"
|
166
|
-
}
|
167
|
-
],
|
168
|
-
"stateMutability": "view",
|
169
|
-
"type": "function"
|
170
|
-
},
|
171
158
|
{
|
172
159
|
"inputs": [
|
173
160
|
{
|
@@ -155,19 +155,6 @@
|
|
155
155
|
"stateMutability": "nonpayable",
|
156
156
|
"type": "function"
|
157
157
|
},
|
158
|
-
{
|
159
|
-
"inputs": [],
|
160
|
-
"name": "getRegistry",
|
161
|
-
"outputs": [
|
162
|
-
{
|
163
|
-
"internalType": "contract IRegistry",
|
164
|
-
"name": "registry",
|
165
|
-
"type": "address"
|
166
|
-
}
|
167
|
-
],
|
168
|
-
"stateMutability": "view",
|
169
|
-
"type": "function"
|
170
|
-
},
|
171
158
|
{
|
172
159
|
"inputs": [
|
173
160
|
{
|
@@ -69,6 +69,19 @@
|
|
69
69
|
"stateMutability": "view",
|
70
70
|
"type": "function"
|
71
71
|
},
|
72
|
+
{
|
73
|
+
"inputs": [],
|
74
|
+
"name": "getComponentOwnerService",
|
75
|
+
"outputs": [
|
76
|
+
{
|
77
|
+
"internalType": "contract IComponentOwnerService",
|
78
|
+
"name": "",
|
79
|
+
"type": "address"
|
80
|
+
}
|
81
|
+
],
|
82
|
+
"stateMutability": "view",
|
83
|
+
"type": "function"
|
84
|
+
},
|
72
85
|
{
|
73
86
|
"inputs": [
|
74
87
|
{
|
@@ -117,18 +130,25 @@
|
|
117
130
|
"inputs": [
|
118
131
|
{
|
119
132
|
"internalType": "NftId",
|
120
|
-
"name": "
|
133
|
+
"name": "nftId",
|
121
134
|
"type": "uint96"
|
122
135
|
},
|
123
136
|
{
|
124
|
-
"
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
137
|
+
"components": [
|
138
|
+
{
|
139
|
+
"internalType": "bool",
|
140
|
+
"name": "isVerifying",
|
141
|
+
"type": "bool"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"internalType": "UFixed",
|
145
|
+
"name": "collateralizationLevel",
|
146
|
+
"type": "uint256"
|
147
|
+
}
|
148
|
+
],
|
149
|
+
"internalType": "struct IPool.PoolInfo",
|
150
|
+
"name": "info",
|
151
|
+
"type": "tuple"
|
132
152
|
}
|
133
153
|
],
|
134
154
|
"name": "registerPool",
|
@@ -69,6 +69,19 @@
|
|
69
69
|
"stateMutability": "view",
|
70
70
|
"type": "function"
|
71
71
|
},
|
72
|
+
{
|
73
|
+
"inputs": [],
|
74
|
+
"name": "getComponentOwnerService",
|
75
|
+
"outputs": [
|
76
|
+
{
|
77
|
+
"internalType": "contract IComponentOwnerService",
|
78
|
+
"name": "",
|
79
|
+
"type": "address"
|
80
|
+
}
|
81
|
+
],
|
82
|
+
"stateMutability": "view",
|
83
|
+
"type": "function"
|
84
|
+
},
|
72
85
|
{
|
73
86
|
"inputs": [
|
74
87
|
{
|
@@ -121,14 +134,21 @@
|
|
121
134
|
"type": "uint96"
|
122
135
|
},
|
123
136
|
{
|
124
|
-
"
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
137
|
+
"components": [
|
138
|
+
{
|
139
|
+
"internalType": "bool",
|
140
|
+
"name": "isVerifying",
|
141
|
+
"type": "bool"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"internalType": "UFixed",
|
145
|
+
"name": "collateralizationLevel",
|
146
|
+
"type": "uint256"
|
147
|
+
}
|
148
|
+
],
|
149
|
+
"internalType": "struct IPool.PoolInfo",
|
150
|
+
"name": "info",
|
151
|
+
"type": "tuple"
|
132
152
|
}
|
133
153
|
],
|
134
154
|
"name": "registerPool",
|
@@ -106,8 +106,8 @@
|
|
106
106
|
"type": "function"
|
107
107
|
}
|
108
108
|
],
|
109
|
-
"bytecode": "0x608060405234801561001057600080fd5b50610529806100206000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c8063423eb9fa146100515780637cef484214610065578063887b1fa914610073578063b8901082146100b0575b600080fd5b61006361005f3660046102cf565b5050565b005b61006361005f366004610376565b61009a6100813660046103b3565b5060408051808201909152600081526060602082015290565b6040516100a7919061041b565b60405180910390f35b6100636100be366004610451565b6100c8565b919050565b604080518082019091526001600160601b03831681526020810182905261018c60c86040516355ee627560e01b81526001600160c01b03198716600482015273__$19a201e37be2e25dc57bd4aa563a0edb25$
|
110
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061004c5760003560e01c8063423eb9fa146100515780637cef484214610065578063887b1fa914610073578063b8901082146100b0575b600080fd5b61006361005f3660046102cf565b5050565b005b61006361005f366004610376565b61009a6100813660046103b3565b5060408051808201909152600081526060602082015290565b6040516100a7919061041b565b60405180910390f35b6100636100be366004610451565b6100c8565b919050565b604080518082019091526001600160601b03831681526020810182905261018c60c86040516355ee627560e01b81526001600160c01b03198716600482015273__$19a201e37be2e25dc57bd4aa563a0edb25$
|
109
|
+
"bytecode": "0x608060405234801561001057600080fd5b50610529806100206000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c8063423eb9fa146100515780637cef484214610065578063887b1fa914610073578063b8901082146100b0575b600080fd5b61006361005f3660046102cf565b5050565b005b61006361005f366004610376565b61009a6100813660046103b3565b5060408051808201909152600081526060602082015290565b6040516100a7919061041b565b60405180910390f35b6100636100be366004610451565b6100c8565b919050565b604080518082019091526001600160601b03831681526020810182905261018c60c86040516355ee627560e01b81526001600160c01b03198716600482015273__$19a201e37be2e25dc57bd4aa563a0edb25$__906355ee627590602401602060405180830381865af4158015610143573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061016791906104af565b83604051602001610178919061041b565b604051602081830303815290604052610192565b50505050565b600054604051630bbdc8f160e31b81526001600160a01b0390911690635dee4788906101c6908590879086906004016104c8565b600060405180830381600087803b1580156101e057600080fd5b505af11580156101f4573d6000803e3d6000fd5b50505050505050565b80356001600160c01b0319811681146100c357600080fd5b634e487b7160e01b600052604160045260246000fd5b80356001600160601b03811681146100c357600080fd5b600082601f83011261025357600080fd5b813567ffffffffffffffff8082111561026e5761026e610215565b604051601f8301601f19908116603f0116810190828211818310171561029657610296610215565b816040528381528660208588010111156102af57600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080604083850312156102e257600080fd5b6102eb836101fd565b9150602083013567ffffffffffffffff8082111561030857600080fd5b908401906040828703121561031c57600080fd5b60405160408101818110838211171561033757610337610215565b6040526103438361022b565b815260208301358281111561035757600080fd5b61036388828601610242565b6020830152508093505050509250929050565b6000806040838503121561038957600080fd5b610392836101fd565b9150602083013560ff811681146103a857600080fd5b809150509250929050565b6000602082840312156103c557600080fd5b6103ce826101fd565b9392505050565b6000815180845260005b818110156103fb576020818501810151868301820152016103df565b506000602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526000602083015160408084015261044960608401826103d5565b949350505050565b60008060006060848603121561046657600080fd5b61046f846101fd565b925061047d6020850161022b565b9150604084013567ffffffffffffffff81111561049957600080fd5b6104a586828701610242565b9150509250925092565b6000602082840312156104c157600080fd5b5051919050565b83815260ff831660208201526060604082015260006104ea60608301846103d5565b9594505050505056fea26469706673582212206e089e305dff3d2c9aa7bc383dfc5d546ea2dcddcbe519fa0e0d9532ce00ed2e64736f6c63430008140033",
|
110
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061004c5760003560e01c8063423eb9fa146100515780637cef484214610065578063887b1fa914610073578063b8901082146100b0575b600080fd5b61006361005f3660046102cf565b5050565b005b61006361005f366004610376565b61009a6100813660046103b3565b5060408051808201909152600081526060602082015290565b6040516100a7919061041b565b60405180910390f35b6100636100be366004610451565b6100c8565b919050565b604080518082019091526001600160601b03831681526020810182905261018c60c86040516355ee627560e01b81526001600160c01b03198716600482015273__$19a201e37be2e25dc57bd4aa563a0edb25$__906355ee627590602401602060405180830381865af4158015610143573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061016791906104af565b83604051602001610178919061041b565b604051602081830303815290604052610192565b50505050565b600054604051630bbdc8f160e31b81526001600160a01b0390911690635dee4788906101c6908590879086906004016104c8565b600060405180830381600087803b1580156101e057600080fd5b505af11580156101f4573d6000803e3d6000fd5b50505050505050565b80356001600160c01b0319811681146100c357600080fd5b634e487b7160e01b600052604160045260246000fd5b80356001600160601b03811681146100c357600080fd5b600082601f83011261025357600080fd5b813567ffffffffffffffff8082111561026e5761026e610215565b604051601f8301601f19908116603f0116810190828211818310171561029657610296610215565b816040528381528660208588010111156102af57600080fd5b836020870160208301376000602085830101528094505050505092915050565b600080604083850312156102e257600080fd5b6102eb836101fd565b9150602083013567ffffffffffffffff8082111561030857600080fd5b908401906040828703121561031c57600080fd5b60405160408101818110838211171561033757610337610215565b6040526103438361022b565b815260208301358281111561035757600080fd5b61036388828601610242565b6020830152508093505050509250929050565b6000806040838503121561038957600080fd5b610392836101fd565b9150602083013560ff811681146103a857600080fd5b809150509250929050565b6000602082840312156103c557600080fd5b6103ce826101fd565b9392505050565b6000815180845260005b818110156103fb576020818501810151868301820152016103df565b506000602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526000602083015160408084015261044960608401826103d5565b949350505050565b60008060006060848603121561046657600080fd5b61046f846101fd565b925061047d6020850161022b565b9150604084013567ffffffffffffffff81111561049957600080fd5b6104a586828701610242565b9150509250925092565b6000602082840312156104c157600080fd5b5051919050565b83815260ff831660208201526060604082015260006104ea60608301846103d5565b9594505050505056fea26469706673582212206e089e305dff3d2c9aa7bc383dfc5d546ea2dcddcbe519fa0e0d9532ce00ed2e64736f6c63430008140033",
|
111
111
|
"linkReferences": {
|
112
112
|
"contracts/types/RiskId.sol": {
|
113
113
|
"RiskIdLib": [
|
@@ -44,6 +44,19 @@
|
|
44
44
|
"stateMutability": "pure",
|
45
45
|
"type": "function"
|
46
46
|
},
|
47
|
+
{
|
48
|
+
"inputs": [],
|
49
|
+
"name": "getComponentOwnerService",
|
50
|
+
"outputs": [
|
51
|
+
{
|
52
|
+
"internalType": "contract IComponentOwnerService",
|
53
|
+
"name": "",
|
54
|
+
"type": "address"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"stateMutability": "view",
|
58
|
+
"type": "function"
|
59
|
+
},
|
47
60
|
{
|
48
61
|
"inputs": [
|
49
62
|
{
|
@@ -346,19 +359,133 @@
|
|
346
359
|
{
|
347
360
|
"inputs": [
|
348
361
|
{
|
349
|
-
"internalType": "
|
350
|
-
"name": "
|
351
|
-
"type": "
|
352
|
-
},
|
353
|
-
{
|
354
|
-
"internalType": "contract IPoolComponent",
|
355
|
-
"name": "pool",
|
356
|
-
"type": "address"
|
362
|
+
"internalType": "NftId",
|
363
|
+
"name": "productNftId",
|
364
|
+
"type": "uint96"
|
357
365
|
},
|
358
366
|
{
|
359
|
-
"
|
360
|
-
|
361
|
-
|
367
|
+
"components": [
|
368
|
+
{
|
369
|
+
"internalType": "NftId",
|
370
|
+
"name": "poolNftId",
|
371
|
+
"type": "uint96"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"internalType": "NftId",
|
375
|
+
"name": "distributionNftId",
|
376
|
+
"type": "uint96"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"internalType": "contract IERC20Metadata",
|
380
|
+
"name": "token",
|
381
|
+
"type": "address"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"components": [
|
385
|
+
{
|
386
|
+
"internalType": "UFixed",
|
387
|
+
"name": "fractionalFee",
|
388
|
+
"type": "uint256"
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"internalType": "uint256",
|
392
|
+
"name": "fixedFee",
|
393
|
+
"type": "uint256"
|
394
|
+
}
|
395
|
+
],
|
396
|
+
"internalType": "struct Fee",
|
397
|
+
"name": "productFee",
|
398
|
+
"type": "tuple"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"components": [
|
402
|
+
{
|
403
|
+
"internalType": "UFixed",
|
404
|
+
"name": "fractionalFee",
|
405
|
+
"type": "uint256"
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"internalType": "uint256",
|
409
|
+
"name": "fixedFee",
|
410
|
+
"type": "uint256"
|
411
|
+
}
|
412
|
+
],
|
413
|
+
"internalType": "struct Fee",
|
414
|
+
"name": "processingFee",
|
415
|
+
"type": "tuple"
|
416
|
+
},
|
417
|
+
{
|
418
|
+
"components": [
|
419
|
+
{
|
420
|
+
"internalType": "UFixed",
|
421
|
+
"name": "fractionalFee",
|
422
|
+
"type": "uint256"
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"internalType": "uint256",
|
426
|
+
"name": "fixedFee",
|
427
|
+
"type": "uint256"
|
428
|
+
}
|
429
|
+
],
|
430
|
+
"internalType": "struct Fee",
|
431
|
+
"name": "poolFee",
|
432
|
+
"type": "tuple"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"components": [
|
436
|
+
{
|
437
|
+
"internalType": "UFixed",
|
438
|
+
"name": "fractionalFee",
|
439
|
+
"type": "uint256"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"internalType": "uint256",
|
443
|
+
"name": "fixedFee",
|
444
|
+
"type": "uint256"
|
445
|
+
}
|
446
|
+
],
|
447
|
+
"internalType": "struct Fee",
|
448
|
+
"name": "stakingFee",
|
449
|
+
"type": "tuple"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"components": [
|
453
|
+
{
|
454
|
+
"internalType": "UFixed",
|
455
|
+
"name": "fractionalFee",
|
456
|
+
"type": "uint256"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"internalType": "uint256",
|
460
|
+
"name": "fixedFee",
|
461
|
+
"type": "uint256"
|
462
|
+
}
|
463
|
+
],
|
464
|
+
"internalType": "struct Fee",
|
465
|
+
"name": "performanceFee",
|
466
|
+
"type": "tuple"
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"components": [
|
470
|
+
{
|
471
|
+
"internalType": "UFixed",
|
472
|
+
"name": "fractionalFee",
|
473
|
+
"type": "uint256"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"internalType": "uint256",
|
477
|
+
"name": "fixedFee",
|
478
|
+
"type": "uint256"
|
479
|
+
}
|
480
|
+
],
|
481
|
+
"internalType": "struct Fee",
|
482
|
+
"name": "distributionFee",
|
483
|
+
"type": "tuple"
|
484
|
+
}
|
485
|
+
],
|
486
|
+
"internalType": "struct ITreasury.TreasuryInfo",
|
487
|
+
"name": "info",
|
488
|
+
"type": "tuple"
|
362
489
|
}
|
363
490
|
],
|
364
491
|
"name": "registerProductSetup",
|
@@ -69,8 +69,8 @@
|
|
69
69
|
"type": "function"
|
70
70
|
}
|
71
71
|
],
|
72
|
-
"bytecode": "
|
73
|
-
"deployedBytecode": "
|
72
|
+
"bytecode": "0x608060405234801561001057600080fd5b506040516102aa3803806102aa83398101604081905261002f9161005b565b6001600160a01b03166c01000000000000000000000000026001600160601b03909116176000556100ad565b6000806040838503121561006e57600080fd5b82516001600160601b038116811461008557600080fd5b60208401519092506001600160a01b03811681146100a257600080fd5b809150509250929050565b6101ee806100bc6000396000f3fe608060405234801561001057600080fd5b50600436106100405760003560e01c806251884a1461004557806321df0da71461006a578063beabacc814610095575b600080fd5b6000546040516bffffffffffffffffffffffff90911681526020015b60405180910390f35b600054600160601b90046001600160a01b03166040516001600160a01b039091168152602001610061565b6100a86100a3366004610153565b6100aa565b005b6000546040516323b872dd60e01b81526001600160a01b038581166004830152848116602483015260448201849052600160601b909204909116906323b872dd906064016020604051808303816000875af115801561010d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610131919061018f565b50505050565b80356001600160a01b038116811461014e57600080fd5b919050565b60008060006060848603121561016857600080fd5b61017184610137565b925061017f60208501610137565b9150604084013590509250925092565b6000602082840312156101a157600080fd5b815180151581146101b157600080fd5b939250505056fea2646970667358221220cf55c1ad15ef6927964bc96464b03510c0dacdce7c92adf79b2c19202f6dc80a64736f6c63430008140033",
|
73
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100405760003560e01c806251884a1461004557806321df0da71461006a578063beabacc814610095575b600080fd5b6000546040516bffffffffffffffffffffffff90911681526020015b60405180910390f35b600054600160601b90046001600160a01b03166040516001600160a01b039091168152602001610061565b6100a86100a3366004610153565b6100aa565b005b6000546040516323b872dd60e01b81526001600160a01b038581166004830152848116602483015260448201849052600160601b909204909116906323b872dd906064016020604051808303816000875af115801561010d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610131919061018f565b50505050565b80356001600160a01b038116811461014e57600080fd5b919050565b60008060006060848603121561016857600080fd5b61017184610137565b925061017f60208501610137565b9150604084013590509250925092565b6000602082840312156101a157600080fd5b815180151581146101b157600080fd5b939250505056fea2646970667358221220cf55c1ad15ef6927964bc96464b03510c0dacdce7c92adf79b2c19202f6dc80a64736f6c63430008140033",
|
74
74
|
"linkReferences": {},
|
75
75
|
"deployedLinkReferences": {}
|
76
76
|
}
|
@@ -44,6 +44,19 @@
|
|
44
44
|
"stateMutability": "pure",
|
45
45
|
"type": "function"
|
46
46
|
},
|
47
|
+
{
|
48
|
+
"inputs": [],
|
49
|
+
"name": "getComponentOwnerService",
|
50
|
+
"outputs": [
|
51
|
+
{
|
52
|
+
"internalType": "contract IComponentOwnerService",
|
53
|
+
"name": "",
|
54
|
+
"type": "address"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"stateMutability": "view",
|
58
|
+
"type": "function"
|
59
|
+
},
|
47
60
|
{
|
48
61
|
"inputs": [
|
49
62
|
{
|
@@ -346,19 +359,133 @@
|
|
346
359
|
{
|
347
360
|
"inputs": [
|
348
361
|
{
|
349
|
-
"internalType": "
|
350
|
-
"name": "
|
351
|
-
"type": "
|
352
|
-
},
|
353
|
-
{
|
354
|
-
"internalType": "contract IPoolComponent",
|
355
|
-
"name": "pool",
|
356
|
-
"type": "address"
|
362
|
+
"internalType": "NftId",
|
363
|
+
"name": "productNftId",
|
364
|
+
"type": "uint96"
|
357
365
|
},
|
358
366
|
{
|
359
|
-
"
|
360
|
-
|
361
|
-
|
367
|
+
"components": [
|
368
|
+
{
|
369
|
+
"internalType": "NftId",
|
370
|
+
"name": "poolNftId",
|
371
|
+
"type": "uint96"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"internalType": "NftId",
|
375
|
+
"name": "distributionNftId",
|
376
|
+
"type": "uint96"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"internalType": "contract IERC20Metadata",
|
380
|
+
"name": "token",
|
381
|
+
"type": "address"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"components": [
|
385
|
+
{
|
386
|
+
"internalType": "UFixed",
|
387
|
+
"name": "fractionalFee",
|
388
|
+
"type": "uint256"
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"internalType": "uint256",
|
392
|
+
"name": "fixedFee",
|
393
|
+
"type": "uint256"
|
394
|
+
}
|
395
|
+
],
|
396
|
+
"internalType": "struct Fee",
|
397
|
+
"name": "productFee",
|
398
|
+
"type": "tuple"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"components": [
|
402
|
+
{
|
403
|
+
"internalType": "UFixed",
|
404
|
+
"name": "fractionalFee",
|
405
|
+
"type": "uint256"
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"internalType": "uint256",
|
409
|
+
"name": "fixedFee",
|
410
|
+
"type": "uint256"
|
411
|
+
}
|
412
|
+
],
|
413
|
+
"internalType": "struct Fee",
|
414
|
+
"name": "processingFee",
|
415
|
+
"type": "tuple"
|
416
|
+
},
|
417
|
+
{
|
418
|
+
"components": [
|
419
|
+
{
|
420
|
+
"internalType": "UFixed",
|
421
|
+
"name": "fractionalFee",
|
422
|
+
"type": "uint256"
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"internalType": "uint256",
|
426
|
+
"name": "fixedFee",
|
427
|
+
"type": "uint256"
|
428
|
+
}
|
429
|
+
],
|
430
|
+
"internalType": "struct Fee",
|
431
|
+
"name": "poolFee",
|
432
|
+
"type": "tuple"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"components": [
|
436
|
+
{
|
437
|
+
"internalType": "UFixed",
|
438
|
+
"name": "fractionalFee",
|
439
|
+
"type": "uint256"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"internalType": "uint256",
|
443
|
+
"name": "fixedFee",
|
444
|
+
"type": "uint256"
|
445
|
+
}
|
446
|
+
],
|
447
|
+
"internalType": "struct Fee",
|
448
|
+
"name": "stakingFee",
|
449
|
+
"type": "tuple"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"components": [
|
453
|
+
{
|
454
|
+
"internalType": "UFixed",
|
455
|
+
"name": "fractionalFee",
|
456
|
+
"type": "uint256"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"internalType": "uint256",
|
460
|
+
"name": "fixedFee",
|
461
|
+
"type": "uint256"
|
462
|
+
}
|
463
|
+
],
|
464
|
+
"internalType": "struct Fee",
|
465
|
+
"name": "performanceFee",
|
466
|
+
"type": "tuple"
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"components": [
|
470
|
+
{
|
471
|
+
"internalType": "UFixed",
|
472
|
+
"name": "fractionalFee",
|
473
|
+
"type": "uint256"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"internalType": "uint256",
|
477
|
+
"name": "fixedFee",
|
478
|
+
"type": "uint256"
|
479
|
+
}
|
480
|
+
],
|
481
|
+
"internalType": "struct Fee",
|
482
|
+
"name": "distributionFee",
|
483
|
+
"type": "tuple"
|
484
|
+
}
|
485
|
+
],
|
486
|
+
"internalType": "struct ITreasury.TreasuryInfo",
|
487
|
+
"name": "setup",
|
488
|
+
"type": "tuple"
|
362
489
|
}
|
363
490
|
],
|
364
491
|
"name": "registerProductSetup",
|